denoland / deno_ast

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

feat: enable jsx namespace support by default (#154) #155

Closed jollytoad closed 1 year ago

jollytoad commented 1 year ago

Enables support for JSX namespaces by setting throw_if_namespace to false. Also added test for namespace on tag and attribute.

Closes #154

CLAassistant commented 1 year ago

CLA assistant check
All committers have signed the CLA.