UNPKG

sardines-compile-time-tools

Version:

sardines.compile-time-tools.js is part of the sardines.io project

5 lines 467 B
import { IdentifierSyntax } from './parser'; import { Service } from './serviceGenerator'; export { Service, getServiceName } from './serviceGenerator'; export declare const transform: (appName: string, fileName: string, sardineFileName: string, sourceFilePath: string, identifiers: Map<string, IdentifierSyntax>, referencedTypes: string[], importedIds: string[], proxyIds: string[], line_handler: any) => Promise<Service[]>; //# sourceMappingURL=transformer.d.ts.map