Update app and tooling
This commit is contained in:
parent
3046531bdd
commit
e620ec7349
4950 changed files with 2975120 additions and 10 deletions
14
node_modules/rolldown/dist/parallel-plugin.d.mts
generated
vendored
Normal file
14
node_modules/rolldown/dist/parallel-plugin.d.mts
generated
vendored
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
import "./shared/binding-MAEzB4KA.mjs";
|
||||
import { wt as MaybePromise, x as Plugin } from "./shared/define-config-Cg9apQLa.mjs";
|
||||
|
||||
//#region src/plugin/parallel-plugin-implementation.d.ts
|
||||
type ParallelPluginImplementation = Plugin;
|
||||
type Context = {
|
||||
/**
|
||||
* Thread number
|
||||
*/
|
||||
threadNumber: number;
|
||||
};
|
||||
declare function defineParallelPluginImplementation<Options>(plugin: (Options: Options, context: Context) => MaybePromise<ParallelPluginImplementation>): (Options: Options, context: Context) => MaybePromise<ParallelPluginImplementation>;
|
||||
//#endregion
|
||||
export { type Context, type ParallelPluginImplementation, defineParallelPluginImplementation };
|
||||
Loading…
Add table
Add a link
Reference in a new issue