hermes-estree
Advanced tools
Comparing version 0.15.1 to 0.16.0
@@ -279,2 +279,3 @@ /** | ||
exports.isTypeOfToken = isTypeOfToken; | ||
exports.isTypeOperator = isTypeOperator; | ||
exports.isTypeParameter = isTypeParameter; | ||
@@ -907,2 +908,6 @@ exports.isTypeParameterDeclaration = isTypeParameterDeclaration; | ||
function isTypeOperator(node) { | ||
return node.type === 'TypeOperator'; | ||
} | ||
function isTypeParameter(node) { | ||
@@ -909,0 +914,0 @@ return node.type === 'TypeParameter'; |
{ | ||
"name": "hermes-estree", | ||
"version": "0.15.1", | ||
"version": "0.16.0", | ||
"description": "Flow types for the Flow-ESTree spec produced by the hermes parser", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
291622
1313