Skip to content

Commit d8a1d44

Browse files
committed
fixups
1 parent 224dbf9 commit d8a1d44

File tree

5 files changed

+599
-316
lines changed

5 files changed

+599
-316
lines changed

nodelibs/browser/fs.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ import { fileURLToPath } from './url.js';
1313
import './chunk-B738Er4n.js';
1414
import './punycode.js';
1515
import './chunk-DtcTpLWz.js';
16-
import '@empty';
1716
import './chunk-BlJi4mNy.js';
1817

1918
var exports$h = {},

nodelibs/browser/fs/promises.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ import '../buffer.js';
1414
import '../url.js';
1515
import '../punycode.js';
1616
import '../chunk-DtcTpLWz.js';
17-
import '@empty';
1817
import '../chunk-BlJi4mNy.js';
1918

2019
const {

nodelibs/browser/url.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
import exports$9 from './punycode.js';
22
import { g as dew$8, a as dew$9, h as dew$a } from './chunk-DtcTpLWz.js';
3-
import _util from '@empty';
43
import { e as exports$a } from './chunk-BlJi4mNy.js';
54
import './chunk-DEMDiNwt.js';
65

6+
var empty = Object.freeze(Object.create(null));
7+
78
var exports$8 = {},
89
_dewExec$7 = false;
910
var _global = typeof globalThis !== "undefined" ? globalThis : typeof self !== "undefined" ? self : global;
@@ -63,7 +64,7 @@ function dew$7() {
6364
}
6465
return $replace.call(str, sepRegex, "$&_");
6566
}
66-
var utilInspect = _util;
67+
var utilInspect = empty;
6768
var inspectCustom = utilInspect.custom;
6869
var inspectSymbol = isSymbol(inspectCustom) ? inspectCustom : null;
6970
exports$8 = function inspect_(obj, options, depth, seen) {

nodelibs/browser/wasi.js

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)