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 Jun 10, 2024
1 parent ae79041 commit c11451a
Show file tree
Hide file tree
Showing 12 changed files with 2,233 additions and 2,203 deletions.
2,168 changes: 1,084 additions & 1,084 deletions node.d.ts

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

18 changes: 12 additions & 6 deletions node.js
Original file line number Diff line number Diff line change
Expand Up @@ -28860,12 +28860,18 @@ var $;
];
}
foot() {
return [
this.Online(),
...this.Domain().editable() ? [this.Editing()] : [this.User()],
...this.editable() ? [this.Rights_toggle()] : [],
this.Lights(),
];
try {
return [
this.Online(),
...this.Domain().editable() ? [this.Editing()] : [this.User()],
...this.editable() ? [this.Rights_toggle()] : [],
this.Lights(),
];
}
catch (error) {
$mol_fail_log(error);
return [this.Online(), this.Lights()];
}
}
editing(next) {
return this.$.$mol_state_session.value(`${this}.editing()`, next);
Expand Down
2 changes: 1 addition & 1 deletion node.js.map

Large diffs are not rendered by default.

18 changes: 12 additions & 6 deletions node.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -28860,12 +28860,18 @@ var $;
];
}
foot() {
return [
this.Online(),
...this.Domain().editable() ? [this.Editing()] : [this.User()],
...this.editable() ? [this.Rights_toggle()] : [],
this.Lights(),
];
try {
return [
this.Online(),
...this.Domain().editable() ? [this.Editing()] : [this.User()],
...this.editable() ? [this.Rights_toggle()] : [],
this.Lights(),
];
}
catch (error) {
$mol_fail_log(error);
return [this.Online(), this.Lights()];
}
}
editing(next) {
return this.$.$mol_state_session.value(`${this}.editing()`, next);
Expand Down
18 changes: 12 additions & 6 deletions node.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -28851,12 +28851,18 @@ var $;
];
}
foot() {
return [
this.Online(),
...this.Domain().editable() ? [this.Editing()] : [this.User()],
...this.editable() ? [this.Rights_toggle()] : [],
this.Lights(),
];
try {
return [
this.Online(),
...this.Domain().editable() ? [this.Editing()] : [this.User()],
...this.editable() ? [this.Rights_toggle()] : [],
this.Lights(),
];
}
catch (error) {
$mol_fail_log(error);
return [this.Online(), this.Lights()];
}
}
editing(next) {
return this.$.$mol_state_session.value(`${this}.editing()`, next);
Expand Down
2 changes: 1 addition & 1 deletion node.test.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit c11451a

Please sign in to comment.