embroider-build / content-tag

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

Enable typescript #14

Closed ef4 closed 11 months ago

ef4 commented 11 months ago

This enables typescript syntax.

As far as I can tell, there's no downside to keeping it enabled all the time, since it is a superset of javascript syntax, and we're only doing parsing & serialization, not any transforms.