Skip to content
This repository was archived by the owner on Aug 20, 2024. It is now read-only.

Commit 908fdf8

Browse files
authored
Update: add PrivateIdentifier and PropertyDefinition (#20)
1 parent 2d7be11 commit 908fdf8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

lib/visitor-keys.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,13 +211,18 @@
211211
"ObjectPattern": [
212212
"properties"
213213
],
214+
"PrivateIdentifier": [],
214215
"Program": [
215216
"body"
216217
],
217218
"Property": [
218219
"key",
219220
"value"
220221
],
222+
"PropertyDefinition": [
223+
"key",
224+
"value"
225+
],
221226
"RestElement": [
222227
"argument"
223228
],

0 commit comments

Comments
 (0)