/third_party/typescript/src/compiler/transformers/ |
D | es2015.ts | 1303 const { name, initializer, dotDotDotToken } = parameter; constant
|
/third_party/typescript/lib/ |
D | typescript.d.ts | 760 readonly dotDotDotToken?: DotDotDotToken; property 770 readonly dotDotDotToken?: DotDotDotToken; property 975 readonly dotDotDotToken?: Token<SyntaxKind.DotDotDotToken>; property 1458 readonly dotDotDotToken?: Token<SyntaxKind.DotDotDotToken>; property
|
D | typescriptServices.d.ts | 760 readonly dotDotDotToken?: DotDotDotToken; property 770 readonly dotDotDotToken?: DotDotDotToken; property 975 readonly dotDotDotToken?: Token<SyntaxKind.DotDotDotToken>; property 1458 readonly dotDotDotToken?: Token<SyntaxKind.DotDotDotToken>; property
|
D | tsserverlibrary.d.ts | 760 readonly dotDotDotToken?: DotDotDotToken; property 770 readonly dotDotDotToken?: DotDotDotToken; property 975 readonly dotDotDotToken?: Token<SyntaxKind.DotDotDotToken>; property 1458 readonly dotDotDotToken?: Token<SyntaxKind.DotDotDotToken>; property
|
D | typingsInstaller.js | 23685 …function createParameterDeclaration(modifiers, dotDotDotToken, name, questionToken, type, initiali… argument 23706 …function updateParameterDeclaration(node, modifiers, dotDotDotToken, name, questionToken, type, in… argument 24182 function createNamedTupleMember(dotDotDotToken, name, questionToken, type) { argument 24192 function updateNamedTupleMember(node, dotDotDotToken, name, questionToken, type) { argument 24450 function createBindingElement(dotDotDotToken, propertyName, name, initializer) { argument 24468 function updateBindingElement(node, dotDotDotToken, propertyName, name, initializer) { argument 26815 function createJsxExpression(dotDotDotToken, expression) { argument
|
D | tsc.js | 18968 …function createParameterDeclaration(modifiers, dotDotDotToken, name, questionToken, type, initiali… argument 18988 …function updateParameterDeclaration(node, modifiers, dotDotDotToken, name, questionToken, type, in… argument 19386 function createNamedTupleMember(dotDotDotToken, name, questionToken, type) { argument 19395 function updateNamedTupleMember(node, dotDotDotToken, name, questionToken, type) { argument 19618 function createBindingElement(dotDotDotToken, propertyName, name, initializer) { argument 19634 function updateBindingElement(node, dotDotDotToken, propertyName, name, initializer) { argument 21654 function createJsxExpression(dotDotDotToken, expression) { argument
|
/third_party/typescript/tests/baselines/reference/api/ |
D | typescript.d.ts | 760 readonly dotDotDotToken?: DotDotDotToken; property 770 readonly dotDotDotToken?: DotDotDotToken; property 975 readonly dotDotDotToken?: Token<SyntaxKind.DotDotDotToken>; property 1458 readonly dotDotDotToken?: Token<SyntaxKind.DotDotDotToken>; property
|
D | tsserverlibrary.d.ts | 760 readonly dotDotDotToken?: DotDotDotToken; property 770 readonly dotDotDotToken?: DotDotDotToken; property 975 readonly dotDotDotToken?: Token<SyntaxKind.DotDotDotToken>; property 1458 readonly dotDotDotToken?: Token<SyntaxKind.DotDotDotToken>; property
|