committed by
Daniel Tschinder
parent
eee1a3854e
commit
0c11af8fc5
@@ -1043,12 +1043,10 @@ export default (superClass: Class<Parser>): Class<Parser> =>
|
||||
);
|
||||
|
||||
case tt._null:
|
||||
node.value = this.match(tt._null);
|
||||
this.next();
|
||||
return this.finishNode(node, "NullLiteralTypeAnnotation");
|
||||
|
||||
case tt._this:
|
||||
node.value = this.match(tt._this);
|
||||
this.next();
|
||||
return this.finishNode(node, "ThisTypeAnnotation");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user