File tree Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 55
55
"@typescript-eslint/parser" : " ^7.1.1" ,
56
56
"ansi-styles" : " ^4.2.1" ,
57
57
"babel-plugin-minify-dead-code-elimination" : " ^0.5.2" ,
58
+ "babel-plugin-syntax-hermes-parser" : " 0.22.0" ,
58
59
"babel-plugin-transform-define" : " ^2.1.2" ,
59
60
"babel-plugin-transform-flow-enums" : " ^0.0.2" ,
60
61
"babel-preset-fbjs" : " ^3.4.0" ,
Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ const config /*: BabelCoreOptions */ = {
28
28
] ,
29
29
] ,
30
30
plugins : [
31
+ require . resolve ( 'babel-plugin-syntax-hermes-parser' ) ,
31
32
[
32
33
require . resolve ( 'babel-plugin-transform-define' ) ,
33
34
{
Original file line number Diff line number Diff line change @@ -3709,6 +3709,13 @@ babel-plugin-syntax-hermes-parser@0.17.0:
3709
3709
dependencies :
3710
3710
hermes-parser "0.17.0"
3711
3711
3712
+ babel-plugin-syntax-hermes-parser@0.22.0 :
3713
+ version "0.22.0"
3714
+ resolved "https://registry.yarnpkg.com/babel-plugin-syntax-hermes-parser/-/babel-plugin-syntax-hermes-parser-0.22.0.tgz#708aa61189aa8ef882d3638e40da2d685a742298"
3715
+ integrity sha512-DSZphimfuycQgouuhqUq9gCV1dNKFaA1phquNFjj3nO2Rx+zAcCMc8qrUK9koxJyEN+y+CihP3Kya6ukCl13OQ==
3716
+ dependencies :
3717
+ hermes-parser "0.22.0"
3718
+
3712
3719
babel-plugin-syntax-trailing-function-commas@^7.0.0-beta.0 :
3713
3720
version "7.0.0-beta.0"
3714
3721
resolved "https://registry.yarnpkg.com/babel-plugin-syntax-trailing-function-commas/-/babel-plugin-syntax-trailing-function-commas-7.0.0-beta.0.tgz#aa213c1435e2bffeb6fca842287ef534ad05d5cf"
You can’t perform that action at this time.
0 commit comments