Skip to content

Commit

Permalink
Deploying to gh-pages from @ 8a7b9bc 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
blokhin committed Jun 25, 2024
1 parent 7a36906 commit 68d17b1
Show file tree
Hide file tree
Showing 18 changed files with 642 additions and 799 deletions.
620 changes: 259 additions & 361 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.

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

Large diffs are not rendered by default.

14 changes: 11 additions & 3 deletions node.js
Original file line number Diff line number Diff line change
Expand Up @@ -1964,9 +1964,9 @@ var $node = new Proxy({ require }, {
while (!fs.existsSync(path.join(dir, suffix))) {
const parent = path.resolve(dir, '..');
if (parent === dir) {
$$.$mol_exec('.', 'npm', 'install', '--omit=dev', name);
$$.$mol_exec('.', 'npm', 'install', '--omit=dev', '--no-save', name);
try {
$$.$mol_exec('.', 'npm', 'install', '--omit=dev', '@types/' + name);
$$.$mol_exec('.', 'npm', 'install', '--omit=dev', '--no-save', '@types/' + name);
}
catch { }
break;
Expand Down Expand Up @@ -6335,7 +6335,7 @@ var $;
'code-comment-block': /(?:\/\*[^]*?\*\/|\/\+[^]*?\+\/|<![^]*?>)/,
'code-link': /(?:\w+:\/\/|#)\S+?(?=\s|\\\\|""|$)/,
'code-comment-inline': /\/\/.*?(?:$|\/\/)/,
'code-string': /(?:".*?"|'.*?'|`.*?`|\/.+?\/[dygimsu]*(?!\p{Letter})|(?:^|[ \t])\\[^\n]*\n)/,
'code-string': /(?:".*?"|'.*?'|`.*?`|\/.+?\/[dygimsu]*(?!\p{Letter})|(?:^|[ \t])\\[^\n]*\n)/u,
'code-number': /[+-]?(?:\d*\.)?\d+\w*/,
'code-call': /\.?\w+ *(?=\()/,
'code-sexpr': /\((\w+ )/,
Expand Down Expand Up @@ -8713,6 +8713,10 @@ var $;
if(next !== undefined) return next;
return 1;
}
Theme(){
const obj = new this.$.$mol_theme_auto();
return obj;
}
dir_light(){
return null;
}
Expand Down Expand Up @@ -9102,6 +9106,9 @@ var $;
spread_cells_limit(){
return 50;
}
plugins(){
return [(this?.Theme())];
}
auto(){
return [
(this?.dir_light()),
Expand Down Expand Up @@ -9167,6 +9174,7 @@ var $;
($mol_mem(($.$optimade_cifplayer_player.prototype), "spread_a"));
($mol_mem(($.$optimade_cifplayer_player.prototype), "spread_b"));
($mol_mem(($.$optimade_cifplayer_player.prototype), "spread_c"));
($mol_mem(($.$optimade_cifplayer_player.prototype), "Theme"));
($mol_mem(($.$optimade_cifplayer_player.prototype), "Three"));
($mol_mem(($.$optimade_cifplayer_player.prototype), "Descr_a"));
($mol_mem(($.$optimade_cifplayer_player.prototype), "Descr_b"));
Expand Down
2 changes: 1 addition & 1 deletion node.js.map

Large diffs are not rendered by default.

14 changes: 11 additions & 3 deletions node.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -1964,9 +1964,9 @@ var $node = new Proxy({ require }, {
while (!fs.existsSync(path.join(dir, suffix))) {
const parent = path.resolve(dir, '..');
if (parent === dir) {
$$.$mol_exec('.', 'npm', 'install', '--omit=dev', name);
$$.$mol_exec('.', 'npm', 'install', '--omit=dev', '--no-save', name);
try {
$$.$mol_exec('.', 'npm', 'install', '--omit=dev', '@types/' + name);
$$.$mol_exec('.', 'npm', 'install', '--omit=dev', '--no-save', '@types/' + name);
}
catch { }
break;
Expand Down Expand Up @@ -6335,7 +6335,7 @@ var $;
'code-comment-block': /(?:\/\*[^]*?\*\/|\/\+[^]*?\+\/|<![^]*?>)/,
'code-link': /(?:\w+:\/\/|#)\S+?(?=\s|\\\\|""|$)/,
'code-comment-inline': /\/\/.*?(?:$|\/\/)/,
'code-string': /(?:".*?"|'.*?'|`.*?`|\/.+?\/[dygimsu]*(?!\p{Letter})|(?:^|[ \t])\\[^\n]*\n)/,
'code-string': /(?:".*?"|'.*?'|`.*?`|\/.+?\/[dygimsu]*(?!\p{Letter})|(?:^|[ \t])\\[^\n]*\n)/u,
'code-number': /[+-]?(?:\d*\.)?\d+\w*/,
'code-call': /\.?\w+ *(?=\()/,
'code-sexpr': /\((\w+ )/,
Expand Down Expand Up @@ -8713,6 +8713,10 @@ var $;
if(next !== undefined) return next;
return 1;
}
Theme(){
const obj = new this.$.$mol_theme_auto();
return obj;
}
dir_light(){
return null;
}
Expand Down Expand Up @@ -9102,6 +9106,9 @@ var $;
spread_cells_limit(){
return 50;
}
plugins(){
return [(this?.Theme())];
}
auto(){
return [
(this?.dir_light()),
Expand Down Expand Up @@ -9167,6 +9174,7 @@ var $;
($mol_mem(($.$optimade_cifplayer_player.prototype), "spread_a"));
($mol_mem(($.$optimade_cifplayer_player.prototype), "spread_b"));
($mol_mem(($.$optimade_cifplayer_player.prototype), "spread_c"));
($mol_mem(($.$optimade_cifplayer_player.prototype), "Theme"));
($mol_mem(($.$optimade_cifplayer_player.prototype), "Three"));
($mol_mem(($.$optimade_cifplayer_player.prototype), "Descr_a"));
($mol_mem(($.$optimade_cifplayer_player.prototype), "Descr_b"));
Expand Down
16 changes: 12 additions & 4 deletions node.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -1955,9 +1955,9 @@ var $node = new Proxy({ require }, {
while (!fs.existsSync(path.join(dir, suffix))) {
const parent = path.resolve(dir, '..');
if (parent === dir) {
$$.$mol_exec('.', 'npm', 'install', '--omit=dev', name);
$$.$mol_exec('.', 'npm', 'install', '--omit=dev', '--no-save', name);
try {
$$.$mol_exec('.', 'npm', 'install', '--omit=dev', '@types/' + name);
$$.$mol_exec('.', 'npm', 'install', '--omit=dev', '--no-save', '@types/' + name);
}
catch { }
break;
Expand Down Expand Up @@ -6326,7 +6326,7 @@ var $;
'code-comment-block': /(?:\/\*[^]*?\*\/|\/\+[^]*?\+\/|<![^]*?>)/,
'code-link': /(?:\w+:\/\/|#)\S+?(?=\s|\\\\|""|$)/,
'code-comment-inline': /\/\/.*?(?:$|\/\/)/,
'code-string': /(?:".*?"|'.*?'|`.*?`|\/.+?\/[dygimsu]*(?!\p{Letter})|(?:^|[ \t])\\[^\n]*\n)/,
'code-string': /(?:".*?"|'.*?'|`.*?`|\/.+?\/[dygimsu]*(?!\p{Letter})|(?:^|[ \t])\\[^\n]*\n)/u,
'code-number': /[+-]?(?:\d*\.)?\d+\w*/,
'code-call': /\.?\w+ *(?=\()/,
'code-sexpr': /\((\w+ )/,
Expand Down Expand Up @@ -8697,6 +8697,10 @@ var $;
if(next !== undefined) return next;
return 1;
}
Theme(){
const obj = new this.$.$mol_theme_auto();
return obj;
}
dir_light(){
return null;
}
Expand Down Expand Up @@ -9086,6 +9090,9 @@ var $;
spread_cells_limit(){
return 50;
}
plugins(){
return [(this?.Theme())];
}
auto(){
return [
(this?.dir_light()),
Expand Down Expand Up @@ -9151,6 +9158,7 @@ var $;
($mol_mem(($.$optimade_cifplayer_player.prototype), "spread_a"));
($mol_mem(($.$optimade_cifplayer_player.prototype), "spread_b"));
($mol_mem(($.$optimade_cifplayer_player.prototype), "spread_c"));
($mol_mem(($.$optimade_cifplayer_player.prototype), "Theme"));
($mol_mem(($.$optimade_cifplayer_player.prototype), "Three"));
($mol_mem(($.$optimade_cifplayer_player.prototype), "Descr_a"));
($mol_mem(($.$optimade_cifplayer_player.prototype), "Descr_b"));
Expand Down Expand Up @@ -14188,7 +14196,7 @@ var $;
const check = (input, right) => {
const tokens = [];
$mol_syntax2_md_flow.tokenize(input, (...token) => tokens.push(token));
$mol_assert_like(tokens, right);
$mol_assert_equal(tokens, right);
};
check('Hello,\nWorld..\r\n\r\n\nof Love!', [
['block', 'Hello,\n', ['Hello,', '\n'], 0],
Expand Down
2 changes: 1 addition & 1 deletion node.test.js.map

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions node.view.tree
Original file line number Diff line number Diff line change
Expand Up @@ -591,6 +591,9 @@ $optimade_cifplayer_player $mol_view
<= spread_c? 1
spread_cells_limit 50
-
plugins /
<= Theme $mol_theme_auto
-
auto /
<= dir_light null
<= ambient_light null
Expand Down
Loading

0 comments on commit 68d17b1

Please sign in to comment.