watch-run.d.ts 386 B

1234567
  1. import type * as webpack from 'webpack';
  2. import type { LoaderOptions, TSInstance } from './interfaces';
  3. /**
  4. * Make function which will manually update changed files
  5. */
  6. export declare function makeWatchRun(instance: TSInstance, loader: webpack.LoaderContext<LoaderOptions>): (compiler: webpack.Compiler, callback: (err?: Error) => void) => void;
  7. //# sourceMappingURL=watch-run.d.ts.map