@putout/engine-parser
Advanced tools
Comparing version 1.15.0 to 1.16.0
@@ -8,4 +8,5 @@ 'use strict'; | ||
comments: false, | ||
recordAndTupleSyntaxType: 'hash', | ||
}); | ||
}; | ||
@@ -16,3 +16,7 @@ 'use strict'; | ||
'throwExpressions', | ||
['recordAndTuple', { | ||
recordAndTupleSyntaxType: 'hash', | ||
syntaxType: 'hash', | ||
}], | ||
]; | ||
{ | ||
"name": "@putout/engine-parser", | ||
"version": "1.15.0", | ||
"version": "1.16.0", | ||
"author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)", | ||
@@ -32,4 +32,4 @@ "description": "putout parser", | ||
"dependencies": { | ||
"@babel/generator": "^7.8.4", | ||
"@babel/parser": "^7.8.4", | ||
"@babel/generator": "^7.9.3", | ||
"@babel/parser": "^7.9.3", | ||
"@babel/template": "^7.8.3", | ||
@@ -36,0 +36,0 @@ "estree-to-babel": "^2.1.0", |
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
12095
276
Updated@babel/generator@^7.9.3
Updated@babel/parser@^7.9.3