@powerlines/plugin-rspack 0.5.8 → 0.5.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 +23 -0
- package/dist/helpers/index.d.ts +23 -0
- package/dist/helpers/index.js +1 -0
- package/dist/helpers/unplugin.cjs +7 -0
- package/dist/helpers/unplugin.d.cts +26 -0
- package/dist/helpers/unplugin.d.ts +26 -0
- package/dist/helpers/unplugin.js +7 -0
- package/dist/index-B3yWfz0u.d.cts +1313 -0
- package/dist/index-B3yWfz0u.d.ts +1313 -0
- package/dist/src/index.cjs +7 -0
- package/dist/src/index.d.cts +31 -0
- package/dist/src/index.d.ts +31 -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 +9 -9
|
@@ -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,23 @@
|
|
|
1
|
+
export { createRspackPlugin } from './unplugin.cjs';
|
|
2
|
+
import 'unplugin';
|
|
3
|
+
import '../index-B3yWfz0u.cjs';
|
|
4
|
+
import '@rspack/core';
|
|
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 '@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';
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
export { createRspackPlugin } from './unplugin.js';
|
|
2
|
+
import 'unplugin';
|
|
3
|
+
import '../index-B3yWfz0u.js';
|
|
4
|
+
import '@rspack/core';
|
|
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 '@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';
|
|
@@ -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 u(t){return unplugin.createRspackPlugin(unplugin$1.createUnplugin(t,{skipResolve:true}))({})}chunkFBBMZ4NC_cjs.a(u,"createRspackPlugin");exports.createRspackPlugin=u;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import * as unplugin from 'unplugin';
|
|
2
|
+
import { R as RspackPluginContext } from '../index-B3yWfz0u.cjs';
|
|
3
|
+
import '@rspack/core';
|
|
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 '@storm-software/build-tools/types';
|
|
10
|
+
import '@storm-software/config-tools/types';
|
|
11
|
+
import '@storm-software/config/types';
|
|
12
|
+
import '@stryke/types/base';
|
|
13
|
+
import '@stryke/types/configuration';
|
|
14
|
+
import '@stryke/types/file';
|
|
15
|
+
import 'vite';
|
|
16
|
+
import '@stryke/types/array';
|
|
17
|
+
import '@stryke/types/tsconfig';
|
|
18
|
+
import 'typescript';
|
|
19
|
+
import '@stryke/json/types';
|
|
20
|
+
import 'memfs';
|
|
21
|
+
import 'node:fs';
|
|
22
|
+
import 'unionfs';
|
|
23
|
+
|
|
24
|
+
declare function createRspackPlugin(context: RspackPluginContext): unplugin.RspackPluginInstance;
|
|
25
|
+
|
|
26
|
+
export { createRspackPlugin };
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import * as unplugin from 'unplugin';
|
|
2
|
+
import { R as RspackPluginContext } from '../index-B3yWfz0u.js';
|
|
3
|
+
import '@rspack/core';
|
|
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 '@storm-software/build-tools/types';
|
|
10
|
+
import '@storm-software/config-tools/types';
|
|
11
|
+
import '@storm-software/config/types';
|
|
12
|
+
import '@stryke/types/base';
|
|
13
|
+
import '@stryke/types/configuration';
|
|
14
|
+
import '@stryke/types/file';
|
|
15
|
+
import 'vite';
|
|
16
|
+
import '@stryke/types/array';
|
|
17
|
+
import '@stryke/types/tsconfig';
|
|
18
|
+
import 'typescript';
|
|
19
|
+
import '@stryke/json/types';
|
|
20
|
+
import 'memfs';
|
|
21
|
+
import 'node:fs';
|
|
22
|
+
import 'unionfs';
|
|
23
|
+
|
|
24
|
+
declare function createRspackPlugin(context: RspackPluginContext): unplugin.RspackPluginInstance;
|
|
25
|
+
|
|
26
|
+
export { createRspackPlugin };
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import {a}from'../chunk-UCUR73HG.js';import {createUnplugin}from'powerlines/lib/unplugin';import {createRspackPlugin}from'unplugin';/*****************************************
|
|
2
|
+
*
|
|
3
|
+
* ⚡ Built by Storm Software
|
|
4
|
+
*
|
|
5
|
+
*****************************************/
|
|
6
|
+
|
|
7
|
+
function s(t){return createRspackPlugin(createUnplugin(t,{skipResolve:true}))({})}a(s,"createRspackPlugin");export{s as createRspackPlugin};
|