geometry-2d
Advanced tools
Comparing version 0.0.11 to 0.0.12
@@ -26,3 +26,5 @@ 'use strict'; | ||
// | ||
require('babel-polyfill'); // this is important as Babel only transforms syntax (e.g. arrow functions) | ||
if (!global._babelPolyfill) // https://github.com/s-panferov/awesome-typescript-loader/issues/121 | ||
require('babel-polyfill'); | ||
// The above is important as Babel only transforms syntax (e.g. arrow functions) | ||
// so you need this in order to support new globals or (in my experience) well-known Symbols, e.g. the following: | ||
@@ -29,0 +31,0 @@ // |
{ | ||
"name": "geometry-2d", | ||
"version": "0.0.11", | ||
"version": "0.0.12", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "lib/point.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
47794
549