feat:node-modules

This commit is contained in:
houjunxiang
2025-11-24 10:26:18 +08:00
parent 753766893b
commit 8a3e48d856
8825 changed files with 567399 additions and 1 deletions

View File

@@ -0,0 +1,3 @@
'use strict';
// https://github.com/tc39/proposal-accessible-object-hasownproperty
require('../modules/esnext.object.has-own');

View File

@@ -0,0 +1,8 @@
'use strict';
// https://github.com/tc39/proposal-arraybuffer-base64
require('../modules/esnext.uint8-array.from-base64');
require('../modules/esnext.uint8-array.from-hex');
require('../modules/esnext.uint8-array.set-from-base64');
require('../modules/esnext.uint8-array.set-from-hex');
require('../modules/esnext.uint8-array.to-base64');
require('../modules/esnext.uint8-array.to-hex');

View File

@@ -0,0 +1,5 @@
'use strict';
// https://github.com/tc39/proposal-arraybuffer-transfer
require('../modules/esnext.array-buffer.detached');
require('../modules/esnext.array-buffer.transfer');
require('../modules/esnext.array-buffer.transfer-to-fixed-length');

View File

@@ -0,0 +1,4 @@
'use strict';
// https://github.com/tc39/proposal-array-filtering
require('../modules/esnext.array.filter-reject');
require('../modules/esnext.typed-array.filter-reject');

8
node_modules/core-js/proposals/array-filtering.js generated vendored Normal file
View File

@@ -0,0 +1,8 @@
'use strict';
// https://github.com/tc39/proposal-array-filtering
// TODO: Remove from `core-js@4`
require('../modules/esnext.array.filter-out');
require('../modules/esnext.array.filter-reject');
// TODO: Remove from `core-js@4`
require('../modules/esnext.typed-array.filter-out');
require('../modules/esnext.typed-array.filter-reject');

View File

@@ -0,0 +1,6 @@
'use strict';
// https://github.com/tc39/proposal-array-find-from-last/
require('../modules/esnext.array.find-last');
require('../modules/esnext.array.find-last-index');
require('../modules/esnext.typed-array.find-last');
require('../modules/esnext.typed-array.find-last-index');

6
node_modules/core-js/proposals/array-flat-map.js generated vendored Normal file
View File

@@ -0,0 +1,6 @@
'use strict';
// https://github.com/tc39/proposal-flatMap
require('../modules/es.array.flat');
require('../modules/es.array.flat-map');
require('../modules/es.array.unscopables.flat');
require('../modules/es.array.unscopables.flat-map');

View File

@@ -0,0 +1,3 @@
'use strict';
// https://github.com/tc39/proposal-array-from-async
require('../modules/esnext.array.from-async');

5
node_modules/core-js/proposals/array-from-async.js generated vendored Normal file
View File

@@ -0,0 +1,5 @@
'use strict';
// https://github.com/tc39/proposal-array-from-async
require('../modules/esnext.array.from-async');
// TODO: Remove from `core-js@4`
require('../modules/esnext.typed-array.from-async');

View File

@@ -0,0 +1,4 @@
'use strict';
// https://github.com/tc39/proposal-array-grouping
require('../modules/esnext.array.group');
require('../modules/esnext.array.group-to-map');

Some files were not shown because too many files have changed in this diff Show More