| /third_party/typescript/src/compiler/transformers/module/ |
| D | esnextAnd2015.ts | 76 case SyntaxKind.ExportAssignment: 77 return visitExportAssignment(node as ExportAssignment); 184 function visitExportAssignment(node: ExportAssignment): VisitResult<ExportAssignment> {
|
| D | system.ts | 591 case SyntaxKind.ExportAssignment: 592 return visitExportAssignment(node as ExportAssignment); 655 function visitExportAssignment(node: ExportAssignment): VisitResult<Statement> {
|
| D | module.ts | 519 case SyntaxKind.ExportAssignment: 520 return visitExportAssignment(node as ExportAssignment); 1206 function visitExportAssignment(node: ExportAssignment): VisitResult<Statement> {
|
| /third_party/typescript/src/compiler/transformers/ |
| D | utilities.ts | 14 exportEquals: ExportAssignment | undefined; // an export= declaration if one was present 75 let exportEquals: ExportAssignment | undefined; 136 case SyntaxKind.ExportAssignment: 137 if ((node as ExportAssignment).isExportEquals && !exportEquals) { 139 exportEquals = node as ExportAssignment;
|
| D | declarations.ts | 64 …ementReplacementMap: ESMap<NodeId, VisitResult<LateVisibilityPaintedStatement | ExportAssignment>>; 614 case SyntaxKind.ExportAssignment: 1158 case SyntaxKind.ExportAssignment: { 1724 | ExportAssignment; 1739 case SyntaxKind.ExportAssignment:
|
| D | ts.ts | 218 case SyntaxKind.ExportAssignment: 220 …ableStatement(node as ImportDeclaration | ImportEqualsDeclaration | ExportAssignment | ExportDecla… 226 …idableStatement(node: ImportDeclaration | ImportEqualsDeclaration | ExportAssignment | ExportDecla… 245 case SyntaxKind.ExportAssignment: 2043 function visitExportAssignment(node: ExportAssignment): VisitResult<Statement> {
|
| /third_party/typescript/src/services/refactors/ |
| D | convertExport.ts | 51 …umDeclaration | NamespaceDeclaration | TypeAliasDeclaration | VariableStatement | ExportAssignment; 106 case SyntaxKind.ExportAssignment: { 107 const node = exportNode as ExportAssignment;
|
| /third_party/typescript/src/linter/ArkTSLinter_1_1/ |
| D | Problems.ts | 36 ExportAssignment, ImportAssignment, enumerator 118 faultsAttrs[FaultID.ExportAssignment] = new FaultAttributes(126);
|
| D | TypeScriptLinterConfig.ts | 95 LinterConfig.nodeDesc[FaultID.ExportAssignment] = "Export assignments (export = ..)";
|
| /third_party/typescript/src/linter/ArkTSLinter_1_0/ |
| D | Problems.ts | 34 ExportAssignment, ImportAssignment, enumerator 116 faultsAttrs[FaultID.ExportAssignment] = { cookBookRef: "126", };
|
| D | TypeScriptLinterConfig.ts | 97 LinterConfig.nodeDesc[FaultID.ExportAssignment] = "Export assignments (export = ..)";
|
| D | TypeScriptLinter.ts | 194 [SyntaxKind.ExportAssignment, this.handleExportAssignment], 1478 const exportAssignment = node as ExportAssignment; 1480 this.incrementCounters(node, FaultID.ExportAssignment);
|
| /third_party/typescript/src/compiler/factory/ |
| D | utilitiesPublic.ts | 32 || kind === SyntaxKind.ExportAssignment
|
| D | nodeTests.ts | 650 export function isExportAssignment(node: Node): node is ExportAssignment { 651 return node.kind === SyntaxKind.ExportAssignment;
|
| /third_party/typescript/src/deprecatedCompat/4.8/ |
| D | mergeDecoratorsAndModifiers.ts | 202 …fier[] | undefined, isExportEquals: boolean | undefined, expression: Expression): ExportAssignment; 206 …: ExportAssignment, decorators: readonly Decorator[] | undefined, modifiers: readonly Modifier[] |… 1281 …ier[] | undefined, isExportEquals: boolean | undefined, expression: Expression): ExportAssignment { 1285 …ier[] | undefined, isExportEquals: boolean | undefined, expression: Expression): ExportAssignment { 1309 …0(node: ExportAssignment, modifiers: readonly Modifier[] | undefined, expression: Expression): Exp… 1313 … ExportAssignment, _decorators: readonly Decorator[] | undefined, modifiers: readonly Modifier[] |…
|
| /third_party/typescript/src/services/ |
| D | navigationBar.ts | 336 case SyntaxKind.ExportAssignment: { 337 const expression = (node as ExportAssignment).expression; 728 case SyntaxKind.ExportAssignment:
|
| D | breakpoints.ts | 176 case SyntaxKind.ExportAssignment: 178 return textSpan(node, (node as ExportAssignment).expression);
|
| D | symbolDisplay.ts | 468 case SyntaxKind.ExportAssignment: 471 …displayParts.push(keywordPart((symbol.declarations[0] as ExportAssignment).isExportEquals ? Syntax…
|
| D | importTracker.ts | 520 function getExportAssignmentExport(ex: ExportAssignment): ExportedSymbol | undefined {
|
| /third_party/typescript/lib/ |
| D | typescript.d.ts | 385 ExportAssignment = 277, enumerator 604 …qualsDeclaration | ImportDeclaration | NamespaceExportDeclaration | ExportAssignment | IndexSignat… 610 …eclaration | ImportDeclaration | NamespaceExportDeclaration | ExportDeclaration | ExportAssignment; 611 …| ModuleDeclaration | ImportEqualsDeclaration | ImportDeclaration | ExportAssignment | ExportDecla… 1827 export interface ExportAssignment extends DeclarationStatement, JSDocContainer { interface 1828 readonly kind: SyntaxKind.ExportAssignment; 3876 …fier[] | undefined, isExportEquals: boolean | undefined, expression: Expression): ExportAssignment; 3877 …teExportAssignment(node: ExportAssignment, modifiers: readonly Modifier[] | undefined, expression:… 4047 createExportDefault(expression: Expression): ExportAssignment; 5112 function isExportAssignment(node: Node): node is ExportAssignment; [all …]
|
| D | typescriptServices.d.ts | 385 ExportAssignment = 277, enumerator 604 …qualsDeclaration | ImportDeclaration | NamespaceExportDeclaration | ExportAssignment | IndexSignat… 610 …eclaration | ImportDeclaration | NamespaceExportDeclaration | ExportDeclaration | ExportAssignment; 611 …| ModuleDeclaration | ImportEqualsDeclaration | ImportDeclaration | ExportAssignment | ExportDecla… 1827 export interface ExportAssignment extends DeclarationStatement, JSDocContainer { interface 1828 readonly kind: SyntaxKind.ExportAssignment; 3876 …fier[] | undefined, isExportEquals: boolean | undefined, expression: Expression): ExportAssignment; 3877 …teExportAssignment(node: ExportAssignment, modifiers: readonly Modifier[] | undefined, expression:… 4047 createExportDefault(expression: Expression): ExportAssignment; 5112 function isExportAssignment(node: Node): node is ExportAssignment; [all …]
|
| D | tsserverlibrary.d.ts | 385 ExportAssignment = 277, enumerator 604 …qualsDeclaration | ImportDeclaration | NamespaceExportDeclaration | ExportAssignment | IndexSignat… 610 …eclaration | ImportDeclaration | NamespaceExportDeclaration | ExportDeclaration | ExportAssignment; 611 …| ModuleDeclaration | ImportEqualsDeclaration | ImportDeclaration | ExportAssignment | ExportDecla… 1827 export interface ExportAssignment extends DeclarationStatement, JSDocContainer { interface 1828 readonly kind: SyntaxKind.ExportAssignment; 3876 …fier[] | undefined, isExportEquals: boolean | undefined, expression: Expression): ExportAssignment; 3877 …teExportAssignment(node: ExportAssignment, modifiers: readonly Modifier[] | undefined, expression:… 4047 createExportDefault(expression: Expression): ExportAssignment; 5112 function isExportAssignment(node: Node): node is ExportAssignment; [all …]
|
| /third_party/typescript/tests/baselines/reference/api/ |
| D | typescript.d.ts | 385 ExportAssignment = 277, enumerator 604 …qualsDeclaration | ImportDeclaration | NamespaceExportDeclaration | ExportAssignment | IndexSignat… 610 …eclaration | ImportDeclaration | NamespaceExportDeclaration | ExportDeclaration | ExportAssignment; 611 …| ModuleDeclaration | ImportEqualsDeclaration | ImportDeclaration | ExportAssignment | ExportDecla… 1827 export interface ExportAssignment extends DeclarationStatement, JSDocContainer { interface 1828 readonly kind: SyntaxKind.ExportAssignment; 3876 …fier[] | undefined, isExportEquals: boolean | undefined, expression: Expression): ExportAssignment; 3877 …teExportAssignment(node: ExportAssignment, modifiers: readonly Modifier[] | undefined, expression:… 4047 createExportDefault(expression: Expression): ExportAssignment; 5112 function isExportAssignment(node: Node): node is ExportAssignment; [all …]
|
| D | tsserverlibrary.d.ts | 385 ExportAssignment = 277, enumerator 604 …qualsDeclaration | ImportDeclaration | NamespaceExportDeclaration | ExportAssignment | IndexSignat… 610 …eclaration | ImportDeclaration | NamespaceExportDeclaration | ExportDeclaration | ExportAssignment; 611 …| ModuleDeclaration | ImportEqualsDeclaration | ImportDeclaration | ExportAssignment | ExportDecla… 1827 export interface ExportAssignment extends DeclarationStatement, JSDocContainer { interface 1828 readonly kind: SyntaxKind.ExportAssignment; 3876 …fier[] | undefined, isExportEquals: boolean | undefined, expression: Expression): ExportAssignment; 3877 …teExportAssignment(node: ExportAssignment, modifiers: readonly Modifier[] | undefined, expression:… 4047 createExportDefault(expression: Expression): ExportAssignment; 5112 function isExportAssignment(node: Node): node is ExportAssignment; [all …]
|
| /third_party/typescript/src/compiler/ |
| D | binder.ts | 329 if (node.kind === SyntaxKind.ExportAssignment) { 330 …return (node as ExportAssignment).isExportEquals ? InternalSymbolName.ExportEquals : InternalSymbo… 503 … (node.kind === SyntaxKind.ExportAssignment && !(node as ExportAssignment).isExportEquals)) { 2702 case SyntaxKind.ExportAssignment: 2703 return bindExportAssignment(node as ExportAssignment); 2765 function bindExportAssignment(node: ExportAssignment) {
|