@powerlines/plugin-swc 0.5.28 → 0.5.29
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-BbskvudL.d.cts → index-DyutCSQi.d.cts} +5 -1
- package/dist/{index-BbskvudL.d.ts → index-DyutCSQi.d.ts} +5 -1
- 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 +6 -6
|
@@ -1433,5 +1433,9 @@ type SwcPluginResolvedConfig = ResolvedConfig & {
|
|
|
1433
1433
|
};
|
|
1434
1434
|
};
|
|
1435
1435
|
type SwcPluginContext<TResolvedConfig extends SwcPluginResolvedConfig = SwcPluginResolvedConfig> = PluginContext<TResolvedConfig>;
|
|
1436
|
+
declare type __ΩSwcPluginOptions = any[];
|
|
1437
|
+
declare type __ΩSwcPluginUserConfig = any[];
|
|
1438
|
+
declare type __ΩSwcPluginResolvedConfig = any[];
|
|
1439
|
+
declare type __ΩSwcPluginContext = any[];
|
|
1436
1440
|
|
|
1437
|
-
export type { Plugin as P, SwcPluginContext as S, SwcPluginOptions as a, SwcPluginUserConfig as b, SwcPluginResolvedConfig as c };
|
|
1441
|
+
export type { Plugin as P, SwcPluginContext as S, __ΩSwcPluginOptions as _, SwcPluginOptions as a, SwcPluginUserConfig as b, SwcPluginResolvedConfig as c, __ΩSwcPluginUserConfig as d, __ΩSwcPluginResolvedConfig as e, __ΩSwcPluginContext as f };
|
|
@@ -1433,5 +1433,9 @@ type SwcPluginResolvedConfig = ResolvedConfig & {
|
|
|
1433
1433
|
};
|
|
1434
1434
|
};
|
|
1435
1435
|
type SwcPluginContext<TResolvedConfig extends SwcPluginResolvedConfig = SwcPluginResolvedConfig> = PluginContext<TResolvedConfig>;
|
|
1436
|
+
declare type __ΩSwcPluginOptions = any[];
|
|
1437
|
+
declare type __ΩSwcPluginUserConfig = any[];
|
|
1438
|
+
declare type __ΩSwcPluginResolvedConfig = any[];
|
|
1439
|
+
declare type __ΩSwcPluginContext = any[];
|
|
1436
1440
|
|
|
1437
|
-
export type { Plugin as P, SwcPluginContext as S, SwcPluginOptions as a, SwcPluginUserConfig as b, SwcPluginResolvedConfig as c };
|
|
1441
|
+
export type { Plugin as P, SwcPluginContext as S, __ΩSwcPluginOptions as _, SwcPluginOptions as a, SwcPluginUserConfig as b, SwcPluginResolvedConfig as c, __ΩSwcPluginUserConfig as d, __ΩSwcPluginResolvedConfig as e, __ΩSwcPluginContext as f };
|
package/dist/index.d.cts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { S as SwcPluginContext, a as SwcPluginOptions, P as Plugin } from './index-
|
|
2
|
-
export { c as SwcPluginResolvedConfig, b as SwcPluginUserConfig } from './index-
|
|
1
|
+
import { S as SwcPluginContext, a as SwcPluginOptions, P as Plugin } from './index-DyutCSQi.cjs';
|
|
2
|
+
export { c as SwcPluginResolvedConfig, b as SwcPluginUserConfig, f as __ΩSwcPluginContext, _ as __ΩSwcPluginOptions, e as __ΩSwcPluginResolvedConfig, d as __ΩSwcPluginUserConfig } from './index-DyutCSQi.cjs';
|
|
3
3
|
import '@swc/core';
|
|
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 { S as SwcPluginContext, a as SwcPluginOptions, P as Plugin } from './index-
|
|
2
|
-
export { c as SwcPluginResolvedConfig, b as SwcPluginUserConfig } from './index-
|
|
1
|
+
import { S as SwcPluginContext, a as SwcPluginOptions, P as Plugin } from './index-DyutCSQi.js';
|
|
2
|
+
export { c as SwcPluginResolvedConfig, b as SwcPluginUserConfig, f as __ΩSwcPluginContext, _ as __ΩSwcPluginOptions, e as __ΩSwcPluginResolvedConfig, d as __ΩSwcPluginUserConfig } from './index-DyutCSQi.js';
|
|
3
3
|
import '@swc/core';
|
|
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 { S as SwcPluginContext, a as SwcPluginOptions, c as SwcPluginResolvedConfig, b as SwcPluginUserConfig } from '../index-
|
|
1
|
+
export { S as SwcPluginContext, a as SwcPluginOptions, c as SwcPluginResolvedConfig, b as SwcPluginUserConfig, f as __ΩSwcPluginContext, _ as __ΩSwcPluginOptions, e as __ΩSwcPluginResolvedConfig, d as __ΩSwcPluginUserConfig } from '../index-DyutCSQi.cjs';
|
|
2
2
|
import '@swc/core';
|
|
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 { S as SwcPluginContext, a as SwcPluginOptions, c as SwcPluginResolvedConfig, b as SwcPluginUserConfig } from '../index-
|
|
1
|
+
export { S as SwcPluginContext, a as SwcPluginOptions, c as SwcPluginResolvedConfig, b as SwcPluginUserConfig, f as __ΩSwcPluginContext, _ as __ΩSwcPluginOptions, e as __ΩSwcPluginResolvedConfig, d as __ΩSwcPluginUserConfig } from '../index-DyutCSQi.js';
|
|
2
2
|
import '@swc/core';
|
|
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 '@swc/core';
|
|
2
|
-
export { S as SwcPluginContext, a as SwcPluginOptions, c as SwcPluginResolvedConfig, b as SwcPluginUserConfig } from '../index-
|
|
2
|
+
export { S as SwcPluginContext, a as SwcPluginOptions, c as SwcPluginResolvedConfig, b as SwcPluginUserConfig, f as __ΩSwcPluginContext, _ as __ΩSwcPluginOptions, e as __ΩSwcPluginResolvedConfig, d as __ΩSwcPluginUserConfig } from '../index-DyutCSQi.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 '@swc/core';
|
|
2
|
-
export { S as SwcPluginContext, a as SwcPluginOptions, c as SwcPluginResolvedConfig, b as SwcPluginUserConfig } from '../index-
|
|
2
|
+
export { S as SwcPluginContext, a as SwcPluginOptions, c as SwcPluginResolvedConfig, b as SwcPluginUserConfig, f as __ΩSwcPluginContext, _ as __ΩSwcPluginOptions, e as __ΩSwcPluginResolvedConfig, d as __ΩSwcPluginUserConfig } from '../index-DyutCSQi.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-swc",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.29",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A Powerlines plugin to transform project code with SWC.",
|
|
6
6
|
"repository": {
|
|
@@ -129,13 +129,13 @@
|
|
|
129
129
|
"dependencies": {
|
|
130
130
|
"@swc/core": "^1.15.2",
|
|
131
131
|
"defu": "^6.1.4",
|
|
132
|
-
"powerlines": "^0.23.
|
|
132
|
+
"powerlines": "^0.23.3"
|
|
133
133
|
},
|
|
134
134
|
"devDependencies": {
|
|
135
|
-
"@powerlines/nx": "^0.10.
|
|
136
|
-
"@powerlines/plugin-plugin": "^0.11.
|
|
137
|
-
"@types/node": "^
|
|
135
|
+
"@powerlines/nx": "^0.10.20",
|
|
136
|
+
"@powerlines/plugin-plugin": "^0.11.28",
|
|
137
|
+
"@types/node": "^24.10.1"
|
|
138
138
|
},
|
|
139
139
|
"publishConfig": { "access": "public" },
|
|
140
|
-
"gitHead": "
|
|
140
|
+
"gitHead": "6e43200541ace2946694195c092642e7ac2f3098"
|
|
141
141
|
}
|