▲ | 827a 4 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. | ||
▲ | lerp-io 4 days ago | parent [-] | |
supposedly you can use --experimental-transform-types to enable enums but i never tried it so idk if does const enums correctly |