/compare-babel-typescript

Compare Babel and TypeScript

Primary LanguageJavaScriptMIT LicenseMIT

compare-babel-typescript

Compare Babel and TypeScript

This repo shows the comparision between the outputs of Babel and TypeScript

We are going to take sample example of classes and some methods being overridden by some another class and then calling them.

So you can take a look at the script.js file. This file has two classes, Car and Audi

Babel in Action: http://bit.ly/babel-example and https://jsbin.com/fatoxem/edit?js,console

TypeScript in Action: http://bit.ly/ts-example and https://jsbin.com/lojevub/1/edit?js,console