vite-plus 0.1.17-alpha.2 → 0.1.17-alpha.4
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/bin/oxfmt +4 -0
- package/bin/oxlint +4 -0
- package/dist/{agent-DL4YUCxa.js → agent-BcSb6dt_.js} +2 -2
- package/dist/config/bin.js +1 -1
- package/dist/create/bin.js +2 -2
- package/dist/migration/bin.js +2 -2
- package/dist/staged/bin.js +4 -4
- package/dist/{workspace-B2SzjkP4.js → workspace-DEScrNRl.js} +1 -1
- package/package.json +12 -12
- package/skills/vite-plus/docs/guide/env.md +3 -0
package/bin/oxfmt
CHANGED
|
@@ -13,9 +13,13 @@ if (!process.argv.includes('--lsp')) {
|
|
|
13
13
|
import { createRequire } from 'node:module';
|
|
14
14
|
import { dirname, join } from 'node:path';
|
|
15
15
|
import { pathToFileURL } from 'node:url';
|
|
16
|
+
import pkg from '../package.json' with { type: 'json' };
|
|
16
17
|
|
|
17
18
|
const require = createRequire(import.meta.url);
|
|
18
19
|
const oxfmtMainPath = require.resolve('oxfmt');
|
|
19
20
|
const oxfmtBin = join(dirname(dirname(oxfmtMainPath)), 'bin', 'oxfmt');
|
|
20
21
|
|
|
22
|
+
// This allows oxfmt to load vite.config.ts
|
|
23
|
+
// For `vp check` and `vp fmt`, it is injected by `merge_resolved_envs_with_version()` in `cli.rs`
|
|
24
|
+
process.env.VP_VERSION = pkg.version;
|
|
21
25
|
await import(pathToFileURL(oxfmtBin).href);
|
package/bin/oxlint
CHANGED
|
@@ -13,9 +13,13 @@ if (!process.argv.includes('--lsp')) {
|
|
|
13
13
|
import { createRequire } from 'node:module';
|
|
14
14
|
import { dirname, join } from 'node:path';
|
|
15
15
|
import { pathToFileURL } from 'node:url';
|
|
16
|
+
import pkg from '../package.json' with { type: 'json' };
|
|
16
17
|
|
|
17
18
|
const require = createRequire(import.meta.url);
|
|
18
19
|
const oxlintMainPath = require.resolve('oxlint');
|
|
19
20
|
const oxlintBin = join(dirname(dirname(oxlintMainPath)), 'bin', 'oxlint');
|
|
20
21
|
|
|
22
|
+
// This allows oxlint to load vite.config.ts
|
|
23
|
+
// For `vp check` and `vp lint`, it is injected by `merge_resolved_envs_with_version()` in `cli.rs`
|
|
24
|
+
process.env.VP_VERSION = pkg.version;
|
|
21
25
|
await import(pathToFileURL(oxlintBin).href);
|
|
@@ -11,7 +11,7 @@ import fs from "node:fs";
|
|
|
11
11
|
import { styleText } from "node:util";
|
|
12
12
|
import process$1, { stdin, stdout } from "node:process";
|
|
13
13
|
import * as _ from "node:readline";
|
|
14
|
-
import
|
|
14
|
+
import P from "node:readline";
|
|
15
15
|
import { ReadStream } from "node:tty";
|
|
16
16
|
import fsPromises from "node:fs/promises";
|
|
17
17
|
//#region ../../node_modules/.pnpm/fast-string-truncated-width@1.2.1/node_modules/fast-string-truncated-width/dist/utils.js
|
|
@@ -551,7 +551,7 @@ let p = class {
|
|
|
551
551
|
this.state = "cancel", this.close();
|
|
552
552
|
}, { once: !0 });
|
|
553
553
|
}
|
|
554
|
-
this.rl =
|
|
554
|
+
this.rl = P.createInterface({
|
|
555
555
|
input: this.input,
|
|
556
556
|
tabSize: 2,
|
|
557
557
|
prompt: "",
|
package/dist/config/bin.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { r as log } from "../terminal-P9aw9Fib.js";
|
|
2
|
-
import { D as promptGitHooks, T as defaultInteractive, d as ensurePreCommitHook, f as hasStagedConfigInViteConfig, i as updateExistingAgentInstructions } from "../agent-
|
|
2
|
+
import { D as promptGitHooks, T as defaultInteractive, d as ensurePreCommitHook, f as hasStagedConfigInViteConfig, i as updateExistingAgentInstructions } from "../agent-BcSb6dt_.js";
|
|
3
3
|
import { t as lib_default } from "../lib-BamM40b7.js";
|
|
4
4
|
import { t as renderCliDoc } from "../help-BtkjXtRM.js";
|
|
5
5
|
import { join } from "node:path";
|
package/dist/create/bin.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { r as __toESM, t as __commonJSMin } from "../chunk-DsIazq42.js";
|
|
2
2
|
import { a as require_cross_spawn } from "../tsconfig-Do47YXpz.js";
|
|
3
3
|
import { a as success, i as muted, r as log, t as accent } from "../terminal-P9aw9Fib.js";
|
|
4
|
-
import { A as selectPackageManager, B as log$1, D as promptGitHooks, E as downloadPackageManager$1, F as PackageManager, G as text, K as require_picocolors, L as cancel, M as displayRelative, N as templatesDir, O as runViteFmt, P as DependencyType, R as confirm, T as defaultInteractive, U as select, V as multiselect, W as spinner, a as writeAgentInstructions, b as rewriteMonorepoProject, k as runViteInstall, n as detectExistingAgentTargetPaths, p as installGitHooks, q, r as selectAgentTargetPaths, x as rewriteStandaloneProject, y as rewriteMonorepo, z as intro } from "../agent-
|
|
4
|
+
import { A as selectPackageManager, B as log$1, D as promptGitHooks, E as downloadPackageManager$1, F as PackageManager, G as text, K as require_picocolors, L as cancel, M as displayRelative, N as templatesDir, O as runViteFmt, P as DependencyType, R as confirm, T as defaultInteractive, U as select, V as multiselect, W as spinner, a as writeAgentInstructions, b as rewriteMonorepoProject, k as runViteInstall, n as detectExistingAgentTargetPaths, p as installGitHooks, q, r as selectAgentTargetPaths, x as rewriteStandaloneProject, y as rewriteMonorepo, z as intro } from "../agent-BcSb6dt_.js";
|
|
5
5
|
import { t as lib_default } from "../lib-BamM40b7.js";
|
|
6
6
|
import { c as readJsonFile, o as editJsonFile, t as checkNpmPackageExists } from "../package-DhXOF9Xm.js";
|
|
7
|
-
import { a as detectExistingEditor, n as updatePackageJsonWithDeps, o as selectEditor, r as updateWorkspaceConfig, s as writeEditorConfigs, t as detectWorkspace$1 } from "../workspace-
|
|
7
|
+
import { a as detectExistingEditor, n as updatePackageJsonWithDeps, o as selectEditor, r as updateWorkspaceConfig, s as writeEditorConfigs, t as detectWorkspace$1 } from "../workspace-DEScrNRl.js";
|
|
8
8
|
import { t as renderCliDoc } from "../help-BtkjXtRM.js";
|
|
9
9
|
import path from "node:path";
|
|
10
10
|
import { runCommand, vitePlusHeader } from "../../binding/index.js";
|
package/dist/migration/bin.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { r as __toESM } from "../chunk-DsIazq42.js";
|
|
2
2
|
import { l as isForceOverrideMode } from "../main-GHdRghJ-.js";
|
|
3
3
|
import { i as muted, r as log, t as accent } from "../terminal-P9aw9Fib.js";
|
|
4
|
-
import { A as selectPackageManager, B as log$1, D as promptGitHooks, E as downloadPackageManager$1, F as PackageManager, H as outro, I as require_semver, M as displayRelative, R as confirm, T as defaultInteractive, U as select, W as spinner, _ as migratePrettierToOxfmt, a as writeAgentInstructions, c as detectEslintProject, g as migrateNodeVersionManagerFile, h as migrateEslintToOxlint, j as upgradeYarn, k as runViteInstall, l as detectNodeVersionManagerFile, m as mergeViteConfigFiles, n as detectExistingAgentTargetPaths, o as checkViteVersion, p as installGitHooks, q, r as selectAgentTargetPaths, s as checkVitestVersion, t as detectAgentConflicts, u as detectPrettierProject, v as preflightGitHooksSetup, w as cancelAndExit, x as rewriteStandaloneProject, y as rewriteMonorepo } from "../agent-
|
|
4
|
+
import { A as selectPackageManager, B as log$1, D as promptGitHooks, E as downloadPackageManager$1, F as PackageManager, H as outro, I as require_semver, M as displayRelative, R as confirm, T as defaultInteractive, U as select, W as spinner, _ as migratePrettierToOxfmt, a as writeAgentInstructions, c as detectEslintProject, g as migrateNodeVersionManagerFile, h as migrateEslintToOxlint, j as upgradeYarn, k as runViteInstall, l as detectNodeVersionManagerFile, m as mergeViteConfigFiles, n as detectExistingAgentTargetPaths, o as checkViteVersion, p as installGitHooks, q, r as selectAgentTargetPaths, s as checkVitestVersion, t as detectAgentConflicts, u as detectPrettierProject, v as preflightGitHooksSetup, w as cancelAndExit, x as rewriteStandaloneProject, y as rewriteMonorepo } from "../agent-BcSb6dt_.js";
|
|
5
5
|
import { t as lib_default } from "../lib-BamM40b7.js";
|
|
6
6
|
import { a as readNearestPackageJson, i as hasVitePlusDependency } from "../package-DhXOF9Xm.js";
|
|
7
7
|
import { r as createMigrationReport } from "../report-DHdnkZbA.js";
|
|
8
|
-
import { i as detectEditorConflicts, o as selectEditor, s as writeEditorConfigs, t as detectWorkspace$1 } from "../workspace-
|
|
8
|
+
import { i as detectEditorConflicts, o as selectEditor, s as writeEditorConfigs, t as detectWorkspace$1 } from "../workspace-DEScrNRl.js";
|
|
9
9
|
import { t as renderCliDoc } from "../help-BtkjXtRM.js";
|
|
10
10
|
import path from "node:path";
|
|
11
11
|
import { vitePlusHeader } from "../../binding/index.js";
|
package/dist/staged/bin.js
CHANGED
|
@@ -10,7 +10,7 @@ import { constants } from "node:fs";
|
|
|
10
10
|
import { formatWithOptions, inspect, promisify } from "node:util";
|
|
11
11
|
import { pathToFileURL } from "node:url";
|
|
12
12
|
import { cwd } from "node:process";
|
|
13
|
-
import
|
|
13
|
+
import P from "node:readline";
|
|
14
14
|
import nodeTty from "node:tty";
|
|
15
15
|
import fsPromises, { constants as constants$1 } from "node:fs/promises";
|
|
16
16
|
import { PassThrough, Writable } from "node:stream";
|
|
@@ -563,7 +563,7 @@ const M = {
|
|
|
563
563
|
persist: false
|
|
564
564
|
};
|
|
565
565
|
const N = { windowsHide: true };
|
|
566
|
-
function P(e, t) {
|
|
566
|
+
function P$1(e, t) {
|
|
567
567
|
return {
|
|
568
568
|
command: normalize(e),
|
|
569
569
|
args: t ?? []
|
|
@@ -639,7 +639,7 @@ var L = class {
|
|
|
639
639
|
if (this._streamErr) t.push(this._streamErr);
|
|
640
640
|
if (this._streamOut) t.push(this._streamOut);
|
|
641
641
|
const n = g(t);
|
|
642
|
-
const r =
|
|
642
|
+
const r = P.createInterface({ input: n });
|
|
643
643
|
for await (const e of r) yield e.toString();
|
|
644
644
|
await this._processClosed;
|
|
645
645
|
e.removeAllListeners();
|
|
@@ -681,7 +681,7 @@ var L = class {
|
|
|
681
681
|
if (n.persist === true) r.detached = true;
|
|
682
682
|
if (i.length > 0) r.signal = F(i);
|
|
683
683
|
r.env = h(e, r.env);
|
|
684
|
-
const { command: a, args: s } = P(this._command, this._args);
|
|
684
|
+
const { command: a, args: s } = P$1(this._command, this._args);
|
|
685
685
|
const c = (0, A._parse)(a, s, r);
|
|
686
686
|
const l = spawn(c.command, c.args, c.options);
|
|
687
687
|
if (l.stderr) this._streamErr = l.stderr;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { B as log, C as readYamlFile, F as PackageManager, S as editYamlFile, U as select, q } from "./agent-
|
|
1
|
+
import { B as log, C as readYamlFile, F as PackageManager, S as editYamlFile, U as select, q } from "./agent-BcSb6dt_.js";
|
|
2
2
|
import { t as require_dist } from "./dist-DPsDLqya.js";
|
|
3
3
|
import { c as readJsonFile, l as writeJsonFile, o as editJsonFile, r as getScopeFromPackageName } from "./package-DhXOF9Xm.js";
|
|
4
4
|
import path, { posix, win32 } from "node:path";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vite-plus",
|
|
3
|
-
"version": "0.1.17-alpha.
|
|
3
|
+
"version": "0.1.17-alpha.4",
|
|
4
4
|
"description": "The Unified Toolchain for the Web",
|
|
5
5
|
"homepage": "https://viteplus.dev/guide",
|
|
6
6
|
"bugs": {
|
|
@@ -322,8 +322,8 @@
|
|
|
322
322
|
"oxfmt": "=0.44.0",
|
|
323
323
|
"oxlint": "=1.59.0",
|
|
324
324
|
"oxlint-tsgolint": "=0.20.0",
|
|
325
|
-
"@voidzero-dev/vite-plus-
|
|
326
|
-
"@voidzero-dev/vite-plus-
|
|
325
|
+
"@voidzero-dev/vite-plus-test": "0.1.17-alpha.4",
|
|
326
|
+
"@voidzero-dev/vite-plus-core": "0.1.17-alpha.4"
|
|
327
327
|
},
|
|
328
328
|
"devDependencies": {
|
|
329
329
|
"@napi-rs/cli": "^3.6.1",
|
|
@@ -349,7 +349,7 @@
|
|
|
349
349
|
"validate-npm-package-name": "^7.0.2",
|
|
350
350
|
"yaml": "^2.8.1",
|
|
351
351
|
"@voidzero-dev/vite-plus-prompts": "0.0.0",
|
|
352
|
-
"vite": "npm:@voidzero-dev/vite-plus-core@0.1.17-alpha.
|
|
352
|
+
"vite": "npm:@voidzero-dev/vite-plus-core@0.1.17-alpha.4"
|
|
353
353
|
},
|
|
354
354
|
"napi": {
|
|
355
355
|
"binaryName": "vite-plus",
|
|
@@ -369,14 +369,14 @@
|
|
|
369
369
|
"node": "^20.19.0 || >=22.12.0"
|
|
370
370
|
},
|
|
371
371
|
"optionalDependencies": {
|
|
372
|
-
"@voidzero-dev/vite-plus-darwin-arm64": "0.1.17-alpha.
|
|
373
|
-
"@voidzero-dev/vite-plus-darwin-x64": "0.1.17-alpha.
|
|
374
|
-
"@voidzero-dev/vite-plus-linux-arm64-gnu": "0.1.17-alpha.
|
|
375
|
-
"@voidzero-dev/vite-plus-linux-arm64-musl": "0.1.17-alpha.
|
|
376
|
-
"@voidzero-dev/vite-plus-linux-x64-gnu": "0.1.17-alpha.
|
|
377
|
-
"@voidzero-dev/vite-plus-linux-x64-musl": "0.1.17-alpha.
|
|
378
|
-
"@voidzero-dev/vite-plus-win32-x64-msvc": "0.1.17-alpha.
|
|
379
|
-
"@voidzero-dev/vite-plus-win32-arm64-msvc": "0.1.17-alpha.
|
|
372
|
+
"@voidzero-dev/vite-plus-darwin-arm64": "0.1.17-alpha.4",
|
|
373
|
+
"@voidzero-dev/vite-plus-darwin-x64": "0.1.17-alpha.4",
|
|
374
|
+
"@voidzero-dev/vite-plus-linux-arm64-gnu": "0.1.17-alpha.4",
|
|
375
|
+
"@voidzero-dev/vite-plus-linux-arm64-musl": "0.1.17-alpha.4",
|
|
376
|
+
"@voidzero-dev/vite-plus-linux-x64-gnu": "0.1.17-alpha.4",
|
|
377
|
+
"@voidzero-dev/vite-plus-linux-x64-musl": "0.1.17-alpha.4",
|
|
378
|
+
"@voidzero-dev/vite-plus-win32-x64-msvc": "0.1.17-alpha.4",
|
|
379
|
+
"@voidzero-dev/vite-plus-win32-arm64-msvc": "0.1.17-alpha.4"
|
|
380
380
|
},
|
|
381
381
|
"scripts": {
|
|
382
382
|
"build": "oxnode -C dev ./build.ts",
|
|
@@ -42,6 +42,7 @@ This switches to system-first mode, where the shims prefer your system Node.js a
|
|
|
42
42
|
- `vp env install` installs a Node.js version
|
|
43
43
|
- `vp env uninstall` removes an installed Node.js version
|
|
44
44
|
- `vp env exec` runs a command with a specific Node.js version
|
|
45
|
+
- `vp node` runs a Node.js script — shorthand for `vp env exec node`
|
|
45
46
|
|
|
46
47
|
### Inspect
|
|
47
48
|
|
|
@@ -81,6 +82,8 @@ vp env list-remote --lts # List only LTS versions
|
|
|
81
82
|
# Execute
|
|
82
83
|
vp env exec --node lts npm i # Execute npm with latest LTS
|
|
83
84
|
vp env exec node -v # Use shim mode with automatic version resolution
|
|
85
|
+
vp node script.js # Shorthand: run a Node.js script with the resolved version
|
|
86
|
+
vp node -e "console.log(1+1)" # Shorthand: forward any node flag or argument
|
|
84
87
|
```
|
|
85
88
|
|
|
86
89
|
## Custom Node.js Mirror
|