embroider-build / content-tag

A rust program that uses my swc fork to parse GJS
MIT License
7 stars 7 forks source link

Ensure we support typescript #3

Closed ef4 closed 11 months ago

ef4 commented 1 year ago

We need to make sure we've got SWC's typescript support enabled, so that we're able to preprocess GTS to TS just as well as GJS to JS.

But also, it would probably be nice to offer GTS to JS mode as well, since it's probably not hard to enable. This would potentially allow simpler dev setups since you could avoid adding a second tool to process the TS to JS.

ef4 commented 11 months ago

Done in #14.