UNPKG

rolldown

Version:

Fast JavaScript/TypeScript bundler in Rust with Rollup-compatible API.

6 lines (5 loc) 468 B
import type { BindingPluginOptions } from '../binding'; import { PluginHookWithBindingExt } from './bindingify-plugin-hook-meta'; import { BindingifyPluginArgs } from './bindingify-plugin'; export declare function bindingifyWatchChange(args: BindingifyPluginArgs): PluginHookWithBindingExt<BindingPluginOptions['watchChange']>; export declare function bindingifyCloseWatcher(args: BindingifyPluginArgs): PluginHookWithBindingExt<BindingPluginOptions['closeWatcher']>;