@codepress/codepress-engine 0.9.2-dev.piccoloman-stricter-types.20260220182049 → 0.9.2-dev.piccoloman-rust-dead-code-fix.20260220190424
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,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@codepress/codepress-engine",
|
|
3
|
-
"version": "0.9.2-dev.piccoloman-
|
|
3
|
+
"version": "0.9.2-dev.piccoloman-rust-dead-code-fix.20260220190424",
|
|
4
4
|
"description": "CodePress engine - Babel and SWC plug-ins",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -68,11 +68,11 @@
|
|
|
68
68
|
"test:parity": "npm run build && jest test/plugin-parity.test.js test/fixtures.test.js",
|
|
69
69
|
"test:babel": "npm run build && jest test/plugin-parity.test.js",
|
|
70
70
|
"test:fixtures": "npm run build && jest test/fixtures.test.js",
|
|
71
|
-
"lint": "oxlint . &&
|
|
72
|
-
"format": "prettier --write . &&
|
|
73
|
-
"format:check": "prettier --check . &&
|
|
74
|
-
"typecheck": "tsc --noEmit &&
|
|
75
|
-
"lint:fix": "oxlint . --fix &&
|
|
71
|
+
"lint": "oxlint . && cargo clippy --manifest-path codepress-swc-plugin/Cargo.toml --target wasm32-wasip1 -- -D warnings",
|
|
72
|
+
"format": "prettier --write . && cargo fmt --manifest-path codepress-swc-plugin/Cargo.toml",
|
|
73
|
+
"format:check": "prettier --check . && cargo fmt --manifest-path codepress-swc-plugin/Cargo.toml --check",
|
|
74
|
+
"typecheck": "tsc --noEmit && cargo check --manifest-path codepress-swc-plugin/Cargo.toml --target wasm32-wasip1",
|
|
75
|
+
"lint:fix": "oxlint . --fix && cargo clippy --manifest-path codepress-swc-plugin/Cargo.toml --target wasm32-wasip1 --fix --allow-dirty -- -D warnings",
|
|
76
76
|
"dev:link": "npm run build && npm run build:rust && npm link",
|
|
77
77
|
"prepublishOnly": "npm run build && npm run build:rust",
|
|
78
78
|
"version:patch": "npm version patch",
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|