Skip to content

Commit 7d04a07

Browse files
committed
fix(cli): remove oxlint and oxfmt bin wrappers
1 parent e3bd9db commit 7d04a07

12 files changed

Lines changed: 3 additions & 359 deletions

File tree

crates/vp_cli_snapshots/tests/cli_snapshots/fixtures/bin_oxfmt_wrapper/package.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

crates/vp_cli_snapshots/tests/cli_snapshots/fixtures/bin_oxfmt_wrapper/snapshots.toml

Lines changed: 0 additions & 12 deletions
This file was deleted.

crates/vp_cli_snapshots/tests/cli_snapshots/fixtures/bin_oxfmt_wrapper/snapshots/bin_oxfmt_wrapper.md

Lines changed: 0 additions & 113 deletions
This file was deleted.

crates/vp_cli_snapshots/tests/cli_snapshots/fixtures/bin_oxlint_wrapper/package.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

crates/vp_cli_snapshots/tests/cli_snapshots/fixtures/bin_oxlint_wrapper/snapshots.toml

Lines changed: 0 additions & 11 deletions
This file was deleted.

crates/vp_cli_snapshots/tests/cli_snapshots/fixtures/bin_oxlint_wrapper/snapshots/bin_oxlint_wrapper.md

Lines changed: 0 additions & 136 deletions
This file was deleted.

crates/vp_cli_snapshots/tests/cli_snapshots/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ struct Case {
387387
seed_runtime: bool,
388388
/// Expose the run-root node_modules as the workspace's parent-dir
389389
/// node_modules for fixtures that address the linked checkout packages by path (`node
390-
/// ../node_modules/vite-plus/bin/oxlint`) rather than by specifier
390+
/// ../node_modules/vite-plus/bin/vp`) rather than by specifier
391391
/// through Node's upward walk.
392392
#[serde(default, rename = "link-node-modules")]
393393
link_node_modules: bool,

packages/cli/bin/oxfmt

Lines changed: 0 additions & 33 deletions
This file was deleted.

packages/cli/bin/oxlint

Lines changed: 0 additions & 38 deletions
This file was deleted.

packages/cli/package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@
1414
"directory": "packages/cli"
1515
},
1616
"bin": {
17-
"oxfmt": "./bin/oxfmt",
18-
"oxlint": "./bin/oxlint",
1917
"vp": "./bin/vp",
2018
"vpr": "./bin/vpr"
2119
},

0 commit comments

Comments
 (0)