UNPKG

@idlebox/esbuild-executer

Version:

A simple script to execute typescript file during development.

11 lines 459 B
import type { MessagePort } from 'node:worker_threads'; import type { IExecuteOptions } from './message.types.js'; export declare function createEntryMapping(entries: string[]): { entryPoints: { in: string; out: string; }[]; outDir: string; }; export declare function compileFile(tsFile: string, options: IExecuteOptions, port: MessagePort): Promise<Map<string, Uint8Array<ArrayBufferLike>>>; //# sourceMappingURL=compiler.d.ts.map