Comparing version 1.9.1 to 1.9.2
{ | ||
"name": "esnext", | ||
"version": "1.9.1", | ||
"version": "1.9.2", | ||
"description": "Update your project to the latest ECMAScript syntax.", | ||
@@ -5,0 +5,0 @@ "main": "dist/esnext.umd.js", |
@@ -0,1 +1,3 @@ | ||
/* eslint-disable no-console */ | ||
import { basename, dirname } from 'path'; | ||
@@ -2,0 +4,0 @@ import { createReadStream, createWriteStream } from 'fs'; |
@@ -28,3 +28,3 @@ import Module from './module'; | ||
if (Array.isArray(options)) { | ||
console.warn('convert(source, plugins) is deprecated, please call as convert(source, options)'); | ||
console.warn('convert(source, plugins) is deprecated, please call as convert(source, options)'); // eslint-disable-line no-console | ||
options = { plugins: options }; | ||
@@ -31,0 +31,0 @@ } |
@@ -70,4 +70,2 @@ import BaseContext from '../context'; | ||
console.log(annotatedParts); | ||
if (annotatedParts.every(part => isString(part.node) && !part.prefix && !part.suffix)) { | ||
@@ -74,0 +72,0 @@ return this.combineStrings(parts); |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
202416
6051