Searched refs:typeAnnotation (Results 1 – 4 of 4) sorted by relevance
33 public $typeAnnotation; variable in Google\\Service\\Spanner\\Type80 public function setTypeAnnotation($typeAnnotation) argument82 $this->typeAnnotation = $typeAnnotation;89 return $this->typeAnnotation;
199 typeAnnotation?: TypeAnnotation | undefined; property301 typeAnnotation?: TypeAnnotation | undefined; property389 typeAnnotation?: TypeAnnotation | undefined; property523 typeAnnotation?: TypeAnnotation | undefined; property594 typeAnnotation?: TypeAnnotation | undefined; property651 typeAnnotation: FlowTypeAnnotation; property686 typeAnnotation: FlowTypeAnnotation; property728 typeAnnotation: FlowTypeAnnotation; property734 typeAnnotation: FlowTypeAnnotation; property918 typeAnnotation: TSType; property[all …]
42 t.arrayPattern(elements, typeAnnotation)50 - `typeAnnotation` (required)339 t.classProperty(key, value, typeAnnotation, decorators, computed)348 - `typeAnnotation` (required)470 t.declareModuleExports(typeAnnotation)477 - `typeAnnotation` (required)844 t.functionTypeParam(name, typeAnnotation)852 - `typeAnnotation` (required)881 - `typeAnnotation` (default: `null`)1293 t.nullableTypeAnnotation(typeAnnotation)[all …]
5064 typeContainer.typeAnnotation = this.finishNode(typeNode, "FunctionTypeAnnotation");5066 id.typeAnnotation = this.finishNode(typeContainer, "TypeAnnotation");5161 node.typeAnnotation = this.flowParseTypeAnnotation();5295 node.bound = ident.typeAnnotation;5572 var typeAnnotation = null;5580 typeAnnotation = this.flowParseTypeInitialiser();5582 typeAnnotation = this.flowParseType();5586 node.typeAnnotation = typeAnnotation;5594 node.typeAnnotation = type;5792 node.typeAnnotation = this.flowParsePrefixType();[all …]