File tree Expand file tree Collapse file tree 2 files changed +7
-12
lines changed
Expand file tree Collapse file tree 2 files changed +7
-12
lines changed Original file line number Diff line number Diff line change @@ -1532,6 +1532,11 @@ declare const transforms: {
15321532
15331533 text(cb : (file : { content: string ; text: typeof text_d_exports }) => string | false ): TransformFn ;
15341534};
1535+ declare namespace pnpm_d_exports {
1536+ export { onlyBuiltDependencies };
1537+ }
1538+
1539+ declare function onlyBuiltDependencies(... packages : string []): TransformFn ;
15351540type Version = {
15361541 major? : number ;
15371542 minor? : number ;
@@ -1638,6 +1643,7 @@ export {
16381643 index_d_exports$3 as js ,
16391644 json_d_exports as json ,
16401645 parse ,
1646+ pnpm_d_exports as pnpm ,
16411647 readFile ,
16421648 resolveCommand ,
16431649 resolveCommandArray ,
Original file line number Diff line number Diff line change 33<!-- auto-generated by scripts/generate-api-surface.js - do not edit -->
44
55``` ts
6- declare function addPnpmBuildDependencies(
7- cwd : string ,
8- packageManager : AgentName | null | undefined ,
9- allowedPackages : string []
10- ): Promise <void >;
116type ProjectVariant = ' kit-js' | ' kit-ts' | ' vite-js' | ' vite-ts' ;
127declare const variants: ProjectVariant [];
138type CreateProject = (options : {
@@ -86,12 +81,8 @@ declare function prepareServer({
8681 buildCommand ,
8782 previewCommand
8883}: PrepareServerOptions ): Promise <PrepareServerReturn >;
89- type PlaywrightContext = Pick <typeof _playwright_test0 , ' chromium' >;
9084type VitestContext = Pick <typeof vitest , ' inject' | ' test' | ' beforeAll' | ' beforeEach' >;
91- declare function createSetupTest(
92- vitest : VitestContext ,
93- playwright ? : PlaywrightContext
94- ): <Addons extends AddonMap >(
85+ declare function createSetupTest(vitest : VitestContext ): <Addons extends AddonMap >(
9586 addons : Addons ,
9687 options ? : SetupTestOptions <Addons >
9788) => {
@@ -103,13 +94,11 @@ export {
10394 AddonTestCase ,
10495 CreateProject ,
10596 Fixtures ,
106- PlaywrightContext ,
10797 PrepareServerOptions ,
10898 PrepareServerReturn ,
10999 ProjectVariant ,
110100 SetupTestOptions ,
111101 VitestContext ,
112- addPnpmBuildDependencies ,
113102 createProject ,
114103 createSetupTest ,
115104 prepareServer ,
You can’t perform that action at this time.
0 commit comments