mirror of
https://github.com/vitejs/vite.git
synced 2024-11-21 22:59:10 +00:00
chore: update snap
This commit is contained in:
parent
70159612bb
commit
4d2c850818
@ -51,7 +51,10 @@ export const cleverCwd2 = /* #__PURE__ */ Object.assign({\\"./modules/a.ts\\": (
|
||||
|
||||
|
||||
});
|
||||
export const importAsPathEager = /* #__PURE__ */ Object.assign({\\"./modules/a.ts\\": \\"./modules/a.ts\\",\\"./modules/b.ts\\": \\"./modules/b.ts\\",\\"./modules/index.ts\\": \\"./modules/index.ts\\"});
|
||||
export const importAsPathEager = /* #__PURE__ */ Object.assign({\\"./modules/a.ts\\": \\"./modules/a.ts\\",\\"./modules/b.ts\\": \\"./modules/b.ts\\",\\"./modules/index.ts\\": \\"./modules/index.ts\\"
|
||||
|
||||
|
||||
});
|
||||
export const importAsPath = /* #__PURE__ */ Object.assign({\\"./modules/a.ts\\": async () => \\"./modules/a.ts\\",\\"./modules/b.ts\\": async () => \\"./modules/b.ts\\",\\"./modules/index.ts\\": async () => \\"./modules/index.ts\\"});
|
||||
"
|
||||
`;
|
||||
@ -107,7 +110,10 @@ export const cleverCwd2 = /* #__PURE__ */ Object.assign({\\"./modules/a.ts\\": (
|
||||
|
||||
|
||||
});
|
||||
export const importAsPathEager = /* #__PURE__ */ Object.assign({\\"./modules/a.ts\\": \\"./modules/a.ts\\",\\"./modules/b.ts\\": \\"./modules/b.ts\\",\\"./modules/index.ts\\": \\"./modules/index.ts\\"});
|
||||
export const importAsPathEager = /* #__PURE__ */ Object.assign({\\"./modules/a.ts\\": \\"./modules/a.ts\\",\\"./modules/b.ts\\": \\"./modules/b.ts\\",\\"./modules/index.ts\\": \\"./modules/index.ts\\"
|
||||
|
||||
|
||||
});
|
||||
export const importAsPath = /* #__PURE__ */ Object.assign({\\"./modules/a.ts\\": async () => \\"./modules/a.ts\\",\\"./modules/b.ts\\": async () => \\"./modules/b.ts\\",\\"./modules/index.ts\\": async () => \\"./modules/index.ts\\"});
|
||||
"
|
||||
`;
|
||||
|
Loading…
Reference in New Issue
Block a user