@powerlines/plugin-rolldown 0.7.530 → 0.7.531
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/{build-gdE2RAfY.d.cts → build-DG1l6JhN.d.cts} +2 -3
- package/dist/build-DG1l6JhN.d.cts.map +1 -0
- package/dist/{build-gdE2RAfY.d.mts → build-DG1l6JhN.d.mts} +2 -3
- package/dist/build-DG1l6JhN.d.mts.map +1 -0
- package/dist/index.d.cts +3 -3
- package/dist/index.d.mts +3 -3
- package/dist/types/build.d.cts +2 -2
- package/dist/types/build.d.mts +2 -2
- package/dist/types/index.d.cts +3 -3
- package/dist/types/index.d.mts +3 -3
- package/dist/types/plugin.d.cts +2 -6
- package/dist/types/plugin.d.cts.map +1 -1
- package/dist/types/plugin.d.mts +2 -6
- package/dist/types/plugin.d.mts.map +1 -1
- package/package.json +5 -5
- package/dist/build-gdE2RAfY.d.cts.map +0 -1
- package/dist/build-gdE2RAfY.d.mts.map +0 -1
|
@@ -2,7 +2,6 @@ import { RolldownOptions } from "rolldown";
|
|
|
2
2
|
|
|
3
3
|
//#region src/types/build.d.ts
|
|
4
4
|
type RolldownOptions$1 = Omit<RolldownOptions, "input" | "external" | "tsconfig" | "logLevel" | "output">;
|
|
5
|
-
declare type __ΩRolldownOptions = any[];
|
|
6
5
|
//#endregion
|
|
7
|
-
export {
|
|
8
|
-
//# sourceMappingURL=build-
|
|
6
|
+
export { RolldownOptions$1 as t };
|
|
7
|
+
//# sourceMappingURL=build-DG1l6JhN.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"build-DG1l6JhN.d.cts","names":[],"sources":["../src/types/build.ts"],"mappings":";;;KAoBY,iBAAA,GAAkB,IAAI,CAChC,eAAA"}
|
|
@@ -2,7 +2,6 @@ import { RolldownOptions } from "rolldown";
|
|
|
2
2
|
|
|
3
3
|
//#region src/types/build.d.ts
|
|
4
4
|
type RolldownOptions$1 = Omit<RolldownOptions, "input" | "external" | "tsconfig" | "logLevel" | "output">;
|
|
5
|
-
declare type __ΩRolldownOptions = any[];
|
|
6
5
|
//#endregion
|
|
7
|
-
export {
|
|
8
|
-
//# sourceMappingURL=build-
|
|
6
|
+
export { RolldownOptions$1 as t };
|
|
7
|
+
//# sourceMappingURL=build-DG1l6JhN.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"build-DG1l6JhN.d.mts","names":[],"sources":["../src/types/build.ts"],"mappings":";;;KAoBY,iBAAA,GAAkB,IAAI,CAChC,eAAA"}
|
package/dist/index.d.cts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { RolldownPluginContext, RolldownPluginOptions, RolldownPluginResolvedConfig, RolldownPluginUserConfig
|
|
1
|
+
import { t as RolldownOptions } from "./build-DG1l6JhN.cjs";
|
|
2
|
+
import { RolldownPluginContext, RolldownPluginOptions, RolldownPluginResolvedConfig, RolldownPluginUserConfig } from "./types/plugin.cjs";
|
|
3
3
|
import { Plugin } from "powerlines";
|
|
4
4
|
|
|
5
5
|
//#region src/index.d.ts
|
|
@@ -13,5 +13,5 @@ declare module "powerlines" {
|
|
|
13
13
|
*/
|
|
14
14
|
declare const plugin: <TContext extends RolldownPluginContext = RolldownPluginContext>(options?: RolldownPluginOptions) => Plugin<TContext>;
|
|
15
15
|
//#endregion
|
|
16
|
-
export { RolldownOptions, RolldownPluginContext, RolldownPluginOptions, RolldownPluginResolvedConfig, RolldownPluginUserConfig,
|
|
16
|
+
export { RolldownOptions, RolldownPluginContext, RolldownPluginOptions, RolldownPluginResolvedConfig, RolldownPluginUserConfig, plugin as default, plugin };
|
|
17
17
|
//# sourceMappingURL=index.d.cts.map
|
package/dist/index.d.mts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { RolldownPluginContext, RolldownPluginOptions, RolldownPluginResolvedConfig, RolldownPluginUserConfig
|
|
1
|
+
import { t as RolldownOptions } from "./build-DG1l6JhN.mjs";
|
|
2
|
+
import { RolldownPluginContext, RolldownPluginOptions, RolldownPluginResolvedConfig, RolldownPluginUserConfig } from "./types/plugin.mjs";
|
|
3
3
|
import { Plugin } from "powerlines";
|
|
4
4
|
|
|
5
5
|
//#region src/index.d.ts
|
|
@@ -13,5 +13,5 @@ declare module "powerlines" {
|
|
|
13
13
|
*/
|
|
14
14
|
declare const plugin: <TContext extends RolldownPluginContext = RolldownPluginContext>(options?: RolldownPluginOptions) => Plugin<TContext>;
|
|
15
15
|
//#endregion
|
|
16
|
-
export { RolldownOptions, RolldownPluginContext, RolldownPluginOptions, RolldownPluginResolvedConfig, RolldownPluginUserConfig,
|
|
16
|
+
export { RolldownOptions, RolldownPluginContext, RolldownPluginOptions, RolldownPluginResolvedConfig, RolldownPluginUserConfig, plugin as default, plugin };
|
|
17
17
|
//# sourceMappingURL=index.d.mts.map
|
package/dist/types/build.d.cts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export { RolldownOptions
|
|
1
|
+
import { t as RolldownOptions } from "../build-DG1l6JhN.cjs";
|
|
2
|
+
export { RolldownOptions };
|
package/dist/types/build.d.mts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export { RolldownOptions
|
|
1
|
+
import { t as RolldownOptions } from "../build-DG1l6JhN.mjs";
|
|
2
|
+
export { RolldownOptions };
|
package/dist/types/index.d.cts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { RolldownPluginContext, RolldownPluginOptions, RolldownPluginResolvedConfig, RolldownPluginUserConfig
|
|
3
|
-
export { RolldownOptions, RolldownPluginContext, RolldownPluginOptions, RolldownPluginResolvedConfig, RolldownPluginUserConfig
|
|
1
|
+
import { t as RolldownOptions } from "../build-DG1l6JhN.cjs";
|
|
2
|
+
import { RolldownPluginContext, RolldownPluginOptions, RolldownPluginResolvedConfig, RolldownPluginUserConfig } from "./plugin.cjs";
|
|
3
|
+
export { RolldownOptions, RolldownPluginContext, RolldownPluginOptions, RolldownPluginResolvedConfig, RolldownPluginUserConfig };
|
package/dist/types/index.d.mts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { RolldownPluginContext, RolldownPluginOptions, RolldownPluginResolvedConfig, RolldownPluginUserConfig
|
|
3
|
-
export { RolldownOptions, RolldownPluginContext, RolldownPluginOptions, RolldownPluginResolvedConfig, RolldownPluginUserConfig
|
|
1
|
+
import { t as RolldownOptions } from "../build-DG1l6JhN.mjs";
|
|
2
|
+
import { RolldownPluginContext, RolldownPluginOptions, RolldownPluginResolvedConfig, RolldownPluginUserConfig } from "./plugin.mjs";
|
|
3
|
+
export { RolldownOptions, RolldownPluginContext, RolldownPluginOptions, RolldownPluginResolvedConfig, RolldownPluginUserConfig };
|
package/dist/types/plugin.d.cts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { t as RolldownOptions } from "../build-
|
|
1
|
+
import { t as RolldownOptions } from "../build-DG1l6JhN.cjs";
|
|
2
2
|
import { PluginContext, ResolvedConfig, UserConfig } from "powerlines";
|
|
3
3
|
|
|
4
4
|
//#region src/types/plugin.d.ts
|
|
@@ -10,10 +10,6 @@ interface RolldownPluginResolvedConfig extends ResolvedConfig {
|
|
|
10
10
|
rolldown: RolldownOptions;
|
|
11
11
|
}
|
|
12
12
|
type RolldownPluginContext<TResolvedConfig extends RolldownPluginResolvedConfig = RolldownPluginResolvedConfig> = PluginContext<TResolvedConfig>;
|
|
13
|
-
declare type __ΩRolldownPluginOptions = any[];
|
|
14
|
-
declare type __ΩRolldownPluginUserConfig = any[];
|
|
15
|
-
declare type __ΩRolldownPluginResolvedConfig = any[];
|
|
16
|
-
declare type __ΩRolldownPluginContext = any[];
|
|
17
13
|
//#endregion
|
|
18
|
-
export { RolldownPluginContext, RolldownPluginOptions, RolldownPluginResolvedConfig, RolldownPluginUserConfig
|
|
14
|
+
export { RolldownPluginContext, RolldownPluginOptions, RolldownPluginResolvedConfig, RolldownPluginUserConfig };
|
|
19
15
|
//# sourceMappingURL=plugin.d.cts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"plugin.d.cts","names":[],"sources":["../../src/types/plugin.ts"],"mappings":";;;;KAqBY,qBAAA,GAAwB,OAAO,CAAC,eAAA;AAAA,UAE3B,wBAAA,SAAiC,UAAU;EAC1D,QAAA,EAAU,qBAAA;AAAA;AAAA,UAGK,4BAAA,SAAqC,cAAc;EAClE,QAAA,EAAU,eAAA;AAAA;AAAA,KAGA,qBAAA,yBACc,4BAAA,GACtB,4BAAA,IACA,aAAA,CAAc,eAAA
|
|
1
|
+
{"version":3,"file":"plugin.d.cts","names":[],"sources":["../../src/types/plugin.ts"],"mappings":";;;;KAqBY,qBAAA,GAAwB,OAAO,CAAC,eAAA;AAAA,UAE3B,wBAAA,SAAiC,UAAU;EAC1D,QAAA,EAAU,qBAAA;AAAA;AAAA,UAGK,4BAAA,SAAqC,cAAc;EAClE,QAAA,EAAU,eAAA;AAAA;AAAA,KAGA,qBAAA,yBACc,4BAAA,GACtB,4BAAA,IACA,aAAA,CAAc,eAAA"}
|
package/dist/types/plugin.d.mts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { t as RolldownOptions } from "../build-
|
|
1
|
+
import { t as RolldownOptions } from "../build-DG1l6JhN.mjs";
|
|
2
2
|
import { PluginContext, ResolvedConfig, UserConfig } from "powerlines";
|
|
3
3
|
|
|
4
4
|
//#region src/types/plugin.d.ts
|
|
@@ -10,10 +10,6 @@ interface RolldownPluginResolvedConfig extends ResolvedConfig {
|
|
|
10
10
|
rolldown: RolldownOptions;
|
|
11
11
|
}
|
|
12
12
|
type RolldownPluginContext<TResolvedConfig extends RolldownPluginResolvedConfig = RolldownPluginResolvedConfig> = PluginContext<TResolvedConfig>;
|
|
13
|
-
declare type __ΩRolldownPluginOptions = any[];
|
|
14
|
-
declare type __ΩRolldownPluginUserConfig = any[];
|
|
15
|
-
declare type __ΩRolldownPluginResolvedConfig = any[];
|
|
16
|
-
declare type __ΩRolldownPluginContext = any[];
|
|
17
13
|
//#endregion
|
|
18
|
-
export { RolldownPluginContext, RolldownPluginOptions, RolldownPluginResolvedConfig, RolldownPluginUserConfig
|
|
14
|
+
export { RolldownPluginContext, RolldownPluginOptions, RolldownPluginResolvedConfig, RolldownPluginUserConfig };
|
|
19
15
|
//# sourceMappingURL=plugin.d.mts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"plugin.d.mts","names":[],"sources":["../../src/types/plugin.ts"],"mappings":";;;;KAqBY,qBAAA,GAAwB,OAAO,CAAC,eAAA;AAAA,UAE3B,wBAAA,SAAiC,UAAU;EAC1D,QAAA,EAAU,qBAAA;AAAA;AAAA,UAGK,4BAAA,SAAqC,cAAc;EAClE,QAAA,EAAU,eAAA;AAAA;AAAA,KAGA,qBAAA,yBACc,4BAAA,GACtB,4BAAA,IACA,aAAA,CAAc,eAAA
|
|
1
|
+
{"version":3,"file":"plugin.d.mts","names":[],"sources":["../../src/types/plugin.ts"],"mappings":";;;;KAqBY,qBAAA,GAAwB,OAAO,CAAC,eAAA;AAAA,UAE3B,wBAAA,SAAiC,UAAU;EAC1D,QAAA,EAAU,qBAAA;AAAA;AAAA,UAGK,4BAAA,SAAqC,cAAc;EAClE,QAAA,EAAU,eAAA;AAAA;AAAA,KAGA,qBAAA,yBACc,4BAAA,GACtB,4BAAA,IACA,aAAA,CAAc,eAAA"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerlines/plugin-rolldown",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.531",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "A package containing a Powerlines plugin to assist in developing other Powerlines plugins.",
|
|
6
6
|
"keywords": ["rolldown", "powerlines", "storm-software", "powerlines-plugin"],
|
|
@@ -72,8 +72,8 @@
|
|
|
72
72
|
"types": "./dist/index.d.cts",
|
|
73
73
|
"files": ["dist"],
|
|
74
74
|
"dependencies": {
|
|
75
|
-
"@powerlines/core": "^0.48.
|
|
76
|
-
"@powerlines/unplugin": "^0.0.
|
|
75
|
+
"@powerlines/core": "^0.48.17",
|
|
76
|
+
"@powerlines/unplugin": "^0.0.65",
|
|
77
77
|
"@stryke/convert": "^0.7.8",
|
|
78
78
|
"@stryke/fs": "^0.33.77",
|
|
79
79
|
"@stryke/helpers": "^0.10.17",
|
|
@@ -83,12 +83,12 @@
|
|
|
83
83
|
"defu": "^6.1.7",
|
|
84
84
|
"glob": "^13.0.6",
|
|
85
85
|
"jiti": "^2.7.0",
|
|
86
|
-
"powerlines": "^0.47.
|
|
86
|
+
"powerlines": "^0.47.74",
|
|
87
87
|
"unplugin": "^3.0.0"
|
|
88
88
|
},
|
|
89
89
|
"devDependencies": { "@types/node": "^25.9.1", "rolldown": "^1.0.2" },
|
|
90
90
|
"peerDependencies": { "rolldown": ">=1.0.1 <2.0.0" },
|
|
91
91
|
"peerDependenciesMeta": { "rolldown": { "optional": false } },
|
|
92
92
|
"publishConfig": { "access": "public" },
|
|
93
|
-
"gitHead": "
|
|
93
|
+
"gitHead": "f3fdbd0e76de7d7e057362d235875488f4ee3a04"
|
|
94
94
|
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"build-gdE2RAfY.d.cts","names":[],"sources":["../src/types/build.ts"],"mappings":";;;KAoBY,iBAAA,GAAkB,IAAI,CAChC,eAAA;AAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"build-gdE2RAfY.d.mts","names":[],"sources":["../src/types/build.ts"],"mappings":";;;KAoBY,iBAAA,GAAkB,IAAI,CAChC,eAAA;AAAA"}
|