@powerlines/plugin-rolldown 0.7.55 → 0.7.57
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/helpers/index.cjs +1 -1
- package/dist/helpers/index.d.cts +4 -22
- 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 -25
- 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 -25
- 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-CjvYHbXI.d.mts +1655 -0
- package/dist/plugin-CjvYHbXI.d.mts.map +1 -0
- package/dist/plugin-SU3_51iv.d.cts +1653 -0
- package/dist/plugin-SU3_51iv.d.cts.map +1 -0
- package/dist/plugin-pBKbb5K9.cjs +0 -0
- package/dist/types/index.cjs +1 -1
- package/dist/types/index.d.cts +3 -20
- 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 -20
- 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-CKu_4hUm.mjs +7 -0
- package/dist/unplugin-CKu_4hUm.mjs.map +1 -0
- package/dist/unplugin-D8JQtgSB.d.cts +8 -0
- package/dist/unplugin-D8JQtgSB.d.cts.map +1 -0
- package/dist/unplugin-DCd5P7_D.cjs +44 -0
- package/dist/unplugin-g3kVKdBu.d.mts +8 -0
- package/dist/unplugin-g3kVKdBu.d.mts.map +1 -0
- package/package.json +53 -35
- package/dist/chunk-FBBMZ4NC.cjs +0 -7
- package/dist/chunk-UCUR73HG.js +0 -7
- package/dist/helpers/index.d.ts +0 -22
- package/dist/helpers/index.js +0 -1
- package/dist/helpers/unplugin.d.ts +0 -25
- package/dist/helpers/unplugin.js +0 -7
- package/dist/index-D_fWHhY9.d.cts +0 -1497
- package/dist/index-D_fWHhY9.d.ts +0 -1497
- package/dist/index.d.ts +0 -30
- package/dist/index.js +0 -7
- package/dist/types/index.d.ts +0 -20
- package/dist/types/index.js +0 -1
- package/dist/types/plugin.d.ts +0 -20
- /package/dist/{types/plugin.js → helpers-LF26RHol.cjs} +0 -0
package/dist/index.d.ts
DELETED
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
import { R as RolldownPluginContext, a as RolldownPluginOptions, P as Plugin } from './index-D_fWHhY9.js';
|
|
2
|
-
export { b as RolldownPluginResolvedConfig, d as __ΩRolldownPluginContext, _ as __ΩRolldownPluginOptions, c as __ΩRolldownPluginResolvedConfig } from './index-D_fWHhY9.js';
|
|
3
|
-
export { createRolldownPlugin } from './helpers/unplugin.js';
|
|
4
|
-
import 'rolldown';
|
|
5
|
-
import '@stryke/env/get-env-paths';
|
|
6
|
-
import '@stryke/types/base';
|
|
7
|
-
import '@stryke/types/package-json';
|
|
8
|
-
import 'jiti';
|
|
9
|
-
import 'magic-string';
|
|
10
|
-
import 'semver';
|
|
11
|
-
import 'ts-morph';
|
|
12
|
-
import 'unplugin';
|
|
13
|
-
import '@storm-software/build-tools/types';
|
|
14
|
-
import '@storm-software/config-tools/types';
|
|
15
|
-
import '@storm-software/config/types';
|
|
16
|
-
import '@stryke/types/configuration';
|
|
17
|
-
import '@stryke/types/file';
|
|
18
|
-
import 'vite';
|
|
19
|
-
import '@stryke/fs/resolve';
|
|
20
|
-
import '@stryke/types/array';
|
|
21
|
-
import '@stryke/types/tsconfig';
|
|
22
|
-
import 'typescript';
|
|
23
|
-
import 'esbuild';
|
|
24
|
-
|
|
25
|
-
/**
|
|
26
|
-
* A Powerlines plugin to assist in developing other Powerlines plugins.
|
|
27
|
-
*/
|
|
28
|
-
declare const plugin: <TContext extends RolldownPluginContext = RolldownPluginContext>(options?: RolldownPluginOptions) => Plugin<TContext>;
|
|
29
|
-
|
|
30
|
-
export { RolldownPluginContext, RolldownPluginOptions, plugin as default, plugin };
|
package/dist/index.js
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import {a as a$1}from'./chunk-UCUR73HG.js';import {toArray}from'@stryke/convert/to-array';import i from'defu';import {extractRolldownConfig}from'powerlines/lib/build/rolldown';import {rolldown}from'rolldown';import {createRolldownPlugin}from'./helpers/unplugin';export*from'./helpers';export*from'./types';/*****************************************
|
|
2
|
-
*
|
|
3
|
-
* ⚡ Built by Storm Software
|
|
4
|
-
*
|
|
5
|
-
*****************************************/
|
|
6
|
-
|
|
7
|
-
const a=a$1((t={})=>({name:"rolldown",config(){return {output:{format:["cjs","esm"]},build:{...t,variant:"rolldown"}}},async build(){const n=await rolldown(i({plugins:[createRolldownPlugin(this)]},extractRolldownConfig(this)));await Promise.all(toArray(this.config.output.format).map(async l=>n.write({format:l})));}}),"plugin");var O=a;export{O as default,a as plugin};
|
package/dist/types/index.d.ts
DELETED
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
export { R as RolldownPluginContext, a as RolldownPluginOptions, b as RolldownPluginResolvedConfig, d as __ΩRolldownPluginContext, _ as __ΩRolldownPluginOptions, c as __ΩRolldownPluginResolvedConfig } from '../index-D_fWHhY9.js';
|
|
2
|
-
import 'rolldown';
|
|
3
|
-
import '@stryke/env/get-env-paths';
|
|
4
|
-
import '@stryke/types/base';
|
|
5
|
-
import '@stryke/types/package-json';
|
|
6
|
-
import 'jiti';
|
|
7
|
-
import 'magic-string';
|
|
8
|
-
import 'semver';
|
|
9
|
-
import 'ts-morph';
|
|
10
|
-
import 'unplugin';
|
|
11
|
-
import '@storm-software/build-tools/types';
|
|
12
|
-
import '@storm-software/config-tools/types';
|
|
13
|
-
import '@storm-software/config/types';
|
|
14
|
-
import '@stryke/types/configuration';
|
|
15
|
-
import '@stryke/types/file';
|
|
16
|
-
import 'vite';
|
|
17
|
-
import '@stryke/fs/resolve';
|
|
18
|
-
import '@stryke/types/array';
|
|
19
|
-
import '@stryke/types/tsconfig';
|
|
20
|
-
import 'typescript';
|
package/dist/types/index.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export*from'./plugin';
|
package/dist/types/plugin.d.ts
DELETED
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
export { R as RolldownPluginContext, a as RolldownPluginOptions, b as RolldownPluginResolvedConfig, d as __ΩRolldownPluginContext, _ as __ΩRolldownPluginOptions, c as __ΩRolldownPluginResolvedConfig } from '../index-D_fWHhY9.js';
|
|
2
|
-
import 'rolldown';
|
|
3
|
-
import '@stryke/env/get-env-paths';
|
|
4
|
-
import '@stryke/types/base';
|
|
5
|
-
import '@stryke/types/package-json';
|
|
6
|
-
import 'jiti';
|
|
7
|
-
import 'magic-string';
|
|
8
|
-
import 'semver';
|
|
9
|
-
import 'ts-morph';
|
|
10
|
-
import 'unplugin';
|
|
11
|
-
import '@storm-software/build-tools/types';
|
|
12
|
-
import '@storm-software/config-tools/types';
|
|
13
|
-
import '@storm-software/config/types';
|
|
14
|
-
import '@stryke/types/configuration';
|
|
15
|
-
import '@stryke/types/file';
|
|
16
|
-
import 'vite';
|
|
17
|
-
import '@stryke/fs/resolve';
|
|
18
|
-
import '@stryke/types/array';
|
|
19
|
-
import '@stryke/types/tsconfig';
|
|
20
|
-
import 'typescript';
|
|
File without changes
|