This commit is contained in:
wuxu
2026-03-31 17:51:43 +08:00
commit 8d726651e2
4756 changed files with 984942 additions and 0 deletions

4
node_modules/es-errors/eval.js generated vendored Normal file
View File

@@ -0,0 +1,4 @@
'use strict';
/** @type {import('./eval')} */
module.exports = EvalError;

4
node_modules/es-errors/index.js generated vendored Normal file
View File

@@ -0,0 +1,4 @@
'use strict';
/** @type {import('.')} */
module.exports = Error;

4
node_modules/es-errors/range.js generated vendored Normal file
View File

@@ -0,0 +1,4 @@
'use strict';
/** @type {import('./range')} */
module.exports = RangeError;

4
node_modules/es-errors/ref.js generated vendored Normal file
View File

@@ -0,0 +1,4 @@
'use strict';
/** @type {import('./ref')} */
module.exports = ReferenceError;

4
node_modules/es-errors/syntax.js generated vendored Normal file
View File

@@ -0,0 +1,4 @@
'use strict';
/** @type {import('./syntax')} */
module.exports = SyntaxError;

4
node_modules/es-errors/type.js generated vendored Normal file
View File

@@ -0,0 +1,4 @@
'use strict';
/** @type {import('./type')} */
module.exports = TypeError;

4
node_modules/es-errors/uri.js generated vendored Normal file
View File

@@ -0,0 +1,4 @@
'use strict';
/** @type {import('./uri')} */
module.exports = URIError;