@quiteer/vite 0.0.7 → 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@quiteer/vite",
3
3
  "type": "module",
4
- "version": "0.0.7",
4
+ "version": "0.1.0",
5
5
  "description": "在 vite 的基础上增强的前端架构 cli",
6
6
  "author": "quiteer",
7
7
  "license": "MIT",
@@ -54,13 +54,13 @@
54
54
  "kolorist": "1.8.0",
55
55
  "portfinder": "^1.0.38",
56
56
  "semver": "^7.6.3",
57
+ "tsdown": "^0.16.1",
57
58
  "vite": "npm:rolldown-vite@7.2.2",
58
59
  "zx": "^8.8.5",
59
- "@quiteer/utils": "0.0.2",
60
60
  "@quiteer/is": "0.0.2",
61
- "@quiteer/vite-plugins": "^0.0.11"
61
+ "@quiteer/utils": "0.0.2",
62
+ "@quiteer/vite-plugins": "^0.0.16"
62
63
  },
63
- "devDependencies": {},
64
64
  "scripts": {
65
65
  "dev": "tsdown -w",
66
66
  "build": "tsdown",
@@ -1,24 +0,0 @@
1
- //#region ../../node_modules/.pnpm/rolldown-plugin-dts@0.17.4_rolldown@1.0.0-beta.47_typescript@5.9.3_vue-tsc@3.1.3_typescript@5.9.3_/node_modules/rolldown-plugin-dts/dist/context-Db5EuGKU.mjs
2
- const Debug = globalThis.process.getBuiltinModule("module").createRequire(import.meta.url)("debug");
3
- const path = globalThis.process.getBuiltinModule("node:path");
4
- const debug = Debug("rolldown-plugin-dts:tsc-context");
5
- function createContext() {
6
- return {
7
- programs: [],
8
- files: /* @__PURE__ */ new Map(),
9
- projects: /* @__PURE__ */ new Map()
10
- };
11
- }
12
- function invalidateContextFile(context, file) {
13
- file = path.resolve(file).replaceAll("\\", "/");
14
- debug(`invalidating context file: ${file}`);
15
- context.files.delete(file);
16
- context.programs = context.programs.filter((program) => {
17
- return !program.getSourceFiles().some((sourceFile) => sourceFile.fileName === file);
18
- });
19
- context.projects.clear();
20
- }
21
- const globalContext = createContext();
22
-
23
- //#endregion
24
- export { globalContext as n, invalidateContextFile as r, createContext as t };
@@ -1,7 +0,0 @@
1
- import { i as import_binding } from "./src-BwxUhqZU-Dr1MNcyS.mjs";
2
-
3
- //#region ../../node_modules/.pnpm/rolldown@1.0.0-beta.47/node_modules/rolldown/dist/index.mjs
4
- var BindingMagicString = import_binding.BindingMagicString;
5
-
6
- //#endregion
7
- export { };