diff options
Diffstat (limited to 'node_modules/core-js/proposals/efficient-64-bit-arithmetic.js')
| -rw-r--r-- | node_modules/core-js/proposals/efficient-64-bit-arithmetic.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/node_modules/core-js/proposals/efficient-64-bit-arithmetic.js b/node_modules/core-js/proposals/efficient-64-bit-arithmetic.js new file mode 100644 index 0000000..2043bbe --- /dev/null +++ b/node_modules/core-js/proposals/efficient-64-bit-arithmetic.js @@ -0,0 +1,5 @@ +// TODO: remove from `core-js@4` as withdrawn +require('../modules/esnext.math.iaddh'); +require('../modules/esnext.math.isubh'); +require('../modules/esnext.math.imulh'); +require('../modules/esnext.math.umulh'); |
