File tree 8 files changed +30
-22
lines changed
babel-plugin-syntax-hermes-parser
prettier-plugin-hermes-parser
8 files changed +30
-22
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.23.1
2
+
3
+ ### ` hermes-transform `
4
+ * Fixed an issue that caused an error when trying to print a ` Program ` with an empty ` body ` array and a docblock comment.
5
+
6
+ ### ` flow-api-translator `
7
+ * Added support for ` as ` expressions in parent classes like ` class A extends (Foo as Bar) ` .
8
+
1
9
## 0.23.0
2
10
3
11
### ` hermes-estree `
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " babel-plugin-syntax-hermes-parser" ,
3
- "version" : " 0.23.0 " ,
3
+ "version" : " 0.23.1 " ,
4
4
"description" : " Babel plugin which switches Babel to use the Hermes parser." ,
5
5
"main" : " dist/index.js" ,
6
6
"license" : " MIT" ,
9
9
"url" :
" [email protected] :facebook/hermes.git"
10
10
},
11
11
"dependencies" : {
12
- "hermes-parser" : " 0.23.0 "
12
+ "hermes-parser" : " 0.23.1 "
13
13
},
14
14
"files" : [
15
15
" dist" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " flow-api-translator" ,
3
- "version" : " 0.23.0 " ,
3
+ "version" : " 0.23.1 " ,
4
4
"description" : " Toolkit for creating Flow and TypeScript compatible libraries from Flow source code." ,
5
5
"main" : " dist/index.js" ,
6
6
"license" : " MIT" ,
13
13
"@typescript-eslint/parser" : " 7.2.0" ,
14
14
"@typescript-eslint/visitor-keys" : " 7.2.0" ,
15
15
"flow-enums-runtime" : " ^0.0.6" ,
16
- "hermes-eslint" : " 0.23.0 " ,
17
- "hermes-estree" : " 0.23.0 " ,
18
- "hermes-parser" : " 0.23.0 " ,
19
- "hermes-transform" : " 0.23.0 " ,
16
+ "hermes-eslint" : " 0.23.1 " ,
17
+ "hermes-estree" : " 0.23.1 " ,
18
+ "hermes-parser" : " 0.23.1 " ,
19
+ "hermes-transform" : " 0.23.1 " ,
20
20
"typescript" : " 5.3.2"
21
21
},
22
22
"peerDependencies" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " hermes-eslint" ,
3
- "version" : " 0.23.0 " ,
3
+ "version" : " 0.23.1 " ,
4
4
"description" : " A custom parser for ESLint using the Hermes parser" ,
5
5
"main" : " dist/index.js" ,
6
6
"license" : " MIT" ,
16
16
],
17
17
"dependencies" : {
18
18
"esrecurse" : " ^4.3.0" ,
19
- "hermes-estree" : " 0.23.0 " ,
20
- "hermes-parser" : " 0.23.0 "
19
+ "hermes-estree" : " 0.23.1 " ,
20
+ "hermes-parser" : " 0.23.1 "
21
21
}
22
22
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " hermes-estree" ,
3
- "version" : " 0.23.0 " ,
3
+ "version" : " 0.23.1 " ,
4
4
"description" : " Flow types for the Flow-ESTree spec produced by the hermes parser" ,
5
5
"main" : " dist/index.js" ,
6
6
"license" : " MIT" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " hermes-parser" ,
3
- "version" : " 0.23.0 " ,
3
+ "version" : " 0.23.1 " ,
4
4
"description" : " A JavaScript parser built from the Hermes engine" ,
5
5
"main" : " dist/index.js" ,
6
6
"license" : " MIT" ,
9
9
"url" :
" [email protected] :facebook/hermes.git"
10
10
},
11
11
"dependencies" : {
12
- "hermes-estree" : " 0.23.0 "
12
+ "hermes-estree" : " 0.23.1 "
13
13
},
14
14
"devDependencies" : {
15
15
"@babel/parser" : " 7.7.4" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " hermes-transform" ,
3
- "version" : " 0.23.0 " ,
3
+ "version" : " 0.23.1 " ,
4
4
"description" : " Tools built on top of Hermes-ESTree to enable codebase transformation" ,
5
5
"main" : " dist/index.js" ,
6
6
"license" : " MIT" ,
12
12
"@babel/code-frame" : " ^7.16.0" ,
13
13
"esquery" : " ^1.4.0" ,
14
14
"flow-enums-runtime" : " ^0.0.6" ,
15
- "hermes-eslint" : " 0.23.0 " ,
16
- "hermes-estree" : " 0.23.0 " ,
17
- "hermes-parser" : " 0.23.0 " ,
15
+ "hermes-eslint" : " 0.23.1 " ,
16
+ "hermes-estree" : " 0.23.1 " ,
17
+ "hermes-parser" : " 0.23.1 " ,
18
18
"string-width" : " 4.2.3"
19
19
},
20
20
"peerDependencies" : {
21
21
"prettier" : " ^3.0.0 || ^2.7.1" ,
22
- "prettier-plugin-hermes-parser" : " 0.23.0 "
22
+ "prettier-plugin-hermes-parser" : " 0.23.1 "
23
23
},
24
24
"files" : [
25
25
" dist" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " prettier-plugin-hermes-parser" ,
3
- "version" : " 0.23.0 " ,
3
+ "version" : " 0.23.1 " ,
4
4
"description" : " Hermes parser plugin for Prettier." ,
5
5
"main" : " dist/index.js" ,
6
6
"license" : " MIT" ,
9
9
"url" :
" [email protected] :facebook/hermes.git"
10
10
},
11
11
"dependencies" : {
12
- "hermes-estree" : " 0.23.0 " ,
13
- "hermes-parser" : " 0.23.0 " ,
14
- "prettier-plugin-hermes-parser" : " 0.23.0 "
12
+ "hermes-estree" : " 0.23.1 " ,
13
+ "hermes-parser" : " 0.23.1 " ,
14
+ "prettier-plugin-hermes-parser" : " 0.23.1 "
15
15
},
16
16
"peerDependencies" : {
17
17
"prettier" : " ^3.0.0 || ^2.7.1"
You can’t perform that action at this time.
0 commit comments