The flag --experimental-strip-types has been enabled by default. Only syntax that dont require transformation is allowed.
Syntax that require transformation are enum, namespaces (namespaces containing types only are allowed) and legacy modules.You need to pass the flag --experimental-transform-types to enable it.
Decorators will soon be supported by V8 since they are a stage 3 proposal. We decided not to polyfill it but to wait the V8 relase.
Does it mean that any type mentioned in https://www.typescriptlang.org/docs/handbook/2/everyday-type... is supported? Any exception to this list? or additional?
For feature depends on JS Decorator, that involves transformation, what are those? I saw enums and namespaces. Any list?
Thanks, I am not so familiar with Typescript, though I saw some of the libraries I use are sprinkled with TS.