Skip to content

Commit

Permalink
fixups
Browse files Browse the repository at this point in the history
  • Loading branch information
guybedford committed Oct 15, 2024
1 parent 224dbf9 commit d8a1d44
Show file tree
Hide file tree
Showing 5 changed files with 599 additions and 316 deletions.
1 change: 0 additions & 1 deletion nodelibs/browser/fs.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ import { fileURLToPath } from './url.js';
import './chunk-B738Er4n.js';
import './punycode.js';
import './chunk-DtcTpLWz.js';
import '@empty';
import './chunk-BlJi4mNy.js';

var exports$h = {},
Expand Down
1 change: 0 additions & 1 deletion nodelibs/browser/fs/promises.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ import '../buffer.js';
import '../url.js';
import '../punycode.js';
import '../chunk-DtcTpLWz.js';
import '@empty';
import '../chunk-BlJi4mNy.js';

const {
Expand Down
5 changes: 3 additions & 2 deletions nodelibs/browser/url.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
import exports$9 from './punycode.js';
import { g as dew$8, a as dew$9, h as dew$a } from './chunk-DtcTpLWz.js';
import _util from '@empty';
import { e as exports$a } from './chunk-BlJi4mNy.js';
import './chunk-DEMDiNwt.js';

var empty = Object.freeze(Object.create(null));

var exports$8 = {},
_dewExec$7 = false;
var _global = typeof globalThis !== "undefined" ? globalThis : typeof self !== "undefined" ? self : global;
Expand Down Expand Up @@ -63,7 +64,7 @@ function dew$7() {
}
return $replace.call(str, sepRegex, "$&_");
}
var utilInspect = _util;
var utilInspect = empty;
var inspectCustom = utilInspect.custom;
var inspectSymbol = isSymbol(inspectCustom) ? inspectCustom : null;
exports$8 = function inspect_(obj, options, depth, seen) {
Expand Down
1 change: 0 additions & 1 deletion nodelibs/browser/wasi.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit d8a1d44

Please sign in to comment.