Skip to content

Commit

Permalink
Deploying to gh-pages from @ a755916 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
nin-jin committed Nov 23, 2024
1 parent 8c523e4 commit 7380ed9
Show file tree
Hide file tree
Showing 16 changed files with 369 additions and 261 deletions.
296 changes: 175 additions & 121 deletions node.d.ts

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion node.d.ts.map

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions node.js
Original file line number Diff line number Diff line change
Expand Up @@ -6658,8 +6658,8 @@ var $;
dom_name(){
return "article";
}
field(){
return {...(super.field()), "tabIndex": (this.tabindex())};
attr(){
return {...(super.attr()), "tabIndex": (this.tabindex())};
}
sub(){
return [
Expand Down Expand Up @@ -11043,7 +11043,7 @@ var $;
const lord = next.lord();
const peer = next.peer();
if (!skip_check && this.lord_rank(lord) < $hyoo_crus_rank.reg)
return 'Need add rank to join';
return 'Need reg rank to join';
const exists = this.pass.get(peer);
if (exists)
return '';
Expand Down
2 changes: 1 addition & 1 deletion node.js.map

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions node.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -6658,8 +6658,8 @@ var $;
dom_name(){
return "article";
}
field(){
return {...(super.field()), "tabIndex": (this.tabindex())};
attr(){
return {...(super.attr()), "tabIndex": (this.tabindex())};
}
sub(){
return [
Expand Down Expand Up @@ -11043,7 +11043,7 @@ var $;
const lord = next.lord();
const peer = next.peer();
if (!skip_check && this.lord_rank(lord) < $hyoo_crus_rank.reg)
return 'Need add rank to join';
return 'Need reg rank to join';
const exists = this.pass.get(peer);
if (exists)
return '';
Expand Down
10 changes: 5 additions & 5 deletions node.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -6649,8 +6649,8 @@ var $;
dom_name(){
return "article";
}
field(){
return {...(super.field()), "tabIndex": (this.tabindex())};
attr(){
return {...(super.attr()), "tabIndex": (this.tabindex())};
}
sub(){
return [
Expand Down Expand Up @@ -11034,7 +11034,7 @@ var $;
const lord = next.lord();
const peer = next.peer();
if (!skip_check && this.lord_rank(lord) < $hyoo_crus_rank.reg)
return 'Need add rank to join';
return 'Need reg rank to join';
const exists = this.pass.get(peer);
if (exists)
return '';
Expand Down Expand Up @@ -21545,7 +21545,7 @@ var $;
const land2 = $hyoo_crus_land.make({ $, ref: () => land1.ref(), auth: () => auth1 });
$mol_assert_equal(land1.lord_rank(land1.ref()), $hyoo_crus_rank.law);
$mol_assert_equal(land1.lord_rank(auth1.lord()), $hyoo_crus_rank.get);
$mol_assert_fail(() => land2.give(auth2, $hyoo_crus_rank.reg), 'Need add rank to join');
$mol_assert_fail(() => land2.give(auth2, $hyoo_crus_rank.reg), 'Need reg rank to join');
$mol_assert_equal(land1.lord_rank(auth1.lord()), $hyoo_crus_rank.get);
land1.give(auth1, $hyoo_crus_rank.get);
$mol_assert_equal(land1.lord_rank(auth1.lord()), $hyoo_crus_rank.get);
Expand Down Expand Up @@ -21576,7 +21576,7 @@ var $;
$mol_assert_equal(land1.delta_unit().length, 3);
$mol_assert_equal(land1.delta_unit(face).length, 1);
land2.apply_unit(land1.delta_unit());
$mol_assert_fail(() => land2.join(), 'Need add rank to join');
$mol_assert_fail(() => land2.join(), 'Need reg rank to join');
$mol_assert_equal(land2.delta_unit().length, 3);
$mol_assert_equal(land2.delta_unit(face).length, 1);
land1.give(auth2, $hyoo_crus_rank.reg);
Expand Down
2 changes: 1 addition & 1 deletion node.test.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion node.view.tree
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ $mol_link $mol_view

$mol_page $mol_view
dom_name \article
field *
attr *
^
tabIndex <= tabindex -1
sub /
Expand Down
Loading

0 comments on commit 7380ed9

Please sign in to comment.