Remove brand property as it's not used in other ESTree defs

This commit is contained in:
Ingvar Stepanyan
2015-07-30 23:51:34 -07:00
parent f6aec8b1c5
commit 7bcd3629af
+1 -3
View File
@@ -4,9 +4,7 @@
// Definitions: https://github.com/borisyankov/DefinitelyTyped
declare module ESTree {
interface FlowTypeAnnotation extends Node {
_flowTypeAnnotationBrand: any;
}
interface FlowTypeAnnotation extends Node {}
interface FlowBaseTypeAnnotation extends FlowTypeAnnotation {}