@powerlines/plugin-automd 0.1.121 → 0.1.122

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 (48) hide show
  1. package/dist/index-CA4VvAY_.d.mts +1 -0
  2. package/dist/index-CmCelmEL.d.cts +1 -0
  3. package/dist/index.cjs +32 -3
  4. package/dist/index.d.cts +3 -3
  5. package/dist/index.d.mts +3 -4
  6. package/dist/index.mjs +3 -0
  7. package/dist/plugin-ByUwyeE9.d.mts +1796 -0
  8. package/dist/plugin-CK9GewD2.d.cts +1795 -0
  9. package/dist/plugin-DHXHjv16.cjs +0 -0
  10. package/dist/plugin-ufqFO5xS.mjs +1 -0
  11. package/dist/toc-B32brVQ3.mjs +1 -0
  12. package/dist/toc-BMD8zasy.cjs +0 -0
  13. package/dist/toc-CbG2Hl5G.d.cts +34 -0
  14. package/dist/toc-KnOLp5Tz.d.mts +34 -0
  15. package/dist/types/index.cjs +3 -0
  16. package/dist/types/index.d.cts +3 -2
  17. package/dist/types/index.d.mts +3 -2
  18. package/dist/types/index.mjs +4 -0
  19. package/dist/types/plugin.cjs +1 -0
  20. package/dist/types/plugin.d.cts +2 -50
  21. package/dist/types/plugin.d.mts +2 -50
  22. package/dist/types/plugin.mjs +2 -0
  23. package/dist/types/toc.cjs +1 -0
  24. package/dist/types/toc.d.cts +1 -33
  25. package/dist/types/toc.d.mts +1 -33
  26. package/dist/types/toc.mjs +2 -0
  27. package/dist/types-BReKsBV6.mjs +1 -0
  28. package/dist/types-CBTc19th.cjs +0 -0
  29. package/package.json +3 -3
  30. package/dist/_virtual/rolldown_runtime.cjs +0 -29
  31. package/dist/powerlines/src/types/babel.d.mts +0 -2
  32. package/dist/powerlines/src/types/build.d.cts +0 -145
  33. package/dist/powerlines/src/types/build.d.mts +0 -145
  34. package/dist/powerlines/src/types/commands.d.cts +0 -8
  35. package/dist/powerlines/src/types/commands.d.mts +0 -9
  36. package/dist/powerlines/src/types/config.d.cts +0 -369
  37. package/dist/powerlines/src/types/config.d.mts +0 -370
  38. package/dist/powerlines/src/types/context.d.cts +0 -403
  39. package/dist/powerlines/src/types/context.d.mts +0 -405
  40. package/dist/powerlines/src/types/fs.d.cts +0 -486
  41. package/dist/powerlines/src/types/fs.d.mts +0 -486
  42. package/dist/powerlines/src/types/hooks.d.mts +0 -2
  43. package/dist/powerlines/src/types/plugin.d.cts +0 -231
  44. package/dist/powerlines/src/types/plugin.d.mts +0 -231
  45. package/dist/powerlines/src/types/resolved.d.cts +0 -81
  46. package/dist/powerlines/src/types/resolved.d.mts +0 -81
  47. package/dist/powerlines/src/types/tsconfig.d.cts +0 -69
  48. 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,5 +1,34 @@
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('./toc-BMD8zasy.cjs');
31
+ require('./types-CBTc19th.cjs');
3
32
  let __stryke_convert_to_array = require("@stryke/convert/to-array");
4
33
  let __stryke_fs_is_file = require("@stryke/fs/is-file");
5
34
  let __stryke_fs_list_files = require("@stryke/fs/list-files");
@@ -10,9 +39,9 @@ let __stryke_path_replace = require("@stryke/path/replace");
10
39
  let automd = require("automd");
11
40
  let c12 = require("c12");
12
41
  let defu = require("defu");
13
- defu = require_rolldown_runtime.__toESM(defu);
42
+ defu = __toESM(defu);
14
43
  let markdown_toc = require("markdown-toc");
15
- markdown_toc = require_rolldown_runtime.__toESM(markdown_toc);
44
+ markdown_toc = __toESM(markdown_toc);
16
45
 
17
46
  //#region src/index.ts
18
47
  /**
package/dist/index.d.cts CHANGED
@@ -1,6 +1,6 @@
1
- import { Plugin } from "./powerlines/src/types/plugin.cjs";
2
- import { TOCOptions, __ΩTOCOptions } from "./types/toc.cjs";
3
- import { AutoMDPluginContext, AutoMDPluginOptions, AutoMDPluginResolvedConfig, AutoMDPluginUserConfig, __ΩAutoMDPluginContext, __ΩAutoMDPluginOptions, __ΩAutoMDPluginResolvedConfig, __ΩAutoMDPluginUserConfig } from "./types/plugin.cjs";
1
+ import { a as __ΩAutoMDPluginContext, c as __ΩAutoMDPluginUserConfig, i as AutoMDPluginUserConfig, l as Plugin, n as AutoMDPluginOptions, o as __ΩAutoMDPluginOptions, r as AutoMDPluginResolvedConfig, s as __ΩAutoMDPluginResolvedConfig, t as AutoMDPluginContext } from "./plugin-CK9GewD2.cjs";
2
+ import { n as __ΩTOCOptions, t as TOCOptions } from "./toc-CbG2Hl5G.cjs";
3
+ import "./index-CmCelmEL.cjs";
4
4
 
5
5
  //#region src/index.d.ts
6
6
 
package/dist/index.d.mts CHANGED
@@ -1,7 +1,6 @@
1
- import { Plugin } from "./powerlines/src/types/plugin.mjs";
2
- import { TOCOptions, __ΩTOCOptions } from "./types/toc.mjs";
3
- import { AutoMDPluginContext, AutoMDPluginOptions, AutoMDPluginResolvedConfig, AutoMDPluginUserConfig, __ΩAutoMDPluginContext, __ΩAutoMDPluginOptions, __ΩAutoMDPluginResolvedConfig, __ΩAutoMDPluginUserConfig } from "./types/plugin.mjs";
4
- import "./types/index.mjs";
1
+ import { a as __ΩAutoMDPluginContext, c as __ΩAutoMDPluginUserConfig, i as AutoMDPluginUserConfig, l as Plugin, n as AutoMDPluginOptions, o as __ΩAutoMDPluginOptions, r as AutoMDPluginResolvedConfig, s as __ΩAutoMDPluginResolvedConfig, t as AutoMDPluginContext } from "./plugin-ByUwyeE9.mjs";
2
+ import { n as __ΩTOCOptions, t as TOCOptions } from "./toc-KnOLp5Tz.mjs";
3
+ import "./index-CA4VvAY_.mjs";
5
4
 
6
5
  //#region src/index.d.ts
7
6
 
package/dist/index.mjs CHANGED
@@ -1,3 +1,6 @@
1
+ import "./plugin-ufqFO5xS.mjs";
2
+ import "./toc-B32brVQ3.mjs";
3
+ import "./types-BReKsBV6.mjs";
1
4
  import { toArray } from "@stryke/convert/to-array";
2
5
  import { isDirectory } from "@stryke/fs/is-file";
3
6
  import { listFiles } from "@stryke/fs/list-files";