Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit014ee5d

Browse files
chore(deps): update dependency hermes-parser to v0.19.0 (#16014)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>Co-authored-by: fisker <lionkay@gmail.com>
1 parent6ee0004 commit014ee5d

File tree

3 files changed

+17
-12
lines changed

3 files changed

+17
-12
lines changed

‎package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"get-east-asian-width":"1.2.0",
6565
"get-stdin":"9.0.0",
6666
"graphql":"16.8.1",
67-
"hermes-parser":"0.18.2",
67+
"hermes-parser":"0.19.0",
6868
"html-element-attributes":"3.3.0",
6969
"html-tag-names":"2.1.0",
7070
"html-ua-styles":"0.0.3",

‎src/language-js/traverse/visitor-keys.evaluate.js‎

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,13 +85,18 @@ const visitorKeys = Object.fromEntries(
8585
]),
8686
);
8787

88-
// Unsupported
8988
for(consttypeof[
89+
// Flow, Not supported yet
9090
"ComponentDeclaration",
9191
"ComponentParameter",
9292
"ComponentTypeAnnotation",
9393
"ComponentTypeParameter",
9494
"DeclareComponent",
95+
96+
// Flow, Not supported yet
97+
"HookDeclaration",
98+
"HookTypeAnnotation",
99+
"DeclareHook",
95100
]){
96101
deletevisitorKeys[type];
97102
}

‎yarn.lock‎

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4765,19 +4765,19 @@ __metadata:
47654765
languageName:node
47664766
linkType:hard
47674767

4768-
"hermes-estree@npm:0.18.2":
4769-
version:0.18.2
4770-
resolution:"hermes-estree@npm:0.18.2"
4771-
checksum:95b7275f38738792648c198445711d823ab1f502735c0bb5375ad611f5718dd0c0c8644f8b44a475283b8650c19a807cd55eeab46ad9b7ad2d93e460e9292df8
4768+
"hermes-estree@npm:0.19.0":
4769+
version:0.19.0
4770+
resolution:"hermes-estree@npm:0.19.0"
4771+
checksum:903230b445d5a7d2617add0fcc495a2d4160bf0cdc0f1a19d2338de60755158d082290c222412cc765e66e1fa355a83402a3a5d647d450b9c104bcebfc82e62e
47724772
languageName:node
47734773
linkType:hard
47744774

4775-
"hermes-parser@npm:0.18.2":
4776-
version:0.18.2
4777-
resolution:"hermes-parser@npm:0.18.2"
4775+
"hermes-parser@npm:0.19.0":
4776+
version:0.19.0
4777+
resolution:"hermes-parser@npm:0.19.0"
47784778
dependencies:
4779-
hermes-estree:"npm:0.18.2"
4780-
checksum:79df5ff751bf7a0033229df389f3d6556b7e5d4b99cd1aa72fcf78c0ec0717246f24d32d5eaf7c0c7ac3009c0dd66aeb4ef0bf8907827cf6f0ebcd74fa067e88
4779+
hermes-estree:"npm:0.19.0"
4780+
checksum:025a0cc15070310411815dfaf6093f8af85bb0cdd1332b1c349469a51602f7733be8f2e36c7d624f4a0b25f7df55e992312ef778201f76ff470a5aff65911584
47814781
languageName:node
47824782
linkType:hard
47834783

@@ -7449,7 +7449,7 @@ __metadata:
74497449
get-east-asian-width:"npm:1.2.0"
74507450
get-stdin:"npm:9.0.0"
74517451
graphql:"npm:16.8.1"
7452-
hermes-parser:"npm:0.18.2"
7452+
hermes-parser:"npm:0.19.0"
74537453
html-element-attributes:"npm:3.3.0"
74547454
html-tag-names:"npm:2.1.0"
74557455
html-ua-styles:"npm:0.0.3"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp