Initial checkin of Blueprint-MCP plugin
This commit is contained in:
12
tools/blueprint-mcp/node_modules/@vitest/mocker/dist/automock.d.ts
generated
vendored
Normal file
12
tools/blueprint-mcp/node_modules/@vitest/mocker/dist/automock.d.ts
generated
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
import MagicString from 'magic-string';
|
||||
|
||||
interface AutomockOptions {
|
||||
/**
|
||||
* @default "__vitest_mocker__"
|
||||
*/
|
||||
globalThisAccessor?: string;
|
||||
}
|
||||
declare function automockModule(code: string, mockType: "automock" | "autospy", parse: (code: string) => any, options?: AutomockOptions): MagicString;
|
||||
|
||||
export { automockModule };
|
||||
export type { AutomockOptions };
|
||||
Reference in New Issue
Block a user