Skip to content

Commit

Permalink
Deploying to gh-pages from @ 40f8e82 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
nin-jin committed Nov 29, 2024
1 parent 3b0e303 commit fa0636f
Show file tree
Hide file tree
Showing 10 changed files with 36 additions and 14 deletions.
6 changes: 3 additions & 3 deletions node.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -913,7 +913,7 @@ declare namespace $ {
}

declare namespace $ {
type $mol_view_content = $mol_view | Node | string | number | boolean;
type $mol_view_content = $mol_view | Node | string | number | boolean | null;
function $mol_view_visible_width(): number;
function $mol_view_visible_height(): number;
function $mol_view_state_key(suffix: string): string;
Expand All @@ -927,8 +927,8 @@ declare namespace $ {
state_key(suffix?: string): string;
dom_name(): string;
dom_name_space(): string;
sub(): readonly ($mol_view | Node | string | number | boolean)[];
sub_visible(): readonly (string | number | boolean | $mol_view | Node)[];
sub(): readonly $mol_view_content[];
sub_visible(): readonly $mol_view_content[];
minimal_width(): number;
maximal_width(): number;
minimal_height(): number;
Expand Down
2 changes: 1 addition & 1 deletion 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.

2 changes: 1 addition & 1 deletion node.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7531,7 +7531,7 @@ var $;
'code-comment-block': /(?:\/\*[^]*?\*\/|\/\+[^]*?\+\/|<![^]*?>)/,
'code-link': /(?:\w+:\/\/|#)\S+?(?=\s|\\\\|""|$)/,
'code-comment-inline': /\/\/.*?(?:$|\/\/)|- \\.*/,
'code-string': /(?:".*?"|'.*?'|`.*?`|\/.+?\/[dygimsu]*(?!\p{Letter})|[ \t]*\\[^\n]*)/u,
'code-string': /(?:".*?"|'.*?'|`.*?`| ?\\\\.+?\\\\|\/.+?\/[dygimsu]*(?!\p{Letter})|[ \t]*\\[^\n]*)/u,
'code-number': /[+-]?(?:\d*\.)?\d+\w*/,
'code-call': /\.?\w+ *(?=\()/,
'code-sexpr': /\((\w+ )/,
Expand Down
24 changes: 23 additions & 1 deletion node.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -7522,7 +7522,7 @@ var $;
'code-comment-block': /(?:\/\*[^]*?\*\/|\/\+[^]*?\+\/|<![^]*?>)/,
'code-link': /(?:\w+:\/\/|#)\S+?(?=\s|\\\\|""|$)/,
'code-comment-inline': /\/\/.*?(?:$|\/\/)|- \\.*/,
'code-string': /(?:".*?"|'.*?'|`.*?`|\/.+?\/[dygimsu]*(?!\p{Letter})|[ \t]*\\[^\n]*)/u,
'code-string': /(?:".*?"|'.*?'|`.*?`| ?\\\\.+?\\\\|\/.+?\/[dygimsu]*(?!\p{Letter})|[ \t]*\\[^\n]*)/u,
'code-number': /[+-]?(?:\d*\.)?\d+\w*/,
'code-call': /\.?\w+ *(?=\()/,
'code-sexpr': /\((\w+ )/,
Expand Down Expand Up @@ -15779,6 +15779,28 @@ var $;
});
})($ || ($ = {}));

;
"use strict";
var $;
(function ($) {
$mol_test_mocks.push(context => {
class $mol_state_arg_mock extends $mol_state_arg {
static $ = context;
static href(next) { return next || ''; }
static go(next) {
this.href(this.link(next));
}
}
__decorate([
$mol_mem
], $mol_state_arg_mock, "href", null);
__decorate([
$mol_action
], $mol_state_arg_mock, "go", null);
context.$mol_state_arg = $mol_state_arg_mock;
});
})($ || ($ = {}));

;
"use strict";
var $;
Expand Down
2 changes: 1 addition & 1 deletion node.test.js.map

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions web.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -738,7 +738,7 @@ declare namespace $ {
}

declare namespace $ {
type $mol_view_content = $mol_view | Node | string | number | boolean;
type $mol_view_content = $mol_view | Node | string | number | boolean | null;
function $mol_view_visible_width(): number;
function $mol_view_visible_height(): number;
function $mol_view_state_key(suffix: string): string;
Expand All @@ -752,8 +752,8 @@ declare namespace $ {
state_key(suffix?: string): string;
dom_name(): string;
dom_name_space(): string;
sub(): readonly ($mol_view | Node | string | number | boolean)[];
sub_visible(): readonly (string | number | boolean | $mol_view | Node)[];
sub(): readonly $mol_view_content[];
sub_visible(): readonly $mol_view_content[];
minimal_width(): number;
maximal_width(): number;
minimal_height(): number;
Expand Down
2 changes: 1 addition & 1 deletion 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.

2 changes: 1 addition & 1 deletion web.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -6825,7 +6825,7 @@ var $;
'code-comment-block': /(?:\/\*[^]*?\*\/|\/\+[^]*?\+\/|<![^]*?>)/,
'code-link': /(?:\w+:\/\/|#)\S+?(?=\s|\\\\|""|$)/,
'code-comment-inline': /\/\/.*?(?:$|\/\/)|- \\.*/,
'code-string': /(?:".*?"|'.*?'|`.*?`|\/.+?\/[dygimsu]*(?!\p{Letter})|[ \t]*\\[^\n]*)/u,
'code-string': /(?:".*?"|'.*?'|`.*?`| ?\\\\.+?\\\\|\/.+?\/[dygimsu]*(?!\p{Letter})|[ \t]*\\[^\n]*)/u,
'code-number': /[+-]?(?:\d*\.)?\d+\w*/,
'code-call': /\.?\w+ *(?=\()/,
'code-sexpr': /\((\w+ )/,
Expand Down

0 comments on commit fa0636f

Please sign in to comment.