|
|
|
|
|
by WorldMaker
3471 days ago
|
|
I'm going to use Typescript regardless of which flavor of ES/JS I expect to target, for type safety alone. Since I'm already using a build system, writing for the latest ES/JS spec supported by Typescript is entirely about convenience of the new specs themselves. I can use Typescript to downlevel as necessary for the expected runtime environments. |
|