Skip to content

Experimenting with ES2015 -> TypeScript compatibility

Notifications You must be signed in to change notification settings

jbandi/ts-superset-myth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ts-superset-myth

Experimenting with ES2015 -> TypeScript compatibility

See: http://blog.jonasbandi.net/2016/10/myth-of-superset.html

To get started:

npm install

To compile the TypeScript:

npm run compile

To load the examples in the browser:

npm start

Then browse to http://localhost:7005/

The example comes with the following branches:

  • master: this represents be a port of a es2015 codebase without code changes. The TypeScript compiler throws errors.
  • es2015: the original codebase. Working fine with Babel/WebPack
  • typescript: the fixed codebase with valid TypeScript.

About

Experimenting with ES2015 -> TypeScript compatibility

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published