aboutsummaryrefslogtreecommitdiff
path: root/node_modules/@babel/runtime/core-js/math
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/math
parent2c77f00f1a7ecb6c8192f9c16d3b2001b254a107 (diff)
downloadxmake-docs-26105034da4fcce7ac883c899d781f016559310d.tar.gz
xmake-docs-26105034da4fcce7ac883c899d781f016559310d.zip
switch to vuepress
Diffstat (limited to 'node_modules/@babel/runtime/core-js/math')
-rw-r--r--node_modules/@babel/runtime/core-js/math/acosh.js1
-rw-r--r--node_modules/@babel/runtime/core-js/math/asinh.js1
-rw-r--r--node_modules/@babel/runtime/core-js/math/atanh.js1
-rw-r--r--node_modules/@babel/runtime/core-js/math/cbrt.js1
-rw-r--r--node_modules/@babel/runtime/core-js/math/clz32.js1
-rw-r--r--node_modules/@babel/runtime/core-js/math/cosh.js1
-rw-r--r--node_modules/@babel/runtime/core-js/math/expm1.js1
-rw-r--r--node_modules/@babel/runtime/core-js/math/fround.js1
-rw-r--r--node_modules/@babel/runtime/core-js/math/hypot.js1
-rw-r--r--node_modules/@babel/runtime/core-js/math/iaddh.js1
-rw-r--r--node_modules/@babel/runtime/core-js/math/imul.js1
-rw-r--r--node_modules/@babel/runtime/core-js/math/imulh.js1
-rw-r--r--node_modules/@babel/runtime/core-js/math/isubh.js1
-rw-r--r--node_modules/@babel/runtime/core-js/math/log10.js1
-rw-r--r--node_modules/@babel/runtime/core-js/math/log1p.js1
-rw-r--r--node_modules/@babel/runtime/core-js/math/log2.js1
-rw-r--r--node_modules/@babel/runtime/core-js/math/sign.js1
-rw-r--r--node_modules/@babel/runtime/core-js/math/sinh.js1
-rw-r--r--node_modules/@babel/runtime/core-js/math/tanh.js1
-rw-r--r--node_modules/@babel/runtime/core-js/math/trunc.js1
-rw-r--r--node_modules/@babel/runtime/core-js/math/umulh.js1
21 files changed, 21 insertions, 0 deletions
diff --git a/node_modules/@babel/runtime/core-js/math/acosh.js b/node_modules/@babel/runtime/core-js/math/acosh.js
new file mode 100644
index 00000000..63fed819
--- /dev/null
+++ b/node_modules/@babel/runtime/core-js/math/acosh.js
@@ -0,0 +1 @@
+module.exports = require("core-js/library/fn/math/acosh"); \ No newline at end of file
diff --git a/node_modules/@babel/runtime/core-js/math/asinh.js b/node_modules/@babel/runtime/core-js/math/asinh.js
new file mode 100644
index 00000000..c33959c5
--- /dev/null
+++ b/node_modules/@babel/runtime/core-js/math/asinh.js
@@ -0,0 +1 @@
+module.exports = require("core-js/library/fn/math/asinh"); \ No newline at end of file
diff --git a/node_modules/@babel/runtime/core-js/math/atanh.js b/node_modules/@babel/runtime/core-js/math/atanh.js
new file mode 100644
index 00000000..0afd91c5
--- /dev/null
+++ b/node_modules/@babel/runtime/core-js/math/atanh.js
@@ -0,0 +1 @@
+module.exports = require("core-js/library/fn/math/atanh"); \ No newline at end of file
diff --git a/node_modules/@babel/runtime/core-js/math/cbrt.js b/node_modules/@babel/runtime/core-js/math/cbrt.js
new file mode 100644
index 00000000..5b719e15
--- /dev/null
+++ b/node_modules/@babel/runtime/core-js/math/cbrt.js
@@ -0,0 +1 @@
+module.exports = require("core-js/library/fn/math/cbrt"); \ No newline at end of file
diff --git a/node_modules/@babel/runtime/core-js/math/clz32.js b/node_modules/@babel/runtime/core-js/math/clz32.js
new file mode 100644
index 00000000..b136838b
--- /dev/null
+++ b/node_modules/@babel/runtime/core-js/math/clz32.js
@@ -0,0 +1 @@
+module.exports = require("core-js/library/fn/math/clz32"); \ No newline at end of file
diff --git a/node_modules/@babel/runtime/core-js/math/cosh.js b/node_modules/@babel/runtime/core-js/math/cosh.js
new file mode 100644
index 00000000..5628fd44
--- /dev/null
+++ b/node_modules/@babel/runtime/core-js/math/cosh.js
@@ -0,0 +1 @@
+module.exports = require("core-js/library/fn/math/cosh"); \ No newline at end of file
diff --git a/node_modules/@babel/runtime/core-js/math/expm1.js b/node_modules/@babel/runtime/core-js/math/expm1.js
new file mode 100644
index 00000000..cddacc5c
--- /dev/null
+++ b/node_modules/@babel/runtime/core-js/math/expm1.js
@@ -0,0 +1 @@
+module.exports = require("core-js/library/fn/math/expm1"); \ No newline at end of file
diff --git a/node_modules/@babel/runtime/core-js/math/fround.js b/node_modules/@babel/runtime/core-js/math/fround.js
new file mode 100644
index 00000000..83de174b
--- /dev/null
+++ b/node_modules/@babel/runtime/core-js/math/fround.js
@@ -0,0 +1 @@
+module.exports = require("core-js/library/fn/math/fround"); \ No newline at end of file
diff --git a/node_modules/@babel/runtime/core-js/math/hypot.js b/node_modules/@babel/runtime/core-js/math/hypot.js
new file mode 100644
index 00000000..8179ff21
--- /dev/null
+++ b/node_modules/@babel/runtime/core-js/math/hypot.js
@@ -0,0 +1 @@
+module.exports = require("core-js/library/fn/math/hypot"); \ No newline at end of file
diff --git a/node_modules/@babel/runtime/core-js/math/iaddh.js b/node_modules/@babel/runtime/core-js/math/iaddh.js
new file mode 100644
index 00000000..7988e5ad
--- /dev/null
+++ b/node_modules/@babel/runtime/core-js/math/iaddh.js
@@ -0,0 +1 @@
+module.exports = require("core-js/library/fn/math/iaddh"); \ No newline at end of file
diff --git a/node_modules/@babel/runtime/core-js/math/imul.js b/node_modules/@babel/runtime/core-js/math/imul.js
new file mode 100644
index 00000000..013fb763
--- /dev/null
+++ b/node_modules/@babel/runtime/core-js/math/imul.js
@@ -0,0 +1 @@
+module.exports = require("core-js/library/fn/math/imul"); \ No newline at end of file
diff --git a/node_modules/@babel/runtime/core-js/math/imulh.js b/node_modules/@babel/runtime/core-js/math/imulh.js
new file mode 100644
index 00000000..28cd62bc
--- /dev/null
+++ b/node_modules/@babel/runtime/core-js/math/imulh.js
@@ -0,0 +1 @@
+module.exports = require("core-js/library/fn/math/imulh"); \ No newline at end of file
diff --git a/node_modules/@babel/runtime/core-js/math/isubh.js b/node_modules/@babel/runtime/core-js/math/isubh.js
new file mode 100644
index 00000000..a947cb7c
--- /dev/null
+++ b/node_modules/@babel/runtime/core-js/math/isubh.js
@@ -0,0 +1 @@
+module.exports = require("core-js/library/fn/math/isubh"); \ No newline at end of file
diff --git a/node_modules/@babel/runtime/core-js/math/log10.js b/node_modules/@babel/runtime/core-js/math/log10.js
new file mode 100644
index 00000000..d12e53d2
--- /dev/null
+++ b/node_modules/@babel/runtime/core-js/math/log10.js
@@ -0,0 +1 @@
+module.exports = require("core-js/library/fn/math/log10"); \ No newline at end of file
diff --git a/node_modules/@babel/runtime/core-js/math/log1p.js b/node_modules/@babel/runtime/core-js/math/log1p.js
new file mode 100644
index 00000000..56689751
--- /dev/null
+++ b/node_modules/@babel/runtime/core-js/math/log1p.js
@@ -0,0 +1 @@
+module.exports = require("core-js/library/fn/math/log1p"); \ No newline at end of file
diff --git a/node_modules/@babel/runtime/core-js/math/log2.js b/node_modules/@babel/runtime/core-js/math/log2.js
new file mode 100644
index 00000000..40bd8ab8
--- /dev/null
+++ b/node_modules/@babel/runtime/core-js/math/log2.js
@@ -0,0 +1 @@
+module.exports = require("core-js/library/fn/math/log2"); \ No newline at end of file
diff --git a/node_modules/@babel/runtime/core-js/math/sign.js b/node_modules/@babel/runtime/core-js/math/sign.js
new file mode 100644
index 00000000..0d07f688
--- /dev/null
+++ b/node_modules/@babel/runtime/core-js/math/sign.js
@@ -0,0 +1 @@
+module.exports = require("core-js/library/fn/math/sign"); \ No newline at end of file
diff --git a/node_modules/@babel/runtime/core-js/math/sinh.js b/node_modules/@babel/runtime/core-js/math/sinh.js
new file mode 100644
index 00000000..6327c508
--- /dev/null
+++ b/node_modules/@babel/runtime/core-js/math/sinh.js
@@ -0,0 +1 @@
+module.exports = require("core-js/library/fn/math/sinh"); \ No newline at end of file
diff --git a/node_modules/@babel/runtime/core-js/math/tanh.js b/node_modules/@babel/runtime/core-js/math/tanh.js
new file mode 100644
index 00000000..b8495290
--- /dev/null
+++ b/node_modules/@babel/runtime/core-js/math/tanh.js
@@ -0,0 +1 @@
+module.exports = require("core-js/library/fn/math/tanh"); \ No newline at end of file
diff --git a/node_modules/@babel/runtime/core-js/math/trunc.js b/node_modules/@babel/runtime/core-js/math/trunc.js
new file mode 100644
index 00000000..b26b0cb8
--- /dev/null
+++ b/node_modules/@babel/runtime/core-js/math/trunc.js
@@ -0,0 +1 @@
+module.exports = require("core-js/library/fn/math/trunc"); \ No newline at end of file
diff --git a/node_modules/@babel/runtime/core-js/math/umulh.js b/node_modules/@babel/runtime/core-js/math/umulh.js
new file mode 100644
index 00000000..de2c50b5
--- /dev/null
+++ b/node_modules/@babel/runtime/core-js/math/umulh.js
@@ -0,0 +1 @@
+module.exports = require("core-js/library/fn/math/umulh"); \ No newline at end of file