Couldn't Typescript simply be a JavaScript library to include with other libraries such as Angular? Is that what it is? Wouldn't being a JS library give greater support for outputting ES5 specific JS?
-
And what would that library do exactly?Thilo– Thilo2016-06-01 04:40:32 +00:00Commented Jun 1, 2016 at 4:40
-
1The same exact thing I just wanted to know whether a library would be capable of doing precisely the same thing or if its not even possible and whyIbn Masood– Ibn Masood2016-06-01 04:43:13 +00:00Commented Jun 1, 2016 at 4:43
-
Typescript is more object oriented approach. Also you can debug it in IDE.Chetan Hirapara– Chetan Hirapara2016-06-01 04:43:16 +00:00Commented Jun 1, 2016 at 4:43
-
1Well, Typescript does exactly nothing at runtime (in the browser or in Node). It is a language and has a compiler that outputs Javascript (and if you want, you can target ES5, too).Thilo– Thilo2016-06-01 04:51:14 +00:00Commented Jun 1, 2016 at 4:51
Add a comment
|