denoland / deno_ast

Source text parsing, lexing, and AST related functionality for Deno
https://crates.io/crates/deno_ast
MIT License
146 stars 45 forks source link

fix: negative numeric JSX attributes not inlined #177

Closed marvinhagemeister closed 10 months ago

marvinhagemeister commented 10 months ago

This is a bit of an oddity with SWC's AST format. It treats negative numeric literals as an UnaryExpression 🤷