unplugin-oxc 0.3.4 → 0.3.5

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/dist/esbuild.d.ts CHANGED
@@ -12,17 +12,6 @@ import { Oxc$1 as Oxc } from "./index.d-CoyCeNoL.js";
12
12
  * build({ plugins: [Oxc()] })
13
13
  ```
14
14
  */
15
- /**
16
- * Esbuild plugin
17
- *
18
- * @example
19
- * ```ts
20
- * import { build } from 'esbuild'
21
- * import Oxc from 'unplugin-oxc/esbuild'
22
- *
23
- * build({ plugins: [Oxc()] })
24
- ```
25
- */
26
15
  declare const esbuild: typeof Oxc.esbuild;
27
16
 
28
17
  //#endregion
package/dist/farm.d.ts CHANGED
@@ -14,19 +14,6 @@ import { Oxc$1 as Oxc } from "./index.d-CoyCeNoL.js";
14
14
  * }
15
15
  * ```
16
16
  */
17
- /**
18
- * Farm plugin
19
- *
20
- * @example
21
- * ```ts
22
- * // farm.config.js
23
- * import Oxc from 'unplugin-oxc/farm'
24
- *
25
- * export default {
26
- * plugins: [Oxc()],
27
- * }
28
- * ```
29
- */
30
17
  declare const farm: typeof Oxc.farm;
31
18
 
32
19
  //#endregion
@@ -14,19 +14,6 @@ import { Oxc$1 as Oxc } from "./index.d-CoyCeNoL.js";
14
14
  * }
15
15
  * ```
16
16
  */
17
- /**
18
- * Rolldown plugin
19
- *
20
- * @example
21
- * ```ts
22
- * // rolldown.config.js
23
- * import Oxc from 'unplugin-oxc/rolldown'
24
- *
25
- * export default {
26
- * plugins: [Oxc()],
27
- * }
28
- * ```
29
- */
30
17
  declare const rolldown: typeof Oxc.rolldown;
31
18
 
32
19
  //#endregion
package/dist/rollup.d.ts CHANGED
@@ -14,19 +14,6 @@ import { Oxc$1 as Oxc } from "./index.d-CoyCeNoL.js";
14
14
  * }
15
15
  * ```
16
16
  */
17
- /**
18
- * Rollup plugin
19
- *
20
- * @example
21
- * ```ts
22
- * // rollup.config.js
23
- * import Oxc from 'unplugin-oxc/rollup'
24
- *
25
- * export default {
26
- * plugins: [Oxc()],
27
- * }
28
- * ```
29
- */
30
17
  declare const rollup: typeof Oxc.rollup;
31
18
 
32
19
  //#endregion
package/dist/rspack.d.ts CHANGED
@@ -14,19 +14,6 @@ import { Oxc$1 as Oxc } from "./index.d-CoyCeNoL.js";
14
14
  * }
15
15
  * ```
16
16
  */
17
- /**
18
- * Rspack plugin
19
- *
20
- * @example
21
- * ```js
22
- * // rspack.config.js
23
- * import Oxc from 'unplugin-oxc/rspack'
24
- *
25
- * default export {
26
- * plugins: [Oxc()],
27
- * }
28
- * ```
29
- */
30
17
  declare const rspack: typeof Oxc.rspack;
31
18
 
32
19
  //#endregion
@@ -14,19 +14,6 @@ import { Oxc$1 as Oxc } from "./index.d-CoyCeNoL.js";
14
14
  * }
15
15
  * ```
16
16
  */
17
- /**
18
- * Unloader plugin
19
- *
20
- * @example
21
- * ```ts
22
- * // unloader.config.js
23
- * import Oxc from 'unplugin-oxc/unloader'
24
- *
25
- * export default {
26
- * plugins: [Oxc()],
27
- * }
28
- * ```
29
- */
30
17
  declare const unloader: typeof Oxc.unloader;
31
18
 
32
19
  //#endregion
package/dist/vite.d.ts CHANGED
@@ -14,19 +14,6 @@ import { Oxc$1 as Oxc } from "./index.d-CoyCeNoL.js";
14
14
  * })
15
15
  * ```
16
16
  */
17
- /**
18
- * Vite plugin
19
- *
20
- * @example
21
- * ```ts
22
- * // vite.config.ts
23
- * import Oxc from 'unplugin-oxc/vite'
24
- *
25
- * export default defineConfig({
26
- * plugins: [Oxc()],
27
- * })
28
- * ```
29
- */
30
17
  declare const vite: typeof Oxc.vite;
31
18
 
32
19
  //#endregion
package/dist/webpack.d.ts CHANGED
@@ -14,19 +14,6 @@ import { Oxc$1 as Oxc } from "./index.d-CoyCeNoL.js";
14
14
  * }
15
15
  * ```
16
16
  */
17
- /**
18
- * Webpack plugin
19
- *
20
- * @example
21
- * ```js
22
- * // webpack.config.js
23
- * import Oxc from 'unplugin-oxc/webpack'
24
- *
25
- * default export {
26
- * plugins: [Oxc()],
27
- * }
28
- * ```
29
- */
30
17
  declare const webpack: typeof Oxc.webpack;
31
18
 
32
19
  //#endregion
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "unplugin-oxc",
3
- "version": "0.3.4",
3
+ "version": "0.3.5",
4
4
  "description": "Oxc integration for unplugin.",
5
5
  "type": "module",
6
6
  "keywords": [
@@ -63,28 +63,28 @@
63
63
  }
64
64
  },
65
65
  "dependencies": {
66
- "oxc-minify": "^0.64.0",
67
- "oxc-resolver": "^5.3.0",
68
- "oxc-transform": "^0.64.0",
66
+ "oxc-minify": "^0.65.0",
67
+ "oxc-resolver": "^6.0.0",
68
+ "oxc-transform": "^0.65.0",
69
69
  "unplugin": "^2.3.2",
70
70
  "unplugin-utils": "^0.2.4"
71
71
  },
72
72
  "devDependencies": {
73
- "@sxzz/eslint-config": "^6.1.1",
73
+ "@sxzz/eslint-config": "^6.1.2",
74
74
  "@sxzz/prettier-config": "^2.2.1",
75
75
  "@sxzz/test-utils": "^0.5.5",
76
76
  "@types/node": "^22.14.1",
77
77
  "bumpp": "^10.1.0",
78
- "eslint": "^9.25.0",
78
+ "eslint": "^9.25.1",
79
79
  "prettier": "^3.5.3",
80
80
  "rollup": "^4.40.0",
81
81
  "tinyexec": "^1.0.1",
82
- "tsdown": "^0.9.0",
82
+ "tsdown": "^0.9.3",
83
83
  "tsx": "^4.19.3",
84
84
  "typescript": "^5.8.3",
85
85
  "unloader": "^0.4.3",
86
86
  "vite": "^6.3.2",
87
- "vitest": "^3.1.1"
87
+ "vitest": "^3.1.2"
88
88
  },
89
89
  "engines": {
90
90
  "node": ">=18.12.0"