DEV Community

Discussion on: The common misconception about TypeScript

Collapse
 
shadowtime2000 profile image
shadowtime2000

The JavaScript generated from TypeScript can be executed on any V8 based implementation

There are more JS engines than just V8. Typescript produces ES-spec compatible code which can be run on any ES-spec compatible JS engine.

Collapse
 
narasimha1997 profile image
Narasimha Prasanna HN

Hey,
Yes you're right. I somehow wrote that, by mistake maybe. I've made an edit. Thanks.