oxc-project / playground

Oxc Playground
https://playground.oxc.rs
MIT License
21 stars 7 forks source link

feat: add more information in AST panel #45

Closed yuyinws closed 3 weeks ago

yuyinws commented 3 weeks ago

Add comments and errors on AST view panel.

Keep it consistent with the actual parse result:

https://github.com/oxc-project/oxc/blob/7f1d1fe065d68a0d17195fac0ada76b4b67b7822/napi/parser/index.d.ts#L93-L97

After

image
sxzz commented 3 weeks ago

Thanks!