@powerlines/plugin-rollup 0.7.56 → 0.7.58
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/README.md +8 -2
- package/dist/helpers/index.cjs +1 -1
- package/dist/helpers/index.d.cts +4 -25
- package/dist/helpers/index.d.mts +4 -0
- package/dist/helpers/index.mjs +1 -0
- package/dist/helpers/unplugin.cjs +1 -7
- package/dist/helpers/unplugin.d.cts +3 -28
- package/dist/helpers/unplugin.d.mts +3 -0
- package/dist/helpers/unplugin.mjs +1 -0
- package/dist/helpers-CRPRhztf.mjs +1 -0
- package/dist/index-9iG2qHLe.d.mts +1 -0
- package/dist/index-D4ELpJXS.d.cts +1 -0
- package/dist/index-D6CnpA_r.d.cts +1 -0
- package/dist/index-DL0uimUT.d.mts +1 -0
- package/dist/index.cjs +1 -7
- package/dist/index.d.cts +9 -28
- package/dist/index.d.cts.map +1 -0
- package/dist/index.d.mts +14 -0
- package/dist/index.d.mts.map +1 -0
- package/dist/index.mjs +2 -0
- package/dist/index.mjs.map +1 -0
- package/dist/plugin-BjiGfRHE.mjs +1 -0
- package/dist/plugin-bQr2Yzym.d.cts +1656 -0
- package/dist/plugin-bQr2Yzym.d.cts.map +1 -0
- package/dist/plugin-pBKbb5K9.cjs +0 -0
- package/dist/plugin-ziWFtAvF.d.mts +1659 -0
- package/dist/plugin-ziWFtAvF.d.mts.map +1 -0
- package/dist/types/index.cjs +1 -1
- package/dist/types/index.d.cts +3 -23
- package/dist/types/index.d.mts +3 -0
- package/dist/types/index.mjs +1 -0
- package/dist/types/plugin.cjs +1 -1
- package/dist/types/plugin.d.cts +2 -23
- package/dist/types/plugin.d.mts +2 -0
- package/dist/types/plugin.mjs +1 -0
- package/dist/types-n6NgD0QK.mjs +1 -0
- package/dist/types-o3zWarRp.cjs +0 -0
- package/dist/unplugin-Bx3t7ZoA.d.cts +8 -0
- package/dist/unplugin-Bx3t7ZoA.d.cts.map +1 -0
- package/dist/unplugin-CLsmVZMo.cjs +44 -0
- package/dist/unplugin-Rgj8lLxv.mjs +7 -0
- package/dist/unplugin-Rgj8lLxv.mjs.map +1 -0
- package/dist/unplugin-jgdfbAHn.d.mts +8 -0
- package/dist/unplugin-jgdfbAHn.d.mts.map +1 -0
- package/package.json +52 -34
- package/dist/chunk-FBBMZ4NC.cjs +0 -7
- package/dist/chunk-UCUR73HG.js +0 -7
- package/dist/helpers/index.d.ts +0 -25
- package/dist/helpers/index.js +0 -1
- package/dist/helpers/unplugin.d.ts +0 -28
- package/dist/helpers/unplugin.js +0 -7
- package/dist/index-DwNsvBx_.d.cts +0 -1567
- package/dist/index-DwNsvBx_.d.ts +0 -1567
- package/dist/index.d.ts +0 -33
- package/dist/index.js +0 -7
- package/dist/types/index.d.ts +0 -23
- package/dist/types/index.js +0 -1
- package/dist/types/plugin.d.ts +0 -23
- /package/dist/{types/plugin.js → helpers-LF26RHol.cjs} +0 -0
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { t as RollupPluginContext } from "./plugin-ziWFtAvF.mjs";
|
|
2
|
+
import * as esbuild0 from "esbuild";
|
|
3
|
+
|
|
4
|
+
//#region src/helpers/unplugin.d.ts
|
|
5
|
+
declare function createRollupPlugin(context: RollupPluginContext): esbuild0.Plugin;
|
|
6
|
+
//#endregion
|
|
7
|
+
export { createRollupPlugin as t };
|
|
8
|
+
//# sourceMappingURL=unplugin-jgdfbAHn.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"unplugin-jgdfbAHn.d.mts","names":[],"sources":["../src/helpers/unplugin.ts"],"sourcesContent":[],"mappings":";;;;iBAsBgB,kBAAA,UAA4B,sBAAmB,QAAA,CAAA"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerlines/plugin-rollup",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.58",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A package containing a Powerlines plugin to assist in developing other Powerlines plugins.",
|
|
6
6
|
"repository": {
|
|
@@ -39,110 +39,128 @@
|
|
|
39
39
|
"license": "Apache-2.0",
|
|
40
40
|
"private": false,
|
|
41
41
|
"main": "dist/index.cjs",
|
|
42
|
-
"module": "dist/index.
|
|
42
|
+
"module": "dist/index.mjs",
|
|
43
43
|
"exports": {
|
|
44
44
|
"./package.json": "./package.json",
|
|
45
45
|
".": {
|
|
46
|
-
"import": {
|
|
46
|
+
"import": {
|
|
47
|
+
"types": "./dist/index.d.mts",
|
|
48
|
+
"default": "./dist/index.mjs"
|
|
49
|
+
},
|
|
47
50
|
"require": {
|
|
48
51
|
"types": "./dist/index.d.cts",
|
|
49
52
|
"default": "./dist/index.cjs"
|
|
50
53
|
},
|
|
51
|
-
"default": {
|
|
54
|
+
"default": {
|
|
55
|
+
"types": "./dist/index.d.mts",
|
|
56
|
+
"default": "./dist/index.mjs"
|
|
57
|
+
}
|
|
52
58
|
},
|
|
53
59
|
"./index": {
|
|
54
|
-
"import": {
|
|
60
|
+
"import": {
|
|
61
|
+
"types": "./dist/index.d.mts",
|
|
62
|
+
"default": "./dist/index.mjs"
|
|
63
|
+
},
|
|
55
64
|
"require": {
|
|
56
65
|
"types": "./dist/index.d.cts",
|
|
57
66
|
"default": "./dist/index.cjs"
|
|
58
67
|
},
|
|
59
|
-
"default": {
|
|
68
|
+
"default": {
|
|
69
|
+
"types": "./dist/index.d.mts",
|
|
70
|
+
"default": "./dist/index.mjs"
|
|
71
|
+
}
|
|
60
72
|
},
|
|
61
73
|
"./plugin": {
|
|
62
|
-
"import": {
|
|
74
|
+
"import": {
|
|
75
|
+
"types": "./dist/index.d.mts",
|
|
76
|
+
"default": "./dist/index.mjs"
|
|
77
|
+
},
|
|
63
78
|
"require": {
|
|
64
79
|
"types": "./dist/index.d.cts",
|
|
65
80
|
"default": "./dist/index.cjs"
|
|
66
81
|
},
|
|
67
|
-
"default": {
|
|
82
|
+
"default": {
|
|
83
|
+
"types": "./dist/index.d.mts",
|
|
84
|
+
"default": "./dist/index.mjs"
|
|
85
|
+
}
|
|
68
86
|
},
|
|
69
87
|
"./types": {
|
|
70
88
|
"import": {
|
|
71
|
-
"types": "./dist/types/index.d.
|
|
72
|
-
"default": "./dist/types/index.
|
|
89
|
+
"types": "./dist/types/index.d.mts",
|
|
90
|
+
"default": "./dist/types/index.mjs"
|
|
73
91
|
},
|
|
74
92
|
"require": {
|
|
75
93
|
"types": "./dist/types/index.d.cts",
|
|
76
94
|
"default": "./dist/types/index.cjs"
|
|
77
95
|
},
|
|
78
96
|
"default": {
|
|
79
|
-
"types": "./dist/types/index.d.
|
|
80
|
-
"default": "./dist/types/index.
|
|
97
|
+
"types": "./dist/types/index.d.mts",
|
|
98
|
+
"default": "./dist/types/index.mjs"
|
|
81
99
|
}
|
|
82
100
|
},
|
|
83
101
|
"./types/*": {
|
|
84
102
|
"import": {
|
|
85
|
-
"types": "./dist/types/*.d.
|
|
86
|
-
"default": "./dist/types/*.
|
|
103
|
+
"types": "./dist/types/*.d.mts",
|
|
104
|
+
"default": "./dist/types/*.mjs"
|
|
87
105
|
},
|
|
88
106
|
"require": {
|
|
89
107
|
"types": "./dist/types/*.d.cts",
|
|
90
108
|
"default": "./dist/types/*.cjs"
|
|
91
109
|
},
|
|
92
110
|
"default": {
|
|
93
|
-
"types": "./dist/types/*.d.
|
|
94
|
-
"default": "./dist/types/*.
|
|
111
|
+
"types": "./dist/types/*.d.mts",
|
|
112
|
+
"default": "./dist/types/*.mjs"
|
|
95
113
|
}
|
|
96
114
|
},
|
|
97
115
|
"./helpers": {
|
|
98
116
|
"import": {
|
|
99
|
-
"types": "./dist/helpers/index.d.
|
|
100
|
-
"default": "./dist/helpers/index.
|
|
117
|
+
"types": "./dist/helpers/index.d.mts",
|
|
118
|
+
"default": "./dist/helpers/index.mjs"
|
|
101
119
|
},
|
|
102
120
|
"require": {
|
|
103
121
|
"types": "./dist/helpers/index.d.cts",
|
|
104
122
|
"default": "./dist/helpers/index.cjs"
|
|
105
123
|
},
|
|
106
124
|
"default": {
|
|
107
|
-
"types": "./dist/helpers/index.d.
|
|
108
|
-
"default": "./dist/helpers/index.
|
|
125
|
+
"types": "./dist/helpers/index.d.mts",
|
|
126
|
+
"default": "./dist/helpers/index.mjs"
|
|
109
127
|
}
|
|
110
128
|
},
|
|
111
129
|
"./helpers/*": {
|
|
112
130
|
"import": {
|
|
113
|
-
"types": "./dist/helpers/*.d.
|
|
114
|
-
"default": "./dist/helpers/*.
|
|
131
|
+
"types": "./dist/helpers/*.d.mts",
|
|
132
|
+
"default": "./dist/helpers/*.mjs"
|
|
115
133
|
},
|
|
116
134
|
"require": {
|
|
117
135
|
"types": "./dist/helpers/*.d.cts",
|
|
118
136
|
"default": "./dist/helpers/*.cjs"
|
|
119
137
|
},
|
|
120
138
|
"default": {
|
|
121
|
-
"types": "./dist/helpers/*.d.
|
|
122
|
-
"default": "./dist/helpers/*.
|
|
139
|
+
"types": "./dist/helpers/*.d.mts",
|
|
140
|
+
"default": "./dist/helpers/*.mjs"
|
|
123
141
|
}
|
|
124
142
|
}
|
|
125
143
|
},
|
|
126
|
-
"typings": "dist/index.d.
|
|
144
|
+
"typings": "dist/index.d.mts",
|
|
127
145
|
"files": ["dist/**/*"],
|
|
128
146
|
"keywords": ["rollup", "powerlines", "storm-software", "powerlines-plugin"],
|
|
129
147
|
"dependencies": {
|
|
130
|
-
"@stryke/convert": "^0.6.
|
|
131
|
-
"@stryke/fs": "^0.33.
|
|
132
|
-
"@stryke/path": "^0.
|
|
133
|
-
"@stryke/type-checks": "^0.4.
|
|
134
|
-
"@stryke/types": "^0.10.
|
|
148
|
+
"@stryke/convert": "^0.6.13",
|
|
149
|
+
"@stryke/fs": "^0.33.9",
|
|
150
|
+
"@stryke/path": "^0.22.0",
|
|
151
|
+
"@stryke/type-checks": "^0.4.4",
|
|
152
|
+
"@stryke/types": "^0.10.13",
|
|
135
153
|
"defu": "^6.1.4",
|
|
136
154
|
"jiti": "^2.6.1",
|
|
137
|
-
"powerlines": "^0.
|
|
155
|
+
"powerlines": "^0.30.0",
|
|
138
156
|
"rollup": "^4.53.3",
|
|
139
157
|
"unplugin": "3.0.0-beta.3"
|
|
140
158
|
},
|
|
141
159
|
"devDependencies": {
|
|
142
|
-
"@powerlines/nx": "^0.10.
|
|
143
|
-
"@powerlines/plugin-plugin": "^0.
|
|
160
|
+
"@powerlines/nx": "^0.10.49",
|
|
161
|
+
"@powerlines/plugin-plugin": "^0.12.1",
|
|
144
162
|
"@types/node": "^24.10.1"
|
|
145
163
|
},
|
|
146
164
|
"publishConfig": { "access": "public" },
|
|
147
|
-
"gitHead": "
|
|
165
|
+
"gitHead": "f0a4e1526773f5d4bfb63fd5ba1d02d5aa9bc771"
|
|
148
166
|
}
|
package/dist/chunk-FBBMZ4NC.cjs
DELETED
package/dist/chunk-UCUR73HG.js
DELETED
package/dist/helpers/index.d.ts
DELETED
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
export { createRollupPlugin } from './unplugin.js';
|
|
2
|
-
import 'esbuild';
|
|
3
|
-
import '../index-DwNsvBx_.js';
|
|
4
|
-
import 'rollup';
|
|
5
|
-
import '@stryke/env/get-env-paths';
|
|
6
|
-
import '@stryke/http/fetch';
|
|
7
|
-
import '@stryke/types/base';
|
|
8
|
-
import '@stryke/types/package-json';
|
|
9
|
-
import 'jiti';
|
|
10
|
-
import 'magic-string';
|
|
11
|
-
import 'oxc-parser';
|
|
12
|
-
import 'semver';
|
|
13
|
-
import 'ts-morph';
|
|
14
|
-
import 'undici';
|
|
15
|
-
import 'unplugin';
|
|
16
|
-
import '@storm-software/build-tools/types';
|
|
17
|
-
import '@storm-software/config-tools/types';
|
|
18
|
-
import '@storm-software/config/types';
|
|
19
|
-
import '@stryke/types/configuration';
|
|
20
|
-
import '@stryke/types/file';
|
|
21
|
-
import 'vite';
|
|
22
|
-
import '@stryke/fs/resolve';
|
|
23
|
-
import '@stryke/types/array';
|
|
24
|
-
import '@stryke/types/tsconfig';
|
|
25
|
-
import 'typescript';
|
package/dist/helpers/index.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export*from'./unplugin';
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
import * as esbuild from 'esbuild';
|
|
2
|
-
import { R as RollupPluginContext } from '../index-DwNsvBx_.js';
|
|
3
|
-
import 'rollup';
|
|
4
|
-
import '@stryke/env/get-env-paths';
|
|
5
|
-
import '@stryke/http/fetch';
|
|
6
|
-
import '@stryke/types/base';
|
|
7
|
-
import '@stryke/types/package-json';
|
|
8
|
-
import 'jiti';
|
|
9
|
-
import 'magic-string';
|
|
10
|
-
import 'oxc-parser';
|
|
11
|
-
import 'semver';
|
|
12
|
-
import 'ts-morph';
|
|
13
|
-
import 'undici';
|
|
14
|
-
import 'unplugin';
|
|
15
|
-
import '@storm-software/build-tools/types';
|
|
16
|
-
import '@storm-software/config-tools/types';
|
|
17
|
-
import '@storm-software/config/types';
|
|
18
|
-
import '@stryke/types/configuration';
|
|
19
|
-
import '@stryke/types/file';
|
|
20
|
-
import 'vite';
|
|
21
|
-
import '@stryke/fs/resolve';
|
|
22
|
-
import '@stryke/types/array';
|
|
23
|
-
import '@stryke/types/tsconfig';
|
|
24
|
-
import 'typescript';
|
|
25
|
-
|
|
26
|
-
declare function createRollupPlugin(context: RollupPluginContext): esbuild.Plugin;
|
|
27
|
-
|
|
28
|
-
export { createRollupPlugin };
|
package/dist/helpers/unplugin.js
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import {a}from'../chunk-UCUR73HG.js';import {createUnplugin}from'powerlines/lib/unplugin';import {createEsbuildPlugin}from'unplugin';/*****************************************
|
|
2
|
-
*
|
|
3
|
-
* ⚡ Built by Storm Software
|
|
4
|
-
*
|
|
5
|
-
*****************************************/
|
|
6
|
-
|
|
7
|
-
function g(t){return createEsbuildPlugin(createUnplugin(t))({})}a(g,"createRollupPlugin");export{g as createRollupPlugin};
|