Skip to content

Commit

Permalink
Deploying to gh-pages from @ ec6c62c 🚀
Browse files Browse the repository at this point in the history
nin-jin committed Jan 18, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 741126c commit 58b922a
Showing 52 changed files with 62 additions and 62 deletions.
2 changes: 1 addition & 1 deletion app/docs/-/node.d.ts
Original file line number Diff line number Diff line change
@@ -1184,7 +1184,7 @@ declare namespace $ {
static go(next: {
[key: string]: string | null;
}): void;
static clone(): void;
static commit(): void;
constructor(prefix?: string);
value(key: string, next?: string): string | null;
sub(postfix: string): $mol_state_arg;
2 changes: 1 addition & 1 deletion app/docs/-/node.js
Original file line number Diff line number Diff line change
@@ -3839,7 +3839,7 @@ var $;
static go(next) {
this.href(this.link(next));
}
static clone() { }
static commit() { }
constructor(prefix = '') {
super();
this.prefix = prefix;
2 changes: 1 addition & 1 deletion app/docs/-/node.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion app/docs/-/node.mjs
Original file line number Diff line number Diff line change
@@ -3839,7 +3839,7 @@ var $;
static go(next) {
this.href(this.link(next));
}
static clone() { }
static commit() { }
constructor(prefix = '') {
super();
this.prefix = prefix;
2 changes: 1 addition & 1 deletion app/docs/-/node.test.js
Original file line number Diff line number Diff line change
@@ -3830,7 +3830,7 @@ var $;
static go(next) {
this.href(this.link(next));
}
static clone() { }
static commit() { }
constructor(prefix = '') {
super();
this.prefix = prefix;
2 changes: 1 addition & 1 deletion app/docs/-/node.test.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion app/docs/-/web.d.ts
Original file line number Diff line number Diff line change
@@ -1024,7 +1024,7 @@ declare namespace $ {
static make_link(next: {
[key: string]: string | null;
}): string;
static clone(): void;
static commit(): void;
static go(next: {
[key: string]: string | null;
}): void;
4 changes: 2 additions & 2 deletions app/docs/-/web.js
Original file line number Diff line number Diff line change
@@ -3279,7 +3279,7 @@ var $;
}
return new URL('#' + this.prolog + chunks.join(this.separator), this.href_absolute()).toString();
}
static clone() {
static commit() {
$mol_dom.history.pushState($mol_dom.history.state, $mol_dom.document.title, this.href());
}
static go(next) {
@@ -3330,7 +3330,7 @@ var $;
], $mol_state_arg, "make_link", null);
__decorate([
$mol_action
], $mol_state_arg, "clone", null);
], $mol_state_arg, "commit", null);
__decorate([
$mol_action
], $mol_state_arg, "go", null);
2 changes: 1 addition & 1 deletion app/docs/-/web.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions app/docs/-/web.mjs
Original file line number Diff line number Diff line change
@@ -3279,7 +3279,7 @@ var $;
}
return new URL('#' + this.prolog + chunks.join(this.separator), this.href_absolute()).toString();
}
static clone() {
static commit() {
$mol_dom.history.pushState($mol_dom.history.state, $mol_dom.document.title, this.href());
}
static go(next) {
@@ -3330,7 +3330,7 @@ var $;
], $mol_state_arg, "make_link", null);
__decorate([
$mol_action
], $mol_state_arg, "clone", null);
], $mol_state_arg, "commit", null);
__decorate([
$mol_action
], $mol_state_arg, "go", null);
2 changes: 1 addition & 1 deletion app/questions/-/node.d.ts
Original file line number Diff line number Diff line change
@@ -1177,7 +1177,7 @@ declare namespace $ {
static go(next: {
[key: string]: string | null;
}): void;
static clone(): void;
static commit(): void;
constructor(prefix?: string);
value(key: string, next?: string): string | null;
sub(postfix: string): $mol_state_arg;
2 changes: 1 addition & 1 deletion app/questions/-/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 app/questions/-/node.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion app/questions/-/node.mjs
Original file line number Diff line number Diff line change
@@ -3819,7 +3819,7 @@ var $;
static go(next) {
this.href(this.link(next));
}
static clone() { }
static commit() { }
constructor(prefix = '') {
super();
this.prefix = prefix;
2 changes: 1 addition & 1 deletion app/questions/-/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 app/questions/-/node.test.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion app/questions/-/web.d.ts
Original file line number Diff line number Diff line change
@@ -1013,7 +1013,7 @@ declare namespace $ {
static make_link(next: {
[key: string]: string | null;
}): string;
static clone(): void;
static commit(): void;
static go(next: {
[key: string]: string | null;
}): void;
4 changes: 2 additions & 2 deletions app/questions/-/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 app/questions/-/web.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions app/questions/-/web.mjs
Original file line number Diff line number Diff line change
@@ -3168,7 +3168,7 @@ var $;
}
return new URL('#' + this.prolog + chunks.join(this.separator), this.href_absolute()).toString();
}
static clone() {
static commit() {
$mol_dom.history.pushState($mol_dom.history.state, $mol_dom.document.title, this.href());
}
static go(next) {
@@ -3219,7 +3219,7 @@ var $;
], $mol_state_arg, "make_link", null);
__decorate([
$mol_action
], $mol_state_arg, "clone", null);
], $mol_state_arg, "commit", null);
__decorate([
$mol_action
], $mol_state_arg, "go", null);
2 changes: 1 addition & 1 deletion app/quine/-/node.d.ts
Original file line number Diff line number Diff line change
@@ -2613,7 +2613,7 @@ declare namespace $ {
static go(next: {
[key: string]: string | null;
}): void;
static clone(): void;
static commit(): void;
constructor(prefix?: string);
value(key: string, next?: string): string | null;
sub(postfix: string): $mol_state_arg;
2 changes: 1 addition & 1 deletion app/quine/-/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 app/quine/-/node.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion app/quine/-/node.mjs
Original file line number Diff line number Diff line change
@@ -7293,7 +7293,7 @@ var $;
static go(next) {
this.href(this.link(next));
}
static clone() { }
static commit() { }
constructor(prefix = '') {
super();
this.prefix = prefix;
2 changes: 1 addition & 1 deletion app/quine/-/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 app/quine/-/node.test.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion app/quine/-/web.d.ts
Original file line number Diff line number Diff line change
@@ -2495,7 +2495,7 @@ declare namespace $ {
static make_link(next: {
[key: string]: string | null;
}): string;
static clone(): void;
static commit(): void;
static go(next: {
[key: string]: string | null;
}): void;
4 changes: 2 additions & 2 deletions app/quine/-/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 app/quine/-/web.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions app/quine/-/web.mjs
Original file line number Diff line number Diff line change
@@ -6758,7 +6758,7 @@ var $;
}
return new URL('#' + this.prolog + chunks.join(this.separator), this.href_absolute()).toString();
}
static clone() {
static commit() {
$mol_dom.history.pushState($mol_dom.history.state, $mol_dom.document.title, this.href());
}
static go(next) {
@@ -6809,7 +6809,7 @@ var $;
], $mol_state_arg, "make_link", null);
__decorate([
$mol_action
], $mol_state_arg, "clone", null);
], $mol_state_arg, "commit", null);
__decorate([
$mol_action
], $mol_state_arg, "go", null);
2 changes: 1 addition & 1 deletion app/supplies/-/node.d.ts
Original file line number Diff line number Diff line change
@@ -1177,7 +1177,7 @@ declare namespace $ {
static go(next: {
[key: string]: string | null;
}): void;
static clone(): void;
static commit(): void;
constructor(prefix?: string);
value(key: string, next?: string): string | null;
sub(postfix: string): $mol_state_arg;
2 changes: 1 addition & 1 deletion app/supplies/-/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 app/supplies/-/node.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion app/supplies/-/node.mjs
Original file line number Diff line number Diff line change
@@ -3819,7 +3819,7 @@ var $;
static go(next) {
this.href(this.link(next));
}
static clone() { }
static commit() { }
constructor(prefix = '') {
super();
this.prefix = prefix;
2 changes: 1 addition & 1 deletion app/supplies/-/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 app/supplies/-/node.test.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion app/supplies/-/web.d.ts
Original file line number Diff line number Diff line change
@@ -1013,7 +1013,7 @@ declare namespace $ {
static make_link(next: {
[key: string]: string | null;
}): string;
static clone(): void;
static commit(): void;
static go(next: {
[key: string]: string | null;
}): void;
4 changes: 2 additions & 2 deletions app/supplies/-/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 app/supplies/-/web.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions app/supplies/-/web.mjs
Original file line number Diff line number Diff line change
@@ -3168,7 +3168,7 @@ var $;
}
return new URL('#' + this.prolog + chunks.join(this.separator), this.href_absolute()).toString();
}
static clone() {
static commit() {
$mol_dom.history.pushState($mol_dom.history.state, $mol_dom.document.title, this.href());
}
static go(next) {
@@ -3219,7 +3219,7 @@ var $;
], $mol_state_arg, "make_link", null);
__decorate([
$mol_action
], $mol_state_arg, "clone", null);
], $mol_state_arg, "commit", null);
__decorate([
$mol_action
], $mol_state_arg, "go", null);
2 changes: 1 addition & 1 deletion app/supplies/-cordova/www/node.d.ts
Original file line number Diff line number Diff line change
@@ -1177,7 +1177,7 @@ declare namespace $ {
static go(next: {
[key: string]: string | null;
}): void;
static clone(): void;
static commit(): void;
constructor(prefix?: string);
value(key: string, next?: string): string | null;
sub(postfix: string): $mol_state_arg;
2 changes: 1 addition & 1 deletion app/supplies/-cordova/www/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 app/supplies/-cordova/www/node.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion app/supplies/-cordova/www/node.mjs
Original file line number Diff line number Diff line change
@@ -3819,7 +3819,7 @@ var $;
static go(next) {
this.href(this.link(next));
}
static clone() { }
static commit() { }
constructor(prefix = '') {
super();
this.prefix = prefix;
2 changes: 1 addition & 1 deletion app/supplies/-cordova/www/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 app/supplies/-cordova/www/node.test.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion app/supplies/-cordova/www/web.d.ts
Original file line number Diff line number Diff line change
@@ -1013,7 +1013,7 @@ declare namespace $ {
static make_link(next: {
[key: string]: string | null;
}): string;
static clone(): void;
static commit(): void;
static go(next: {
[key: string]: string | null;
}): void;
4 changes: 2 additions & 2 deletions app/supplies/-cordova/www/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 app/supplies/-cordova/www/web.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit 58b922a

Please sign in to comment.