mdfeist / TypeV

Apache License 2.0
0 stars 0 forks source link

"Port" the front-end scripts to TypeScript #41

Closed eddieantonio closed 8 years ago

eddieantonio commented 8 years ago

@mdfeist I need your blessing to do this, since this involves a change in workflow. The new workflow involves having the TypeScript compiler in watch mode (tsc --watch) while editing the files. And of course, you may add optional type annotations to functions. Editing TypeScript within Atom (and maybe Sublime?) enables watch mode by default, and provides all of the fun static analysis.

The porting process:

The advantages:

Optional:

eddieantonio commented 8 years ago

I've done work on this in the typescript branch. Since I've fixed a few bugs in this branch, I'd like to merge it, but I have a few TODOs: