@powerlines/plugin-jest 0.1.128 → 0.1.130

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 (40) hide show
  1. package/dist/index-BgAdqTbb.d.mts +1 -0
  2. package/dist/index-CEgs-Dz2.d.cts +1 -0
  3. package/dist/index.cjs +30 -2
  4. package/dist/index.d.cts +2 -2
  5. package/dist/index.d.mts +2 -3
  6. package/dist/index.mjs +2 -0
  7. package/dist/plugin-B4oHFO4R.d.mts +1963 -0
  8. package/dist/plugin-C3MaN5jp.mjs +1 -0
  9. package/dist/plugin-CVquW7Pw.d.cts +1963 -0
  10. package/dist/plugin-DHXHjv16.cjs +0 -0
  11. package/dist/types/index.cjs +2 -0
  12. package/dist/types/index.d.cts +2 -1
  13. package/dist/types/index.d.mts +2 -1
  14. package/dist/types/index.mjs +3 -0
  15. package/dist/types/plugin.cjs +1 -0
  16. package/dist/types/plugin.d.cts +1 -218
  17. package/dist/types/plugin.d.mts +1 -218
  18. package/dist/types/plugin.mjs +2 -0
  19. package/dist/types-CTUnla4x.mjs +1 -0
  20. package/dist/types-DHkg7xmX.cjs +0 -0
  21. package/package.json +4 -4
  22. package/dist/_virtual/rolldown_runtime.cjs +0 -29
  23. package/dist/powerlines/src/types/babel.d.mts +0 -2
  24. package/dist/powerlines/src/types/build.d.cts +0 -145
  25. package/dist/powerlines/src/types/build.d.mts +0 -145
  26. package/dist/powerlines/src/types/commands.d.cts +0 -8
  27. package/dist/powerlines/src/types/commands.d.mts +0 -9
  28. package/dist/powerlines/src/types/config.d.cts +0 -369
  29. package/dist/powerlines/src/types/config.d.mts +0 -369
  30. package/dist/powerlines/src/types/context.d.cts +0 -403
  31. package/dist/powerlines/src/types/context.d.mts +0 -405
  32. package/dist/powerlines/src/types/fs.d.cts +0 -486
  33. package/dist/powerlines/src/types/fs.d.mts +0 -486
  34. package/dist/powerlines/src/types/hooks.d.mts +0 -2
  35. package/dist/powerlines/src/types/plugin.d.cts +0 -231
  36. package/dist/powerlines/src/types/plugin.d.mts +0 -231
  37. package/dist/powerlines/src/types/resolved.d.cts +0 -81
  38. package/dist/powerlines/src/types/resolved.d.mts +0 -81
  39. package/dist/powerlines/src/types/tsconfig.d.cts +0 -69
  40. package/dist/powerlines/src/types/tsconfig.d.mts +0 -69
@@ -0,0 +1 @@
1
+ export { };
@@ -0,0 +1 @@
1
+ export { };
package/dist/index.cjs CHANGED
@@ -1,9 +1,37 @@
1
1
  Object.defineProperty(exports, '__esModule', { value: true });
2
- const require_rolldown_runtime = require('./_virtual/rolldown_runtime.cjs');
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
+ require('./plugin-DHXHjv16.cjs');
30
+ require('./types-DHkg7xmX.cjs');
3
31
  let __storm_software_config_tools_types = require("@storm-software/config-tools/types");
4
32
  let __stryke_path_join = require("@stryke/path/join");
5
33
  let chalk = require("chalk");
6
- chalk = require_rolldown_runtime.__toESM(chalk);
34
+ chalk = __toESM(chalk);
7
35
  let jest = require("jest");
8
36
  let jest_util = require("jest-util");
9
37
 
package/dist/index.d.cts CHANGED
@@ -1,5 +1,5 @@
1
- import { Plugin } from "./powerlines/src/types/plugin.cjs";
2
- import { JestPluginContext, JestPluginOptions, JestPluginResolvedConfig, JestPluginUserConfig, __ΩJestPluginContext, __ΩJestPluginOptions, __ΩJestPluginResolvedConfig, __ΩJestPluginUserConfig } from "./types/plugin.cjs";
1
+ import { a as __ΩJestPluginContext, c as __ΩJestPluginUserConfig, i as JestPluginUserConfig, l as Plugin, n as JestPluginOptions, o as __ΩJestPluginOptions, r as JestPluginResolvedConfig, s as __ΩJestPluginResolvedConfig, t as JestPluginContext } from "./plugin-CVquW7Pw.cjs";
2
+ import "./index-CEgs-Dz2.cjs";
3
3
 
4
4
  //#region src/index.d.ts
5
5
 
package/dist/index.d.mts CHANGED
@@ -1,6 +1,5 @@
1
- import { Plugin } from "./powerlines/src/types/plugin.mjs";
2
- import { JestPluginContext, JestPluginOptions, JestPluginResolvedConfig, JestPluginUserConfig, __ΩJestPluginContext, __ΩJestPluginOptions, __ΩJestPluginResolvedConfig, __ΩJestPluginUserConfig } from "./types/plugin.mjs";
3
- import "./types/index.mjs";
1
+ import { a as __ΩJestPluginContext, c as __ΩJestPluginUserConfig, i as JestPluginUserConfig, l as Plugin, n as JestPluginOptions, o as __ΩJestPluginOptions, r as JestPluginResolvedConfig, s as __ΩJestPluginResolvedConfig, t as JestPluginContext } from "./plugin-B4oHFO4R.mjs";
2
+ import "./index-BgAdqTbb.mjs";
4
3
 
5
4
  //#region src/index.d.ts
6
5
 
package/dist/index.mjs CHANGED
@@ -1,3 +1,5 @@
1
+ import "./plugin-C3MaN5jp.mjs";
2
+ import "./types-CTUnla4x.mjs";
1
3
  import { LogLevelLabel } from "@storm-software/config-tools/types";
2
4
  import { joinPaths } from "@stryke/path/join";
3
5
  import chalk from "chalk";