@powerlines/plugin-oxc-transform 0.5.64 → 0.5.66
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/index.d.cts +1 -1
- package/dist/index.d.mts +1 -1
- package/dist/{plugin-6nsC0Mx4.d.mts → plugin-B35rxU7P.d.mts} +1 -1
- package/dist/{plugin-BJ7HouUU.d.cts → plugin-OhO2G9mw.d.cts} +1 -1
- package/dist/types/index.d.cts +1 -1
- package/dist/types/index.d.mts +1 -1
- package/dist/types/plugin.d.cts +1 -1
- package/dist/types/plugin.d.mts +1 -1
- package/package.json +5 -5
package/dist/index.d.cts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { a as __ΩOxcTransformPluginContext, c as __ΩOxcTransformPluginUserConfig, i as OxcTransformPluginUserConfig, l as Plugin, n as OxcTransformPluginOptions, o as __ΩOxcTransformPluginOptions, r as OxcTransformPluginResolvedConfig, s as __ΩOxcTransformPluginResolvedConfig, t as OxcTransformPluginContext } from "./plugin-
|
|
1
|
+
import { a as __ΩOxcTransformPluginContext, c as __ΩOxcTransformPluginUserConfig, i as OxcTransformPluginUserConfig, l as Plugin, n as OxcTransformPluginOptions, o as __ΩOxcTransformPluginOptions, r as OxcTransformPluginResolvedConfig, s as __ΩOxcTransformPluginResolvedConfig, t as OxcTransformPluginContext } from "./plugin-OhO2G9mw.cjs";
|
|
2
2
|
import "./index-CEgs-Dz2.cjs";
|
|
3
3
|
|
|
4
4
|
//#region src/index.d.ts
|
package/dist/index.d.mts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { a as __ΩOxcTransformPluginContext, c as __ΩOxcTransformPluginUserConfig, i as OxcTransformPluginUserConfig, l as Plugin, n as OxcTransformPluginOptions, o as __ΩOxcTransformPluginOptions, r as OxcTransformPluginResolvedConfig, s as __ΩOxcTransformPluginResolvedConfig, t as OxcTransformPluginContext } from "./plugin-
|
|
1
|
+
import { a as __ΩOxcTransformPluginContext, c as __ΩOxcTransformPluginUserConfig, i as OxcTransformPluginUserConfig, l as Plugin, n as OxcTransformPluginOptions, o as __ΩOxcTransformPluginOptions, r as OxcTransformPluginResolvedConfig, s as __ΩOxcTransformPluginResolvedConfig, t as OxcTransformPluginContext } from "./plugin-B35rxU7P.mjs";
|
|
2
2
|
import "./index-BgAdqTbb.mjs";
|
|
3
3
|
|
|
4
4
|
//#region src/index.d.ts
|
|
@@ -1634,7 +1634,7 @@ interface Plugin<in out TContext extends PluginContext<ResolvedConfig> = PluginC
|
|
|
1634
1634
|
* @param environment - The environment to check.
|
|
1635
1635
|
* @returns `true` if the plugin should be active in the specified environment, `false` otherwise.
|
|
1636
1636
|
*/
|
|
1637
|
-
applyToEnvironment?: (environment: EnvironmentResolvedConfig) =>
|
|
1637
|
+
applyToEnvironment?: (environment: EnvironmentResolvedConfig) => boolean | PluginConfig<any>;
|
|
1638
1638
|
}
|
|
1639
1639
|
//#endregion
|
|
1640
1640
|
//#region src/types/plugin.d.ts
|
|
@@ -1634,7 +1634,7 @@ interface Plugin<in out TContext extends PluginContext<ResolvedConfig> = PluginC
|
|
|
1634
1634
|
* @param environment - The environment to check.
|
|
1635
1635
|
* @returns `true` if the plugin should be active in the specified environment, `false` otherwise.
|
|
1636
1636
|
*/
|
|
1637
|
-
applyToEnvironment?: (environment: EnvironmentResolvedConfig) =>
|
|
1637
|
+
applyToEnvironment?: (environment: EnvironmentResolvedConfig) => boolean | PluginConfig<any>;
|
|
1638
1638
|
}
|
|
1639
1639
|
//#endregion
|
|
1640
1640
|
//#region src/types/plugin.d.ts
|
package/dist/types/index.d.cts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { a as __ΩOxcTransformPluginContext, c as __ΩOxcTransformPluginUserConfig, i as OxcTransformPluginUserConfig, n as OxcTransformPluginOptions, o as __ΩOxcTransformPluginOptions, r as OxcTransformPluginResolvedConfig, s as __ΩOxcTransformPluginResolvedConfig, t as OxcTransformPluginContext } from "../plugin-
|
|
1
|
+
import { a as __ΩOxcTransformPluginContext, c as __ΩOxcTransformPluginUserConfig, i as OxcTransformPluginUserConfig, n as OxcTransformPluginOptions, o as __ΩOxcTransformPluginOptions, r as OxcTransformPluginResolvedConfig, s as __ΩOxcTransformPluginResolvedConfig, t as OxcTransformPluginContext } from "../plugin-OhO2G9mw.cjs";
|
|
2
2
|
import "../index-CEgs-Dz2.cjs";
|
|
3
3
|
export { OxcTransformPluginContext, OxcTransformPluginOptions, OxcTransformPluginResolvedConfig, OxcTransformPluginUserConfig, __ΩOxcTransformPluginContext, __ΩOxcTransformPluginOptions, __ΩOxcTransformPluginResolvedConfig, __ΩOxcTransformPluginUserConfig };
|
package/dist/types/index.d.mts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { a as __ΩOxcTransformPluginContext, c as __ΩOxcTransformPluginUserConfig, i as OxcTransformPluginUserConfig, n as OxcTransformPluginOptions, o as __ΩOxcTransformPluginOptions, r as OxcTransformPluginResolvedConfig, s as __ΩOxcTransformPluginResolvedConfig, t as OxcTransformPluginContext } from "../plugin-
|
|
1
|
+
import { a as __ΩOxcTransformPluginContext, c as __ΩOxcTransformPluginUserConfig, i as OxcTransformPluginUserConfig, n as OxcTransformPluginOptions, o as __ΩOxcTransformPluginOptions, r as OxcTransformPluginResolvedConfig, s as __ΩOxcTransformPluginResolvedConfig, t as OxcTransformPluginContext } from "../plugin-B35rxU7P.mjs";
|
|
2
2
|
import "../index-BgAdqTbb.mjs";
|
|
3
3
|
export { OxcTransformPluginContext, OxcTransformPluginOptions, OxcTransformPluginResolvedConfig, OxcTransformPluginUserConfig, __ΩOxcTransformPluginContext, __ΩOxcTransformPluginOptions, __ΩOxcTransformPluginResolvedConfig, __ΩOxcTransformPluginUserConfig };
|
package/dist/types/plugin.d.cts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { a as __ΩOxcTransformPluginContext, c as __ΩOxcTransformPluginUserConfig, i as OxcTransformPluginUserConfig, n as OxcTransformPluginOptions, o as __ΩOxcTransformPluginOptions, r as OxcTransformPluginResolvedConfig, s as __ΩOxcTransformPluginResolvedConfig, t as OxcTransformPluginContext } from "../plugin-
|
|
1
|
+
import { a as __ΩOxcTransformPluginContext, c as __ΩOxcTransformPluginUserConfig, i as OxcTransformPluginUserConfig, n as OxcTransformPluginOptions, o as __ΩOxcTransformPluginOptions, r as OxcTransformPluginResolvedConfig, s as __ΩOxcTransformPluginResolvedConfig, t as OxcTransformPluginContext } from "../plugin-OhO2G9mw.cjs";
|
|
2
2
|
export { OxcTransformPluginContext, OxcTransformPluginOptions, OxcTransformPluginResolvedConfig, OxcTransformPluginUserConfig, __ΩOxcTransformPluginContext, __ΩOxcTransformPluginOptions, __ΩOxcTransformPluginResolvedConfig, __ΩOxcTransformPluginUserConfig };
|
package/dist/types/plugin.d.mts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { a as __ΩOxcTransformPluginContext, c as __ΩOxcTransformPluginUserConfig, i as OxcTransformPluginUserConfig, n as OxcTransformPluginOptions, o as __ΩOxcTransformPluginOptions, r as OxcTransformPluginResolvedConfig, s as __ΩOxcTransformPluginResolvedConfig, t as OxcTransformPluginContext } from "../plugin-
|
|
1
|
+
import { a as __ΩOxcTransformPluginContext, c as __ΩOxcTransformPluginUserConfig, i as OxcTransformPluginUserConfig, n as OxcTransformPluginOptions, o as __ΩOxcTransformPluginOptions, r as OxcTransformPluginResolvedConfig, s as __ΩOxcTransformPluginResolvedConfig, t as OxcTransformPluginContext } from "../plugin-B35rxU7P.mjs";
|
|
2
2
|
export { OxcTransformPluginContext, OxcTransformPluginOptions, OxcTransformPluginResolvedConfig, OxcTransformPluginUserConfig, __ΩOxcTransformPluginContext, __ΩOxcTransformPluginOptions, __ΩOxcTransformPluginResolvedConfig, __ΩOxcTransformPluginUserConfig };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerlines/plugin-oxc-transform",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.66",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A Powerlines plugin to transform project code with Oxc Transformer.",
|
|
6
6
|
"repository": {
|
|
@@ -125,13 +125,13 @@
|
|
|
125
125
|
"@stryke/path": "^0.22.0",
|
|
126
126
|
"defu": "^6.1.4",
|
|
127
127
|
"oxc-transform": "^0.99.0",
|
|
128
|
-
"powerlines": "^0.30.
|
|
128
|
+
"powerlines": "^0.30.8"
|
|
129
129
|
},
|
|
130
130
|
"devDependencies": {
|
|
131
|
-
"@powerlines/nx": "^0.10.
|
|
132
|
-
"@powerlines/plugin-plugin": "^0.12.
|
|
131
|
+
"@powerlines/nx": "^0.10.57",
|
|
132
|
+
"@powerlines/plugin-plugin": "^0.12.9",
|
|
133
133
|
"@types/node": "^24.10.1"
|
|
134
134
|
},
|
|
135
135
|
"publishConfig": { "access": "public" },
|
|
136
|
-
"gitHead": "
|
|
136
|
+
"gitHead": "b6cd904eada6483fffd8791e64febb309d73f399"
|
|
137
137
|
}
|