mirror of
https://github.com/musix-org/musix-oss
synced 2026-04-20 04:52:50 +00:00
Modules
This commit is contained in:
+1
@@ -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
@@ -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
@@ -0,0 +1,4 @@
|
||||
require('../modules/web.immediate');
|
||||
var path = require('../internals/path');
|
||||
|
||||
module.exports = path;
|
||||
+11
@@ -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
@@ -0,0 +1,4 @@
|
||||
require('../modules/web.queue-microtask');
|
||||
var path = require('../internals/path');
|
||||
|
||||
module.exports = path.queueMicrotask;
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
require('../modules/web.timers');
|
||||
var path = require('../internals/path');
|
||||
|
||||
module.exports = path;
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
require('../modules/web.url-search-params');
|
||||
var path = require('../internals/path');
|
||||
|
||||
module.exports = path.URLSearchParams;
|
||||
+6
@@ -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;
|
||||
Reference in New Issue
Block a user