Y
Hacker News
new
|
ask
|
show
|
jobs
by
827a
306 days ago
Its worth being clear that it isn't capable of actually executing TypeScript; it executes the "non-emitting" subset of the TypeScript language. If your app uses `enum`, among a couple other features, it wont work.
1 comments
lerp-io
306 days ago
supposedly you can use --experimental-transform-types to enable enums but i never tried it so idk if does const enums correctly
link