Skip to content

Commit

Permalink
Deploying to gh-pages from @ 3a78c22 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
nin-jin committed Jul 8, 2023
1 parent f37b21f commit efe2adf
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 10 deletions.
2 changes: 1 addition & 1 deletion node.deps.json

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions 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.

5 changes: 3 additions & 2 deletions node.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -1400,9 +1400,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 @@ -4701,6 +4701,7 @@ var $;
if (this.type() !== 'dir')
return [];
const path = this.path();
this.stat();
try {
return $node.fs.readdirSync(path)
.filter(name => !/^\.+$/.test(name))
Expand Down
5 changes: 3 additions & 2 deletions node.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -1392,9 +1392,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 @@ -4693,6 +4693,7 @@ var $;
if (this.type() !== 'dir')
return [];
const path = this.path();
this.stat();
try {
return $node.fs.readdirSync(path)
.filter(name => !/^\.+$/.test(name))
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 web.deps.json

Large diffs are not rendered by default.

0 comments on commit efe2adf

Please sign in to comment.