UNPKG

vite-esbuild-typescript-checker

Version:

* Speeds up [TypeScript](https://github.com/Microsoft/TypeScript) type checking * Supports [Vue Single File Component](https://vuejs.org/v2/guide/single-file-components.html) * Displays nice error messages with the [code frame](https://babeljs.io/docs/en/

5 lines (4 loc) 255 B
import { MessagePort } from 'worker_threads'; export declare function useWatchProgram(port: MessagePort): void; export declare function invalidateWatchProgram(withHost?: boolean): void; export declare function invalidateWatchProgramRootFileNames(): void;