Home
last modified time | relevance | path

Searched refs:typeAnnotation (Results 1 – 4 of 4) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Spanner/
DType.php33 public $typeAnnotation; variable in Google\\Service\\Spanner\\Type
80 public function setTypeAnnotation($typeAnnotation) argument
82 $this->typeAnnotation = $typeAnnotation;
89 return $this->typeAnnotation;
/plugin/asciidocjs/node_modules/@types/babel-types/
Dindex.d.ts199 typeAnnotation?: TypeAnnotation | undefined; property
301 typeAnnotation?: TypeAnnotation | undefined; property
389 typeAnnotation?: TypeAnnotation | undefined; property
523 typeAnnotation?: TypeAnnotation | undefined; property
594 typeAnnotation?: TypeAnnotation | undefined; property
651 typeAnnotation: FlowTypeAnnotation; property
686 typeAnnotation: FlowTypeAnnotation; property
728 typeAnnotation: FlowTypeAnnotation; property
734 typeAnnotation: FlowTypeAnnotation; property
918 typeAnnotation: TSType; property
[all …]
/plugin/asciidocjs/node_modules/babel-types/
DREADME.md42 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 …]
/plugin/asciidocjs/node_modules/babylon/lib/
Dindex.js5064 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 …]