kungfooman / RuntimeTypeInspector.js

Checking JSDoc types at runtime for high-quality types - Trust is good, control is better.
MIT License
8 stars 0 forks source link

Convert JSX to nice, proper and pure JS #186

Closed kungfooman closed 1 month ago

kungfooman commented 1 month ago

JSX is unfortunately quite common, even though it is forcing people through all kinds of annoying build steps. But handling it will allow us to emit nice, proper and pure JS, so projects can be rewritten into pure ESM using importmaps.