@putout/engine-parser
Advanced tools
Comparing version 6.1.0 to 6.2.0
@@ -15,3 +15,3 @@ 'use strict'; | ||
const moveOutDirectives = require('./move-out-directives'); | ||
const getFlow = (a) => a.includes('// @flow'); | ||
const getFlow = (a) => !a.indexOf('// @flow'); | ||
const clean = (a) => a.filter(Boolean); | ||
@@ -18,0 +18,0 @@ const initBabel = once(() => require('@babel/parser')); |
{ | ||
"name": "@putout/engine-parser", | ||
"version": "6.1.0", | ||
"version": "6.2.0", | ||
"type": "commonjs", | ||
@@ -5,0 +5,0 @@ "author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)", |
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