|
|
|
|
|
by ameliaquining
1608 days ago
|
|
Did the other feature have anything to do with modules? If so, I can't really blame TypeScript too much for that, since the JavaScript ecosystem is pretty fragmented there and TypeScript has to support all the different things that are in use with a reasonable interop story. Build tools that work purely with JavaScript source code also have to deal with this problem. Otherwise I'm not aware of any cases besides decorators where TypeScript did something that was incompatible with a later ECMAScript development. |
|