hermes-transform
Advanced tools
Comparing version 0.14.0 to 0.15.0
@@ -28,2 +28,3 @@ /** | ||
let cache = 1; | ||
const cacheBase = Math.random(); | ||
@@ -101,3 +102,3 @@ async function print(ast, originalCode, prettierOptions = {}, visitorKeys) { | ||
// function with the correct AST is always called. | ||
cache: cache++, | ||
cache: `${cacheBase}-${cache++}`, | ||
@@ -104,0 +105,0 @@ // Provide the passed AST to prettier |
{ | ||
"name": "hermes-transform", | ||
"version": "0.14.0", | ||
"version": "0.15.0", | ||
"description": "Tools built on top of Hermes-ESTree to enable codebase transformation", | ||
@@ -15,8 +15,9 @@ "main": "dist/index.js", | ||
"flow-enums-runtime": "^0.0.6", | ||
"hermes-eslint": "0.14.0", | ||
"hermes-estree": "0.14.0", | ||
"hermes-parser": "0.14.0" | ||
"hermes-eslint": "0.15.0", | ||
"hermes-estree": "0.15.0", | ||
"hermes-parser": "0.15.0" | ||
}, | ||
"peerDependencies": { | ||
"prettier": "^3.0.0 || ^2.7.1" | ||
"prettier": "^3.0.0 || ^2.7.1", | ||
"prettier-plugin-hermes-parser": "^0.14.0" | ||
}, | ||
@@ -23,0 +24,0 @@ "files": [ |
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
605578
5898
8
+ Addedhermes-eslint@0.15.0(transitive)
+ Addedhermes-estree@0.15.0(transitive)
+ Addedhermes-parser@0.15.0(transitive)
+ Addedprettier-plugin-hermes-parser@0.14.0(transitive)
- Removedhermes-eslint@0.14.0(transitive)
Updatedhermes-eslint@0.15.0
Updatedhermes-estree@0.15.0
Updatedhermes-parser@0.15.0