@powerlines/plugin-rolldown 0.7.56 → 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 -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-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 -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-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 +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-CeUkTFwA.d.cts +0 -1567
- package/dist/index-CeUkTFwA.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
package/dist/index.d.ts
DELETED
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
import { R as RolldownPluginContext, a as RolldownPluginOptions, P as Plugin } from './index-CeUkTFwA.js';
|
|
2
|
-
export { b as RolldownPluginResolvedConfig, d as __ΩRolldownPluginContext, _ as __ΩRolldownPluginOptions, c as __ΩRolldownPluginResolvedConfig } from './index-CeUkTFwA.js';
|
|
3
|
-
export { createRolldownPlugin } from './helpers/unplugin.js';
|
|
4
|
-
import 'rolldown';
|
|
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';
|
|
26
|
-
import 'esbuild';
|
|
27
|
-
|
|
28
|
-
/**
|
|
29
|
-
* A Powerlines plugin to assist in developing other Powerlines plugins.
|
|
30
|
-
*/
|
|
31
|
-
declare const plugin: <TContext extends RolldownPluginContext = RolldownPluginContext>(options?: RolldownPluginOptions) => Plugin<TContext>;
|
|
32
|
-
|
|
33
|
-
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,23 +0,0 @@
|
|
|
1
|
-
export { R as RolldownPluginContext, a as RolldownPluginOptions, b as RolldownPluginResolvedConfig, d as __ΩRolldownPluginContext, _ as __ΩRolldownPluginOptions, c as __ΩRolldownPluginResolvedConfig } from '../index-CeUkTFwA.js';
|
|
2
|
-
import 'rolldown';
|
|
3
|
-
import '@stryke/env/get-env-paths';
|
|
4
|
-
import '@stryke/http/fetch';
|
|
5
|
-
import '@stryke/types/base';
|
|
6
|
-
import '@stryke/types/package-json';
|
|
7
|
-
import 'jiti';
|
|
8
|
-
import 'magic-string';
|
|
9
|
-
import 'oxc-parser';
|
|
10
|
-
import 'semver';
|
|
11
|
-
import 'ts-morph';
|
|
12
|
-
import 'undici';
|
|
13
|
-
import 'unplugin';
|
|
14
|
-
import '@storm-software/build-tools/types';
|
|
15
|
-
import '@storm-software/config-tools/types';
|
|
16
|
-
import '@storm-software/config/types';
|
|
17
|
-
import '@stryke/types/configuration';
|
|
18
|
-
import '@stryke/types/file';
|
|
19
|
-
import 'vite';
|
|
20
|
-
import '@stryke/fs/resolve';
|
|
21
|
-
import '@stryke/types/array';
|
|
22
|
-
import '@stryke/types/tsconfig';
|
|
23
|
-
import 'typescript';
|
package/dist/types/index.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export*from'./plugin';
|
package/dist/types/plugin.d.ts
DELETED
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
export { R as RolldownPluginContext, a as RolldownPluginOptions, b as RolldownPluginResolvedConfig, d as __ΩRolldownPluginContext, _ as __ΩRolldownPluginOptions, c as __ΩRolldownPluginResolvedConfig } from '../index-CeUkTFwA.js';
|
|
2
|
-
import 'rolldown';
|
|
3
|
-
import '@stryke/env/get-env-paths';
|
|
4
|
-
import '@stryke/http/fetch';
|
|
5
|
-
import '@stryke/types/base';
|
|
6
|
-
import '@stryke/types/package-json';
|
|
7
|
-
import 'jiti';
|
|
8
|
-
import 'magic-string';
|
|
9
|
-
import 'oxc-parser';
|
|
10
|
-
import 'semver';
|
|
11
|
-
import 'ts-morph';
|
|
12
|
-
import 'undici';
|
|
13
|
-
import 'unplugin';
|
|
14
|
-
import '@storm-software/build-tools/types';
|
|
15
|
-
import '@storm-software/config-tools/types';
|
|
16
|
-
import '@storm-software/config/types';
|
|
17
|
-
import '@stryke/types/configuration';
|
|
18
|
-
import '@stryke/types/file';
|
|
19
|
-
import 'vite';
|
|
20
|
-
import '@stryke/fs/resolve';
|
|
21
|
-
import '@stryke/types/array';
|
|
22
|
-
import '@stryke/types/tsconfig';
|
|
23
|
-
import 'typescript';
|
|
File without changes
|