SMH110 / widgets

1 stars 0 forks source link

Convert project to TypeScript #51

Closed massimocode closed 8 years ago

massimocode commented 8 years ago

I think that as the project grows larger, it would be beneficial for us to switch over to TypeScript so that we can have static analysis on the codebase.

It would also allow us to safely use ES6 constructs and have them compiled down to ES5 (so that they work in all current browsers) and also would allow us to use ES6 import/export syntax and have them compiled down to AMD/CommonJS (i.e. UMD).

SMH110 commented 8 years ago

Have look here please https://github.com/SMH110/widgets/commit/8cb42b057e2fdd10c79b971009e61e99749217a6

SMH110 commented 8 years ago

https://github.com/SMH110/widgets/commit/4840db1c9fcf53aa38180aed0e7a82beded5280e

SMH110 commented 8 years ago

Merged https://github.com/SMH110/widgets/pull/60