Home
last modified time | relevance | path

Searched refs:ExportAssignment (Results 1 – 25 of 42) sorted by relevance

12

/third_party/typescript/src/compiler/transformers/module/
DesnextAnd2015.ts76 case SyntaxKind.ExportAssignment:
77 return visitExportAssignment(node as ExportAssignment);
184 function visitExportAssignment(node: ExportAssignment): VisitResult<ExportAssignment> {
Dsystem.ts591 case SyntaxKind.ExportAssignment:
592 return visitExportAssignment(node as ExportAssignment);
655 function visitExportAssignment(node: ExportAssignment): VisitResult<Statement> {
Dmodule.ts519 case SyntaxKind.ExportAssignment:
520 return visitExportAssignment(node as ExportAssignment);
1206 function visitExportAssignment(node: ExportAssignment): VisitResult<Statement> {
/third_party/typescript/src/compiler/transformers/
Dutilities.ts14 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;
Ddeclarations.ts64 …ementReplacementMap: ESMap<NodeId, VisitResult<LateVisibilityPaintedStatement | ExportAssignment>>;
614 case SyntaxKind.ExportAssignment:
1158 case SyntaxKind.ExportAssignment: {
1724 | ExportAssignment;
1739 case SyntaxKind.ExportAssignment:
Dts.ts218 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/
DconvertExport.ts51 …umDeclaration | NamespaceDeclaration | TypeAliasDeclaration | VariableStatement | ExportAssignment;
106 case SyntaxKind.ExportAssignment: {
107 const node = exportNode as ExportAssignment;
/third_party/typescript/src/linter/ArkTSLinter_1_1/
DProblems.ts36 ExportAssignment, ImportAssignment, enumerator
118 faultsAttrs[FaultID.ExportAssignment] = new FaultAttributes(126);
DTypeScriptLinterConfig.ts95 LinterConfig.nodeDesc[FaultID.ExportAssignment] = "Export assignments (export = ..)";
/third_party/typescript/src/linter/ArkTSLinter_1_0/
DProblems.ts34 ExportAssignment, ImportAssignment, enumerator
116 faultsAttrs[FaultID.ExportAssignment] = { cookBookRef: "126", };
DTypeScriptLinterConfig.ts97 LinterConfig.nodeDesc[FaultID.ExportAssignment] = "Export assignments (export = ..)";
DTypeScriptLinter.ts194 [SyntaxKind.ExportAssignment, this.handleExportAssignment],
1478 const exportAssignment = node as ExportAssignment;
1480 this.incrementCounters(node, FaultID.ExportAssignment);
/third_party/typescript/src/compiler/factory/
DutilitiesPublic.ts32 || kind === SyntaxKind.ExportAssignment
DnodeTests.ts650 export function isExportAssignment(node: Node): node is ExportAssignment {
651 return node.kind === SyntaxKind.ExportAssignment;
/third_party/typescript/src/deprecatedCompat/4.8/
DmergeDecoratorsAndModifiers.ts202 …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…
1313ExportAssignment, _decorators: readonly Decorator[] | undefined, modifiers: readonly Modifier[] |…
/third_party/typescript/src/services/
DnavigationBar.ts336 case SyntaxKind.ExportAssignment: {
337 const expression = (node as ExportAssignment).expression;
728 case SyntaxKind.ExportAssignment:
Dbreakpoints.ts176 case SyntaxKind.ExportAssignment:
178 return textSpan(node, (node as ExportAssignment).expression);
DsymbolDisplay.ts468 case SyntaxKind.ExportAssignment:
471 …displayParts.push(keywordPart((symbol.declarations[0] as ExportAssignment).isExportEquals ? Syntax…
DimportTracker.ts520 function getExportAssignmentExport(ex: ExportAssignment): ExportedSymbol | undefined {
/third_party/typescript/lib/
Dtypescript.d.ts385 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 …]
DtypescriptServices.d.ts385 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 …]
Dtsserverlibrary.d.ts385 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/
Dtypescript.d.ts385 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 …]
Dtsserverlibrary.d.ts385 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/
Dbinder.ts329 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) {

12