This commit is contained in:
2022-09-30 05:39:11 +00:00
parent 41ee9463ae
commit 4687fa49bc
11418 changed files with 1312504 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
This folder contains entry points for features from [WHATWG / W3C](https://github.com/zloirock/core-js/tree/v3#web-standards) with dependencies.
+5
View File
@@ -0,0 +1,5 @@
require('../modules/web.dom-collections.for-each');
require('../modules/web.dom-collections.iterator');
var path = require('../internals/path');
module.exports = path;
+4
View File
@@ -0,0 +1,4 @@
require('../modules/web.immediate');
var path = require('../internals/path');
module.exports = path;
+11
View File
@@ -0,0 +1,11 @@
require('../modules/web.dom-collections.for-each');
require('../modules/web.dom-collections.iterator');
require('../modules/web.immediate');
require('../modules/web.queue-microtask');
require('../modules/web.timers');
require('../modules/web.url');
require('../modules/web.url.to-json');
require('../modules/web.url-search-params');
var path = require('../internals/path');
module.exports = path;
+4
View File
@@ -0,0 +1,4 @@
require('../modules/web.queue-microtask');
var path = require('../internals/path');
module.exports = path.queueMicrotask;
+4
View File
@@ -0,0 +1,4 @@
require('../modules/web.timers');
var path = require('../internals/path');
module.exports = path;
+4
View File
@@ -0,0 +1,4 @@
require('../modules/web.url-search-params');
var path = require('../internals/path');
module.exports = path.URLSearchParams;
+6
View File
@@ -0,0 +1,6 @@
require('../modules/web.url');
require('../modules/web.url.to-json');
require('../modules/web.url-search-params');
var path = require('../internals/path');
module.exports = path.URL;