hermes-eslint
Advanced tools
Comparing version 0.20.1 to 0.21.0
@@ -10,3 +10,3 @@ /** | ||
*/ | ||
'use strict'; | ||
'use strict'; // $FlowFixMe[prop-missing] | ||
@@ -16,7 +16,6 @@ Object.defineProperty(exports, "__esModule", { | ||
}); | ||
exports.ReferencerOptions = exports.Referencer = void 0; | ||
exports.Referencer = void 0; | ||
var _Referencer = require("./Referencer"); | ||
exports.Referencer = _Referencer.Referencer; | ||
exports.ReferencerOptions = _Referencer.ReferencerOptions; | ||
exports.Referencer = _Referencer.Referencer; |
{ | ||
"name": "hermes-eslint", | ||
"version": "0.20.1", | ||
"version": "0.21.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.20.1", | ||
"hermes-parser": "0.20.1" | ||
"hermes-estree": "0.21.0", | ||
"hermes-parser": "0.21.0" | ||
} | ||
} |
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
264049
3548
+ Addedhermes-estree@0.21.0(transitive)
+ Addedhermes-parser@0.21.0(transitive)
- Removedhermes-estree@0.20.1(transitive)
- Removedhermes-parser@0.20.1(transitive)
Updatedhermes-estree@0.21.0
Updatedhermes-parser@0.21.0