mdfeist / TypeV

Apache License 2.0
0 stars 0 forks source link

[Notification] Use ECMAScript 6 Modules #38

Closed eddieantonio closed 8 years ago

eddieantonio commented 8 years ago

I'm refactoring a bit. Namely, I'm using ES6 modules and I'm using es-module-loader to load them in the browser (because they only standardized the syntax for modules, but no way to actually load them...). In the process, I've extracted the existing classes and converted them into ES6 class syntax.

Hopefully the new syntax is straightforward enough that it's still easy to hack on. That >1200 line god file was starting to make me really nervous! 😌

mdfeist commented 8 years ago

Looks fine to me. Merge away.