aboutsummaryrefslogtreecommitdiff
path: root/node_modules/babel-runtime/core-js/math
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-10-10 03:43:44 +0200
committerFlorian Dold <florian.dold@gmail.com>2016-10-10 03:43:44 +0200
commitabd94a7f5a50f43c797a11b53549ae48fff667c3 (patch)
treeab8ed457f65cdd72e13e0571d2975729428f1551 /node_modules/babel-runtime/core-js/math
parenta0247c6a3fd6a09a41a7e35a3441324c4dcb58be (diff)
add node_modules to address #4364
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 000000000..37e2202d6
--- /dev/null
+++ b/node_modules/babel-runtime/core-js/math/acosh.js
@@ -0,0 +1 @@
+module.exports = { "default": require("core-js/library/fn/math/acosh"), __esModule: true }; \ 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 000000000..b5147b3da
--- /dev/null
+++ b/node_modules/babel-runtime/core-js/math/asinh.js
@@ -0,0 +1 @@
+module.exports = { "default": require("core-js/library/fn/math/asinh"), __esModule: true }; \ 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 000000000..ad09bb7fd
--- /dev/null
+++ b/node_modules/babel-runtime/core-js/math/atanh.js
@@ -0,0 +1 @@
+module.exports = { "default": require("core-js/library/fn/math/atanh"), __esModule: true }; \ 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 000000000..24a69748c
--- /dev/null
+++ b/node_modules/babel-runtime/core-js/math/cbrt.js
@@ -0,0 +1 @@
+module.exports = { "default": require("core-js/library/fn/math/cbrt"), __esModule: true }; \ 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 000000000..d2218b48a
--- /dev/null
+++ b/node_modules/babel-runtime/core-js/math/clz32.js
@@ -0,0 +1 @@
+module.exports = { "default": require("core-js/library/fn/math/clz32"), __esModule: true }; \ 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 000000000..fa9d07944
--- /dev/null
+++ b/node_modules/babel-runtime/core-js/math/cosh.js
@@ -0,0 +1 @@
+module.exports = { "default": require("core-js/library/fn/math/cosh"), __esModule: true }; \ 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 000000000..860921edf
--- /dev/null
+++ b/node_modules/babel-runtime/core-js/math/expm1.js
@@ -0,0 +1 @@
+module.exports = { "default": require("core-js/library/fn/math/expm1"), __esModule: true }; \ 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 000000000..b62e43ab8
--- /dev/null
+++ b/node_modules/babel-runtime/core-js/math/fround.js
@@ -0,0 +1 @@
+module.exports = { "default": require("core-js/library/fn/math/fround"), __esModule: true }; \ 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 000000000..b07335bf7
--- /dev/null
+++ b/node_modules/babel-runtime/core-js/math/hypot.js
@@ -0,0 +1 @@
+module.exports = { "default": require("core-js/library/fn/math/hypot"), __esModule: true }; \ 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 000000000..016eb07fe
--- /dev/null
+++ b/node_modules/babel-runtime/core-js/math/iaddh.js
@@ -0,0 +1 @@
+module.exports = { "default": require("core-js/library/fn/math/iaddh"), __esModule: true }; \ 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 000000000..3bf89e842
--- /dev/null
+++ b/node_modules/babel-runtime/core-js/math/imul.js
@@ -0,0 +1 @@
+module.exports = { "default": require("core-js/library/fn/math/imul"), __esModule: true }; \ 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 000000000..3fc7d7443
--- /dev/null
+++ b/node_modules/babel-runtime/core-js/math/imulh.js
@@ -0,0 +1 @@
+module.exports = { "default": require("core-js/library/fn/math/imulh"), __esModule: true }; \ 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 000000000..6b6ea4f11
--- /dev/null
+++ b/node_modules/babel-runtime/core-js/math/isubh.js
@@ -0,0 +1 @@
+module.exports = { "default": require("core-js/library/fn/math/isubh"), __esModule: true }; \ 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 000000000..f384512d3
--- /dev/null
+++ b/node_modules/babel-runtime/core-js/math/log10.js
@@ -0,0 +1 @@
+module.exports = { "default": require("core-js/library/fn/math/log10"), __esModule: true }; \ 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 000000000..358fc4521
--- /dev/null
+++ b/node_modules/babel-runtime/core-js/math/log1p.js
@@ -0,0 +1 @@
+module.exports = { "default": require("core-js/library/fn/math/log1p"), __esModule: true }; \ 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 000000000..1cbca00b9
--- /dev/null
+++ b/node_modules/babel-runtime/core-js/math/log2.js
@@ -0,0 +1 @@
+module.exports = { "default": require("core-js/library/fn/math/log2"), __esModule: true }; \ 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 000000000..8d0cfa322
--- /dev/null
+++ b/node_modules/babel-runtime/core-js/math/sign.js
@@ -0,0 +1 @@
+module.exports = { "default": require("core-js/library/fn/math/sign"), __esModule: true }; \ 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 000000000..81afaddc9
--- /dev/null
+++ b/node_modules/babel-runtime/core-js/math/sinh.js
@@ -0,0 +1 @@
+module.exports = { "default": require("core-js/library/fn/math/sinh"), __esModule: true }; \ 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 000000000..76fad88a5
--- /dev/null
+++ b/node_modules/babel-runtime/core-js/math/tanh.js
@@ -0,0 +1 @@
+module.exports = { "default": require("core-js/library/fn/math/tanh"), __esModule: true }; \ 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 000000000..443a9581f
--- /dev/null
+++ b/node_modules/babel-runtime/core-js/math/trunc.js
@@ -0,0 +1 @@
+module.exports = { "default": require("core-js/library/fn/math/trunc"), __esModule: true }; \ 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 000000000..357f389c1
--- /dev/null
+++ b/node_modules/babel-runtime/core-js/math/umulh.js
@@ -0,0 +1 @@
+module.exports = { "default": require("core-js/library/fn/math/umulh"), __esModule: true }; \ No newline at end of file