aboutsummaryrefslogtreecommitdiff
path: root/node_modules/babel-runtime/core-js/math
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2019-03-27 21:01:33 +0100
committerFlorian Dold <florian.dold@gmail.com>2019-03-27 21:01:33 +0100
commitcc97a4dd2a967e1c2273bd5f4c5f49a5bf2e2585 (patch)
tree92c5d88706a6ffc654d1b133618d357890e7096b /node_modules/babel-runtime/core-js/math
parent3771b4d6b67b34c130f3a9a1a15f42deefdb2eda (diff)
remove node_modules
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, 0 insertions, 21 deletions
diff --git a/node_modules/babel-runtime/core-js/math/acosh.js b/node_modules/babel-runtime/core-js/math/acosh.js
deleted file mode 100644
index 37e2202d6..000000000
--- a/node_modules/babel-runtime/core-js/math/acosh.js
+++ /dev/null
@@ -1 +0,0 @@
-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
deleted file mode 100644
index b5147b3da..000000000
--- a/node_modules/babel-runtime/core-js/math/asinh.js
+++ /dev/null
@@ -1 +0,0 @@
-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
deleted file mode 100644
index ad09bb7fd..000000000
--- a/node_modules/babel-runtime/core-js/math/atanh.js
+++ /dev/null
@@ -1 +0,0 @@
-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
deleted file mode 100644
index 24a69748c..000000000
--- a/node_modules/babel-runtime/core-js/math/cbrt.js
+++ /dev/null
@@ -1 +0,0 @@
-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
deleted file mode 100644
index d2218b48a..000000000
--- a/node_modules/babel-runtime/core-js/math/clz32.js
+++ /dev/null
@@ -1 +0,0 @@
-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
deleted file mode 100644
index fa9d07944..000000000
--- a/node_modules/babel-runtime/core-js/math/cosh.js
+++ /dev/null
@@ -1 +0,0 @@
-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
deleted file mode 100644
index 860921edf..000000000
--- a/node_modules/babel-runtime/core-js/math/expm1.js
+++ /dev/null
@@ -1 +0,0 @@
-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
deleted file mode 100644
index b62e43ab8..000000000
--- a/node_modules/babel-runtime/core-js/math/fround.js
+++ /dev/null
@@ -1 +0,0 @@
-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
deleted file mode 100644
index b07335bf7..000000000
--- a/node_modules/babel-runtime/core-js/math/hypot.js
+++ /dev/null
@@ -1 +0,0 @@
-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
deleted file mode 100644
index 016eb07fe..000000000
--- a/node_modules/babel-runtime/core-js/math/iaddh.js
+++ /dev/null
@@ -1 +0,0 @@
-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
deleted file mode 100644
index 3bf89e842..000000000
--- a/node_modules/babel-runtime/core-js/math/imul.js
+++ /dev/null
@@ -1 +0,0 @@
-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
deleted file mode 100644
index 3fc7d7443..000000000
--- a/node_modules/babel-runtime/core-js/math/imulh.js
+++ /dev/null
@@ -1 +0,0 @@
-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
deleted file mode 100644
index 6b6ea4f11..000000000
--- a/node_modules/babel-runtime/core-js/math/isubh.js
+++ /dev/null
@@ -1 +0,0 @@
-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
deleted file mode 100644
index f384512d3..000000000
--- a/node_modules/babel-runtime/core-js/math/log10.js
+++ /dev/null
@@ -1 +0,0 @@
-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
deleted file mode 100644
index 358fc4521..000000000
--- a/node_modules/babel-runtime/core-js/math/log1p.js
+++ /dev/null
@@ -1 +0,0 @@
-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
deleted file mode 100644
index 1cbca00b9..000000000
--- a/node_modules/babel-runtime/core-js/math/log2.js
+++ /dev/null
@@ -1 +0,0 @@
-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
deleted file mode 100644
index 8d0cfa322..000000000
--- a/node_modules/babel-runtime/core-js/math/sign.js
+++ /dev/null
@@ -1 +0,0 @@
-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
deleted file mode 100644
index 81afaddc9..000000000
--- a/node_modules/babel-runtime/core-js/math/sinh.js
+++ /dev/null
@@ -1 +0,0 @@
-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
deleted file mode 100644
index 76fad88a5..000000000
--- a/node_modules/babel-runtime/core-js/math/tanh.js
+++ /dev/null
@@ -1 +0,0 @@
-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
deleted file mode 100644
index 443a9581f..000000000
--- a/node_modules/babel-runtime/core-js/math/trunc.js
+++ /dev/null
@@ -1 +0,0 @@
-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
deleted file mode 100644
index 357f389c1..000000000
--- a/node_modules/babel-runtime/core-js/math/umulh.js
+++ /dev/null
@@ -1 +0,0 @@
-module.exports = { "default": require("core-js/library/fn/math/umulh"), __esModule: true }; \ No newline at end of file