Comparing version 5.0.0 to 5.0.1
@@ -38,3 +38,3 @@ 'use strict'; | ||
const EXPORT = `Object.defineProperty(exports, '__esModule', {value: true})`; | ||
const IMPORT = `(m => m.__esModule ? /* c8 ignore next */ m.default : /* c8 ignore next */ m)`; | ||
const IMPORT = `(m => /* c8 ignore start */ m.__esModule ? m.default : m /* c8 ignore stop */)`; | ||
const asDefault = name => name === 'default' ? `${parse.info.EXPORT}.default` : `exports.${name}`; | ||
@@ -41,0 +41,0 @@ const fromDefault = defaultImport => `${parse.info.IMPORT}(${defaultImport})`; |
{ | ||
"name": "ascjs", | ||
"version": "5.0.0", | ||
"version": "5.0.1", | ||
"description": "ES2015 to CommonJS import/export transformer", | ||
@@ -5,0 +5,0 @@ "bin": "bin.js", |
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
15099