-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Milestone
Description
We should change Lit to Str because the other variants do not represent valid syntax.
swc/crates/swc_ecma_ast/src/jsx.rs
Lines 192 to 198 in e1f2597
| #[tag("StringLiteral")] | |
| #[tag("BooleanLiteral")] | |
| #[tag("NullLiteral")] | |
| #[tag("NumericLiteral")] | |
| #[tag("RegExpLiteral")] | |
| #[tag("JSXText")] | |
| Lit(Lit), |
reference:
Metadata
Metadata
Assignees
Labels
No labels