Home
last modified time | relevance | path

Searched refs:NamespaceExportDeclaration (Results 1 – 22 of 22) sorted by relevance

/third_party/typescript/src/linter/ArkTSLinter_1_1/
DTypeScriptLinterConfig.ts177 [SyntaxKind.NamespaceExportDeclaration, FaultID.UMDModuleDefinition],
/third_party/typescript/src/linter/ArkTSLinter_1_0/
DTypeScriptLinterConfig.ts180 [SyntaxKind.NamespaceExportDeclaration, FaultID.UMDModuleDefinition],
/third_party/typescript/src/compiler/factory/
DnodeTests.ts606 export function isNamespaceExportDeclaration(node: Node): node is NamespaceExportDeclaration {
607 return node.kind === SyntaxKind.NamespaceExportDeclaration;
Dutilities.ts895 || kind === SyntaxKind.NamespaceExportDeclaration
907 || kind === SyntaxKind.NamespaceExportDeclaration;
DnodeFactory.ts4104 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/
Dtypes.ts317 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…
DutilitiesPublic.ts1838 || kind === SyntaxKind.NamespaceExportDeclaration
1868 || kind === SyntaxKind.NamespaceExportDeclaration;
Dbinder.ts2696 case SyntaxKind.NamespaceExportDeclaration:
2697 return bindNamespaceExportDeclaration(node as NamespaceExportDeclaration);
2787 function bindNamespaceExportDeclaration(node: NamespaceExportDeclaration) {
Dparser.ts564 …[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;
Demitter.ts1529 case SyntaxKind.NamespaceExportDeclaration:
1530 return emitNamespaceExportDeclaration(node as NamespaceExportDeclaration);
3562 function emitNamespaceExportDeclaration(node: NamespaceExportDeclaration) {
DvisitorPublic.ts1125 …[SyntaxKind.NamespaceExportDeclaration]: function visitEachChildOfNamespaceExportDeclaration(node,…
Dchecker.ts2741 || 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 ||
Dutilities.ts3251 node.kind === SyntaxKind.NamespaceExportDeclaration ||
/third_party/typescript/lib/
Dtypescript.d.ts378 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…
DtypescriptServices.d.ts378 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…
Dtsserverlibrary.d.ts378 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/
Dtypescript.d.ts378 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…
Dtsserverlibrary.d.ts378 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/
DsymbolDisplay.ts463 case SyntaxKind.NamespaceExportDeclaration:
DfindAllReferences.ts604 case SyntaxKind.NamespaceExportDeclaration:
Dutilities.ts2849 || kind === SyntaxKind.NamespaceExportDeclaration
/third_party/typescript/src/compiler/transformers/
Dts.ts446 case SyntaxKind.NamespaceExportDeclaration: