/third_party/jsframework/mock-generate/src/declaration-node/ |
D | moduleDeclaration.ts | 60 const exportDeclarations: Array<string> = []; constant 89 exportDeclarations.push(getExportDeclaration(value, sourceFile)); 110 exportDeclarations: exportDeclarations 125 exportDeclarations: Array<string> property
|
D | sourceFileElementsAssemply.ts | 46 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/ |
D | ModuleWithExportedAndNonExportedFunctions.errors.txt | 1 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…
|
D | NonInitializedExportInInternalModule.errors.txt | 1 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…
|
D | ModuleWithExportedAndNonExportedClasses.errors.txt | 1 tests/cases/conformance/internalModules/exportDeclarations/ModuleWithExportedAndNonExportedClasses.… 2 tests/cases/conformance/internalModules/exportDeclarations/ModuleWithExportedAndNonExportedClasses.… 5 ==== tests/cases/conformance/internalModules/exportDeclarations/ModuleWithExportedAndNonExportedCla…
|
D | ModuleWithExportedAndNonExportedVariables.errors.txt | 1 tests/cases/conformance/internalModules/exportDeclarations/ModuleWithExportedAndNonExportedVariable… 4 ==== tests/cases/conformance/internalModules/exportDeclarations/ModuleWithExportedAndNonExportedVar…
|
D | ModuleWithExportedAndNonExportedEnums.errors.txt | 1 tests/cases/conformance/internalModules/exportDeclarations/ModuleWithExportedAndNonExportedEnums.ts… 4 ==== tests/cases/conformance/internalModules/exportDeclarations/ModuleWithExportedAndNonExportedEnu…
|
D | ModuleWithExportedAndNonExportedImportAlias.errors.txt | 1 tests/cases/conformance/internalModules/exportDeclarations/ModuleWithExportedAndNonExportedImportAl… 4 ==== tests/cases/conformance/internalModules/exportDeclarations/ModuleWithExportedAndNonExportedImp…
|
D | ExportInterfaceWithInaccessibleTypeInIndexerTypeAnnotations.types | 1 === tests/cases/conformance/internalModules/exportDeclarations/ExportInterfaceWithInaccessibleTypeI…
|
D | ExportClassWithInaccessibleTypeInIndexerTypeAnnotations.types | 1 === tests/cases/conformance/internalModules/exportDeclarations/ExportClassWithInaccessibleTypeInInd…
|
D | ExportVariableOfGenericTypeWithInaccessibleTypeAsTypeArgument.types | 1 === tests/cases/conformance/internalModules/exportDeclarations/ExportVariableOfGenericTypeWithInacc…
|
D | ExportVariableWithAccessibleTypeInTypeAnnotation.types | 1 === tests/cases/conformance/internalModules/exportDeclarations/ExportVariableWithAccessibleTypeInTy…
|
D | ExportClassWhichExtendsInterfaceWithInaccessibleType.types | 1 === tests/cases/conformance/internalModules/exportDeclarations/ExportClassWhichExtendsInterfaceWith…
|
D | ModuleWithExportedAndNonExportedVariables.types | 1 === tests/cases/conformance/internalModules/exportDeclarations/ModuleWithExportedAndNonExportedVari…
|
D | ExportObjectLiteralAndObjectTypeLiteralWithAccessibleTypesInNestedMemberTypeAnnotations.types | 1 === tests/cases/conformance/internalModules/exportDeclarations/ExportObjectLiteralAndObjectTypeLite…
|
D | ExportFunctionWithInaccessibleTypesInReturnTypeAnnotation.types | 1 === tests/cases/conformance/internalModules/exportDeclarations/ExportFunctionWithInaccessibleTypesI…
|
D | ExportVariableWithAccessibleTypeInTypeAnnotation.symbols | 1 === tests/cases/conformance/internalModules/exportDeclarations/ExportVariableWithAccessibleTypeInTy…
|
D | ExportFunctionWithInaccessibleTypesInParameterTypeAnnotation.types | 1 === tests/cases/conformance/internalModules/exportDeclarations/ExportFunctionWithInaccessibleTypesI…
|
D | ExportVariableWithInaccessibleTypeInTypeAnnotation.types | 1 === tests/cases/conformance/internalModules/exportDeclarations/ExportVariableWithInaccessibleTypeIn…
|
D | ExportClassWithInaccessibleTypeInIndexerTypeAnnotations.symbols | 1 === tests/cases/conformance/internalModules/exportDeclarations/ExportClassWithInaccessibleTypeInInd…
|
D | ExportInterfaceWithInaccessibleTypeInIndexerTypeAnnotations.symbols | 1 === tests/cases/conformance/internalModules/exportDeclarations/ExportInterfaceWithInaccessibleTypeI…
|
D | ExportFunctionWithAccessibleTypesInParameterAndReturnTypeAnnotation.types | 1 === tests/cases/conformance/internalModules/exportDeclarations/ExportFunctionWithAccessibleTypesInP…
|
D | ExportObjectLiteralAndObjectTypeLiteralWithAccessibleTypesInMemberTypeAnnotations.types | 1 === tests/cases/conformance/internalModules/exportDeclarations/ExportObjectLiteralAndObjectTypeLite…
|
D | ExportVariableOfGenericTypeWithInaccessibleTypeAsTypeArgument.symbols | 1 === tests/cases/conformance/internalModules/exportDeclarations/ExportVariableOfGenericTypeWithInacc…
|
/third_party/jsframework/mock-generate/src/generate/ |
D | generateMockJsFile.ts | 135 if (sourceFileEntity.exportDeclarations.length > 0) { 136 sourceFileEntity.exportDeclarations.forEach(value => {
|