add ExistentialTypeParam - fixes #2587
This commit is contained in:
@@ -46,6 +46,10 @@ export function DeclareVariable(node: Object) {
|
||||
this.semicolon();
|
||||
}
|
||||
|
||||
export function ExistentialTypeParam() {
|
||||
this.push("*");
|
||||
}
|
||||
|
||||
export function FunctionTypeAnnotation(node: Object, parent: Object) {
|
||||
this.print(node.typeParameters, node);
|
||||
this.push("(");
|
||||
|
||||
Reference in New Issue
Block a user