applying transfer to react app

This commit is contained in:
Tyler Koenig
2021-09-20 16:54:47 -04:00
parent 8819f31dd0
commit c612b7d702
37373 changed files with 3775588 additions and 2871 deletions
+3
View File
@@ -0,0 +1,3 @@
var parent = require('../../stable/math/acosh');
module.exports = parent;
+3
View File
@@ -0,0 +1,3 @@
var parent = require('../../stable/math/asinh');
module.exports = parent;
+3
View File
@@ -0,0 +1,3 @@
var parent = require('../../stable/math/atanh');
module.exports = parent;
+3
View File
@@ -0,0 +1,3 @@
var parent = require('../../stable/math/cbrt');
module.exports = parent;
+4
View File
@@ -0,0 +1,4 @@
require('../../modules/esnext.math.clamp');
var path = require('../../internals/path');
module.exports = path.Math.clamp;
+3
View File
@@ -0,0 +1,3 @@
var parent = require('../../stable/math/clz32');
module.exports = parent;
+3
View File
@@ -0,0 +1,3 @@
var parent = require('../../stable/math/cosh');
module.exports = parent;
+3
View File
@@ -0,0 +1,3 @@
require('../../modules/esnext.math.deg-per-rad');
module.exports = Math.PI / 180;
+4
View File
@@ -0,0 +1,4 @@
require('../../modules/esnext.math.degrees');
var path = require('../../internals/path');
module.exports = path.Math.degrees;
+3
View File
@@ -0,0 +1,3 @@
var parent = require('../../stable/math/expm1');
module.exports = parent;
+3
View File
@@ -0,0 +1,3 @@
var parent = require('../../stable/math/fround');
module.exports = parent;
+4
View File
@@ -0,0 +1,4 @@
require('../../modules/esnext.math.fscale');
var path = require('../../internals/path');
module.exports = path.Math.fscale;
+3
View File
@@ -0,0 +1,3 @@
var parent = require('../../stable/math/hypot');
module.exports = parent;
+4
View File
@@ -0,0 +1,4 @@
require('../../modules/esnext.math.iaddh');
var path = require('../../internals/path');
module.exports = path.Math.iaddh;
+3
View File
@@ -0,0 +1,3 @@
var parent = require('../../stable/math/imul');
module.exports = parent;
+4
View File
@@ -0,0 +1,4 @@
require('../../modules/esnext.math.imulh');
var path = require('../../internals/path');
module.exports = path.Math.imulh;
+17
View File
@@ -0,0 +1,17 @@
var parent = require('../../stable/math');
require('../../modules/esnext.math.clamp');
require('../../modules/esnext.math.deg-per-rad');
require('../../modules/esnext.math.degrees');
require('../../modules/esnext.math.fscale');
require('../../modules/esnext.math.rad-per-deg');
require('../../modules/esnext.math.radians');
require('../../modules/esnext.math.scale');
require('../../modules/esnext.math.seeded-prng');
require('../../modules/esnext.math.signbit');
// TODO: Remove from `core-js@4`
require('../../modules/esnext.math.iaddh');
require('../../modules/esnext.math.isubh');
require('../../modules/esnext.math.imulh');
require('../../modules/esnext.math.umulh');
module.exports = parent;
+4
View File
@@ -0,0 +1,4 @@
require('../../modules/esnext.math.isubh');
var path = require('../../internals/path');
module.exports = path.Math.isubh;
+3
View File
@@ -0,0 +1,3 @@
var parent = require('../../stable/math/log10');
module.exports = parent;
+3
View File
@@ -0,0 +1,3 @@
var parent = require('../../stable/math/log1p');
module.exports = parent;
+3
View File
@@ -0,0 +1,3 @@
var parent = require('../../stable/math/log2');
module.exports = parent;
+3
View File
@@ -0,0 +1,3 @@
require('../../modules/esnext.math.rad-per-deg');
module.exports = 180 / Math.PI;
+4
View File
@@ -0,0 +1,4 @@
require('../../modules/esnext.math.radians');
var path = require('../../internals/path');
module.exports = path.Math.radians;
+4
View File
@@ -0,0 +1,4 @@
require('../../modules/esnext.math.scale');
var path = require('../../internals/path');
module.exports = path.Math.scale;
+4
View File
@@ -0,0 +1,4 @@
require('../../modules/esnext.math.seeded-prng');
var path = require('../../internals/path');
module.exports = path.Math.seededPRNG;
+3
View File
@@ -0,0 +1,3 @@
var parent = require('../../stable/math/sign');
module.exports = parent;
+4
View File
@@ -0,0 +1,4 @@
require('../../modules/esnext.math.signbit');
var path = require('../../internals/path');
module.exports = path.Math.signbit;
+3
View File
@@ -0,0 +1,3 @@
var parent = require('../../stable/math/sinh');
module.exports = parent;
+3
View File
@@ -0,0 +1,3 @@
var parent = require('../../stable/math/tanh');
module.exports = parent;
+3
View File
@@ -0,0 +1,3 @@
var parent = require('../../stable/math/to-string-tag');
module.exports = parent;
+3
View File
@@ -0,0 +1,3 @@
var parent = require('../../stable/math/trunc');
module.exports = parent;
+4
View File
@@ -0,0 +1,4 @@
require('../../modules/esnext.math.umulh');
var path = require('../../internals/path');
module.exports = path.Math.umulh;