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

Commit 5c53218

Browse files
authored
feat: add missing JSXOpeningFragment and JSXClosingFragment (#33)
1 parent 2a5c9a6 commit 5c53218

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/visitor-keys.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,8 @@ const KEYS = {
180180
"children",
181181
"closingFragment"
182182
],
183+
JSXClosingFragment: [],
184+
JSXOpeningFragment: [],
183185
Literal: [],
184186
LabeledStatement: [
185187
"label",

0 commit comments

Comments
 (0)