@powerlines/plugin-vite 0.14.254 → 0.14.255

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.
Files changed (51) hide show
  1. package/dist/_virtual/rolldown_runtime.cjs +29 -0
  2. package/dist/helpers/index.cjs +2 -3
  3. package/dist/helpers/index.d.cts +1 -3
  4. package/dist/helpers/index.d.mts +1 -3
  5. package/dist/helpers/index.mjs +1 -2
  6. package/dist/helpers/unplugin.cjs +10 -2
  7. package/dist/helpers/unplugin.d.cts +8 -3
  8. package/dist/helpers/unplugin.d.cts.map +1 -0
  9. package/dist/helpers/unplugin.d.mts +8 -3
  10. package/dist/helpers/unplugin.d.mts.map +1 -0
  11. package/dist/helpers/unplugin.mjs +10 -2
  12. package/dist/helpers/unplugin.mjs.map +1 -0
  13. package/dist/index.cjs +6 -35
  14. package/dist/index.d.cts +4 -4
  15. package/dist/index.d.mts +4 -4
  16. package/dist/index.mjs +2 -4
  17. package/dist/index.mjs.map +1 -1
  18. package/dist/types/index.cjs +0 -2
  19. package/dist/types/index.d.cts +1 -2
  20. package/dist/types/index.d.mts +1 -2
  21. package/dist/types/index.mjs +0 -3
  22. package/dist/types/internal.d.cts +1 -1
  23. package/dist/types/internal.d.mts +1 -1
  24. package/dist/types/plugin.cjs +0 -1
  25. package/dist/types/plugin.d.cts +18 -2
  26. package/dist/types/plugin.d.cts.map +1 -0
  27. package/dist/types/plugin.d.mts +18 -2
  28. package/dist/types/plugin.d.mts.map +1 -0
  29. package/dist/types/plugin.mjs +0 -2
  30. package/package.json +4 -4
  31. package/dist/helpers-CmEjzAn_.mjs +0 -1
  32. package/dist/helpers-LF26RHol.cjs +0 -0
  33. package/dist/index-BR1oNnaF.d.cts +0 -1
  34. package/dist/index-DEHBdV_z.d.mts +0 -1
  35. package/dist/index-_wQ5ClJU.d.cts +0 -1
  36. package/dist/index-vkGVyY9v.d.mts +0 -1
  37. package/dist/plugin-BU7JKrz_.d.mts +0 -18
  38. package/dist/plugin-BU7JKrz_.d.mts.map +0 -1
  39. package/dist/plugin-BnuFunBa.d.cts +0 -18
  40. package/dist/plugin-BnuFunBa.d.cts.map +0 -1
  41. package/dist/plugin-jZ9N9Mz-.mjs +0 -1
  42. package/dist/plugin-pBKbb5K9.cjs +0 -0
  43. package/dist/types-BtDR9wb1.mjs +0 -1
  44. package/dist/types-o3zWarRp.cjs +0 -0
  45. package/dist/unplugin-2CsTDq6D.cjs +0 -16
  46. package/dist/unplugin-BnIDr7wC.d.mts +0 -8
  47. package/dist/unplugin-BnIDr7wC.d.mts.map +0 -1
  48. package/dist/unplugin-Cld_5zlU.d.cts +0 -8
  49. package/dist/unplugin-Cld_5zlU.d.cts.map +0 -1
  50. package/dist/unplugin-DhvrD56h.mjs +0 -11
  51. package/dist/unplugin-DhvrD56h.mjs.map +0 -1
@@ -0,0 +1,29 @@
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,4 +1,3 @@
1
- const require_unplugin = require('../unplugin-2CsTDq6D.cjs');
2
- require('../helpers-LF26RHol.cjs');
1
+ const require_helpers_unplugin = require('./unplugin.cjs');
3
2
 
4
- exports.createVitePlugin = require_unplugin.createVitePlugin;
3
+ exports.createVitePlugin = require_helpers_unplugin.createVitePlugin;
@@ -1,4 +1,2 @@
1
- import "../plugin-BnuFunBa.cjs";
2
- import { t as createVitePlugin } from "../unplugin-Cld_5zlU.cjs";
3
- import "../index-_wQ5ClJU.cjs";
1
+ import { createVitePlugin } from "./unplugin.cjs";
4
2
  export { createVitePlugin };
@@ -1,4 +1,2 @@
1
- import "../plugin-BU7JKrz_.mjs";
2
- import { t as createVitePlugin } from "../unplugin-BnIDr7wC.mjs";
3
- import "../index-vkGVyY9v.mjs";
1
+ import { createVitePlugin } from "./unplugin.mjs";
4
2
  export { createVitePlugin };
@@ -1,4 +1,3 @@
1
- import { t as createVitePlugin } from "../unplugin-DhvrD56h.mjs";
2
- import "../helpers-CmEjzAn_.mjs";
1
+ import { createVitePlugin } from "./unplugin.mjs";
3
2
 
4
3
  export { createVitePlugin };
@@ -1,3 +1,11 @@
1
- const require_unplugin = require('../unplugin-2CsTDq6D.cjs');
1
+ const require_rolldown_runtime = require('../_virtual/rolldown_runtime.cjs');
2
+ let powerlines_lib_unplugin = require("powerlines/lib/unplugin");
3
+ let unplugin = require("unplugin");
2
4
 
3
- exports.createVitePlugin = require_unplugin.createVitePlugin;
5
+ //#region src/helpers/unplugin.ts
6
+ function createVitePlugin(context) {
7
+ return (0, unplugin.createVitePlugin)((0, powerlines_lib_unplugin.createUnplugin)(context))({});
8
+ }
9
+
10
+ //#endregion
11
+ exports.createVitePlugin = createVitePlugin;
@@ -1,3 +1,8 @@
1
- import "../plugin-BnuFunBa.cjs";
2
- import { t as createVitePlugin } from "../unplugin-Cld_5zlU.cjs";
3
- export { createVitePlugin };
1
+ import { VitePluginContext } from "../types/plugin.cjs";
2
+ import * as vite0 from "vite";
3
+
4
+ //#region src/helpers/unplugin.d.ts
5
+ declare function createVitePlugin(context: VitePluginContext): vite0.Plugin<any> | vite0.Plugin<any>[];
6
+ //#endregion
7
+ export { createVitePlugin };
8
+ //# sourceMappingURL=unplugin.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"unplugin.d.cts","names":[],"sources":["../../src/helpers/unplugin.ts"],"sourcesContent":[],"mappings":";;;;iBAsBgB,gBAAA,UAA0B,oBAAiB,KAAA,CAAA,cAAA,KAAA,CAAA"}
@@ -1,3 +1,8 @@
1
- import "../plugin-BU7JKrz_.mjs";
2
- import { t as createVitePlugin } from "../unplugin-BnIDr7wC.mjs";
3
- export { createVitePlugin };
1
+ import { VitePluginContext } from "../types/plugin.mjs";
2
+ import * as vite0 from "vite";
3
+
4
+ //#region src/helpers/unplugin.d.ts
5
+ declare function createVitePlugin(context: VitePluginContext): vite0.Plugin<any> | vite0.Plugin<any>[];
6
+ //#endregion
7
+ export { createVitePlugin };
8
+ //# sourceMappingURL=unplugin.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"unplugin.d.mts","names":[],"sources":["../../src/helpers/unplugin.ts"],"sourcesContent":[],"mappings":";;;;iBAsBgB,gBAAA,UAA0B,oBAAiB,KAAA,CAAA,cAAA,KAAA,CAAA"}
@@ -1,3 +1,11 @@
1
- import { t as createVitePlugin } from "../unplugin-DhvrD56h.mjs";
1
+ import { createUnplugin } from "powerlines/lib/unplugin";
2
+ import { createVitePlugin as createVitePlugin$1 } from "unplugin";
2
3
 
3
- export { createVitePlugin };
4
+ //#region src/helpers/unplugin.ts
5
+ function createVitePlugin(context) {
6
+ return createVitePlugin$1(createUnplugin(context))({});
7
+ }
8
+
9
+ //#endregion
10
+ export { createVitePlugin };
11
+ //# sourceMappingURL=unplugin.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"unplugin.mjs","names":["createViteUnplugin"],"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/lib/unplugin\";\nimport { createVitePlugin as createViteUnplugin } from \"unplugin\";\nimport { VitePluginContext } from \"../types/plugin\";\n\nexport function createVitePlugin(context: VitePluginContext) {\n return createViteUnplugin(createUnplugin(context))({});\n}\n"],"mappings":";;;;AAsBA,SAAgB,iBAAiB,SAA4B;AAC3D,QAAOA,mBAAmB,eAAe,QAAQ,CAAC,CAAC,EAAE,CAAC"}
package/dist/index.cjs CHANGED
@@ -1,37 +1,9 @@
1
1
  Object.defineProperty(exports, '__esModule', { value: true });
2
- //#region rolldown:runtime
3
- var __create = Object.create;
4
- var __defProp = Object.defineProperty;
5
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
6
- var __getOwnPropNames = Object.getOwnPropertyNames;
7
- var __getProtoOf = Object.getPrototypeOf;
8
- var __hasOwnProp = Object.prototype.hasOwnProperty;
9
- var __copyProps = (to, from, except, desc) => {
10
- if (from && typeof from === "object" || typeof from === "function") {
11
- for (var keys = __getOwnPropNames(from), i = 0, n = keys.length, key; i < n; i++) {
12
- key = keys[i];
13
- if (!__hasOwnProp.call(to, key) && key !== except) {
14
- __defProp(to, key, {
15
- get: ((k) => from[k]).bind(null, key),
16
- enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
17
- });
18
- }
19
- }
20
- }
21
- return to;
22
- };
23
- var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", {
24
- value: mod,
25
- enumerable: true
26
- }) : target, mod));
27
-
28
- //#endregion
29
- const require_unplugin = require('./unplugin-2CsTDq6D.cjs');
30
- require('./helpers-LF26RHol.cjs');
31
- require('./plugin-pBKbb5K9.cjs');
32
- require('./types-o3zWarRp.cjs');
2
+ const require_rolldown_runtime = require('./_virtual/rolldown_runtime.cjs');
3
+ const require_helpers_unplugin = require('./helpers/unplugin.cjs');
4
+ require('./helpers/index.cjs');
33
5
  let defu = require("defu");
34
- defu = __toESM(defu);
6
+ defu = require_rolldown_runtime.__toESM(defu);
35
7
  let powerlines_lib_build_vite = require("powerlines/lib/build/vite");
36
8
  let vite = require("vite");
37
9
 
@@ -63,14 +35,13 @@ const plugin = (options = {}) => {
63
35
  config: false,
64
36
  entry: this.entry,
65
37
  environments: Object.fromEntries(Object.entries(environments).map(([name, env]) => [name, (0, powerlines_lib_build_vite.extractViteConfig)(env)]))
66
- }, (0, powerlines_lib_build_vite.extractViteConfig)(this), { plugins: [require_unplugin.createVitePlugin(this)] }));
38
+ }, (0, powerlines_lib_build_vite.extractViteConfig)(this), { plugins: [require_helpers_unplugin.createVitePlugin(this)] }));
67
39
  }
68
40
  };
69
41
  };
70
42
  var src_default = plugin;
71
43
 
72
44
  //#endregion
73
- exports.__toESM = __toESM;
74
- exports.createVitePlugin = require_unplugin.createVitePlugin;
45
+ exports.createVitePlugin = require_helpers_unplugin.createVitePlugin;
75
46
  exports.default = src_default;
76
47
  exports.plugin = plugin;
package/dist/index.d.cts CHANGED
@@ -1,7 +1,7 @@
1
- import { a as __ΩVitePluginOptions, i as __ΩVitePluginContext, n as VitePluginOptions, o as __ΩVitePluginResolvedConfig, r as VitePluginResolvedConfig, t as VitePluginContext } from "./plugin-BnuFunBa.cjs";
2
- import { t as createVitePlugin } from "./unplugin-Cld_5zlU.cjs";
3
- import "./index-_wQ5ClJU.cjs";
4
- import "./index-BR1oNnaF.cjs";
1
+ import { VitePluginContext, VitePluginOptions, VitePluginResolvedConfig, __ΩVitePluginContext, __ΩVitePluginOptions, __ΩVitePluginResolvedConfig } from "./types/plugin.cjs";
2
+ import { createVitePlugin } from "./helpers/unplugin.cjs";
3
+ import "./helpers/index.cjs";
4
+ import "./types/index.cjs";
5
5
  import { Plugin } from "powerlines/types/plugin";
6
6
 
7
7
  //#region src/index.d.ts
package/dist/index.d.mts CHANGED
@@ -1,7 +1,7 @@
1
- import { a as __ΩVitePluginOptions, i as __ΩVitePluginContext, n as VitePluginOptions, o as __ΩVitePluginResolvedConfig, r as VitePluginResolvedConfig, t as VitePluginContext } from "./plugin-BU7JKrz_.mjs";
2
- import { t as createVitePlugin } from "./unplugin-BnIDr7wC.mjs";
3
- import "./index-vkGVyY9v.mjs";
4
- import "./index-DEHBdV_z.mjs";
1
+ import { VitePluginContext, VitePluginOptions, VitePluginResolvedConfig, __ΩVitePluginContext, __ΩVitePluginOptions, __ΩVitePluginResolvedConfig } from "./types/plugin.mjs";
2
+ import { createVitePlugin } from "./helpers/unplugin.mjs";
3
+ import "./helpers/index.mjs";
4
+ import "./types/index.mjs";
5
5
  import { Plugin } from "powerlines/types/plugin";
6
6
 
7
7
  //#region src/index.d.ts
package/dist/index.mjs CHANGED
@@ -1,7 +1,5 @@
1
- import { t as createVitePlugin } from "./unplugin-DhvrD56h.mjs";
2
- import "./helpers-CmEjzAn_.mjs";
3
- import "./plugin-jZ9N9Mz-.mjs";
4
- import "./types-BtDR9wb1.mjs";
1
+ import { createVitePlugin } from "./helpers/unplugin.mjs";
2
+ import "./helpers/index.mjs";
5
3
  import defu from "defu";
6
4
  import { DEFAULT_VITE_CONFIG, extractViteConfig } from "powerlines/lib/build/vite";
7
5
  import { build } from "vite";
@@ -1 +1 @@
1
- {"version":3,"file":"index.mjs","names":[],"sources":["../src/index.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 defu from \"defu\";\nimport {\n DEFAULT_VITE_CONFIG,\n extractViteConfig\n} from \"powerlines/lib/build/vite\";\nimport { ViteUserConfig } from \"powerlines/types/config\";\nimport { Plugin } from \"powerlines/types/plugin\";\nimport { build, InlineConfig } from \"vite\";\nimport { createVitePlugin } from \"./helpers/unplugin\";\nimport { UNSAFE_VitePluginContext } from \"./types/internal\";\nimport { VitePluginContext, VitePluginOptions } from \"./types/plugin\";\n\nexport * from \"./helpers\";\nexport * from \"./types\";\n\n/**\n * A Powerlines plugin to assist in developing other Powerlines plugins.\n */\nexport const plugin = <TContext extends VitePluginContext = VitePluginContext>(\n options: VitePluginOptions = {}\n): Plugin<TContext> => {\n return {\n name: \"vite\",\n config() {\n this.trace(\n \"Providing default configuration for the Powerlines `vite` build plugin.\"\n );\n\n return {\n output: {\n format: [\"cjs\", \"esm\"]\n },\n build: {\n ...DEFAULT_VITE_CONFIG,\n ...options,\n variant: \"vite\"\n },\n singleBuild: true\n } as Partial<ViteUserConfig>;\n },\n async build() {\n this.trace(`Building the Powerlines plugin.`);\n\n const environments = (this as unknown as UNSAFE_VitePluginContext)\n ?.$$internal?.api?.context?.environments;\n if (!environments || Object.keys(environments).length === 0) {\n throw new Error(\n `No environments found in the Powerlines context. At least one environment should have been generated - please report this issue to https://github.com/storm-software/powerlines/issues.`\n );\n }\n\n this.trace(\n `Running Vite for ${Object.keys(environments).length} environments.`\n );\n\n const config = defu(\n {\n config: false,\n entry: this.entry,\n environments: Object.fromEntries(\n Object.entries(environments).map(([name, env]) => [\n name,\n extractViteConfig(env)\n ])\n )\n },\n extractViteConfig(this),\n {\n plugins: [createVitePlugin(this)]\n }\n );\n\n await build(config as InlineConfig);\n }\n };\n};\n\nexport default plugin;\n"],"mappings":";;;;;;;;;;;;AAoCA,MAAa,UACX,UAA6B,EAAE,KACV;AACrB,QAAO;EACL,MAAM;EACN,SAAS;AACP,QAAK,MACH,0EACD;AAED,UAAO;IACL,QAAQ,EACN,QAAQ,CAAC,OAAO,MAAM,EACvB;IACD,OAAO;KACL,GAAG;KACH,GAAG;KACH,SAAS;KACV;IACD,aAAa;IACd;;EAEH,MAAM,QAAQ;AACZ,QAAK,MAAM,kCAAkC;GAE7C,MAAM,eAAgB,MAClB,YAAY,KAAK,SAAS;AAC9B,OAAI,CAAC,gBAAgB,OAAO,KAAK,aAAa,CAAC,WAAW,EACxD,OAAM,IAAI,MACR,0LACD;AAGH,QAAK,MACH,oBAAoB,OAAO,KAAK,aAAa,CAAC,OAAO,gBACtD;AAmBD,SAAM,MAjBS,KACb;IACE,QAAQ;IACR,OAAO,KAAK;IACZ,cAAc,OAAO,YACnB,OAAO,QAAQ,aAAa,CAAC,KAAK,CAAC,MAAM,SAAS,CAChD,MACA,kBAAkB,IAAI,CACvB,CAAC,CACH;IACF,EACD,kBAAkB,KAAK,EACvB,EACE,SAAS,CAAC,iBAAiB,KAAK,CAAC,EAClC,CACF,CAEkC;;EAEtC;;AAGH,kBAAe"}
1
+ {"version":3,"file":"index.mjs","names":[],"sources":["../src/index.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 defu from \"defu\";\nimport {\n DEFAULT_VITE_CONFIG,\n extractViteConfig\n} from \"powerlines/lib/build/vite\";\nimport { ViteUserConfig } from \"powerlines/types/config\";\nimport { Plugin } from \"powerlines/types/plugin\";\nimport { build, InlineConfig } from \"vite\";\nimport { createVitePlugin } from \"./helpers/unplugin\";\nimport { UNSAFE_VitePluginContext } from \"./types/internal\";\nimport { VitePluginContext, VitePluginOptions } from \"./types/plugin\";\n\nexport * from \"./helpers\";\nexport * from \"./types\";\n\n/**\n * A Powerlines plugin to assist in developing other Powerlines plugins.\n */\nexport const plugin = <TContext extends VitePluginContext = VitePluginContext>(\n options: VitePluginOptions = {}\n): Plugin<TContext> => {\n return {\n name: \"vite\",\n config() {\n this.trace(\n \"Providing default configuration for the Powerlines `vite` build plugin.\"\n );\n\n return {\n output: {\n format: [\"cjs\", \"esm\"]\n },\n build: {\n ...DEFAULT_VITE_CONFIG,\n ...options,\n variant: \"vite\"\n },\n singleBuild: true\n } as Partial<ViteUserConfig>;\n },\n async build() {\n this.trace(`Building the Powerlines plugin.`);\n\n const environments = (this as unknown as UNSAFE_VitePluginContext)\n ?.$$internal?.api?.context?.environments;\n if (!environments || Object.keys(environments).length === 0) {\n throw new Error(\n `No environments found in the Powerlines context. At least one environment should have been generated - please report this issue to https://github.com/storm-software/powerlines/issues.`\n );\n }\n\n this.trace(\n `Running Vite for ${Object.keys(environments).length} environments.`\n );\n\n const config = defu(\n {\n config: false,\n entry: this.entry,\n environments: Object.fromEntries(\n Object.entries(environments).map(([name, env]) => [\n name,\n extractViteConfig(env)\n ])\n )\n },\n extractViteConfig(this),\n {\n plugins: [createVitePlugin(this)]\n }\n );\n\n await build(config as InlineConfig);\n }\n };\n};\n\nexport default plugin;\n"],"mappings":";;;;;;;;;;AAoCA,MAAa,UACX,UAA6B,EAAE,KACV;AACrB,QAAO;EACL,MAAM;EACN,SAAS;AACP,QAAK,MACH,0EACD;AAED,UAAO;IACL,QAAQ,EACN,QAAQ,CAAC,OAAO,MAAM,EACvB;IACD,OAAO;KACL,GAAG;KACH,GAAG;KACH,SAAS;KACV;IACD,aAAa;IACd;;EAEH,MAAM,QAAQ;AACZ,QAAK,MAAM,kCAAkC;GAE7C,MAAM,eAAgB,MAClB,YAAY,KAAK,SAAS;AAC9B,OAAI,CAAC,gBAAgB,OAAO,KAAK,aAAa,CAAC,WAAW,EACxD,OAAM,IAAI,MACR,0LACD;AAGH,QAAK,MACH,oBAAoB,OAAO,KAAK,aAAa,CAAC,OAAO,gBACtD;AAmBD,SAAM,MAjBS,KACb;IACE,QAAQ;IACR,OAAO,KAAK;IACZ,cAAc,OAAO,YACnB,OAAO,QAAQ,aAAa,CAAC,KAAK,CAAC,MAAM,SAAS,CAChD,MACA,kBAAkB,IAAI,CACvB,CAAC,CACH;IACF,EACD,kBAAkB,KAAK,EACvB,EACE,SAAS,CAAC,iBAAiB,KAAK,CAAC,EAClC,CACF,CAEkC;;EAEtC;;AAGH,kBAAe"}
@@ -1,2 +0,0 @@
1
- require('../plugin-pBKbb5K9.cjs');
2
- require('../types-o3zWarRp.cjs');
@@ -1,3 +1,2 @@
1
- import { a as __ΩVitePluginOptions, i as __ΩVitePluginContext, n as VitePluginOptions, o as __ΩVitePluginResolvedConfig, r as VitePluginResolvedConfig, t as VitePluginContext } from "../plugin-BnuFunBa.cjs";
2
- import "../index-BR1oNnaF.cjs";
1
+ import { VitePluginContext, VitePluginOptions, VitePluginResolvedConfig, __ΩVitePluginContext, __ΩVitePluginOptions, __ΩVitePluginResolvedConfig } from "./plugin.cjs";
3
2
  export { VitePluginContext, VitePluginOptions, VitePluginResolvedConfig, __ΩVitePluginContext, __ΩVitePluginOptions, __ΩVitePluginResolvedConfig };
@@ -1,3 +1,2 @@
1
- import { a as __ΩVitePluginOptions, i as __ΩVitePluginContext, n as VitePluginOptions, o as __ΩVitePluginResolvedConfig, r as VitePluginResolvedConfig, t as VitePluginContext } from "../plugin-BU7JKrz_.mjs";
2
- import "../index-DEHBdV_z.mjs";
1
+ import { VitePluginContext, VitePluginOptions, VitePluginResolvedConfig, __ΩVitePluginContext, __ΩVitePluginOptions, __ΩVitePluginResolvedConfig } from "./plugin.mjs";
3
2
  export { VitePluginContext, VitePluginOptions, VitePluginResolvedConfig, __ΩVitePluginContext, __ΩVitePluginOptions, __ΩVitePluginResolvedConfig };
@@ -1,4 +1 @@
1
- import "../plugin-jZ9N9Mz-.mjs";
2
- import "../types-BtDR9wb1.mjs";
3
-
4
1
  export { };
@@ -1,4 +1,4 @@
1
- import { r as VitePluginResolvedConfig } from "../plugin-BnuFunBa.cjs";
1
+ import { VitePluginResolvedConfig } from "./plugin.cjs";
2
2
  import { UNSAFE_PluginContext } from "powerlines/types/internal";
3
3
 
4
4
  //#region src/types/internal.d.ts
@@ -1,4 +1,4 @@
1
- import { r as VitePluginResolvedConfig } from "../plugin-BU7JKrz_.mjs";
1
+ import { VitePluginResolvedConfig } from "./plugin.mjs";
2
2
  import { UNSAFE_PluginContext } from "powerlines/types/internal";
3
3
 
4
4
  //#region src/types/internal.d.ts
@@ -1 +0,0 @@
1
- require('../plugin-pBKbb5K9.cjs');
@@ -1,2 +1,18 @@
1
- import { a as __ΩVitePluginOptions, i as __ΩVitePluginContext, n as VitePluginOptions, o as __ΩVitePluginResolvedConfig, r as VitePluginResolvedConfig, t as VitePluginContext } from "../plugin-BnuFunBa.cjs";
2
- export { VitePluginContext, VitePluginOptions, VitePluginResolvedConfig, __ΩVitePluginContext, __ΩVitePluginOptions, __ΩVitePluginResolvedConfig };
1
+ import { ViteBuildConfig } from "powerlines/types/build";
2
+ import { ConfigEnv } from "powerlines/types/config";
3
+ import { PluginContext } from "powerlines/types/context";
4
+ import { ViteResolvedConfig } from "powerlines/types/resolved";
5
+
6
+ //#region src/types/plugin.d.ts
7
+ type VitePluginOptions = Partial<ViteBuildConfig>;
8
+ type VitePluginResolvedConfig = ViteResolvedConfig;
9
+ type VitePluginContext<TResolvedConfig extends VitePluginResolvedConfig = VitePluginResolvedConfig> = PluginContext<TResolvedConfig> & {
10
+ dev: boolean;
11
+ configEnv: ConfigEnv;
12
+ };
13
+ declare type __ΩVitePluginOptions = any[];
14
+ declare type __ΩVitePluginResolvedConfig = any[];
15
+ declare type __ΩVitePluginContext = any[];
16
+ //#endregion
17
+ export { VitePluginContext, VitePluginOptions, VitePluginResolvedConfig, __ΩVitePluginContext, __ΩVitePluginOptions, __ΩVitePluginResolvedConfig };
18
+ //# sourceMappingURL=plugin.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"plugin.d.cts","names":[],"sources":["../../src/types/plugin.ts"],"sourcesContent":[],"mappings":";;;;;;KAuBY,iBAAA,GAAoB,QAAQ;KAE5B,wBAAA,GAA2B;AAF3B,KAIA,iBAJiB,CAAA,wBAKH,wBALa,GAKc,wBALd,CAAA,GAMnC,aANmC,CAMrB,eANqB,CAAA,GAAA;EAE3B,GAAA,EAAA,OAAA;EAEA,SAAA,EAIC,SAJgB;CACH;AAA2B,oCAAA,GAAA,EAAA;AACnC,2CAAA,GAAA,EAAA;AAAd,oCAAA,GAAA,EAAA"}
@@ -1,2 +1,18 @@
1
- import { a as __ΩVitePluginOptions, i as __ΩVitePluginContext, n as VitePluginOptions, o as __ΩVitePluginResolvedConfig, r as VitePluginResolvedConfig, t as VitePluginContext } from "../plugin-BU7JKrz_.mjs";
2
- export { VitePluginContext, VitePluginOptions, VitePluginResolvedConfig, __ΩVitePluginContext, __ΩVitePluginOptions, __ΩVitePluginResolvedConfig };
1
+ import { ViteBuildConfig } from "powerlines/types/build";
2
+ import { ConfigEnv } from "powerlines/types/config";
3
+ import { PluginContext } from "powerlines/types/context";
4
+ import { ViteResolvedConfig } from "powerlines/types/resolved";
5
+
6
+ //#region src/types/plugin.d.ts
7
+ type VitePluginOptions = Partial<ViteBuildConfig>;
8
+ type VitePluginResolvedConfig = ViteResolvedConfig;
9
+ type VitePluginContext<TResolvedConfig extends VitePluginResolvedConfig = VitePluginResolvedConfig> = PluginContext<TResolvedConfig> & {
10
+ dev: boolean;
11
+ configEnv: ConfigEnv;
12
+ };
13
+ declare type __ΩVitePluginOptions = any[];
14
+ declare type __ΩVitePluginResolvedConfig = any[];
15
+ declare type __ΩVitePluginContext = any[];
16
+ //#endregion
17
+ export { VitePluginContext, VitePluginOptions, VitePluginResolvedConfig, __ΩVitePluginContext, __ΩVitePluginOptions, __ΩVitePluginResolvedConfig };
18
+ //# sourceMappingURL=plugin.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"plugin.d.mts","names":[],"sources":["../../src/types/plugin.ts"],"sourcesContent":[],"mappings":";;;;;;KAuBY,iBAAA,GAAoB,QAAQ;KAE5B,wBAAA,GAA2B;AAF3B,KAIA,iBAJiB,CAAA,wBAKH,wBALa,GAKc,wBALd,CAAA,GAMnC,aANmC,CAMrB,eANqB,CAAA,GAAA;EAE3B,GAAA,EAAA,OAAA;EAEA,SAAA,EAIC,SAJgB;CACH;AAA2B,oCAAA,GAAA,EAAA;AACnC,2CAAA,GAAA,EAAA;AAAd,oCAAA,GAAA,EAAA"}
@@ -1,3 +1 @@
1
- import "../plugin-jZ9N9Mz-.mjs";
2
-
3
1
  export { };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/plugin-vite",
3
- "version": "0.14.254",
3
+ "version": "0.14.255",
4
4
  "type": "module",
5
5
  "description": "A package containing a Powerlines plugin to assist in developing other Powerlines plugins.",
6
6
  "repository": {
@@ -132,15 +132,15 @@
132
132
  "keywords": ["vite", "powerlines", "storm-software", "powerlines-plugin"],
133
133
  "dependencies": {
134
134
  "defu": "^6.1.4",
135
- "powerlines": "^0.38.20",
135
+ "powerlines": "^0.38.21",
136
136
  "unplugin": "3.0.0-beta.3",
137
137
  "vite": "8.0.0-beta.2"
138
138
  },
139
139
  "devDependencies": {
140
- "@powerlines/plugin-plugin": "^0.12.204",
140
+ "@powerlines/plugin-plugin": "^0.12.205",
141
141
  "@types/node": "^24.10.9"
142
142
  },
143
143
  "publishConfig": { "access": "public" },
144
144
  "types": "./dist/index.d.cts",
145
- "gitHead": "54a89805dd69f77013ebbd3282232563d7af4e7b"
145
+ "gitHead": "6000a15bf3fbc1b7eaaf967088c68eef9949786a"
146
146
  }
@@ -1 +0,0 @@
1
- export { };
File without changes
@@ -1 +0,0 @@
1
- export { };
@@ -1 +0,0 @@
1
- export { };
@@ -1 +0,0 @@
1
- export { };
@@ -1 +0,0 @@
1
- export { };
@@ -1,18 +0,0 @@
1
- import { ViteBuildConfig } from "powerlines/types/build";
2
- import { ConfigEnv } from "powerlines/types/config";
3
- import { PluginContext } from "powerlines/types/context";
4
- import { ViteResolvedConfig } from "powerlines/types/resolved";
5
-
6
- //#region src/types/plugin.d.ts
7
- type VitePluginOptions = Partial<ViteBuildConfig>;
8
- type VitePluginResolvedConfig = ViteResolvedConfig;
9
- type VitePluginContext<TResolvedConfig extends VitePluginResolvedConfig = VitePluginResolvedConfig> = PluginContext<TResolvedConfig> & {
10
- dev: boolean;
11
- configEnv: ConfigEnv;
12
- };
13
- declare type __ΩVitePluginOptions = any[];
14
- declare type __ΩVitePluginResolvedConfig = any[];
15
- declare type __ΩVitePluginContext = any[];
16
- //#endregion
17
- export { __ΩVitePluginOptions as a, __ΩVitePluginContext as i, VitePluginOptions as n, __ΩVitePluginResolvedConfig as o, VitePluginResolvedConfig as r, VitePluginContext as t };
18
- //# sourceMappingURL=plugin-BU7JKrz_.d.mts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"plugin-BU7JKrz_.d.mts","names":[],"sources":["../src/types/plugin.ts"],"sourcesContent":[],"mappings":";;;;;;KAuBY,iBAAA,GAAoB,QAAQ;KAE5B,wBAAA,GAA2B;AAF3B,KAIA,iBAJiB,CAAA,wBAKH,wBALa,GAKc,wBALd,CAAA,GAMnC,aANmC,CAMrB,eANqB,CAAA,GAAA;EAE3B,GAAA,EAAA,OAAA;EAEA,SAAA,EAIC,SAJgB;CACH;AAA2B,oCAAA,GAAA,EAAA;AACnC,2CAAA,GAAA,EAAA;AAAd,oCAAA,GAAA,EAAA"}
@@ -1,18 +0,0 @@
1
- import { ViteBuildConfig } from "powerlines/types/build";
2
- import { ConfigEnv } from "powerlines/types/config";
3
- import { PluginContext } from "powerlines/types/context";
4
- import { ViteResolvedConfig } from "powerlines/types/resolved";
5
-
6
- //#region src/types/plugin.d.ts
7
- type VitePluginOptions = Partial<ViteBuildConfig>;
8
- type VitePluginResolvedConfig = ViteResolvedConfig;
9
- type VitePluginContext<TResolvedConfig extends VitePluginResolvedConfig = VitePluginResolvedConfig> = PluginContext<TResolvedConfig> & {
10
- dev: boolean;
11
- configEnv: ConfigEnv;
12
- };
13
- declare type __ΩVitePluginOptions = any[];
14
- declare type __ΩVitePluginResolvedConfig = any[];
15
- declare type __ΩVitePluginContext = any[];
16
- //#endregion
17
- export { __ΩVitePluginOptions as a, __ΩVitePluginContext as i, VitePluginOptions as n, __ΩVitePluginResolvedConfig as o, VitePluginResolvedConfig as r, VitePluginContext as t };
18
- //# sourceMappingURL=plugin-BnuFunBa.d.cts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"plugin-BnuFunBa.d.cts","names":[],"sources":["../src/types/plugin.ts"],"sourcesContent":[],"mappings":";;;;;;KAuBY,iBAAA,GAAoB,QAAQ;KAE5B,wBAAA,GAA2B;AAF3B,KAIA,iBAJiB,CAAA,wBAKH,wBALa,GAKc,wBALd,CAAA,GAMnC,aANmC,CAMrB,eANqB,CAAA,GAAA;EAE3B,GAAA,EAAA,OAAA;EAEA,SAAA,EAIC,SAJgB;CACH;AAA2B,oCAAA,GAAA,EAAA;AACnC,2CAAA,GAAA,EAAA;AAAd,oCAAA,GAAA,EAAA"}
@@ -1 +0,0 @@
1
- export { };
File without changes
@@ -1 +0,0 @@
1
- export { };
File without changes
@@ -1,16 +0,0 @@
1
- const require_index = require('./index.cjs');
2
- let powerlines_lib_unplugin = require("powerlines/lib/unplugin");
3
- let unplugin = require("unplugin");
4
-
5
- //#region src/helpers/unplugin.ts
6
- function createVitePlugin(context) {
7
- return (0, unplugin.createVitePlugin)((0, powerlines_lib_unplugin.createUnplugin)(context))({});
8
- }
9
-
10
- //#endregion
11
- Object.defineProperty(exports, 'createVitePlugin', {
12
- enumerable: true,
13
- get: function () {
14
- return createVitePlugin;
15
- }
16
- });
@@ -1,8 +0,0 @@
1
- import { t as VitePluginContext } from "./plugin-BU7JKrz_.mjs";
2
- import * as vite0 from "vite";
3
-
4
- //#region src/helpers/unplugin.d.ts
5
- declare function createVitePlugin(context: VitePluginContext): vite0.Plugin<any> | vite0.Plugin<any>[];
6
- //#endregion
7
- export { createVitePlugin as t };
8
- //# sourceMappingURL=unplugin-BnIDr7wC.d.mts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"unplugin-BnIDr7wC.d.mts","names":[],"sources":["../src/helpers/unplugin.ts"],"sourcesContent":[],"mappings":";;;;iBAsBgB,gBAAA,UAA0B,oBAAiB,KAAA,CAAA,cAAA,KAAA,CAAA"}
@@ -1,8 +0,0 @@
1
- import { t as VitePluginContext } from "./plugin-BnuFunBa.cjs";
2
- import * as vite0 from "vite";
3
-
4
- //#region src/helpers/unplugin.d.ts
5
- declare function createVitePlugin(context: VitePluginContext): vite0.Plugin<any> | vite0.Plugin<any>[];
6
- //#endregion
7
- export { createVitePlugin as t };
8
- //# sourceMappingURL=unplugin-Cld_5zlU.d.cts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"unplugin-Cld_5zlU.d.cts","names":[],"sources":["../src/helpers/unplugin.ts"],"sourcesContent":[],"mappings":";;;;iBAsBgB,gBAAA,UAA0B,oBAAiB,KAAA,CAAA,cAAA,KAAA,CAAA"}
@@ -1,11 +0,0 @@
1
- import { createUnplugin } from "powerlines/lib/unplugin";
2
- import { createVitePlugin } from "unplugin";
3
-
4
- //#region src/helpers/unplugin.ts
5
- function createVitePlugin$1(context) {
6
- return createVitePlugin(createUnplugin(context))({});
7
- }
8
-
9
- //#endregion
10
- export { createVitePlugin$1 as t };
11
- //# sourceMappingURL=unplugin-DhvrD56h.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"unplugin-DhvrD56h.mjs","names":["createVitePlugin","createViteUnplugin"],"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/lib/unplugin\";\nimport { createVitePlugin as createViteUnplugin } from \"unplugin\";\nimport { VitePluginContext } from \"../types/plugin\";\n\nexport function createVitePlugin(context: VitePluginContext) {\n return createViteUnplugin(createUnplugin(context))({});\n}\n"],"mappings":";;;;AAsBA,SAAgBA,mBAAiB,SAA4B;AAC3D,QAAOC,iBAAmB,eAAe,QAAQ,CAAC,CAAC,EAAE,CAAC"}