Skip to content

deps: update JSPM build dependencies #74

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 14, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 11 additions & 12 deletions nodelibs/browser/_stream_duplex.js
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
import { s as stream } from './chunk-342db2c9.js';
import { e as exports } from './chunk-6c718bbe.js';
import './events.js';
import './chunk-eb4a3827.js';
import './chunk-a75abdc7.js';
import './chunk-bf402f6f.js';
import './chunk-b196e9ea.js';
import './chunk-af36a440.js';
import './chunk-41a25566.js';
import './chunk-83f77422.js';
import './chunk-4bd36a8f.js';
import './chunk-44e51b61.js';
import './chunk-ce0fbc82.js';
import './chunk-b4205b57.js';
import './chunk-5decc758.js';
import './chunk-2eac56ff.js';
import './chunk-4ccc3a29.js';

var _stream_duplex = stream.Duplex;
var from = stream.Duplex.from;
var _stream_duplex = exports.Duplex;
var from = exports.Duplex.from;

export default _stream_duplex;
export { from };
export { _stream_duplex as default, from };
20 changes: 10 additions & 10 deletions nodelibs/browser/_stream_passthrough.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
import { s as stream } from './chunk-342db2c9.js';
import { e as exports } from './chunk-6c718bbe.js';
import './events.js';
import './chunk-eb4a3827.js';
import './chunk-a75abdc7.js';
import './chunk-bf402f6f.js';
import './chunk-b196e9ea.js';
import './chunk-af36a440.js';
import './chunk-41a25566.js';
import './chunk-83f77422.js';
import './chunk-4bd36a8f.js';
import './chunk-44e51b61.js';
import './chunk-ce0fbc82.js';
import './chunk-b4205b57.js';
import './chunk-5decc758.js';
import './chunk-2eac56ff.js';
import './chunk-4ccc3a29.js';

var _stream_passthrough = stream.PassThrough;
var _stream_passthrough = exports.PassThrough;

export default _stream_passthrough;
export { _stream_passthrough as default };
16 changes: 8 additions & 8 deletions nodelibs/browser/_stream_readable.js
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
import { Readable } from './stream.js';
export { Readable as default } from './stream.js';
import './chunk-342db2c9.js';
import './chunk-6c718bbe.js';
import './events.js';
import './chunk-eb4a3827.js';
import './chunk-a75abdc7.js';
import './chunk-bf402f6f.js';
import './chunk-b196e9ea.js';
import './chunk-af36a440.js';
import './chunk-41a25566.js';
import './chunk-83f77422.js';
import './chunk-4bd36a8f.js';
import './chunk-44e51b61.js';
import './chunk-ce0fbc82.js';
import './chunk-b4205b57.js';
import './chunk-5decc758.js';
import './chunk-2eac56ff.js';
import './chunk-4ccc3a29.js';
import './util.js';

var ReadableState = Readable.ReadableState;
Expand Down
20 changes: 10 additions & 10 deletions nodelibs/browser/_stream_transform.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
import { s as stream } from './chunk-342db2c9.js';
import { e as exports } from './chunk-6c718bbe.js';
import './events.js';
import './chunk-eb4a3827.js';
import './chunk-a75abdc7.js';
import './chunk-bf402f6f.js';
import './chunk-b196e9ea.js';
import './chunk-af36a440.js';
import './chunk-41a25566.js';
import './chunk-83f77422.js';
import './chunk-4bd36a8f.js';
import './chunk-44e51b61.js';
import './chunk-ce0fbc82.js';
import './chunk-b4205b57.js';
import './chunk-5decc758.js';
import './chunk-2eac56ff.js';
import './chunk-4ccc3a29.js';

var _stream_transform = stream.Transform;
var _stream_transform = exports.Transform;

export default _stream_transform;
export { _stream_transform as default };
23 changes: 11 additions & 12 deletions nodelibs/browser/_stream_writable.js
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
import { s as stream } from './chunk-342db2c9.js';
import { e as exports } from './chunk-6c718bbe.js';
import './events.js';
import './chunk-eb4a3827.js';
import './chunk-a75abdc7.js';
import './chunk-bf402f6f.js';
import './chunk-b196e9ea.js';
import './chunk-af36a440.js';
import './chunk-41a25566.js';
import './chunk-83f77422.js';
import './chunk-4bd36a8f.js';
import './chunk-44e51b61.js';
import './chunk-ce0fbc82.js';
import './chunk-b4205b57.js';
import './chunk-5decc758.js';
import './chunk-2eac56ff.js';
import './chunk-4ccc3a29.js';

var _stream_writable = stream.Writable;
var WritableState = stream.Writable.WritableState;
var _stream_writable = exports.Writable;
var WritableState = exports.Writable.WritableState;

export default _stream_writable;
export { WritableState };
export { WritableState, _stream_writable as default };
7 changes: 3 additions & 4 deletions nodelibs/browser/assert.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions nodelibs/browser/assert/strict.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { strict } from '../assert.js';
export { strict as default, strict } from '../assert.js';
import '../chunk-b196e9ea.js';
import '../chunk-af36a440.js';
import '../chunk-b4205b57.js';
import '../chunk-5decc758.js';

const {
fail,
Expand Down
3 changes: 1 addition & 2 deletions nodelibs/browser/async_hooks.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,4 @@ var async_hooks = {
AsyncResource: unimplemented
};

export default async_hooks;
export { unimplemented as AsyncLocalStorage, unimplemented as AsyncResource, unimplemented as createHook, unimplemented as executionAsyncId, unimplemented as executionAsyncResource, unimplemented as triggerAsyncId };
export { unimplemented as AsyncLocalStorage, unimplemented as AsyncResource, unimplemented as createHook, async_hooks as default, unimplemented as executionAsyncId, unimplemented as executionAsyncResource, unimplemented as triggerAsyncId };
50 changes: 25 additions & 25 deletions nodelibs/browser/buffer.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
var exports$2 = {},
var exports$3 = {},
_dewExec$2 = false;
function dew$2() {
if (_dewExec$2) return exports$2;
if (_dewExec$2) return exports$3;
_dewExec$2 = true;
exports$2.byteLength = byteLength;
exports$2.toByteArray = toByteArray;
exports$2.fromByteArray = fromByteArray;
exports$3.byteLength = byteLength;
exports$3.toByteArray = toByteArray;
exports$3.fromByteArray = fromByteArray;
var lookup = [];
var revLookup = [];
var Arr = typeof Uint8Array !== "undefined" ? Uint8Array : Array;
Expand Down Expand Up @@ -121,17 +121,17 @@ function dew$2() {
return parts.join("");
}

return exports$2;
return exports$3;
}

var exports$1 = {},
var exports$2 = {},
_dewExec$1 = false;
function dew$1() {
if (_dewExec$1) return exports$1;
if (_dewExec$1) return exports$2;
_dewExec$1 = true;

/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
exports$1.read = function (buffer, offset, isLE, mLen, nBytes) {
exports$2.read = function (buffer, offset, isLE, mLen, nBytes) {
var e, m;
var eLen = nBytes * 8 - mLen - 1;
var eMax = (1 << eLen) - 1;
Expand Down Expand Up @@ -165,7 +165,7 @@ function dew$1() {
return (s ? -1 : 1) * m * Math.pow(2, e - mLen);
};

exports$1.write = function (buffer, value, offset, isLE, mLen, nBytes) {
exports$2.write = function (buffer, value, offset, isLE, mLen, nBytes) {
var e, m, c;
var eLen = nBytes * 8 - mLen - 1;
var eMax = (1 << eLen) - 1;
Expand Down Expand Up @@ -220,13 +220,13 @@ function dew$1() {
buffer[offset + i - d] |= s * 128;
};

return exports$1;
return exports$2;
}

var exports = {},
var exports$1 = {},
_dewExec = false;
function dew() {
if (_dewExec) return exports;
if (_dewExec) return exports$1;
_dewExec = true;

const base64 = dew$2();
Expand All @@ -235,11 +235,11 @@ function dew() {

const customInspectSymbol = typeof Symbol === "function" && typeof Symbol["for"] === "function" ? Symbol["for"]("nodejs.util.inspect.custom") // eslint-disable-line dot-notation
: null;
exports.Buffer = Buffer;
exports.SlowBuffer = SlowBuffer;
exports.INSPECT_MAX_BYTES = 50;
exports$1.Buffer = Buffer;
exports$1.SlowBuffer = SlowBuffer;
exports$1.INSPECT_MAX_BYTES = 50;
const K_MAX_LENGTH = 2147483647;
exports.kMaxLength = K_MAX_LENGTH;
exports$1.kMaxLength = K_MAX_LENGTH;
/**
* If `Buffer.TYPED_ARRAY_SUPPORT`:
* === true Use Uint8Array implementation (fastest)
Expand Down Expand Up @@ -849,7 +849,7 @@ function dew() {

Buffer.prototype.inspect = function inspect() {
let str = "";
const max = exports.INSPECT_MAX_BYTES;
const max = exports$1.INSPECT_MAX_BYTES;
str = this.toString("hex", 0, max).replace(/(.{2})/g, "$1 ").trim();
if (this.length > max) str += " ... ";
return "<Buffer " + str + ">";
Expand Down Expand Up @@ -2299,14 +2299,14 @@ function dew() {
throw new Error("BigInt not supported");
}

return exports;
return exports$1;
}

var buffer = dew();
const exports = dew();
exports['Buffer']; exports['SlowBuffer']; exports['INSPECT_MAX_BYTES']; exports['kMaxLength'];

var Buffer = buffer.Buffer;
var INSPECT_MAX_BYTES = buffer.INSPECT_MAX_BYTES;
var kMaxLength = buffer.kMaxLength;
var Buffer = exports.Buffer;
var INSPECT_MAX_BYTES = exports.INSPECT_MAX_BYTES;
var kMaxLength = exports.kMaxLength;

export default buffer;
export { Buffer, INSPECT_MAX_BYTES, kMaxLength };
export { Buffer, INSPECT_MAX_BYTES, exports as default, kMaxLength };
3 changes: 1 addition & 2 deletions nodelibs/browser/child_process.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,4 @@ var child_process = {
spawnSync: unimplemented
};

export default child_process;
export { unimplemented as ChildProcess, unimplemented as _forkChild, unimplemented as exec, unimplemented as execFile, unimplemented as execFileSync, unimplemented as execSync, unimplemented as fork, unimplemented as spawn, unimplemented as spawnSync };
export { unimplemented as ChildProcess, unimplemented as _forkChild, child_process as default, unimplemented as exec, unimplemented as execFile, unimplemented as execFileSync, unimplemented as execSync, unimplemented as fork, unimplemented as spawn, unimplemented as spawnSync };
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import { p as process } from './chunk-41a25566.js';
import { p as process } from './chunk-2eac56ff.js';

var exports = {},
var exports$1 = {},
_dewExec = false;
function dew() {
if (_dewExec) return exports;
if (_dewExec) return exports$1;
_dewExec = true;
var process$1 = process;

Expand Down Expand Up @@ -532,10 +532,10 @@ function dew() {
posix: null
};
posix.posix = posix;
exports = posix;
return exports;
exports$1 = posix;
return exports$1;
}

var path = dew();
const exports = dew();

export { path as p };
export { exports as e };
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import { y } from './chunk-eb4a3827.js';
import './chunk-bf402f6f.js';
import { X } from './chunk-b196e9ea.js';
import { p as process } from './chunk-41a25566.js';
import { a as e$1 } from './chunk-83f77422.js';
import { y } from './chunk-4bd36a8f.js';
import './chunk-ce0fbc82.js';
import { X } from './chunk-b4205b57.js';
import { p as process } from './chunk-2eac56ff.js';
import { a as e$1 } from './chunk-4ccc3a29.js';

var exports$2$1 = {},
_dewExec$2$1 = false;
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
import './events.js';
import { a as dew$1, c as dew$2, e as dew$3, f as dew$4, g as dew$5, h as dew$6, i as dew$7, d as dew$8 } from './chunk-a75abdc7.js';
import { y } from './chunk-eb4a3827.js';
import { a as dew$1, c as dew$2, e as dew$3, f as dew$4, g as dew$5, h as dew$6, i as dew$7, d as dew$8 } from './chunk-44e51b61.js';
import { y } from './chunk-4bd36a8f.js';

var exports = {},
var exports$1 = {},
_dewExec = false;

var _global = typeof globalThis !== "undefined" ? globalThis : typeof self !== "undefined" ? self : global;

function dew() {
if (_dewExec) return exports;
if (_dewExec) return exports$1;
_dewExec = true;
// Copyright Joyent, Inc. and other Node contributors.
//
Expand All @@ -30,7 +30,7 @@ function dew() {
// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
// USE OR OTHER DEALINGS IN THE SOFTWARE.
exports = Stream;
exports$1 = Stream;
var EE = y.EventEmitter;

var inherits = dew$8();
Expand Down Expand Up @@ -124,9 +124,9 @@ function dew() {
return dest;
};

return exports;
return exports$1;
}

var stream = dew();
const exports = dew();

export { stream as s };
export { exports as e };
File renamed without changes.
File renamed without changes.
Loading