Home
last modified time | relevance | path

Searched refs:getExportDeclaration (Results 1 – 2 of 2) sorted by relevance

/third_party/jsframework/mock-generate/src/declaration-node/
DmoduleDeclaration.ts25 import { getExportDeclaration, getModuleImportEqual, ImportEuqalEntity } from './importAndExportDec…
89 exportDeclarations.push(getExportDeclaration(value, sourceFile));
DimportAndExportDeclaration.ts54 export function getExportDeclaration(exportNode: ExportDeclaration, sourceFile: SourceFile): string… function