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

Commit 5f5b232

Browse files
authored
Update: add StaticBlock (#29)
1 parent e89bff9 commit 5f5b232

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/visitor-keys.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,9 @@ const KEYS = {
235235
SpreadElement: [
236236
"argument"
237237
],
238+
StaticBlock: [
239+
"body"
240+
],
238241
Super: [],
239242
SwitchStatement: [
240243
"discriminant",

0 commit comments

Comments
 (0)