@powerlines/plugin-oxc-transform 0.5.47 → 0.5.48
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-Cjn63ArH.d.cts → index-DXThZKVn.d.cts} +2 -2
- package/dist/{index-Cjn63ArH.d.ts → index-DXThZKVn.d.ts} +2 -2
- package/dist/index.d.cts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/types/index.d.cts +1 -1
- package/dist/types/index.d.ts +1 -1
- package/dist/types/plugin.d.cts +1 -1
- package/dist/types/plugin.d.ts +1 -1
- package/package.json +5 -5
|
@@ -1466,7 +1466,7 @@ interface Plugin<in out TContext extends PluginContext<ResolvedConfig> = PluginC
|
|
|
1466
1466
|
* @param other - The other plugin to compare against.
|
|
1467
1467
|
* @returns `true` if the two plugins are the same, `false` otherwise.
|
|
1468
1468
|
*/
|
|
1469
|
-
dedupe?: false | ((other: Plugin<
|
|
1469
|
+
dedupe?: false | ((other: Plugin<TContext>) => boolean);
|
|
1470
1470
|
/**
|
|
1471
1471
|
* A list of pre-requisite plugins that must be loaded before this plugin can be used.
|
|
1472
1472
|
*/
|
|
@@ -1477,7 +1477,7 @@ interface Plugin<in out TContext extends PluginContext<ResolvedConfig> = PluginC
|
|
|
1477
1477
|
* @param environment - The environment to check.
|
|
1478
1478
|
* @returns `true` if the plugin should be active in the specified environment, `false` otherwise.
|
|
1479
1479
|
*/
|
|
1480
|
-
applyToEnvironment?: (environment: EnvironmentResolvedConfig) => MaybePromise<boolean | Plugin<
|
|
1480
|
+
applyToEnvironment?: (environment: EnvironmentResolvedConfig) => MaybePromise<boolean | Plugin<TContext>>;
|
|
1481
1481
|
}
|
|
1482
1482
|
|
|
1483
1483
|
type OxcTransformPluginOptions = Partial<TransformOptions>;
|
|
@@ -1466,7 +1466,7 @@ interface Plugin<in out TContext extends PluginContext<ResolvedConfig> = PluginC
|
|
|
1466
1466
|
* @param other - The other plugin to compare against.
|
|
1467
1467
|
* @returns `true` if the two plugins are the same, `false` otherwise.
|
|
1468
1468
|
*/
|
|
1469
|
-
dedupe?: false | ((other: Plugin<
|
|
1469
|
+
dedupe?: false | ((other: Plugin<TContext>) => boolean);
|
|
1470
1470
|
/**
|
|
1471
1471
|
* A list of pre-requisite plugins that must be loaded before this plugin can be used.
|
|
1472
1472
|
*/
|
|
@@ -1477,7 +1477,7 @@ interface Plugin<in out TContext extends PluginContext<ResolvedConfig> = PluginC
|
|
|
1477
1477
|
* @param environment - The environment to check.
|
|
1478
1478
|
* @returns `true` if the plugin should be active in the specified environment, `false` otherwise.
|
|
1479
1479
|
*/
|
|
1480
|
-
applyToEnvironment?: (environment: EnvironmentResolvedConfig) => MaybePromise<boolean | Plugin<
|
|
1480
|
+
applyToEnvironment?: (environment: EnvironmentResolvedConfig) => MaybePromise<boolean | Plugin<TContext>>;
|
|
1481
1481
|
}
|
|
1482
1482
|
|
|
1483
1483
|
type OxcTransformPluginOptions = Partial<TransformOptions>;
|
package/dist/index.d.cts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { O as OxcTransformPluginContext, a as OxcTransformPluginOptions, P as Plugin } from './index-
|
|
2
|
-
export { c as OxcTransformPluginResolvedConfig, b as OxcTransformPluginUserConfig, f as __ΩOxcTransformPluginContext, _ as __ΩOxcTransformPluginOptions, e as __ΩOxcTransformPluginResolvedConfig, d as __ΩOxcTransformPluginUserConfig } from './index-
|
|
1
|
+
import { O as OxcTransformPluginContext, a as OxcTransformPluginOptions, P as Plugin } from './index-DXThZKVn.cjs';
|
|
2
|
+
export { c as OxcTransformPluginResolvedConfig, b as OxcTransformPluginUserConfig, f as __ΩOxcTransformPluginContext, _ as __ΩOxcTransformPluginOptions, e as __ΩOxcTransformPluginResolvedConfig, d as __ΩOxcTransformPluginUserConfig } from './index-DXThZKVn.cjs';
|
|
3
3
|
import 'oxc-transform';
|
|
4
4
|
import '@storm-software/build-tools/types';
|
|
5
5
|
import '@storm-software/config-tools/types';
|
package/dist/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { O as OxcTransformPluginContext, a as OxcTransformPluginOptions, P as Plugin } from './index-
|
|
2
|
-
export { c as OxcTransformPluginResolvedConfig, b as OxcTransformPluginUserConfig, f as __ΩOxcTransformPluginContext, _ as __ΩOxcTransformPluginOptions, e as __ΩOxcTransformPluginResolvedConfig, d as __ΩOxcTransformPluginUserConfig } from './index-
|
|
1
|
+
import { O as OxcTransformPluginContext, a as OxcTransformPluginOptions, P as Plugin } from './index-DXThZKVn.js';
|
|
2
|
+
export { c as OxcTransformPluginResolvedConfig, b as OxcTransformPluginUserConfig, f as __ΩOxcTransformPluginContext, _ as __ΩOxcTransformPluginOptions, e as __ΩOxcTransformPluginResolvedConfig, d as __ΩOxcTransformPluginUserConfig } from './index-DXThZKVn.js';
|
|
3
3
|
import 'oxc-transform';
|
|
4
4
|
import '@storm-software/build-tools/types';
|
|
5
5
|
import '@storm-software/config-tools/types';
|
package/dist/types/index.d.cts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { O as OxcTransformPluginContext, a as OxcTransformPluginOptions, c as OxcTransformPluginResolvedConfig, b as OxcTransformPluginUserConfig, f as __ΩOxcTransformPluginContext, _ as __ΩOxcTransformPluginOptions, e as __ΩOxcTransformPluginResolvedConfig, d as __ΩOxcTransformPluginUserConfig } from '../index-
|
|
1
|
+
export { O as OxcTransformPluginContext, a as OxcTransformPluginOptions, c as OxcTransformPluginResolvedConfig, b as OxcTransformPluginUserConfig, f as __ΩOxcTransformPluginContext, _ as __ΩOxcTransformPluginOptions, e as __ΩOxcTransformPluginResolvedConfig, d as __ΩOxcTransformPluginUserConfig } from '../index-DXThZKVn.cjs';
|
|
2
2
|
import 'oxc-transform';
|
|
3
3
|
import '@storm-software/build-tools/types';
|
|
4
4
|
import '@storm-software/config-tools/types';
|
package/dist/types/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { O as OxcTransformPluginContext, a as OxcTransformPluginOptions, c as OxcTransformPluginResolvedConfig, b as OxcTransformPluginUserConfig, f as __ΩOxcTransformPluginContext, _ as __ΩOxcTransformPluginOptions, e as __ΩOxcTransformPluginResolvedConfig, d as __ΩOxcTransformPluginUserConfig } from '../index-
|
|
1
|
+
export { O as OxcTransformPluginContext, a as OxcTransformPluginOptions, c as OxcTransformPluginResolvedConfig, b as OxcTransformPluginUserConfig, f as __ΩOxcTransformPluginContext, _ as __ΩOxcTransformPluginOptions, e as __ΩOxcTransformPluginResolvedConfig, d as __ΩOxcTransformPluginUserConfig } from '../index-DXThZKVn.js';
|
|
2
2
|
import 'oxc-transform';
|
|
3
3
|
import '@storm-software/build-tools/types';
|
|
4
4
|
import '@storm-software/config-tools/types';
|
package/dist/types/plugin.d.cts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import 'oxc-transform';
|
|
2
|
-
export { O as OxcTransformPluginContext, a as OxcTransformPluginOptions, c as OxcTransformPluginResolvedConfig, b as OxcTransformPluginUserConfig, f as __ΩOxcTransformPluginContext, _ as __ΩOxcTransformPluginOptions, e as __ΩOxcTransformPluginResolvedConfig, d as __ΩOxcTransformPluginUserConfig } from '../index-
|
|
2
|
+
export { O as OxcTransformPluginContext, a as OxcTransformPluginOptions, c as OxcTransformPluginResolvedConfig, b as OxcTransformPluginUserConfig, f as __ΩOxcTransformPluginContext, _ as __ΩOxcTransformPluginOptions, e as __ΩOxcTransformPluginResolvedConfig, d as __ΩOxcTransformPluginUserConfig } from '../index-DXThZKVn.cjs';
|
|
3
3
|
import '@storm-software/build-tools/types';
|
|
4
4
|
import '@storm-software/config-tools/types';
|
|
5
5
|
import '@storm-software/config/types';
|
package/dist/types/plugin.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import 'oxc-transform';
|
|
2
|
-
export { O as OxcTransformPluginContext, a as OxcTransformPluginOptions, c as OxcTransformPluginResolvedConfig, b as OxcTransformPluginUserConfig, f as __ΩOxcTransformPluginContext, _ as __ΩOxcTransformPluginOptions, e as __ΩOxcTransformPluginResolvedConfig, d as __ΩOxcTransformPluginUserConfig } from '../index-
|
|
2
|
+
export { O as OxcTransformPluginContext, a as OxcTransformPluginOptions, c as OxcTransformPluginResolvedConfig, b as OxcTransformPluginUserConfig, f as __ΩOxcTransformPluginContext, _ as __ΩOxcTransformPluginOptions, e as __ΩOxcTransformPluginResolvedConfig, d as __ΩOxcTransformPluginUserConfig } from '../index-DXThZKVn.js';
|
|
3
3
|
import '@storm-software/build-tools/types';
|
|
4
4
|
import '@storm-software/config-tools/types';
|
|
5
5
|
import '@storm-software/config/types';
|
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.48",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A Powerlines plugin to transform project code with Oxc Transformer.",
|
|
6
6
|
"repository": {
|
|
@@ -107,13 +107,13 @@
|
|
|
107
107
|
"@stryke/path": "^0.21.2",
|
|
108
108
|
"defu": "^6.1.4",
|
|
109
109
|
"oxc-transform": "^0.95.0",
|
|
110
|
-
"powerlines": "^0.25.
|
|
110
|
+
"powerlines": "^0.25.1"
|
|
111
111
|
},
|
|
112
112
|
"devDependencies": {
|
|
113
|
-
"@powerlines/nx": "^0.10.
|
|
114
|
-
"@powerlines/plugin-plugin": "^0.11.
|
|
113
|
+
"@powerlines/nx": "^0.10.39",
|
|
114
|
+
"@powerlines/plugin-plugin": "^0.11.47",
|
|
115
115
|
"@types/node": "^24.10.1"
|
|
116
116
|
},
|
|
117
117
|
"publishConfig": { "access": "public" },
|
|
118
|
-
"gitHead": "
|
|
118
|
+
"gitHead": "de1daa466d1524b287e2748490c1e56ab9002b07"
|
|
119
119
|
}
|