@parcel/babel-ast-utils
Advanced tools
Comparing version 2.0.1-nightly.2520 to 2.0.1-nightly.2521
{ | ||
"name": "@parcel/babel-ast-utils", | ||
"version": "2.0.1-nightly.2520+c8a64c9a", | ||
"version": "2.0.1-nightly.2521+e0440dcb", | ||
"description": "Blazing fast, zero configuration web application bundler", | ||
@@ -24,8 +24,8 @@ "license": "MIT", | ||
"@babel/parser": "^7.0.0", | ||
"@parcel/babylon-walk": "2.0.1-nightly.2520+c8a64c9a", | ||
"@parcel/babylon-walk": "2.0.1-nightly.2521+e0440dcb", | ||
"@parcel/source-map": "^2.0.0", | ||
"@parcel/utils": "2.0.0-nightly.898+c8a64c9a", | ||
"@parcel/utils": "2.0.0-nightly.899+e0440dcb", | ||
"astring": "^1.6.2" | ||
}, | ||
"gitHead": "c8a64c9a533072c12681ca0805d1e4d7481ee53d" | ||
"gitHead": "e0440dcbe6d6e419a412c8c568d94715cdb4282a" | ||
} |
@@ -23,6 +23,3 @@ // @flow | ||
: 0; | ||
error.message = error.message | ||
.slice(start) | ||
.split('\n')[0] | ||
.trim(); | ||
error.message = error.message.slice(start).split('\n')[0].trim(); | ||
} | ||
@@ -29,0 +26,0 @@ |
@@ -273,3 +273,3 @@ import {GENERATOR, EXPRESSIONS_PRECEDENCE} from 'astring'; | ||
let orig = generator[key]; | ||
generator[key] = function(node, state, skipComments) { | ||
generator[key] = function (node, state, skipComments) { | ||
// These are printed by astring itself | ||
@@ -276,0 +276,0 @@ if (node.trailingComments) { |
@@ -17,3 +17,3 @@ import fs from 'fs'; | ||
files.forEach(filename => { | ||
it(filename, function() { | ||
it(filename, function () { | ||
const code = fs.readFileSync( | ||
@@ -20,0 +20,0 @@ path.join(FIXTURES_FOLDER, filename), |
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
42229
1493