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

Commit

Permalink
feat: add missing JSXOpeningFragment and JSXClosingFragment (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
flyerhzm authored Jan 2, 2022
1 parent 2a5c9a6 commit 5c53218
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/visitor-keys.js
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,8 @@ const KEYS = {
"children",
"closingFragment"
],
JSXClosingFragment: [],
JSXOpeningFragment: [],
Literal: [],
LabeledStatement: [
"label",
Expand Down

0 comments on commit 5c53218

Please sign in to comment.