davidbonnet / astring

🌳 Tiny and fast JavaScript code generator from an ESTree-compliant AST.

Home Page:https://david.bonnet.cc/astring/demo/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`baseGenerator` is untyped

wooorm opened this issue · comments

commented

it’s missing.
Even though it’s deprecated, it’s probably a good idea to type it, and add @deprecated to signal that to users.

commented

Also: write is missing the 2nd parameter node: https://github.com/davidbonnet/astring/blob/main/astring.d.ts#L10.

Thanks @wooorm for reporting this.