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: jsx component props being normalized #165

Closed marvinhagemeister closed 10 months ago

marvinhagemeister commented 10 months ago

Follow up to https://github.com/denoland/deno_ast/pull/162

We should only ever normalize attributes (className -> class) of HTML elements and never for components.