hermes-eslint
Advanced tools
Comparing version 0.21.1 to 0.22.0
@@ -289,2 +289,15 @@ /** | ||
ObjectTypeMappedTypeProperty(node) { | ||
this._referencer.scopeManager.nestTypeScope(node); // This will create a type defintion for the `key` property. | ||
this.visit(node.keyTparam); // Visit remaining properties. | ||
this.visit(node.propType); | ||
this.visit(node.sourceType); | ||
this.visit(node.variance); | ||
this._referencer.close(node); | ||
} | ||
OpaqueType(node) { | ||
@@ -291,0 +304,0 @@ this.visitOpaqueType(node); |
{ | ||
"name": "hermes-eslint", | ||
"version": "0.21.1", | ||
"version": "0.22.0", | ||
"description": "A custom parser for ESLint using the Hermes parser", | ||
@@ -19,5 +19,5 @@ "main": "dist/index.js", | ||
"esrecurse": "^4.3.0", | ||
"hermes-estree": "0.21.1", | ||
"hermes-parser": "0.21.1" | ||
"hermes-estree": "0.22.0", | ||
"hermes-parser": "0.22.0" | ||
} | ||
} |
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
264901
3556
+ Addedhermes-estree@0.22.0(transitive)
+ Addedhermes-parser@0.22.0(transitive)
- Removedhermes-estree@0.21.1(transitive)
- Removedhermes-parser@0.21.1(transitive)
Updatedhermes-estree@0.22.0
Updatedhermes-parser@0.22.0