| /third_party/typescript/src/linter/ArkTSLinter_1_1/ |
| D | TypeScriptLinterConfig.ts | 177 [SyntaxKind.NamespaceExportDeclaration, FaultID.UMDModuleDefinition],
|
| /third_party/typescript/src/linter/ArkTSLinter_1_0/ |
| D | TypeScriptLinterConfig.ts | 180 [SyntaxKind.NamespaceExportDeclaration, FaultID.UMDModuleDefinition],
|
| /third_party/typescript/src/compiler/factory/ |
| D | nodeTests.ts | 606 export function isNamespaceExportDeclaration(node: Node): node is NamespaceExportDeclaration { 607 return node.kind === SyntaxKind.NamespaceExportDeclaration;
|
| D | utilities.ts | 895 || kind === SyntaxKind.NamespaceExportDeclaration 907 || kind === SyntaxKind.NamespaceExportDeclaration;
|
| D | nodeFactory.ts | 4104 const node = createBaseNamedDeclaration<NamespaceExportDeclaration>( 4105 SyntaxKind.NamespaceExportDeclaration, 4118 … function updateNamespaceExportDeclaration(node: NamespaceExportDeclaration, name: Identifier) { 4124 …NamespaceExportDeclaration(updated: Mutable<NamespaceExportDeclaration>, original: NamespaceExport…
|
| /third_party/typescript/src/compiler/ |
| D | types.ts | 317 NamespaceExportDeclaration, enumerator 1070 | NamespaceExportDeclaration 1153 | NamespaceExportDeclaration 1263 | NamespaceExportDeclaration 1309 | NamespaceExportDeclaration 3527 export interface NamespaceExportDeclaration extends DeclarationStatement, JSDocContainer { 3528 readonly kind: SyntaxKind.NamespaceExportDeclaration; 8141 createNamespaceExportDeclaration(name: string | Identifier): NamespaceExportDeclaration; 8142 …updateNamespaceExportDeclaration(node: NamespaceExportDeclaration, name: Identifier): NamespaceExp…
|
| D | utilitiesPublic.ts | 1838 || kind === SyntaxKind.NamespaceExportDeclaration 1868 || kind === SyntaxKind.NamespaceExportDeclaration;
|
| D | binder.ts | 2696 case SyntaxKind.NamespaceExportDeclaration: 2697 return bindNamespaceExportDeclaration(node as NamespaceExportDeclaration); 2787 function bindNamespaceExportDeclaration(node: NamespaceExportDeclaration) {
|
| D | parser.ts | 564 …[SyntaxKind.NamespaceExportDeclaration]: function forEachChildInNamespaceExportDeclaration<T>(node… 8161 …y<Decorator> | undefined, modifiers: NodeArray<Modifier> | undefined): NamespaceExportDeclaration { 8168 (node as Mutable<NamespaceExportDeclaration>).illegalDecorators = decorators; 8169 (node as Mutable<NamespaceExportDeclaration>).modifiers = modifiers;
|
| D | emitter.ts | 1529 case SyntaxKind.NamespaceExportDeclaration: 1530 return emitNamespaceExportDeclaration(node as NamespaceExportDeclaration); 3562 function emitNamespaceExportDeclaration(node: NamespaceExportDeclaration) {
|
| D | visitorPublic.ts | 1125 …[SyntaxKind.NamespaceExportDeclaration]: function visitEachChildOfNamespaceExportDeclaration(node,…
|
| D | checker.ts | 2741 || node.kind === SyntaxKind.NamespaceExportDeclaration 3166 …function getTargetOfNamespaceExportDeclaration(node: NamespaceExportDeclaration, dontResolveAlias:… 3236 case SyntaxKind.NamespaceExportDeclaration: 3237 …return getTargetOfNamespaceExportDeclaration(node as NamespaceExportDeclaration, dontRecursivelyRe… 8017 case SyntaxKind.NamespaceExportDeclaration: 8021 …esult(factory.createNamespaceExportDeclaration(idText((node as NamespaceExportDeclaration).name)),… 8771 case SyntaxKind.NamespaceExportDeclaration: 45385 case SyntaxKind.NamespaceExportDeclaration: 46542 node.kind === SyntaxKind.NamespaceExportDeclaration ||
|
| D | utilities.ts | 3251 node.kind === SyntaxKind.NamespaceExportDeclaration ||
|
| /third_party/typescript/lib/ |
| D | typescript.d.ts | 378 NamespaceExportDeclaration = 270, enumerator 604 …uleDeclaration | ImportEqualsDeclaration | ImportDeclaration | NamespaceExportDeclaration | Export… 610 …uleDeclaration | ImportEqualsDeclaration | ImportDeclaration | NamespaceExportDeclaration | Export… 1755 export interface NamespaceExportDeclaration extends DeclarationStatement, JSDocContainer { interface 1756 readonly kind: SyntaxKind.NamespaceExportDeclaration; 3854 createNamespaceExportDeclaration(name: string | Identifier): NamespaceExportDeclaration; 3855 …updateNamespaceExportDeclaration(node: NamespaceExportDeclaration, name: Identifier): NamespaceExp… 5101 function isNamespaceExportDeclaration(node: Node): node is NamespaceExportDeclaration; 7933 … const createNamespaceExportDeclaration: (name: string | Identifier) => NamespaceExportDeclaration; 7935 …dateNamespaceExportDeclaration: (node: NamespaceExportDeclaration, name: Identifier) => NamespaceE…
|
| D | typescriptServices.d.ts | 378 NamespaceExportDeclaration = 270, enumerator 604 …uleDeclaration | ImportEqualsDeclaration | ImportDeclaration | NamespaceExportDeclaration | Export… 610 …uleDeclaration | ImportEqualsDeclaration | ImportDeclaration | NamespaceExportDeclaration | Export… 1755 export interface NamespaceExportDeclaration extends DeclarationStatement, JSDocContainer { interface 1756 readonly kind: SyntaxKind.NamespaceExportDeclaration; 3854 createNamespaceExportDeclaration(name: string | Identifier): NamespaceExportDeclaration; 3855 …updateNamespaceExportDeclaration(node: NamespaceExportDeclaration, name: Identifier): NamespaceExp… 5101 function isNamespaceExportDeclaration(node: Node): node is NamespaceExportDeclaration; 7933 … const createNamespaceExportDeclaration: (name: string | Identifier) => NamespaceExportDeclaration; 7935 …dateNamespaceExportDeclaration: (node: NamespaceExportDeclaration, name: Identifier) => NamespaceE…
|
| D | tsserverlibrary.d.ts | 378 NamespaceExportDeclaration = 270, enumerator 604 …uleDeclaration | ImportEqualsDeclaration | ImportDeclaration | NamespaceExportDeclaration | Export… 610 …uleDeclaration | ImportEqualsDeclaration | ImportDeclaration | NamespaceExportDeclaration | Export… 1755 export interface NamespaceExportDeclaration extends DeclarationStatement, JSDocContainer { interface 1756 readonly kind: SyntaxKind.NamespaceExportDeclaration; 3854 createNamespaceExportDeclaration(name: string | Identifier): NamespaceExportDeclaration; 3855 …updateNamespaceExportDeclaration(node: NamespaceExportDeclaration, name: Identifier): NamespaceExp… 5101 function isNamespaceExportDeclaration(node: Node): node is NamespaceExportDeclaration; 11872 … const createNamespaceExportDeclaration: (name: string | Identifier) => NamespaceExportDeclaration; 11874 …dateNamespaceExportDeclaration: (node: NamespaceExportDeclaration, name: Identifier) => NamespaceE…
|
| /third_party/typescript/tests/baselines/reference/api/ |
| D | typescript.d.ts | 378 NamespaceExportDeclaration = 270, enumerator 604 …uleDeclaration | ImportEqualsDeclaration | ImportDeclaration | NamespaceExportDeclaration | Export… 610 …uleDeclaration | ImportEqualsDeclaration | ImportDeclaration | NamespaceExportDeclaration | Export… 1755 export interface NamespaceExportDeclaration extends DeclarationStatement, JSDocContainer { interface 1756 readonly kind: SyntaxKind.NamespaceExportDeclaration; 3854 createNamespaceExportDeclaration(name: string | Identifier): NamespaceExportDeclaration; 3855 …updateNamespaceExportDeclaration(node: NamespaceExportDeclaration, name: Identifier): NamespaceExp… 5101 function isNamespaceExportDeclaration(node: Node): node is NamespaceExportDeclaration; 7933 … const createNamespaceExportDeclaration: (name: string | Identifier) => NamespaceExportDeclaration; 7935 …dateNamespaceExportDeclaration: (node: NamespaceExportDeclaration, name: Identifier) => NamespaceE…
|
| D | tsserverlibrary.d.ts | 378 NamespaceExportDeclaration = 270, enumerator 604 …uleDeclaration | ImportEqualsDeclaration | ImportDeclaration | NamespaceExportDeclaration | Export… 610 …uleDeclaration | ImportEqualsDeclaration | ImportDeclaration | NamespaceExportDeclaration | Export… 1755 export interface NamespaceExportDeclaration extends DeclarationStatement, JSDocContainer { interface 1756 readonly kind: SyntaxKind.NamespaceExportDeclaration; 3854 createNamespaceExportDeclaration(name: string | Identifier): NamespaceExportDeclaration; 3855 …updateNamespaceExportDeclaration(node: NamespaceExportDeclaration, name: Identifier): NamespaceExp… 5101 function isNamespaceExportDeclaration(node: Node): node is NamespaceExportDeclaration; 11872 … const createNamespaceExportDeclaration: (name: string | Identifier) => NamespaceExportDeclaration; 11874 …dateNamespaceExportDeclaration: (node: NamespaceExportDeclaration, name: Identifier) => NamespaceE…
|
| /third_party/typescript/src/services/ |
| D | symbolDisplay.ts | 463 case SyntaxKind.NamespaceExportDeclaration:
|
| D | findAllReferences.ts | 604 case SyntaxKind.NamespaceExportDeclaration:
|
| D | utilities.ts | 2849 || kind === SyntaxKind.NamespaceExportDeclaration
|
| /third_party/typescript/src/compiler/transformers/ |
| D | ts.ts | 446 case SyntaxKind.NamespaceExportDeclaration:
|