Skip to content

Commit

Permalink
Deploying to gh-pages from @ 1c9eacd 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
nin-jin committed Dec 30, 2024
1 parent 9b5418b commit a737cd9
Show file tree
Hide file tree
Showing 14 changed files with 50 additions and 7 deletions.
4 changes: 4 additions & 0 deletions node.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -587,6 +587,10 @@ declare namespace $ {
}
}

declare namespace $ {
var $mol_dom: typeof globalThis;
}

declare namespace $ {
function $mol_dom_qname(name: string): string;
}
Expand Down
2 changes: 1 addition & 1 deletion node.d.ts.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion node.deps.json

Large diffs are not rendered by default.

7 changes: 7 additions & 0 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.

7 changes: 7 additions & 0 deletions node.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2371,6 +2371,13 @@ var $;
$.$mol_memo = $mol_memo;
})($ || ($ = {}));

;
"use strict";
var $;
(function ($) {
$.$mol_dom = $mol_dom_context;
})($ || ($ = {}));

;
"use strict";
var $;
Expand Down
7 changes: 7 additions & 0 deletions node.test.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.test.js.map

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions web.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -412,6 +412,10 @@ declare namespace $ {
}
}

declare namespace $ {
var $mol_dom: typeof globalThis;
}

declare namespace $ {
function $mol_dom_qname(name: string): string;
}
Expand Down
2 changes: 1 addition & 1 deletion web.d.ts.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion web.deps.json

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions web.js

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

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

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions web.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -1676,6 +1676,13 @@ var $;
$.$mol_memo = $mol_memo;
})($ || ($ = {}));

;
"use strict";
var $;
(function ($) {
$.$mol_dom = $mol_dom_context;
})($ || ($ = {}));

;
"use strict";
var $;
Expand Down

0 comments on commit a737cd9

Please sign in to comment.