@powerlines/plugin-oxc-transform 0.5.169 → 0.5.171

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.
@@ -297,14 +297,14 @@ interface CommonUserConfig extends BaseConfig {
297
297
  */
298
298
  configFile?: string;
299
299
  /**
300
- * Should the Powerlines CLI processes skip installing missing packages?
300
+ * Should the Powerlines processes automatically install missing package dependencies?
301
301
  *
302
302
  * @remarks
303
- * This option is useful for CI/CD environments where the installation of packages is handled by a different process.
303
+ * When set to `true`, Powerlines will attempt to install any missing dependencies using the package manager detected in the project (e.g., npm, yarn, pnpm). This can be useful for ensuring that all required packages are available during the build and preparation phases.
304
304
  *
305
305
  * @defaultValue false
306
306
  */
307
- skipInstalls?: boolean;
307
+ autoInstall?: boolean;
308
308
  /**
309
309
  * Should the compiler processes skip any improvements that make use of cache?
310
310
  *
@@ -297,14 +297,14 @@ interface CommonUserConfig extends BaseConfig {
297
297
  */
298
298
  configFile?: string;
299
299
  /**
300
- * Should the Powerlines CLI processes skip installing missing packages?
300
+ * Should the Powerlines processes automatically install missing package dependencies?
301
301
  *
302
302
  * @remarks
303
- * This option is useful for CI/CD environments where the installation of packages is handled by a different process.
303
+ * When set to `true`, Powerlines will attempt to install any missing dependencies using the package manager detected in the project (e.g., npm, yarn, pnpm). This can be useful for ensuring that all required packages are available during the build and preparation phases.
304
304
  *
305
305
  * @defaultValue false
306
306
  */
307
- skipInstalls?: boolean;
307
+ autoInstall?: boolean;
308
308
  /**
309
309
  * Should the compiler processes skip any improvements that make use of cache?
310
310
  *
@@ -1,2 +1 @@
1
- import { OxcTransformPluginContext, OxcTransformPluginOptions, OxcTransformPluginResolvedConfig, OxcTransformPluginUserConfig, __ΩOxcTransformPluginContext, __ΩOxcTransformPluginOptions, __ΩOxcTransformPluginResolvedConfig, __ΩOxcTransformPluginUserConfig } from "./plugin.mjs";
2
- export { OxcTransformPluginContext, OxcTransformPluginOptions, OxcTransformPluginResolvedConfig, OxcTransformPluginUserConfig, __ΩOxcTransformPluginContext, __ΩOxcTransformPluginOptions, __ΩOxcTransformPluginResolvedConfig, __ΩOxcTransformPluginUserConfig };
1
+ import { OxcTransformPluginContext, OxcTransformPluginOptions, OxcTransformPluginResolvedConfig, OxcTransformPluginUserConfig, __ΩOxcTransformPluginContext, __ΩOxcTransformPluginOptions, __ΩOxcTransformPluginResolvedConfig, __ΩOxcTransformPluginUserConfig } from "./plugin.mjs";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/plugin-oxc-transform",
3
- "version": "0.5.169",
3
+ "version": "0.5.171",
4
4
  "type": "module",
5
5
  "description": "A Powerlines plugin to transform project code with Oxc Transformer.",
6
6
  "repository": {
@@ -125,12 +125,12 @@
125
125
  "@stryke/path": "^0.24.3",
126
126
  "defu": "^6.1.4",
127
127
  "oxc-transform": "^0.99.0",
128
- "powerlines": "^0.37.34"
128
+ "powerlines": "^0.37.36"
129
129
  },
130
130
  "devDependencies": {
131
- "@powerlines/plugin-plugin": "^0.12.112",
131
+ "@powerlines/plugin-plugin": "^0.12.114",
132
132
  "@types/node": "^24.10.8"
133
133
  },
134
134
  "publishConfig": { "access": "public" },
135
- "gitHead": "2b048de9f7fe2c6d953dd8452da1503422358581"
135
+ "gitHead": "4fb917f0b80e237b9175bb0783f3e06d2c1ea30f"
136
136
  }
File without changes
@@ -1,2 +0,0 @@
1
- import { OxcTransformPluginContext, OxcTransformPluginOptions, OxcTransformPluginResolvedConfig, OxcTransformPluginUserConfig, __ΩOxcTransformPluginContext, __ΩOxcTransformPluginOptions, __ΩOxcTransformPluginResolvedConfig, __ΩOxcTransformPluginUserConfig } from "./plugin.cjs";
2
- export { OxcTransformPluginContext, OxcTransformPluginOptions, OxcTransformPluginResolvedConfig, OxcTransformPluginUserConfig, __ΩOxcTransformPluginContext, __ΩOxcTransformPluginOptions, __ΩOxcTransformPluginResolvedConfig, __ΩOxcTransformPluginUserConfig };
@@ -1 +0,0 @@
1
- export { };
File without changes
@@ -1 +0,0 @@
1
- export { };