codemix / babel-plugin-typecheck

Static and runtime type checking for JavaScript in the form of a Babel plugin.
MIT License
886 stars 44 forks source link

typed variables support? #3

Closed deepsweet closed 8 years ago

deepsweet commented 9 years ago

http://flowtype.org/docs/variables.html

now:

let x: number = 1;

:arrow_double_down:

"use strict";

var x = 1;
phpnode commented 9 years ago

@deepsweet yes, this will also be supported relatively soon