Skip to content

Commit

Permalink
Deployed using Blazing fast GitHub Pages deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
nin-jin committed Nov 5, 2023
1 parent 5a45e28 commit 118b2fd
Show file tree
Hide file tree
Showing 16 changed files with 206 additions and 23 deletions.
2 changes: 2 additions & 0 deletions node.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3287,6 +3287,7 @@ declare namespace $ {
event(): Record<string, any>;
plugins(): readonly any[];
selection_watcher(): any;
error_report(): any;
disabled(): boolean;
value(next?: any): string;
value_changed(next?: any): string;
Expand All @@ -3310,6 +3311,7 @@ declare namespace $ {
declare namespace $.$$ {
class $mol_string extends $.$mol_string {
event_change(next?: Event): void;
error_report(): void;
hint_visible(): string;
disabled(): boolean;
autocomplete_native(): "on" | "off";
Expand Down
2 changes: 1 addition & 1 deletion node.deps.json

Large diffs are not rendered by default.

39 changes: 36 additions & 3 deletions node.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion node.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit 118b2fd

Please sign in to comment.