Home
last modified time | relevance | path

Searched refs:exportDeclarations (Results 1 – 25 of 53) sorted by relevance

123

/third_party/jsframework/mock-generate/src/declaration-node/
DmoduleDeclaration.ts60 const exportDeclarations: Array<string> = []; constant
89 exportDeclarations.push(getExportDeclaration(value, sourceFile));
110 exportDeclarations: exportDeclarations
125 exportDeclarations: Array<string> property
DsourceFileElementsAssemply.ts46 const exportDeclarations: Array<string> = []; constant
78 exportDeclarations.push(sourceFile.text.substring(node.pos, node.end).trimStart().trimEnd());
98 exportDeclarations: exportDeclarations
163 exportDeclarations: Array<string> property
/third_party/typescript/tests/baselines/reference/
DModuleWithExportedAndNonExportedFunctions.errors.txt1 tests/cases/conformance/internalModules/exportDeclarations/ModuleWithExportedAndNonExportedFunction…
2 tests/cases/conformance/internalModules/exportDeclarations/ModuleWithExportedAndNonExportedFunction…
5 ==== tests/cases/conformance/internalModules/exportDeclarations/ModuleWithExportedAndNonExportedFun…
39 !!! related TS2728 tests/cases/conformance/internalModules/exportDeclarations/ModuleWithExportedAnd…
DNonInitializedExportInInternalModule.errors.txt1 tests/cases/conformance/internalModules/exportDeclarations/NonInitializedExportInInternalModule.ts(…
2 tests/cases/conformance/internalModules/exportDeclarations/NonInitializedExportInInternalModule.ts(…
3 tests/cases/conformance/internalModules/exportDeclarations/NonInitializedExportInInternalModule.ts(…
6 ==== tests/cases/conformance/internalModules/exportDeclarations/NonInitializedExportInInternalModul…
DModuleWithExportedAndNonExportedClasses.errors.txt1 tests/cases/conformance/internalModules/exportDeclarations/ModuleWithExportedAndNonExportedClasses.…
2 tests/cases/conformance/internalModules/exportDeclarations/ModuleWithExportedAndNonExportedClasses.…
5 ==== tests/cases/conformance/internalModules/exportDeclarations/ModuleWithExportedAndNonExportedCla…
DModuleWithExportedAndNonExportedVariables.errors.txt1 tests/cases/conformance/internalModules/exportDeclarations/ModuleWithExportedAndNonExportedVariable…
4 ==== tests/cases/conformance/internalModules/exportDeclarations/ModuleWithExportedAndNonExportedVar…
DModuleWithExportedAndNonExportedEnums.errors.txt1 tests/cases/conformance/internalModules/exportDeclarations/ModuleWithExportedAndNonExportedEnums.ts…
4 ==== tests/cases/conformance/internalModules/exportDeclarations/ModuleWithExportedAndNonExportedEnu…
DModuleWithExportedAndNonExportedImportAlias.errors.txt1 tests/cases/conformance/internalModules/exportDeclarations/ModuleWithExportedAndNonExportedImportAl…
4 ==== tests/cases/conformance/internalModules/exportDeclarations/ModuleWithExportedAndNonExportedImp…
DExportInterfaceWithInaccessibleTypeInIndexerTypeAnnotations.types1 === tests/cases/conformance/internalModules/exportDeclarations/ExportInterfaceWithInaccessibleTypeI…
DExportClassWithInaccessibleTypeInIndexerTypeAnnotations.types1 === tests/cases/conformance/internalModules/exportDeclarations/ExportClassWithInaccessibleTypeInInd…
DExportVariableOfGenericTypeWithInaccessibleTypeAsTypeArgument.types1 === tests/cases/conformance/internalModules/exportDeclarations/ExportVariableOfGenericTypeWithInacc…
DExportVariableWithAccessibleTypeInTypeAnnotation.types1 === tests/cases/conformance/internalModules/exportDeclarations/ExportVariableWithAccessibleTypeInTy…
DExportClassWhichExtendsInterfaceWithInaccessibleType.types1 === tests/cases/conformance/internalModules/exportDeclarations/ExportClassWhichExtendsInterfaceWith…
DModuleWithExportedAndNonExportedVariables.types1 === tests/cases/conformance/internalModules/exportDeclarations/ModuleWithExportedAndNonExportedVari…
DExportObjectLiteralAndObjectTypeLiteralWithAccessibleTypesInNestedMemberTypeAnnotations.types1 === tests/cases/conformance/internalModules/exportDeclarations/ExportObjectLiteralAndObjectTypeLite…
DExportFunctionWithInaccessibleTypesInReturnTypeAnnotation.types1 === tests/cases/conformance/internalModules/exportDeclarations/ExportFunctionWithInaccessibleTypesI…
DExportVariableWithAccessibleTypeInTypeAnnotation.symbols1 === tests/cases/conformance/internalModules/exportDeclarations/ExportVariableWithAccessibleTypeInTy…
DExportFunctionWithInaccessibleTypesInParameterTypeAnnotation.types1 === tests/cases/conformance/internalModules/exportDeclarations/ExportFunctionWithInaccessibleTypesI…
DExportVariableWithInaccessibleTypeInTypeAnnotation.types1 === tests/cases/conformance/internalModules/exportDeclarations/ExportVariableWithInaccessibleTypeIn…
DExportClassWithInaccessibleTypeInIndexerTypeAnnotations.symbols1 === tests/cases/conformance/internalModules/exportDeclarations/ExportClassWithInaccessibleTypeInInd…
DExportInterfaceWithInaccessibleTypeInIndexerTypeAnnotations.symbols1 === tests/cases/conformance/internalModules/exportDeclarations/ExportInterfaceWithInaccessibleTypeI…
DExportFunctionWithAccessibleTypesInParameterAndReturnTypeAnnotation.types1 === tests/cases/conformance/internalModules/exportDeclarations/ExportFunctionWithAccessibleTypesInP…
DExportObjectLiteralAndObjectTypeLiteralWithAccessibleTypesInMemberTypeAnnotations.types1 === tests/cases/conformance/internalModules/exportDeclarations/ExportObjectLiteralAndObjectTypeLite…
DExportVariableOfGenericTypeWithInaccessibleTypeAsTypeArgument.symbols1 === tests/cases/conformance/internalModules/exportDeclarations/ExportVariableOfGenericTypeWithInacc…
/third_party/jsframework/mock-generate/src/generate/
DgenerateMockJsFile.ts135 if (sourceFileEntity.exportDeclarations.length > 0) {
136 sourceFileEntity.exportDeclarations.forEach(value => {

123