Skip to content

Commit

Permalink
Update types
Browse files Browse the repository at this point in the history
  • Loading branch information
asamuzaK committed Dec 30, 2024
1 parent 307858c commit b373bf9
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
5 changes: 4 additions & 1 deletion types/src/mjs/constant.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
export const CONTENT_GET: "getContent";
export const CONTEXT_MENU: "contextMenu";
export const EDIT_HTML: "editHtml";
export const EDIT_MD: "editMarkdown";
export const EDIT_TXT: "editPlainText";
export const EDITOR_CONFIG_GET: "getEditorConfig";
export const EDITOR_CONFIG_RES: "resEditorConfig";
export const EDITOR_CONFIG_TS: "editorConfigTimestamp";
Expand Down Expand Up @@ -53,7 +56,7 @@ export const MODE_EDIT: "modeEditText";
export const MODE_EDIT_EXT: "modeEditTextFileExtension";
export const MODE_EDIT_HTML: "modeEditTextHtml";
export const MODE_EDIT_MD: "modeEditTextMarkdown";
export const MODE_EDIT_TXT: "modeEditTextPlaintext";
export const MODE_EDIT_TXT: "modeEditTextPlainText";
export const MODE_MATHML: "modeViewMathML";
export const MODE_SELECTION: "modeViewSelection";
export const MODE_SOURCE: "modeViewSource";
Expand Down
2 changes: 1 addition & 1 deletion types/src/mjs/main.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export namespace menuItems {
let placeholder_1: string;
export { placeholder_1 as placeholder };
}
namespace modeEditTextPlaintext {
namespace modeEditTextPlainText {
export { MODE_EDIT_TXT as id };
let contexts_2: string[];
export { contexts_2 as contexts };
Expand Down

0 comments on commit b373bf9

Please sign in to comment.