@powerlines/plugin-rspack 0.5.307 → 0.5.309
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/build-BFd9LRNQ.d.cts +8 -0
- package/dist/build-BFd9LRNQ.d.cts.map +1 -0
- package/dist/build-DA0tRXwM.d.mts +8 -0
- package/dist/build-DA0tRXwM.d.mts.map +1 -0
- package/dist/build-DJTI0ZMx.cjs +0 -0
- package/dist/build-XTM4L3VY.mjs +1 -0
- package/dist/helpers/index.cjs +5 -4
- package/dist/helpers/index.d.cts +5 -2
- package/dist/helpers/index.d.mts +5 -2
- package/dist/helpers/index.mjs +3 -2
- package/dist/helpers/resolve-options.cjs +2 -37
- package/dist/helpers/resolve-options.d.cts +2 -15
- package/dist/helpers/resolve-options.d.mts +2 -16
- package/dist/helpers/resolve-options.mjs +2 -36
- package/dist/helpers/unplugin.cjs +2 -11
- package/dist/helpers/unplugin.d.cts +4 -8
- package/dist/helpers/unplugin.d.mts +4 -8
- package/dist/helpers/unplugin.mjs +2 -11
- package/dist/helpers-C9XSjwSZ.mjs +1 -0
- package/dist/helpers-yB1XkvQI.cjs +0 -0
- package/dist/index-B_e8BwCm.d.cts +1 -0
- package/dist/index-CW2WHUXP.d.mts +1 -0
- package/dist/index-Cc7fCJU9.d.mts +1 -0
- package/dist/index-CiBIKhMu.d.cts +1 -0
- package/dist/index.cjs +10 -8
- package/dist/index.d.cts +7 -5
- package/dist/index.d.cts.map +1 -1
- package/dist/index.d.mts +7 -8
- package/dist/index.d.mts.map +1 -1
- package/dist/index.mjs +6 -3
- package/dist/index.mjs.map +1 -1
- package/dist/plugin-D3B5E_Hg.mjs +1 -0
- package/dist/plugin-D5qyQPqC.cjs +0 -0
- package/dist/plugin-DK1UuZUT.d.cts +19 -0
- package/dist/plugin-DK1UuZUT.d.cts.map +1 -0
- package/dist/plugin-aE8qvTYa.d.mts +19 -0
- package/dist/plugin-aE8qvTYa.d.mts.map +1 -0
- package/dist/resolve-options-BJGgrWuy.d.cts +15 -0
- package/dist/resolve-options-BJGgrWuy.d.cts.map +1 -0
- package/dist/resolve-options-C1La6URI.d.mts +15 -0
- package/dist/resolve-options-C1La6URI.d.mts.map +1 -0
- package/dist/resolve-options-Dd1m9RDc.cjs +75 -0
- package/dist/resolve-options-vZLZ1_cF.mjs +37 -0
- package/dist/resolve-options-vZLZ1_cF.mjs.map +1 -0
- package/dist/types/build.cjs +1 -0
- package/dist/types/build.d.cts +2 -8
- package/dist/types/build.d.mts +2 -8
- package/dist/types/build.mjs +2 -0
- package/dist/types/index.cjs +3 -0
- package/dist/types/index.d.cts +3 -2
- package/dist/types/index.d.mts +3 -2
- package/dist/types/index.mjs +4 -0
- package/dist/types/plugin.cjs +1 -0
- package/dist/types/plugin.d.cts +3 -20
- package/dist/types/plugin.d.mts +3 -21
- package/dist/types/plugin.mjs +2 -0
- package/dist/types-D208vOSb.cjs +0 -0
- package/dist/types-Dv2cgIDx.mjs +1 -0
- package/dist/unplugin-B_f-YOTD.cjs +16 -0
- package/dist/unplugin-DeBr-5Sy.mjs +11 -0
- package/dist/unplugin-DeBr-5Sy.mjs.map +1 -0
- package/dist/unplugin-DlH_QSxJ.d.mts +8 -0
- package/dist/unplugin-DlH_QSxJ.d.mts.map +1 -0
- package/dist/unplugin-zy8DBcVf.d.cts +8 -0
- package/dist/unplugin-zy8DBcVf.d.cts.map +1 -0
- package/package.json +3 -3
- package/dist/_virtual/rolldown_runtime.cjs +0 -29
- package/dist/core/src/lib/logger.cjs +0 -41
- package/dist/core/src/lib/logger.mjs +0 -40
- package/dist/core/src/lib/logger.mjs.map +0 -1
- package/dist/core/src/lib/unplugin/helpers.cjs +0 -19
- package/dist/core/src/lib/unplugin/helpers.mjs +0 -19
- package/dist/core/src/lib/unplugin/helpers.mjs.map +0 -1
- package/dist/core/src/lib/unplugin/index.cjs +0 -3
- package/dist/core/src/lib/unplugin/index.mjs +0 -5
- package/dist/core/src/lib/unplugin/module-resolution.cjs +0 -66
- package/dist/core/src/lib/unplugin/module-resolution.mjs +0 -66
- package/dist/core/src/lib/unplugin/module-resolution.mjs.map +0 -1
- package/dist/core/src/lib/unplugin/plugin.cjs +0 -71
- package/dist/core/src/lib/unplugin/plugin.mjs +0 -71
- package/dist/core/src/lib/unplugin/plugin.mjs.map +0 -1
- package/dist/core/src/lib/utilities/source-file.cjs +0 -22
- package/dist/core/src/lib/utilities/source-file.mjs +0 -22
- package/dist/core/src/lib/utilities/source-file.mjs.map +0 -1
- package/dist/core/src/types/api.d.cts +0 -103
- package/dist/core/src/types/api.d.cts.map +0 -1
- package/dist/core/src/types/api.d.mts +0 -103
- package/dist/core/src/types/api.d.mts.map +0 -1
- package/dist/core/src/types/commands.d.cts +0 -9
- package/dist/core/src/types/commands.d.cts.map +0 -1
- package/dist/core/src/types/commands.d.mts +0 -10
- package/dist/core/src/types/commands.d.mts.map +0 -1
- package/dist/core/src/types/config.d.cts +0 -551
- package/dist/core/src/types/config.d.cts.map +0 -1
- package/dist/core/src/types/config.d.mts +0 -551
- package/dist/core/src/types/config.d.mts.map +0 -1
- package/dist/core/src/types/context.d.cts +0 -511
- package/dist/core/src/types/context.d.cts.map +0 -1
- package/dist/core/src/types/context.d.mts +0 -511
- package/dist/core/src/types/context.d.mts.map +0 -1
- package/dist/core/src/types/fs.d.cts +0 -487
- package/dist/core/src/types/fs.d.cts.map +0 -1
- package/dist/core/src/types/fs.d.mts +0 -487
- package/dist/core/src/types/fs.d.mts.map +0 -1
- package/dist/core/src/types/hooks.d.cts +0 -99
- package/dist/core/src/types/hooks.d.cts.map +0 -1
- package/dist/core/src/types/hooks.d.mts +0 -99
- package/dist/core/src/types/hooks.d.mts.map +0 -1
- package/dist/core/src/types/index.d.mts +0 -9
- package/dist/core/src/types/plugin.d.cts +0 -204
- package/dist/core/src/types/plugin.d.cts.map +0 -1
- package/dist/core/src/types/plugin.d.mts +0 -204
- package/dist/core/src/types/plugin.d.mts.map +0 -1
- package/dist/core/src/types/tsconfig.d.cts +0 -70
- package/dist/core/src/types/tsconfig.d.cts.map +0 -1
- package/dist/core/src/types/tsconfig.d.mts +0 -70
- package/dist/core/src/types/tsconfig.d.mts.map +0 -1
- package/dist/core/src/types/unplugin.cjs +0 -21
- package/dist/core/src/types/unplugin.d.cts +0 -24
- package/dist/core/src/types/unplugin.d.cts.map +0 -1
- package/dist/core/src/types/unplugin.d.mts +0 -25
- package/dist/core/src/types/unplugin.d.mts.map +0 -1
- package/dist/core/src/types/unplugin.mjs +0 -22
- package/dist/core/src/types/unplugin.mjs.map +0 -1
- package/dist/helpers/resolve-options.d.cts.map +0 -1
- package/dist/helpers/resolve-options.d.mts.map +0 -1
- package/dist/helpers/resolve-options.mjs.map +0 -1
- package/dist/helpers/unplugin.d.cts.map +0 -1
- package/dist/helpers/unplugin.d.mts.map +0 -1
- package/dist/helpers/unplugin.mjs.map +0 -1
- package/dist/types/build.d.cts.map +0 -1
- package/dist/types/build.d.mts.map +0 -1
- package/dist/types/plugin.d.cts.map +0 -1
- package/dist/types/plugin.d.mts.map +0 -1
package/dist/types/build.d.cts
CHANGED
|
@@ -1,8 +1,2 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
//#region src/types/build.d.ts
|
|
4
|
-
type RspackOptions = Omit<Configuration, "name" | "entry" | "entryPoints" | "tsconfig" | "tsconfigRaw" | "environments" | "output" | "platform" | "define" | "external">;
|
|
5
|
-
declare type __ΩRspackOptions = any[];
|
|
6
|
-
//#endregion
|
|
7
|
-
export { RspackOptions, __ΩRspackOptions };
|
|
8
|
-
//# sourceMappingURL=build.d.cts.map
|
|
1
|
+
import { n as __ΩRspackOptions, t as RspackOptions } from "../build-BFd9LRNQ.cjs";
|
|
2
|
+
export { RspackOptions, __ΩRspackOptions };
|
package/dist/types/build.d.mts
CHANGED
|
@@ -1,8 +1,2 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
//#region src/types/build.d.ts
|
|
4
|
-
type RspackOptions = Omit<Configuration, "name" | "entry" | "entryPoints" | "tsconfig" | "tsconfigRaw" | "environments" | "output" | "platform" | "define" | "external">;
|
|
5
|
-
declare type __ΩRspackOptions = any[];
|
|
6
|
-
//#endregion
|
|
7
|
-
export { RspackOptions, __ΩRspackOptions };
|
|
8
|
-
//# sourceMappingURL=build.d.mts.map
|
|
1
|
+
import { n as __ΩRspackOptions, t as RspackOptions } from "../build-DA0tRXwM.mjs";
|
|
2
|
+
export { RspackOptions, __ΩRspackOptions };
|
package/dist/types/build.mjs
CHANGED
package/dist/types/index.cjs
CHANGED
package/dist/types/index.d.cts
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { RspackPluginContext,
|
|
1
|
+
import { n as __ΩRspackOptions, t as RspackOptions } from "../build-BFd9LRNQ.cjs";
|
|
2
|
+
import { a as __ΩRspackPluginContext, c as __ΩRspackPluginUserConfig, i as RspackPluginUserConfig, n as RspackPluginOptions, o as __ΩRspackPluginOptions, r as RspackPluginResolvedConfig, s as __ΩRspackPluginResolvedConfig, t as RspackPluginContext } from "../plugin-DK1UuZUT.cjs";
|
|
3
|
+
import "../index-B_e8BwCm.cjs";
|
|
3
4
|
export { RspackOptions, RspackPluginContext, RspackPluginOptions, RspackPluginResolvedConfig, RspackPluginUserConfig, __ΩRspackOptions, __ΩRspackPluginContext, __ΩRspackPluginOptions, __ΩRspackPluginResolvedConfig, __ΩRspackPluginUserConfig };
|
package/dist/types/index.d.mts
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { RspackPluginContext,
|
|
1
|
+
import { n as __ΩRspackOptions, t as RspackOptions } from "../build-DA0tRXwM.mjs";
|
|
2
|
+
import { a as __ΩRspackPluginContext, c as __ΩRspackPluginUserConfig, i as RspackPluginUserConfig, n as RspackPluginOptions, o as __ΩRspackPluginOptions, r as RspackPluginResolvedConfig, s as __ΩRspackPluginResolvedConfig, t as RspackPluginContext } from "../plugin-aE8qvTYa.mjs";
|
|
3
|
+
import "../index-Cc7fCJU9.mjs";
|
|
3
4
|
export { RspackOptions, RspackPluginContext, RspackPluginOptions, RspackPluginResolvedConfig, RspackPluginUserConfig, __ΩRspackOptions, __ΩRspackPluginContext, __ΩRspackPluginOptions, __ΩRspackPluginResolvedConfig, __ΩRspackPluginUserConfig };
|
package/dist/types/index.mjs
CHANGED
package/dist/types/plugin.cjs
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
require('../plugin-D5qyQPqC.cjs');
|
package/dist/types/plugin.d.cts
CHANGED
|
@@ -1,20 +1,3 @@
|
|
|
1
|
-
import
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
//#region src/types/plugin.d.ts
|
|
6
|
-
type RspackPluginOptions = Partial<RspackOptions>;
|
|
7
|
-
interface RspackPluginUserConfig extends UserConfig {
|
|
8
|
-
rspack?: RspackPluginOptions;
|
|
9
|
-
}
|
|
10
|
-
interface RspackPluginResolvedConfig extends ResolvedConfig {
|
|
11
|
-
rspack: RspackOptions;
|
|
12
|
-
}
|
|
13
|
-
type RspackPluginContext<TResolvedConfig extends RspackPluginResolvedConfig = RspackPluginResolvedConfig> = PluginContext<TResolvedConfig>;
|
|
14
|
-
declare type __ΩRspackPluginOptions = any[];
|
|
15
|
-
declare type __ΩRspackPluginUserConfig = any[];
|
|
16
|
-
declare type __ΩRspackPluginResolvedConfig = any[];
|
|
17
|
-
declare type __ΩRspackPluginContext = any[];
|
|
18
|
-
//#endregion
|
|
19
|
-
export { RspackPluginContext, RspackPluginOptions, RspackPluginResolvedConfig, RspackPluginUserConfig, __ΩRspackPluginContext, __ΩRspackPluginOptions, __ΩRspackPluginResolvedConfig, __ΩRspackPluginUserConfig };
|
|
20
|
-
//# sourceMappingURL=plugin.d.cts.map
|
|
1
|
+
import "../build-BFd9LRNQ.cjs";
|
|
2
|
+
import { a as __ΩRspackPluginContext, c as __ΩRspackPluginUserConfig, i as RspackPluginUserConfig, n as RspackPluginOptions, o as __ΩRspackPluginOptions, r as RspackPluginResolvedConfig, s as __ΩRspackPluginResolvedConfig, t as RspackPluginContext } from "../plugin-DK1UuZUT.cjs";
|
|
3
|
+
export { RspackPluginContext, RspackPluginOptions, RspackPluginResolvedConfig, RspackPluginUserConfig, __ΩRspackPluginContext, __ΩRspackPluginOptions, __ΩRspackPluginResolvedConfig, __ΩRspackPluginUserConfig };
|
package/dist/types/plugin.d.mts
CHANGED
|
@@ -1,21 +1,3 @@
|
|
|
1
|
-
import
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
import { RspackOptions } from "./build.mjs";
|
|
5
|
-
|
|
6
|
-
//#region src/types/plugin.d.ts
|
|
7
|
-
type RspackPluginOptions = Partial<RspackOptions>;
|
|
8
|
-
interface RspackPluginUserConfig extends UserConfig {
|
|
9
|
-
rspack?: RspackPluginOptions;
|
|
10
|
-
}
|
|
11
|
-
interface RspackPluginResolvedConfig extends ResolvedConfig {
|
|
12
|
-
rspack: RspackOptions;
|
|
13
|
-
}
|
|
14
|
-
type RspackPluginContext<TResolvedConfig extends RspackPluginResolvedConfig = RspackPluginResolvedConfig> = PluginContext<TResolvedConfig>;
|
|
15
|
-
declare type __ΩRspackPluginOptions = any[];
|
|
16
|
-
declare type __ΩRspackPluginUserConfig = any[];
|
|
17
|
-
declare type __ΩRspackPluginResolvedConfig = any[];
|
|
18
|
-
declare type __ΩRspackPluginContext = any[];
|
|
19
|
-
//#endregion
|
|
20
|
-
export { RspackPluginContext, RspackPluginOptions, RspackPluginResolvedConfig, RspackPluginUserConfig, __ΩRspackPluginContext, __ΩRspackPluginOptions, __ΩRspackPluginResolvedConfig, __ΩRspackPluginUserConfig };
|
|
21
|
-
//# sourceMappingURL=plugin.d.mts.map
|
|
1
|
+
import "../build-DA0tRXwM.mjs";
|
|
2
|
+
import { a as __ΩRspackPluginContext, c as __ΩRspackPluginUserConfig, i as RspackPluginUserConfig, n as RspackPluginOptions, o as __ΩRspackPluginOptions, r as RspackPluginResolvedConfig, s as __ΩRspackPluginResolvedConfig, t as RspackPluginContext } from "../plugin-aE8qvTYa.mjs";
|
|
3
|
+
export { RspackPluginContext, RspackPluginOptions, RspackPluginResolvedConfig, RspackPluginUserConfig, __ΩRspackPluginContext, __ΩRspackPluginOptions, __ΩRspackPluginResolvedConfig, __ΩRspackPluginUserConfig };
|
package/dist/types/plugin.mjs
CHANGED
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { };
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
const require_resolve_options = require('./resolve-options-Dd1m9RDc.cjs');
|
|
2
|
+
let __powerlines_core_lib_unplugin = require("@powerlines/core/lib/unplugin");
|
|
3
|
+
let unplugin = require("unplugin");
|
|
4
|
+
|
|
5
|
+
//#region src/helpers/unplugin.ts
|
|
6
|
+
function createRspackPlugin(context) {
|
|
7
|
+
return (0, unplugin.createRspackPlugin)((0, __powerlines_core_lib_unplugin.createUnplugin)(context))({});
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
//#endregion
|
|
11
|
+
Object.defineProperty(exports, 'createRspackPlugin', {
|
|
12
|
+
enumerable: true,
|
|
13
|
+
get: function () {
|
|
14
|
+
return createRspackPlugin;
|
|
15
|
+
}
|
|
16
|
+
});
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { createUnplugin } from "@powerlines/core/lib/unplugin";
|
|
2
|
+
import { createRspackPlugin } from "unplugin";
|
|
3
|
+
|
|
4
|
+
//#region src/helpers/unplugin.ts
|
|
5
|
+
function createRspackPlugin$1(context) {
|
|
6
|
+
return createRspackPlugin(createUnplugin(context))({});
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
//#endregion
|
|
10
|
+
export { createRspackPlugin$1 as t };
|
|
11
|
+
//# sourceMappingURL=unplugin-DeBr-5Sy.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"unplugin-DeBr-5Sy.mjs","names":["createRspackPlugin","createRspackUnplugin"],"sources":["../src/helpers/unplugin.ts"],"sourcesContent":["/* -------------------------------------------------------------------\n\n ⚡ Storm Software - Powerlines\n\n This code was released as part of the Powerlines project. Powerlines\n is maintained by Storm Software under the Apache-2.0 license, and is\n free for commercial and private use. For more information, please visit\n our licensing page at https://stormsoftware.com/licenses/projects/powerlines.\n\n Website: https://stormsoftware.com\n Repository: https://github.com/storm-software/powerlines\n Documentation: https://docs.stormsoftware.com/projects/powerlines\n Contact: https://stormsoftware.com/contact\n\n SPDX-License-Identifier: Apache-2.0\n\n ------------------------------------------------------------------- */\n\nimport { createUnplugin } from \"@powerlines/core/lib/unplugin\";\nimport { createRspackPlugin as createRspackUnplugin } from \"unplugin\";\nimport { RspackPluginContext } from \"../types/plugin\";\n\nexport function createRspackPlugin(context: RspackPluginContext) {\n return createRspackUnplugin(createUnplugin(context))({});\n}\n"],"mappings":";;;;AAsBA,SAAgBA,qBAAmB,SAA8B;AAC/D,QAAOC,mBAAqB,eAAe,QAAQ,CAAC,CAAC,EAAE,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { t as RspackPluginContext } from "./plugin-aE8qvTYa.mjs";
|
|
2
|
+
import * as unplugin0 from "unplugin";
|
|
3
|
+
|
|
4
|
+
//#region src/helpers/unplugin.d.ts
|
|
5
|
+
declare function createRspackPlugin$1(context: RspackPluginContext): unplugin0.RspackPluginInstance;
|
|
6
|
+
//#endregion
|
|
7
|
+
export { createRspackPlugin$1 as t };
|
|
8
|
+
//# sourceMappingURL=unplugin-DlH_QSxJ.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"unplugin-DlH_QSxJ.d.mts","names":[],"sources":["../src/helpers/unplugin.ts"],"sourcesContent":[],"mappings":";;;;iBAsBgB,oBAAA,UAA4B,sBAAmB,SAAA,CAAA"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { t as RspackPluginContext } from "./plugin-DK1UuZUT.cjs";
|
|
2
|
+
import * as unplugin0 from "unplugin";
|
|
3
|
+
|
|
4
|
+
//#region src/helpers/unplugin.d.ts
|
|
5
|
+
declare function createRspackPlugin(context: RspackPluginContext): unplugin0.RspackPluginInstance;
|
|
6
|
+
//#endregion
|
|
7
|
+
export { createRspackPlugin as t };
|
|
8
|
+
//# sourceMappingURL=unplugin-zy8DBcVf.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"unplugin-zy8DBcVf.d.cts","names":[],"sources":["../src/helpers/unplugin.ts"],"sourcesContent":[],"mappings":";;;;iBAsBgB,kBAAA,UAA4B,sBAAmB,SAAA,CAAA"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerlines/plugin-rspack",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.309",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "A package containing a Powerlines plugin to build projects using Webpack.",
|
|
6
6
|
"keywords": ["rspack", "powerlines", "storm-software", "powerlines-plugin"],
|
|
@@ -75,11 +75,11 @@
|
|
|
75
75
|
"peerDependencies": { "@rspack/core": ">=1.5.0" },
|
|
76
76
|
"peerDependenciesMeta": { "@rspack/core": { "optional": false } },
|
|
77
77
|
"dependencies": {
|
|
78
|
-
"@powerlines/core": "^0.0.
|
|
78
|
+
"@powerlines/core": "^0.0.11",
|
|
79
79
|
"@stryke/path": "^0.26.6",
|
|
80
80
|
"defu": "^6.1.4"
|
|
81
81
|
},
|
|
82
82
|
"devDependencies": { "@types/node": "^25.3.3", "@rspack/core": "^1.7.6" },
|
|
83
83
|
"publishConfig": { "access": "public" },
|
|
84
|
-
"gitHead": "
|
|
84
|
+
"gitHead": "645a902416b92ae709b2ae786c21d3ec0be09258"
|
|
85
85
|
}
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
//#region rolldown:runtime
|
|
2
|
-
var __create = Object.create;
|
|
3
|
-
var __defProp = Object.defineProperty;
|
|
4
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
5
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
6
|
-
var __getProtoOf = Object.getPrototypeOf;
|
|
7
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
8
|
-
var __copyProps = (to, from, except, desc) => {
|
|
9
|
-
if (from && typeof from === "object" || typeof from === "function") {
|
|
10
|
-
for (var keys = __getOwnPropNames(from), i = 0, n = keys.length, key; i < n; i++) {
|
|
11
|
-
key = keys[i];
|
|
12
|
-
if (!__hasOwnProp.call(to, key) && key !== except) {
|
|
13
|
-
__defProp(to, key, {
|
|
14
|
-
get: ((k) => from[k]).bind(null, key),
|
|
15
|
-
enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
|
|
16
|
-
});
|
|
17
|
-
}
|
|
18
|
-
}
|
|
19
|
-
}
|
|
20
|
-
return to;
|
|
21
|
-
};
|
|
22
|
-
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", {
|
|
23
|
-
value: mod,
|
|
24
|
-
enumerable: true
|
|
25
|
-
}) : target, mod));
|
|
26
|
-
|
|
27
|
-
//#endregion
|
|
28
|
-
|
|
29
|
-
exports.__toESM = __toESM;
|
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
const require_rolldown_runtime = require('../../../_virtual/rolldown_runtime.cjs');
|
|
2
|
-
let __storm_software_config_tools_types = require("@storm-software/config-tools/types");
|
|
3
|
-
let __stryke_string_format_kebab_case = require("@stryke/string-format/kebab-case");
|
|
4
|
-
let __stryke_string_format_title_case = require("@stryke/string-format/title-case");
|
|
5
|
-
require("@storm-software/config-tools/logger");
|
|
6
|
-
require("@storm-software/config-tools/utilities/colors");
|
|
7
|
-
require("@stryke/helpers/noop");
|
|
8
|
-
let chalk = require("chalk");
|
|
9
|
-
chalk = require_rolldown_runtime.__toESM(chalk);
|
|
10
|
-
|
|
11
|
-
//#region ../core/src/lib/logger.ts
|
|
12
|
-
const BADGE_COLORS = [
|
|
13
|
-
"#00A0DD",
|
|
14
|
-
"#6FCE4E",
|
|
15
|
-
"#FBBF24",
|
|
16
|
-
"#F43F5E",
|
|
17
|
-
"#3B82F6",
|
|
18
|
-
"#A855F7",
|
|
19
|
-
"#469592",
|
|
20
|
-
"#288EDF",
|
|
21
|
-
"#D8B4FE",
|
|
22
|
-
"#10B981",
|
|
23
|
-
"#EF4444",
|
|
24
|
-
"#F0EC56",
|
|
25
|
-
"#F472B6",
|
|
26
|
-
"#22D3EE",
|
|
27
|
-
"#EAB308",
|
|
28
|
-
"#84CC16",
|
|
29
|
-
"#F87171",
|
|
30
|
-
"#0EA5E9",
|
|
31
|
-
"#D946EF",
|
|
32
|
-
"#FACC15",
|
|
33
|
-
"#34D399",
|
|
34
|
-
"#8B5CF6"
|
|
35
|
-
];
|
|
36
|
-
const extendLog = (logFn, name) => {
|
|
37
|
-
return (type, ...args) => logFn(type, ` ${chalk.default.inverse.hex(BADGE_COLORS[name.split("").map((char) => char.charCodeAt(0)).reduce((ret, charCode) => ret + charCode, 0) % BADGE_COLORS.length] || BADGE_COLORS[0])(` ${(0, __stryke_string_format_title_case.titleCase)(name)} `)} ${args.join(" ")} `);
|
|
38
|
-
};
|
|
39
|
-
|
|
40
|
-
//#endregion
|
|
41
|
-
exports.extendLog = extendLog;
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
import { LogLevelLabel } from "@storm-software/config-tools/types";
|
|
2
|
-
import { kebabCase } from "@stryke/string-format/kebab-case";
|
|
3
|
-
import { titleCase } from "@stryke/string-format/title-case";
|
|
4
|
-
import "@storm-software/config-tools/logger";
|
|
5
|
-
import "@storm-software/config-tools/utilities/colors";
|
|
6
|
-
import "@stryke/helpers/noop";
|
|
7
|
-
import chalk from "chalk";
|
|
8
|
-
|
|
9
|
-
//#region ../core/src/lib/logger.ts
|
|
10
|
-
const BADGE_COLORS = [
|
|
11
|
-
"#00A0DD",
|
|
12
|
-
"#6FCE4E",
|
|
13
|
-
"#FBBF24",
|
|
14
|
-
"#F43F5E",
|
|
15
|
-
"#3B82F6",
|
|
16
|
-
"#A855F7",
|
|
17
|
-
"#469592",
|
|
18
|
-
"#288EDF",
|
|
19
|
-
"#D8B4FE",
|
|
20
|
-
"#10B981",
|
|
21
|
-
"#EF4444",
|
|
22
|
-
"#F0EC56",
|
|
23
|
-
"#F472B6",
|
|
24
|
-
"#22D3EE",
|
|
25
|
-
"#EAB308",
|
|
26
|
-
"#84CC16",
|
|
27
|
-
"#F87171",
|
|
28
|
-
"#0EA5E9",
|
|
29
|
-
"#D946EF",
|
|
30
|
-
"#FACC15",
|
|
31
|
-
"#34D399",
|
|
32
|
-
"#8B5CF6"
|
|
33
|
-
];
|
|
34
|
-
const extendLog = (logFn, name) => {
|
|
35
|
-
return (type, ...args) => logFn(type, ` ${chalk.inverse.hex(BADGE_COLORS[name.split("").map((char) => char.charCodeAt(0)).reduce((ret, charCode) => ret + charCode, 0) % BADGE_COLORS.length] || BADGE_COLORS[0])(` ${titleCase(name)} `)} ${args.join(" ")} `);
|
|
36
|
-
};
|
|
37
|
-
|
|
38
|
-
//#endregion
|
|
39
|
-
export { extendLog };
|
|
40
|
-
//# sourceMappingURL=logger.mjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"logger.mjs","names":[],"sources":["../../../../../core/src/lib/logger.ts"],"sourcesContent":["/* -------------------------------------------------------------------\n\n ⚡ Storm Software - Powerlines\n\n This code was released as part of the Powerlines project. Powerlines\n is maintained by Storm Software under the Apache-2.0 license, and is\n free for commercial and private use. For more information, please visit\n our licensing page at https://stormsoftware.com/licenses/projects/powerlines.\n\n Website: https://stormsoftware.com\n Repository: https://github.com/storm-software/powerlines\n Documentation: https://docs.stormsoftware.com/projects/powerlines\n Contact: https://stormsoftware.com/contact\n\n SPDX-License-Identifier: Apache-2.0\n\n ------------------------------------------------------------------- */\n\nimport { getLogFn, getLogLevel } from \"@storm-software/config-tools/logger\";\nimport { LogLevelLabel } from \"@storm-software/config-tools/types\";\nimport { getColor } from \"@storm-software/config-tools/utilities/colors\";\nimport { noop } from \"@stryke/helpers/noop\";\nimport { kebabCase } from \"@stryke/string-format/kebab-case\";\nimport { titleCase } from \"@stryke/string-format/title-case\";\nimport chalk from \"chalk\";\nimport type { LogFn, WorkspaceConfig } from \"../types\";\n\nexport interface CreateLogOptions {\n name?: string;\n logLevel?: LogLevelLabel | null;\n customLogger?: LogFn;\n colors?: WorkspaceConfig[\"colors\"];\n}\n\n/**\n * Create a logging function with a specific name and options.\n *\n * @param name - The name of the logging function.\n * @param options - The options to configure the logging function.\n * @returns A logging function.\n */\nexport const createLog = (\n name: string | null,\n options: CreateLogOptions = {}\n): LogFn => {\n const logLevel =\n options.logLevel === null\n ? LogLevelLabel.SILENT\n : options.logLevel || LogLevelLabel.INFO;\n if (logLevel === LogLevelLabel.SILENT) {\n return noop;\n }\n\n if (options.customLogger) {\n return options.customLogger;\n }\n\n return (type: LogLevelLabel, ...args: string[]) =>\n getLogFn(getLogLevel(type), {\n ...options,\n logLevel\n })(\n `${chalk.bold.hex(\n getColor(\"brand\", options as Parameters<typeof getColor>[1])\n )(\n `${name ? kebabCase(name) : \"\"}${options.name ? `${name ? chalk.gray(\" > \") : \"\"}${kebabCase(options.name)}` : \"\"}${chalk.gray(\" > \")}`\n )}${args.join(\" \")} `.trim()\n );\n};\n\nconst BADGE_COLORS = [\n \"#00A0DD\",\n \"#6FCE4E\",\n \"#FBBF24\",\n \"#F43F5E\",\n \"#3B82F6\",\n \"#A855F7\",\n \"#469592\",\n \"#288EDF\",\n \"#D8B4FE\",\n \"#10B981\",\n \"#EF4444\",\n \"#F0EC56\",\n \"#F472B6\",\n \"#22D3EE\",\n \"#EAB308\",\n \"#84CC16\",\n \"#F87171\",\n \"#0EA5E9\",\n \"#D946EF\",\n \"#FACC15\",\n \"#34D399\",\n \"#8B5CF6\"\n] as const;\n\nexport const extendLog = (logFn: LogFn, name: string): LogFn => {\n return (type: LogLevelLabel, ...args: string[]) =>\n logFn(\n type,\n ` ${chalk.inverse.hex(\n BADGE_COLORS[\n name\n .split(\"\")\n .map(char => char.charCodeAt(0))\n .reduce((ret, charCode) => ret + charCode, 0) % BADGE_COLORS.length\n ] || BADGE_COLORS[0]\n )(` ${titleCase(name)} `)} ${args.join(\" \")} `\n );\n};\n"],"mappings":";;;;;;;;;AAsEA,MAAM,eAAe;CACnB;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACA;CACD;AAED,MAAa,aAAa,OAAc,SAAwB;AAC9D,SAAQ,MAAqB,GAAG,SAC9B,MACE,MACA,IAAI,MAAM,QAAQ,IAChB,aACE,KACG,MAAM,GAAG,CACT,KAAI,SAAQ,KAAK,WAAW,EAAE,CAAC,CAC/B,QAAQ,KAAK,aAAa,MAAM,UAAU,EAAE,GAAG,aAAa,WAC5D,aAAa,GACnB,CAAC,IAAI,UAAU,KAAK,CAAC,GAAG,CAAC,IAAI,KAAK,KAAK,IAAI,CAAC,GAC9C"}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
const require_rolldown_runtime = require('../../../../_virtual/rolldown_runtime.cjs');
|
|
2
|
-
require('../../types/unplugin.cjs');
|
|
3
|
-
let defu = require("defu");
|
|
4
|
-
require("@stryke/type-checks/is-set-string");
|
|
5
|
-
|
|
6
|
-
//#region ../core/src/lib/unplugin/helpers.ts
|
|
7
|
-
/**
|
|
8
|
-
* Merges a base plugin context with an unplugin context, combining their properties.
|
|
9
|
-
*
|
|
10
|
-
* @param contextA - The base plugin context to merge into.
|
|
11
|
-
* @param contextB - The unplugin context to merge from.
|
|
12
|
-
* @returns The merged context.
|
|
13
|
-
*/
|
|
14
|
-
function combineContexts(contextA, contextB) {
|
|
15
|
-
return (0, defu.defu)(contextA, contextB);
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
//#endregion
|
|
19
|
-
exports.combineContexts = combineContexts;
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import "../../types/unplugin.mjs";
|
|
2
|
-
import { defu as defu$1 } from "defu";
|
|
3
|
-
import "@stryke/type-checks/is-set-string";
|
|
4
|
-
|
|
5
|
-
//#region ../core/src/lib/unplugin/helpers.ts
|
|
6
|
-
/**
|
|
7
|
-
* Merges a base plugin context with an unplugin context, combining their properties.
|
|
8
|
-
*
|
|
9
|
-
* @param contextA - The base plugin context to merge into.
|
|
10
|
-
* @param contextB - The unplugin context to merge from.
|
|
11
|
-
* @returns The merged context.
|
|
12
|
-
*/
|
|
13
|
-
function combineContexts(contextA, contextB) {
|
|
14
|
-
return defu$1(contextA, contextB);
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
//#endregion
|
|
18
|
-
export { combineContexts };
|
|
19
|
-
//# sourceMappingURL=helpers.mjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"helpers.mjs","names":["defu"],"sources":["../../../../../../core/src/lib/unplugin/helpers.ts"],"sourcesContent":["/* -------------------------------------------------------------------\n\n ⚡ Storm Software - Powerlines\n\n This code was released as part of the Powerlines project. Powerlines\n is maintained by Storm Software under the Apache-2.0 license, and is\n free for commercial and private use. For more information, please visit\n our licensing page at https://stormsoftware.com/licenses/projects/powerlines.\n\n Website: https://stormsoftware.com\n Repository: https://github.com/storm-software/powerlines\n Documentation: https://docs.stormsoftware.com/projects/powerlines\n Contact: https://stormsoftware.com/contact\n\n SPDX-License-Identifier: Apache-2.0\n\n ------------------------------------------------------------------- */\n\nimport { isSetString } from \"@stryke/type-checks/is-set-string\";\nimport { defu } from \"defu\";\nimport { UnpluginBuildContext } from \"unplugin\";\nimport { UnresolvedContext } from \"../../types/context\";\nimport {\n UNPLUGIN_BUILDER_VARIANTS,\n UnpluginBuilderVariant\n} from \"../../types/unplugin\";\n\n/**\n * Merges a base plugin context with an unplugin context, combining their properties.\n *\n * @param contextA - The base plugin context to merge into.\n * @param contextB - The unplugin context to merge from.\n * @returns The merged context.\n */\nexport function combineContexts<\n TContextA extends UnresolvedContext | UnpluginBuildContext,\n TContextB extends UnresolvedContext | UnpluginBuildContext\n>(contextA: TContextA, contextB: TContextB): TContextA & TContextB {\n return defu(contextA, contextB) as TContextA & TContextB;\n}\n\n/**\n * Checks if a value is a valid UnpluginBuilderVariant.\n *\n * @param str - The value to check.\n * @returns True if the value is a UnpluginBuilderVariant, false otherwise.\n */\nexport function isUnpluginBuilderVariant(\n str: unknown\n): str is UnpluginBuilderVariant {\n return (\n isSetString(str) &&\n UNPLUGIN_BUILDER_VARIANTS.includes(str as UnpluginBuilderVariant)\n );\n}\n"],"mappings":";;;;;;;;;;;;AAkCA,SAAgB,gBAGd,UAAqB,UAA4C;AACjE,QAAOA,OAAK,UAAU,SAAS"}
|
|
@@ -1,66 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
//#region ../core/src/lib/unplugin/module-resolution.ts
|
|
3
|
-
/**
|
|
4
|
-
* Creates the module resolution hook functions for a Powerlines unplugin plugin instance.
|
|
5
|
-
*
|
|
6
|
-
* @remarks
|
|
7
|
-
* This includes the `resolveId` and `load` hooks.
|
|
8
|
-
*
|
|
9
|
-
* @see https://rollupjs.org/plugin-development/#resolveid
|
|
10
|
-
* @see https://rollupjs.org/plugin-development/#load
|
|
11
|
-
*
|
|
12
|
-
* @param context - The plugin context.
|
|
13
|
-
* @returns The module resolution hooks (`resolveId` and `load`).
|
|
14
|
-
*/
|
|
15
|
-
function createUnpluginModuleResolutionFunctions(context) {
|
|
16
|
-
const ctx = context;
|
|
17
|
-
async function resolveId(id, importer, opts = { isEntry: false }) {
|
|
18
|
-
let result = await ctx.$$internal.callHook("resolveId", {
|
|
19
|
-
sequential: true,
|
|
20
|
-
result: "first",
|
|
21
|
-
order: "pre"
|
|
22
|
-
}, id, importer, opts);
|
|
23
|
-
if (result) return result;
|
|
24
|
-
result = await ctx.$$internal.callHook("resolveId", {
|
|
25
|
-
sequential: true,
|
|
26
|
-
result: "first",
|
|
27
|
-
order: "normal"
|
|
28
|
-
}, id, importer, opts);
|
|
29
|
-
if (result) return result;
|
|
30
|
-
result = await ctx.resolve(id, importer, opts);
|
|
31
|
-
if (result) return result;
|
|
32
|
-
return ctx.$$internal.callHook("resolveId", {
|
|
33
|
-
sequential: true,
|
|
34
|
-
result: "first",
|
|
35
|
-
order: "post"
|
|
36
|
-
}, id, importer, opts);
|
|
37
|
-
}
|
|
38
|
-
async function load(id) {
|
|
39
|
-
let result = await ctx.$$internal.callHook("load", {
|
|
40
|
-
sequential: true,
|
|
41
|
-
result: "first",
|
|
42
|
-
order: "pre"
|
|
43
|
-
}, id);
|
|
44
|
-
if (result) return result;
|
|
45
|
-
result = await ctx.$$internal.callHook("load", {
|
|
46
|
-
sequential: true,
|
|
47
|
-
result: "first",
|
|
48
|
-
order: "normal"
|
|
49
|
-
}, id);
|
|
50
|
-
if (result) return result;
|
|
51
|
-
result = await ctx.load(id);
|
|
52
|
-
if (result) return result;
|
|
53
|
-
return ctx.$$internal.callHook("load", {
|
|
54
|
-
sequential: true,
|
|
55
|
-
result: "first",
|
|
56
|
-
order: "post"
|
|
57
|
-
}, id);
|
|
58
|
-
}
|
|
59
|
-
return {
|
|
60
|
-
resolveId,
|
|
61
|
-
load
|
|
62
|
-
};
|
|
63
|
-
}
|
|
64
|
-
|
|
65
|
-
//#endregion
|
|
66
|
-
exports.createUnpluginModuleResolutionFunctions = createUnpluginModuleResolutionFunctions;
|
|
@@ -1,66 +0,0 @@
|
|
|
1
|
-
//#region ../core/src/lib/unplugin/module-resolution.ts
|
|
2
|
-
/**
|
|
3
|
-
* Creates the module resolution hook functions for a Powerlines unplugin plugin instance.
|
|
4
|
-
*
|
|
5
|
-
* @remarks
|
|
6
|
-
* This includes the `resolveId` and `load` hooks.
|
|
7
|
-
*
|
|
8
|
-
* @see https://rollupjs.org/plugin-development/#resolveid
|
|
9
|
-
* @see https://rollupjs.org/plugin-development/#load
|
|
10
|
-
*
|
|
11
|
-
* @param context - The plugin context.
|
|
12
|
-
* @returns The module resolution hooks (`resolveId` and `load`).
|
|
13
|
-
*/
|
|
14
|
-
function createUnpluginModuleResolutionFunctions(context) {
|
|
15
|
-
const ctx = context;
|
|
16
|
-
async function resolveId(id, importer, opts = { isEntry: false }) {
|
|
17
|
-
let result = await ctx.$$internal.callHook("resolveId", {
|
|
18
|
-
sequential: true,
|
|
19
|
-
result: "first",
|
|
20
|
-
order: "pre"
|
|
21
|
-
}, id, importer, opts);
|
|
22
|
-
if (result) return result;
|
|
23
|
-
result = await ctx.$$internal.callHook("resolveId", {
|
|
24
|
-
sequential: true,
|
|
25
|
-
result: "first",
|
|
26
|
-
order: "normal"
|
|
27
|
-
}, id, importer, opts);
|
|
28
|
-
if (result) return result;
|
|
29
|
-
result = await ctx.resolve(id, importer, opts);
|
|
30
|
-
if (result) return result;
|
|
31
|
-
return ctx.$$internal.callHook("resolveId", {
|
|
32
|
-
sequential: true,
|
|
33
|
-
result: "first",
|
|
34
|
-
order: "post"
|
|
35
|
-
}, id, importer, opts);
|
|
36
|
-
}
|
|
37
|
-
async function load(id) {
|
|
38
|
-
let result = await ctx.$$internal.callHook("load", {
|
|
39
|
-
sequential: true,
|
|
40
|
-
result: "first",
|
|
41
|
-
order: "pre"
|
|
42
|
-
}, id);
|
|
43
|
-
if (result) return result;
|
|
44
|
-
result = await ctx.$$internal.callHook("load", {
|
|
45
|
-
sequential: true,
|
|
46
|
-
result: "first",
|
|
47
|
-
order: "normal"
|
|
48
|
-
}, id);
|
|
49
|
-
if (result) return result;
|
|
50
|
-
result = await ctx.load(id);
|
|
51
|
-
if (result) return result;
|
|
52
|
-
return ctx.$$internal.callHook("load", {
|
|
53
|
-
sequential: true,
|
|
54
|
-
result: "first",
|
|
55
|
-
order: "post"
|
|
56
|
-
}, id);
|
|
57
|
-
}
|
|
58
|
-
return {
|
|
59
|
-
resolveId,
|
|
60
|
-
load
|
|
61
|
-
};
|
|
62
|
-
}
|
|
63
|
-
|
|
64
|
-
//#endregion
|
|
65
|
-
export { createUnpluginModuleResolutionFunctions };
|
|
66
|
-
//# sourceMappingURL=module-resolution.mjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"module-resolution.mjs","names":[],"sources":["../../../../../../core/src/lib/unplugin/module-resolution.ts"],"sourcesContent":["/* -------------------------------------------------------------------\n\n ⚡ Storm Software - Powerlines\n\n This code was released as part of the Powerlines project. Powerlines\n is maintained by Storm Software under the Apache-2.0 license, and is\n free for commercial and private use. For more information, please visit\n our licensing page at https://stormsoftware.com/licenses/projects/powerlines.\n\n Website: https://stormsoftware.com\n Repository: https://github.com/storm-software/powerlines\n Documentation: https://docs.stormsoftware.com/projects/powerlines\n Contact: https://stormsoftware.com/contact\n\n SPDX-License-Identifier: Apache-2.0\n\n ------------------------------------------------------------------- */\n\nimport { LoadResult } from \"rollup\";\nimport type {\n ExternalIdResult,\n HookFnMap,\n UnpluginBuildContext,\n UnpluginContext\n} from \"unplugin\";\nimport { UNSAFE_PluginContext } from \"../../types/_internal\";\nimport { PluginContext } from \"../../types/context\";\n\n/**\n * Creates the module resolution hook functions for a Powerlines unplugin plugin instance.\n *\n * @remarks\n * This includes the `resolveId` and `load` hooks.\n *\n * @see https://rollupjs.org/plugin-development/#resolveid\n * @see https://rollupjs.org/plugin-development/#load\n *\n * @param context - The plugin context.\n * @returns The module resolution hooks (`resolveId` and `load`).\n */\nexport function createUnpluginModuleResolutionFunctions<\n TContext extends PluginContext = PluginContext\n>(context: TContext): Pick<HookFnMap, \"resolveId\" | \"load\"> {\n const ctx = context as unknown as UNSAFE_PluginContext;\n\n async function resolveId(\n this: UnpluginBuildContext & UnpluginContext,\n id: string,\n importer?: string,\n opts: {\n isEntry: boolean;\n } = { isEntry: false }\n ): Promise<string | ExternalIdResult | null | undefined> {\n let result = await ctx.$$internal.callHook(\n \"resolveId\",\n {\n sequential: true,\n result: \"first\",\n order: \"pre\"\n },\n id,\n importer,\n opts\n );\n if (result) {\n return result;\n }\n\n result = await ctx.$$internal.callHook(\n \"resolveId\",\n {\n sequential: true,\n result: \"first\",\n order: \"normal\"\n },\n id,\n importer,\n opts\n );\n if (result) {\n return result;\n }\n\n result = await ctx.resolve(id, importer, opts);\n if (result) {\n return result;\n }\n\n return ctx.$$internal.callHook(\n \"resolveId\",\n {\n sequential: true,\n result: \"first\",\n order: \"post\"\n },\n id,\n importer,\n opts\n );\n }\n\n async function load(\n this: UnpluginBuildContext & UnpluginContext,\n id: string\n ): Promise<LoadResult | null | undefined> {\n let result = await ctx.$$internal.callHook(\n \"load\",\n {\n sequential: true,\n result: \"first\",\n order: \"pre\"\n },\n id\n );\n if (result) {\n return result;\n }\n\n result = await ctx.$$internal.callHook(\n \"load\",\n {\n sequential: true,\n result: \"first\",\n order: \"normal\"\n },\n id\n );\n if (result) {\n return result;\n }\n\n result = await ctx.load(id);\n if (result) {\n return result;\n }\n\n return ctx.$$internal.callHook(\n \"load\",\n {\n sequential: true,\n result: \"first\",\n order: \"post\"\n },\n id\n );\n }\n\n return {\n resolveId,\n load\n };\n}\n"],"mappings":";;;;;;;;;;;;;AAwCA,SAAgB,wCAEd,SAA0D;CAC1D,MAAM,MAAM;CAEZ,eAAe,UAEb,IACA,UACA,OAEI,EAAE,SAAS,OAAO,EACiC;EACvD,IAAI,SAAS,MAAM,IAAI,WAAW,SAChC,aACA;GACE,YAAY;GACZ,QAAQ;GACR,OAAO;GACR,EACD,IACA,UACA,KACD;AACD,MAAI,OACF,QAAO;AAGT,WAAS,MAAM,IAAI,WAAW,SAC5B,aACA;GACE,YAAY;GACZ,QAAQ;GACR,OAAO;GACR,EACD,IACA,UACA,KACD;AACD,MAAI,OACF,QAAO;AAGT,WAAS,MAAM,IAAI,QAAQ,IAAI,UAAU,KAAK;AAC9C,MAAI,OACF,QAAO;AAGT,SAAO,IAAI,WAAW,SACpB,aACA;GACE,YAAY;GACZ,QAAQ;GACR,OAAO;GACR,EACD,IACA,UACA,KACD;;CAGH,eAAe,KAEb,IACwC;EACxC,IAAI,SAAS,MAAM,IAAI,WAAW,SAChC,QACA;GACE,YAAY;GACZ,QAAQ;GACR,OAAO;GACR,EACD,GACD;AACD,MAAI,OACF,QAAO;AAGT,WAAS,MAAM,IAAI,WAAW,SAC5B,QACA;GACE,YAAY;GACZ,QAAQ;GACR,OAAO;GACR,EACD,GACD;AACD,MAAI,OACF,QAAO;AAGT,WAAS,MAAM,IAAI,KAAK,GAAG;AAC3B,MAAI,OACF,QAAO;AAGT,SAAO,IAAI,WAAW,SACpB,QACA;GACE,YAAY;GACZ,QAAQ;GACR,OAAO;GACR,EACD,GACD;;AAGH,QAAO;EACL;EACA;EACD"}
|
|
@@ -1,71 +0,0 @@
|
|
|
1
|
-
const require_rolldown_runtime = require('../../../../_virtual/rolldown_runtime.cjs');
|
|
2
|
-
const require_helpers = require('./helpers.cjs');
|
|
3
|
-
const require_module_resolution = require('./module-resolution.cjs');
|
|
4
|
-
const require_logger = require('../logger.cjs');
|
|
5
|
-
const require_source_file = require('../utilities/source-file.cjs');
|
|
6
|
-
let __storm_software_config_tools_types = require("@storm-software/config-tools/types");
|
|
7
|
-
let __stryke_string_format_kebab_case = require("@stryke/string-format/kebab-case");
|
|
8
|
-
let __stryke_string_format_title_case = require("@stryke/string-format/title-case");
|
|
9
|
-
let unplugin = require("unplugin");
|
|
10
|
-
|
|
11
|
-
//#region ../core/src/lib/unplugin/plugin.ts
|
|
12
|
-
/**
|
|
13
|
-
* Creates a Powerlines unplugin instance.
|
|
14
|
-
*
|
|
15
|
-
* @param context - The plugin context.
|
|
16
|
-
* @returns The unplugin instance.
|
|
17
|
-
*/
|
|
18
|
-
function createUnplugin(context, name = "unplugin") {
|
|
19
|
-
const ctx = context;
|
|
20
|
-
(0, unplugin.setParseImpl)(ctx.parse);
|
|
21
|
-
return () => {
|
|
22
|
-
const log = require_logger.extendLog(ctx.log, name);
|
|
23
|
-
log(__storm_software_config_tools_types.LogLevelLabel.DEBUG, `Initializing ${name.toLowerCase() === "unplugin" ? "Unplugin" : `${(0, __stryke_string_format_title_case.titleCase)(name)} - Unplugin`} plugin`);
|
|
24
|
-
try {
|
|
25
|
-
const { resolveId, load } = require_module_resolution.createUnpluginModuleResolutionFunctions(context);
|
|
26
|
-
async function buildStart() {
|
|
27
|
-
log(__storm_software_config_tools_types.LogLevelLabel.DEBUG, "Powerlines build plugin starting...");
|
|
28
|
-
await ctx.$$internal.callHook("buildStart", { sequential: true });
|
|
29
|
-
}
|
|
30
|
-
async function transform(code, id) {
|
|
31
|
-
let transformed = code;
|
|
32
|
-
for (const hook of ctx.$$internal.environment.selectHooks("transform")) {
|
|
33
|
-
const result = await hook.handler.apply(require_helpers.combineContexts(ctx, this), [require_source_file.getString(transformed), id]);
|
|
34
|
-
if (result) transformed = result;
|
|
35
|
-
}
|
|
36
|
-
return transformed;
|
|
37
|
-
}
|
|
38
|
-
async function buildEnd() {
|
|
39
|
-
log(__storm_software_config_tools_types.LogLevelLabel.DEBUG, "Powerlines build plugin finishing...");
|
|
40
|
-
return ctx.$$internal.callHook("buildEnd", { sequential: true });
|
|
41
|
-
}
|
|
42
|
-
async function writeBundle() {
|
|
43
|
-
log(__storm_software_config_tools_types.LogLevelLabel.DEBUG, "Finalizing Powerlines project output...");
|
|
44
|
-
return ctx.$$internal.callHook("writeBundle", { sequential: true });
|
|
45
|
-
}
|
|
46
|
-
return {
|
|
47
|
-
name: name.toLowerCase() === "unplugin" ? "powerlines" : `powerlines:${(0, __stryke_string_format_kebab_case.kebabCase)(name)}`,
|
|
48
|
-
api: ctx.$$internal.api,
|
|
49
|
-
resolveId: {
|
|
50
|
-
filter: { id: { include: [/.*/] } },
|
|
51
|
-
handler: resolveId
|
|
52
|
-
},
|
|
53
|
-
load: {
|
|
54
|
-
filter: { id: { include: [/.*/] } },
|
|
55
|
-
handler: load
|
|
56
|
-
},
|
|
57
|
-
transform,
|
|
58
|
-
buildStart,
|
|
59
|
-
buildEnd,
|
|
60
|
-
writeBundle,
|
|
61
|
-
vite: { sharedDuringBuild: true }
|
|
62
|
-
};
|
|
63
|
-
} catch (error) {
|
|
64
|
-
log(__storm_software_config_tools_types.LogLevelLabel.FATAL, error?.message);
|
|
65
|
-
throw error;
|
|
66
|
-
}
|
|
67
|
-
};
|
|
68
|
-
}
|
|
69
|
-
|
|
70
|
-
//#endregion
|
|
71
|
-
exports.createUnplugin = createUnplugin;
|