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

2
node_modules/core-js/features/function/bind.js generated vendored Normal file
View File

@@ -0,0 +1,2 @@
'use strict';
module.exports = require('../../full/function/bind');

View File

@@ -0,0 +1,2 @@
'use strict';
module.exports = require('../../full/function/demethodize');

View File

@@ -0,0 +1,2 @@
'use strict';
module.exports = require('../../full/function/has-instance');

2
node_modules/core-js/features/function/index.js generated vendored Normal file
View File

@@ -0,0 +1,2 @@
'use strict';
module.exports = require('../../full/function');

View File

@@ -0,0 +1,2 @@
'use strict';
module.exports = require('../../full/function/is-callable');

View File

@@ -0,0 +1,2 @@
'use strict';
module.exports = require('../../full/function/is-constructor');

2
node_modules/core-js/features/function/metadata.js generated vendored Normal file
View File

@@ -0,0 +1,2 @@
'use strict';
module.exports = require('../../full/function/metadata');

2
node_modules/core-js/features/function/name.js generated vendored Normal file
View File

@@ -0,0 +1,2 @@
'use strict';
module.exports = require('../../full/function/name');

2
node_modules/core-js/features/function/un-this.js generated vendored Normal file
View File

@@ -0,0 +1,2 @@
'use strict';
module.exports = require('../../full/function/un-this');

View File

@@ -0,0 +1,2 @@
'use strict';
module.exports = require('../../../full/function/virtual/bind');

View File

@@ -0,0 +1,2 @@
'use strict';
module.exports = require('../../../full/function/virtual/demethodize');

View File

@@ -0,0 +1,2 @@
'use strict';
module.exports = require('../../../full/function/virtual');

View File

@@ -0,0 +1,2 @@
'use strict';
module.exports = require('../../../full/function/virtual/un-this');