Skip to content

Commit

Permalink
Adopt resolved-env
Browse files Browse the repository at this point in the history
Summary: Changelog: [internal]

Reviewed By: bradzacher

Differential Revision: D38091332

fbshipit-source-id: 2e8cc4e6cb41e342546b7b6771df1cac47657e5c
  • Loading branch information
SamChou19815 authored and facebook-github-bot committed Jul 22, 2022
1 parent 67d1667 commit c3b1766
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions tools/hermes-parser/js/.flowconfig
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ module.name_mapper='^hermes-transform$' -> '<PROJECT_ROOT>/hermes-transform/src/

enums=true
experimental.enforce_local_inference_annotations=true
experimental.env_mode=ssa
experimental.env_mode=resolved

[version]
^0.180.1
^0.183.0

[lints]
untyped-type-import=error
Expand Down
2 changes: 1 addition & 1 deletion tools/hermes-parser/js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"eslint-plugin-flowtype": "^8.0.3",
"eslint-plugin-jest": "^25.2.4",
"eslint-plugin-prettier": "^4.0.0",
"flow-bin": "0.180.1",
"flow-bin": "0.183.0",
"jest": "^26.6.3",
"mkdirp": "^1.0.4",
"prettier": "2.4.1"
Expand Down
8 changes: 4 additions & 4 deletions tools/hermes-parser/js/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2810,10 +2810,10 @@ flatted@^3.1.0:
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.2.2.tgz#64bfed5cb68fe3ca78b3eb214ad97b63bedce561"
integrity sha512-JaTY/wtrcSyvXJl4IMFHPKyFur1sE9AUqc0QnhOaJ0CxHtAoIV8pYDzeEfAaNEtGkOfq4gr3LBFmdXW5mOQFnA==

flow-bin@0.180.1:
version "0.180.1"
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.180.1.tgz#1d266c1a5ef107b89a563ea863cec69cd1063876"
integrity sha512-3FQcef6z47wbK9OzppOwq6obNRs7weWOABunxMtFwgzC6tLnpA0nkSuVH5KwROHOfIISsSBiuqaDzvtuUQUyVQ==
flow-bin@0.183.0:
version "0.183.0"
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.183.0.tgz#17f37c94edd04b705a897b5890dd6cdc02e0c94e"
integrity sha512-7IJHUnMPYgNEZU8t9M4vJII/G+fJft9C/INm2+HRSXx5KDF2j+vD2iap6+Yg2FWgXTnNLUvk7kr1QdO5Fk/8/Q==

flow-enums-runtime@^0.0.6:
version "0.0.6"
Expand Down

0 comments on commit c3b1766

Please sign in to comment.