flow-remove-types
Advanced tools
Comparing version 2.249.0 to 2.250.0
@@ -60,3 +60,3 @@ /** | ||
// This parse configuration is intended to be as permissive as possible. | ||
var ast = parse(source, {types: true, tokens: true}); | ||
var ast = parse(source, {flow: all ? 'all' : 'detect', tokens: true}); | ||
@@ -63,0 +63,0 @@ var removedNodes = []; |
{ | ||
"name": "flow-remove-types", | ||
"version": "2.249.0", | ||
"version": "2.250.0", | ||
"description": "Removes Flow type annotations from JavaScript files with speed and simplicity.", | ||
@@ -5,0 +5,0 @@ "author": { |
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
44174