wix / stylable

Stylable - CSS for components
https://stylable.io
MIT License
1.26k stars 62 forks source link

fix(lang-service): ensure .d.ts contains no internals #2851

Closed AviVahl closed 1 year ago

AviVahl commented 1 year ago

EditTimeParser extends Parser, which is defined in typings/externals/index.d.ts instead, use the exact types and ensure return type matches.

also exported AnyNode, as it's used in the return type.