@powerlines/plugin-rollup 0.7.8 → 0.7.10
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/chunk-FBBMZ4NC.cjs +7 -0
- package/dist/chunk-UCUR73HG.js +7 -0
- package/dist/helpers/index.cjs +1 -0
- package/dist/helpers/index.d.cts +24 -0
- package/dist/helpers/index.d.ts +24 -0
- package/dist/helpers/index.js +1 -0
- package/dist/helpers/unplugin.cjs +7 -0
- package/dist/helpers/unplugin.d.cts +27 -0
- package/dist/helpers/unplugin.d.ts +27 -0
- package/dist/helpers/unplugin.js +7 -0
- package/dist/index-BtiZvLRp.d.cts +1316 -0
- package/dist/index-BtiZvLRp.d.ts +1316 -0
- package/dist/src/index.cjs +7 -0
- package/dist/src/index.d.cts +32 -0
- package/dist/src/index.d.ts +32 -0
- package/dist/src/index.js +7 -0
- package/dist/types/index.cjs +1 -0
- package/dist/types/index.d.cts +22 -0
- package/dist/types/index.d.ts +22 -0
- package/dist/types/index.js +1 -0
- package/dist/types/plugin.cjs +1 -0
- package/dist/types/plugin.d.cts +22 -0
- package/dist/types/plugin.d.ts +22 -0
- package/dist/types/plugin.js +0 -0
- package/package.json +8 -8
|
@@ -0,0 +1 @@
|
|
|
1
|
+
'use strict';var unplugin=require('./unplugin');Object.keys(unplugin).forEach(function(k){if(k!=='default'&&!Object.prototype.hasOwnProperty.call(exports,k))Object.defineProperty(exports,k,{enumerable:true,get:function(){return unplugin[k]}})});
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
export { createRollupPlugin } from './unplugin.cjs';
|
|
2
|
+
import 'esbuild';
|
|
3
|
+
import '../index-BtiZvLRp.cjs';
|
|
4
|
+
import 'rollup';
|
|
5
|
+
import '@stryke/env/get-env-paths';
|
|
6
|
+
import '@stryke/types/package-json';
|
|
7
|
+
import 'jiti';
|
|
8
|
+
import 'oxc-parser';
|
|
9
|
+
import 'semver';
|
|
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/base';
|
|
15
|
+
import '@stryke/types/configuration';
|
|
16
|
+
import '@stryke/types/file';
|
|
17
|
+
import 'vite';
|
|
18
|
+
import '@stryke/types/array';
|
|
19
|
+
import '@stryke/types/tsconfig';
|
|
20
|
+
import 'typescript';
|
|
21
|
+
import '@stryke/json/types';
|
|
22
|
+
import 'memfs';
|
|
23
|
+
import 'node:fs';
|
|
24
|
+
import 'unionfs';
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
export { createRollupPlugin } from './unplugin.js';
|
|
2
|
+
import 'esbuild';
|
|
3
|
+
import '../index-BtiZvLRp.js';
|
|
4
|
+
import 'rollup';
|
|
5
|
+
import '@stryke/env/get-env-paths';
|
|
6
|
+
import '@stryke/types/package-json';
|
|
7
|
+
import 'jiti';
|
|
8
|
+
import 'oxc-parser';
|
|
9
|
+
import 'semver';
|
|
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/base';
|
|
15
|
+
import '@stryke/types/configuration';
|
|
16
|
+
import '@stryke/types/file';
|
|
17
|
+
import 'vite';
|
|
18
|
+
import '@stryke/types/array';
|
|
19
|
+
import '@stryke/types/tsconfig';
|
|
20
|
+
import 'typescript';
|
|
21
|
+
import '@stryke/json/types';
|
|
22
|
+
import 'memfs';
|
|
23
|
+
import 'node:fs';
|
|
24
|
+
import 'unionfs';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export*from'./unplugin';
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
'use strict';var chunkFBBMZ4NC_cjs=require('../chunk-FBBMZ4NC.cjs'),unplugin$1=require('powerlines/lib/unplugin'),unplugin=require('unplugin');/*****************************************
|
|
2
|
+
*
|
|
3
|
+
* ⚡ Built by Storm Software
|
|
4
|
+
*
|
|
5
|
+
*****************************************/
|
|
6
|
+
|
|
7
|
+
function m(t){return unplugin.createEsbuildPlugin(unplugin$1.createUnplugin(t,{skipResolve:true}))({})}chunkFBBMZ4NC_cjs.a(m,"createRollupPlugin");exports.createRollupPlugin=m;
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import * as esbuild from 'esbuild';
|
|
2
|
+
import { R as RollupPluginContext } from '../index-BtiZvLRp.cjs';
|
|
3
|
+
import 'rollup';
|
|
4
|
+
import '@stryke/env/get-env-paths';
|
|
5
|
+
import '@stryke/types/package-json';
|
|
6
|
+
import 'jiti';
|
|
7
|
+
import 'oxc-parser';
|
|
8
|
+
import 'semver';
|
|
9
|
+
import 'unplugin';
|
|
10
|
+
import '@storm-software/build-tools/types';
|
|
11
|
+
import '@storm-software/config-tools/types';
|
|
12
|
+
import '@storm-software/config/types';
|
|
13
|
+
import '@stryke/types/base';
|
|
14
|
+
import '@stryke/types/configuration';
|
|
15
|
+
import '@stryke/types/file';
|
|
16
|
+
import 'vite';
|
|
17
|
+
import '@stryke/types/array';
|
|
18
|
+
import '@stryke/types/tsconfig';
|
|
19
|
+
import 'typescript';
|
|
20
|
+
import '@stryke/json/types';
|
|
21
|
+
import 'memfs';
|
|
22
|
+
import 'node:fs';
|
|
23
|
+
import 'unionfs';
|
|
24
|
+
|
|
25
|
+
declare function createRollupPlugin(context: RollupPluginContext): esbuild.Plugin;
|
|
26
|
+
|
|
27
|
+
export { createRollupPlugin };
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import * as esbuild from 'esbuild';
|
|
2
|
+
import { R as RollupPluginContext } from '../index-BtiZvLRp.js';
|
|
3
|
+
import 'rollup';
|
|
4
|
+
import '@stryke/env/get-env-paths';
|
|
5
|
+
import '@stryke/types/package-json';
|
|
6
|
+
import 'jiti';
|
|
7
|
+
import 'oxc-parser';
|
|
8
|
+
import 'semver';
|
|
9
|
+
import 'unplugin';
|
|
10
|
+
import '@storm-software/build-tools/types';
|
|
11
|
+
import '@storm-software/config-tools/types';
|
|
12
|
+
import '@storm-software/config/types';
|
|
13
|
+
import '@stryke/types/base';
|
|
14
|
+
import '@stryke/types/configuration';
|
|
15
|
+
import '@stryke/types/file';
|
|
16
|
+
import 'vite';
|
|
17
|
+
import '@stryke/types/array';
|
|
18
|
+
import '@stryke/types/tsconfig';
|
|
19
|
+
import 'typescript';
|
|
20
|
+
import '@stryke/json/types';
|
|
21
|
+
import 'memfs';
|
|
22
|
+
import 'node:fs';
|
|
23
|
+
import 'unionfs';
|
|
24
|
+
|
|
25
|
+
declare function createRollupPlugin(context: RollupPluginContext): esbuild.Plugin;
|
|
26
|
+
|
|
27
|
+
export { createRollupPlugin };
|
|
@@ -0,0 +1,7 @@
|
|
|
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,{skipResolve:true}))({})}a(g,"createRollupPlugin");export{g as createRollupPlugin};
|