Skip to content

Commit 28bbf24

Browse files
authored
deps: update browserify deps (#100)
1 parent d203a57 commit 28bbf24

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+961
-374
lines changed

nodelibs/browser/_stream_duplex.js

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
import { e as exports } from './chunk-6c718bbe.js';
1+
import { e as exports } from './chunk-gkrMq4sQ.js';
22
import './events.js';
3-
import './chunk-4bd36a8f.js';
4-
import './chunk-44e51b61.js';
5-
import './chunk-ce0fbc82.js';
6-
import './chunk-b4205b57.js';
7-
import './chunk-5decc758.js';
8-
import './chunk-2eac56ff.js';
9-
import './chunk-4ccc3a29.js';
3+
import './chunk-tHuMsdT0.js';
4+
import './chunk-CU2hd6BF.js';
5+
import './chunk-BZgdGiNw.js';
6+
import './chunk-D04hy_Cu.js';
7+
import './chunk-DEckhzyo.js';
8+
import './chunk-b0rmRow7.js';
9+
import './chunk-C9hMJ5VR.js';
1010

1111
var _stream_duplex = exports.Duplex;
1212
var from = exports.Duplex.from;

nodelibs/browser/_stream_passthrough.js

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
import { e as exports } from './chunk-6c718bbe.js';
1+
import { e as exports } from './chunk-gkrMq4sQ.js';
22
import './events.js';
3-
import './chunk-4bd36a8f.js';
4-
import './chunk-44e51b61.js';
5-
import './chunk-ce0fbc82.js';
6-
import './chunk-b4205b57.js';
7-
import './chunk-5decc758.js';
8-
import './chunk-2eac56ff.js';
9-
import './chunk-4ccc3a29.js';
3+
import './chunk-tHuMsdT0.js';
4+
import './chunk-CU2hd6BF.js';
5+
import './chunk-BZgdGiNw.js';
6+
import './chunk-D04hy_Cu.js';
7+
import './chunk-DEckhzyo.js';
8+
import './chunk-b0rmRow7.js';
9+
import './chunk-C9hMJ5VR.js';
1010

1111
var _stream_passthrough = exports.PassThrough;
1212

nodelibs/browser/_stream_readable.js

+9-10
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,17 @@
11
import { Readable } from './stream.js';
2-
export { Readable as default } from './stream.js';
3-
import './chunk-6c718bbe.js';
2+
import './chunk-gkrMq4sQ.js';
43
import './events.js';
5-
import './chunk-4bd36a8f.js';
6-
import './chunk-44e51b61.js';
7-
import './chunk-ce0fbc82.js';
8-
import './chunk-b4205b57.js';
9-
import './chunk-5decc758.js';
10-
import './chunk-2eac56ff.js';
11-
import './chunk-4ccc3a29.js';
4+
import './chunk-tHuMsdT0.js';
5+
import './chunk-CU2hd6BF.js';
6+
import './chunk-BZgdGiNw.js';
7+
import './chunk-D04hy_Cu.js';
8+
import './chunk-DEckhzyo.js';
9+
import './chunk-b0rmRow7.js';
10+
import './chunk-C9hMJ5VR.js';
1211
import './util.js';
1312

1413
var ReadableState = Readable.ReadableState;
1514
var _fromList = Readable._fromList;
1615
var from = Readable.from;
1716

18-
export { ReadableState, _fromList, from };
17+
export { ReadableState, _fromList, Readable as default, from };

nodelibs/browser/_stream_transform.js

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
import { e as exports } from './chunk-6c718bbe.js';
1+
import { e as exports } from './chunk-gkrMq4sQ.js';
22
import './events.js';
3-
import './chunk-4bd36a8f.js';
4-
import './chunk-44e51b61.js';
5-
import './chunk-ce0fbc82.js';
6-
import './chunk-b4205b57.js';
7-
import './chunk-5decc758.js';
8-
import './chunk-2eac56ff.js';
9-
import './chunk-4ccc3a29.js';
3+
import './chunk-tHuMsdT0.js';
4+
import './chunk-CU2hd6BF.js';
5+
import './chunk-BZgdGiNw.js';
6+
import './chunk-D04hy_Cu.js';
7+
import './chunk-DEckhzyo.js';
8+
import './chunk-b0rmRow7.js';
9+
import './chunk-C9hMJ5VR.js';
1010

1111
var _stream_transform = exports.Transform;
1212

nodelibs/browser/_stream_writable.js

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
import { e as exports } from './chunk-6c718bbe.js';
1+
import { e as exports } from './chunk-gkrMq4sQ.js';
22
import './events.js';
3-
import './chunk-4bd36a8f.js';
4-
import './chunk-44e51b61.js';
5-
import './chunk-ce0fbc82.js';
6-
import './chunk-b4205b57.js';
7-
import './chunk-5decc758.js';
8-
import './chunk-2eac56ff.js';
9-
import './chunk-4ccc3a29.js';
3+
import './chunk-tHuMsdT0.js';
4+
import './chunk-CU2hd6BF.js';
5+
import './chunk-BZgdGiNw.js';
6+
import './chunk-D04hy_Cu.js';
7+
import './chunk-DEckhzyo.js';
8+
import './chunk-b0rmRow7.js';
9+
import './chunk-C9hMJ5VR.js';
1010

1111
var _stream_writable = exports.Writable;
1212
var WritableState = exports.Writable.WritableState;

nodelibs/browser/assert.js

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

nodelibs/browser/assert/strict.js

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import { strict } from '../assert.js';
2-
export { strict as default, strict } from '../assert.js';
3-
import '../chunk-b4205b57.js';
4-
import '../chunk-5decc758.js';
2+
import '../chunk-D04hy_Cu.js';
3+
import '../chunk-DEckhzyo.js';
54

65
const {
76
fail,
@@ -25,4 +24,4 @@ const {
2524
CallTracker
2625
} = strict;
2726

28-
export { AssertionError, CallTracker, deepEqual, deepStrictEqual, doesNotMatch, doesNotReject, doesNotThrow, equal, fail, ifError, match, notDeepEqual, notDeepStrictEqual, notEqual, notStrictEqual, ok, rejects, strictEqual, throws };
27+
export { AssertionError, CallTracker, deepEqual, deepStrictEqual, strict as default, doesNotMatch, doesNotReject, doesNotThrow, equal, fail, ifError, match, notDeepEqual, notDeepStrictEqual, notEqual, notStrictEqual, ok, rejects, strict, strictEqual, throws };

nodelibs/browser/buffer.js

+3-5
Original file line numberDiff line numberDiff line change
@@ -2100,14 +2100,12 @@ function dew() {
21002100
const n = typeof min === "bigint" ? "n" : "";
21012101
let range;
21022102

2103-
if (byteLength > 3) {
2103+
{
21042104
if (min === 0 || min === BigInt(0)) {
21052105
range = `>= 0${n} and < 2${n} ** ${(byteLength + 1) * 8}${n}`;
21062106
} else {
21072107
range = `>= -(2${n} ** ${(byteLength + 1) * 8 - 1}${n}) and < 2 ** ` + `${(byteLength + 1) * 8 - 1}${n}`;
21082108
}
2109-
} else {
2110-
range = `>= ${min}${n} and <= ${max}${n}`;
21112109
}
21122110

21132111
throw new errors.ERR_OUT_OF_RANGE("value", range, value);
@@ -2125,14 +2123,14 @@ function dew() {
21252123
function boundsError(value, length, type) {
21262124
if (Math.floor(value) !== value) {
21272125
validateNumber(value, type);
2128-
throw new errors.ERR_OUT_OF_RANGE(type || "offset", "an integer", value);
2126+
throw new errors.ERR_OUT_OF_RANGE("offset", "an integer", value);
21292127
}
21302128

21312129
if (length < 0) {
21322130
throw new errors.ERR_BUFFER_OUT_OF_BOUNDS();
21332131
}
21342132

2135-
throw new errors.ERR_OUT_OF_RANGE(type || "offset", `>= ${type ? 1 : 0} and <= ${length}`, value);
2133+
throw new errors.ERR_OUT_OF_RANGE("offset", `>= ${0} and <= ${length}`, value);
21362134
} // HELPER FUNCTIONS
21372135
// ================
21382136

nodelibs/browser/chunk-ce0fbc82.js nodelibs/browser/chunk-BZgdGiNw.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import { X } from './chunk-b4205b57.js';
2-
import './chunk-5decc758.js';
1+
import { X } from './chunk-D04hy_Cu.js';
2+
import './chunk-DEckhzyo.js';
33

44
X._extend;X.callbackify;X.debuglog;X.deprecate;X.format;X.inherits;X.inspect;X.isArray;X.isBoolean;X.isBuffer;X.isDate;X.isError;X.isFunction;X.isNull;X.isNullOrUndefined;X.isNumber;X.isObject;X.isPrimitive;X.isRegExp;X.isString;X.isSymbol;X.isUndefined;X.log;X.promisify;
55

File renamed without changes.
File renamed without changes.

nodelibs/browser/chunk-44e51b61.js nodelibs/browser/chunk-CU2hd6BF.js

+9-12
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
import { y } from './chunk-4bd36a8f.js';
2-
import './chunk-ce0fbc82.js';
3-
import { X } from './chunk-b4205b57.js';
4-
import { p as process } from './chunk-2eac56ff.js';
5-
import { a as e$1 } from './chunk-4ccc3a29.js';
1+
import { y } from './chunk-tHuMsdT0.js';
2+
import './chunk-BZgdGiNw.js';
3+
import { X } from './chunk-D04hy_Cu.js';
4+
import { p as process } from './chunk-b0rmRow7.js';
5+
import { a as e$1 } from './chunk-C9hMJ5VR.js';
66

77
var exports$2$1 = {},
88
_dewExec$2$1 = false;
@@ -2106,14 +2106,12 @@ function dew$g() {
21062106
const n = typeof min === "bigint" ? "n" : "";
21072107
let range;
21082108

2109-
if (byteLength > 3) {
2109+
{
21102110
if (min === 0 || min === BigInt(0)) {
21112111
range = `>= 0${n} and < 2${n} ** ${(byteLength + 1) * 8}${n}`;
21122112
} else {
21132113
range = `>= -(2${n} ** ${(byteLength + 1) * 8 - 1}${n}) and < 2 ** ` + `${(byteLength + 1) * 8 - 1}${n}`;
21142114
}
2115-
} else {
2116-
range = `>= ${min}${n} and <= ${max}${n}`;
21172115
}
21182116

21192117
throw new errors.ERR_OUT_OF_RANGE("value", range, value);
@@ -2131,14 +2129,14 @@ function dew$g() {
21312129
function boundsError(value, length, type) {
21322130
if (Math.floor(value) !== value) {
21332131
validateNumber(value, type);
2134-
throw new errors.ERR_OUT_OF_RANGE(type || "offset", "an integer", value);
2132+
throw new errors.ERR_OUT_OF_RANGE("offset", "an integer", value);
21352133
}
21362134

21372135
if (length < 0) {
21382136
throw new errors.ERR_BUFFER_OUT_OF_BOUNDS();
21392137
}
21402138

2141-
throw new errors.ERR_OUT_OF_RANGE(type || "offset", `>= ${type ? 1 : 0} and <= ${length}`, value);
2139+
throw new errors.ERR_OUT_OF_RANGE("offset", `>= ${0} and <= ${length}`, value);
21422140
} // HELPER FUNCTIONS
21432141
// ================
21442142

@@ -2435,7 +2433,6 @@ function dew$d() {
24352433

24362434
function _createClass(Constructor, protoProps, staticProps) {
24372435
if (protoProps) _defineProperties(Constructor.prototype, protoProps);
2438-
if (staticProps) _defineProperties(Constructor, staticProps);
24392436
return Constructor;
24402437
}
24412438

@@ -2801,7 +2798,7 @@ function dew$b() {
28012798

28022799

28032800
function startsWith(str, search, pos) {
2804-
return str.substr(!pos || pos < 0 ? 0 : +pos, search.length) === search;
2801+
return str.substr(0 , search.length) === search;
28052802
} // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/endsWith
28062803

28072804

0 commit comments

Comments
 (0)