reneable seting of type annotations

This commit is contained in:
Sebastian McKenzie 2015-04-01 00:44:54 +11:00
parent ad857dddd1
commit 27c97aab34

View File

@ -428,7 +428,7 @@ export default class File {
this.scope = this.path.scope;
this.ast = ast;
/*this.path.traverse({
this.path.traverse({
enter(node, parent, scope) {
if (this.isScope()) {
for (var key in scope.bindings) {
@ -436,7 +436,7 @@ export default class File {
}
}
}
});*/
});
}
transform(ast) {