aboutsummaryrefslogtreecommitdiff
path: root/node_modules/@babel/runtime/core-js/symbol
diff options
context:
space:
mode:
authorruki <waruqi@gmail.com>2018-11-08 00:38:48 +0800
committerruki <waruqi@gmail.com>2018-11-07 21:53:09 +0800
commit26105034da4fcce7ac883c899d781f016559310d (patch)
treec459a5dc4e3aa0972d9919033ece511ce76dd129 /node_modules/@babel/runtime/core-js/symbol
parent2c77f00f1a7ecb6c8192f9c16d3b2001b254a107 (diff)
downloadxmake-docs-26105034da4fcce7ac883c899d781f016559310d.tar.gz
xmake-docs-26105034da4fcce7ac883c899d781f016559310d.zip
switch to vuepress
Diffstat (limited to 'node_modules/@babel/runtime/core-js/symbol')
-rw-r--r--node_modules/@babel/runtime/core-js/symbol/for.js1
-rw-r--r--node_modules/@babel/runtime/core-js/symbol/has-instance.js1
-rw-r--r--node_modules/@babel/runtime/core-js/symbol/is-concat-spreadable.js1
-rw-r--r--node_modules/@babel/runtime/core-js/symbol/iterator.js1
-rw-r--r--node_modules/@babel/runtime/core-js/symbol/key-for.js1
-rw-r--r--node_modules/@babel/runtime/core-js/symbol/match.js1
-rw-r--r--node_modules/@babel/runtime/core-js/symbol/replace.js1
-rw-r--r--node_modules/@babel/runtime/core-js/symbol/search.js1
-rw-r--r--node_modules/@babel/runtime/core-js/symbol/species.js1
-rw-r--r--node_modules/@babel/runtime/core-js/symbol/split.js1
-rw-r--r--node_modules/@babel/runtime/core-js/symbol/to-primitive.js1
-rw-r--r--node_modules/@babel/runtime/core-js/symbol/to-string-tag.js1
-rw-r--r--node_modules/@babel/runtime/core-js/symbol/unscopables.js1
13 files changed, 13 insertions, 0 deletions
diff --git a/node_modules/@babel/runtime/core-js/symbol/for.js b/node_modules/@babel/runtime/core-js/symbol/for.js
new file mode 100644
index 00000000..735827cb
--- /dev/null
+++ b/node_modules/@babel/runtime/core-js/symbol/for.js
@@ -0,0 +1 @@
+module.exports = require("core-js/library/fn/symbol/for"); \ No newline at end of file
diff --git a/node_modules/@babel/runtime/core-js/symbol/has-instance.js b/node_modules/@babel/runtime/core-js/symbol/has-instance.js
new file mode 100644
index 00000000..b0b925d1
--- /dev/null
+++ b/node_modules/@babel/runtime/core-js/symbol/has-instance.js
@@ -0,0 +1 @@
+module.exports = require("core-js/library/fn/symbol/has-instance"); \ No newline at end of file
diff --git a/node_modules/@babel/runtime/core-js/symbol/is-concat-spreadable.js b/node_modules/@babel/runtime/core-js/symbol/is-concat-spreadable.js
new file mode 100644
index 00000000..1cdeee47
--- /dev/null
+++ b/node_modules/@babel/runtime/core-js/symbol/is-concat-spreadable.js
@@ -0,0 +1 @@
+module.exports = require("core-js/library/fn/symbol/is-concat-spreadable"); \ No newline at end of file
diff --git a/node_modules/@babel/runtime/core-js/symbol/iterator.js b/node_modules/@babel/runtime/core-js/symbol/iterator.js
new file mode 100644
index 00000000..b9f7f87e
--- /dev/null
+++ b/node_modules/@babel/runtime/core-js/symbol/iterator.js
@@ -0,0 +1 @@
+module.exports = require("core-js/library/fn/symbol/iterator"); \ No newline at end of file
diff --git a/node_modules/@babel/runtime/core-js/symbol/key-for.js b/node_modules/@babel/runtime/core-js/symbol/key-for.js
new file mode 100644
index 00000000..b3de60d0
--- /dev/null
+++ b/node_modules/@babel/runtime/core-js/symbol/key-for.js
@@ -0,0 +1 @@
+module.exports = require("core-js/library/fn/symbol/key-for"); \ No newline at end of file
diff --git a/node_modules/@babel/runtime/core-js/symbol/match.js b/node_modules/@babel/runtime/core-js/symbol/match.js
new file mode 100644
index 00000000..5993dcc5
--- /dev/null
+++ b/node_modules/@babel/runtime/core-js/symbol/match.js
@@ -0,0 +1 @@
+module.exports = require("core-js/library/fn/symbol/match"); \ No newline at end of file
diff --git a/node_modules/@babel/runtime/core-js/symbol/replace.js b/node_modules/@babel/runtime/core-js/symbol/replace.js
new file mode 100644
index 00000000..c8d16b56
--- /dev/null
+++ b/node_modules/@babel/runtime/core-js/symbol/replace.js
@@ -0,0 +1 @@
+module.exports = require("core-js/library/fn/symbol/replace"); \ No newline at end of file
diff --git a/node_modules/@babel/runtime/core-js/symbol/search.js b/node_modules/@babel/runtime/core-js/symbol/search.js
new file mode 100644
index 00000000..75341991
--- /dev/null
+++ b/node_modules/@babel/runtime/core-js/symbol/search.js
@@ -0,0 +1 @@
+module.exports = require("core-js/library/fn/symbol/search"); \ No newline at end of file
diff --git a/node_modules/@babel/runtime/core-js/symbol/species.js b/node_modules/@babel/runtime/core-js/symbol/species.js
new file mode 100644
index 00000000..a79deb01
--- /dev/null
+++ b/node_modules/@babel/runtime/core-js/symbol/species.js
@@ -0,0 +1 @@
+module.exports = require("core-js/library/fn/symbol/species"); \ No newline at end of file
diff --git a/node_modules/@babel/runtime/core-js/symbol/split.js b/node_modules/@babel/runtime/core-js/symbol/split.js
new file mode 100644
index 00000000..c7615094
--- /dev/null
+++ b/node_modules/@babel/runtime/core-js/symbol/split.js
@@ -0,0 +1 @@
+module.exports = require("core-js/library/fn/symbol/split"); \ No newline at end of file
diff --git a/node_modules/@babel/runtime/core-js/symbol/to-primitive.js b/node_modules/@babel/runtime/core-js/symbol/to-primitive.js
new file mode 100644
index 00000000..6581cb6d
--- /dev/null
+++ b/node_modules/@babel/runtime/core-js/symbol/to-primitive.js
@@ -0,0 +1 @@
+module.exports = require("core-js/library/fn/symbol/to-primitive"); \ No newline at end of file
diff --git a/node_modules/@babel/runtime/core-js/symbol/to-string-tag.js b/node_modules/@babel/runtime/core-js/symbol/to-string-tag.js
new file mode 100644
index 00000000..7991c9cf
--- /dev/null
+++ b/node_modules/@babel/runtime/core-js/symbol/to-string-tag.js
@@ -0,0 +1 @@
+module.exports = require("core-js/library/fn/symbol/to-string-tag"); \ No newline at end of file
diff --git a/node_modules/@babel/runtime/core-js/symbol/unscopables.js b/node_modules/@babel/runtime/core-js/symbol/unscopables.js
new file mode 100644
index 00000000..69067955
--- /dev/null
+++ b/node_modules/@babel/runtime/core-js/symbol/unscopables.js
@@ -0,0 +1 @@
+module.exports = require("core-js/library/fn/symbol/unscopables"); \ No newline at end of file