@powerlines/plugin-automd 0.1.57 → 0.1.59

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/_virtual/rolldown_runtime.cjs +1 -0
  2. package/dist/index.cjs +1 -1
  3. package/dist/index.d.cts +3 -3
  4. package/dist/index.d.mts +4 -3
  5. package/dist/index.mjs +1 -1
  6. package/dist/powerlines/src/types/babel.d.mts +2 -0
  7. package/dist/powerlines/src/types/build.d.cts +139 -0
  8. package/dist/powerlines/src/types/build.d.mts +139 -0
  9. package/dist/powerlines/src/types/commands.d.cts +8 -0
  10. package/dist/powerlines/src/types/commands.d.mts +9 -0
  11. package/dist/powerlines/src/types/config.d.cts +345 -0
  12. package/dist/powerlines/src/types/config.d.mts +346 -0
  13. package/dist/powerlines/src/types/context.d.cts +347 -0
  14. package/dist/powerlines/src/types/context.d.mts +349 -0
  15. package/dist/powerlines/src/types/fs.d.cts +458 -0
  16. package/dist/powerlines/src/types/fs.d.mts +458 -0
  17. package/dist/powerlines/src/types/hooks.d.mts +2 -0
  18. package/dist/powerlines/src/types/plugin.d.cts +232 -0
  19. package/dist/powerlines/src/types/plugin.d.mts +232 -0
  20. package/dist/powerlines/src/types/resolved.d.cts +81 -0
  21. package/dist/powerlines/src/types/resolved.d.mts +81 -0
  22. package/dist/powerlines/src/types/tsconfig.d.cts +69 -0
  23. package/dist/powerlines/src/types/tsconfig.d.mts +69 -0
  24. package/dist/types/index.cjs +0 -1
  25. package/dist/types/index.d.cts +2 -3
  26. package/dist/types/index.d.mts +2 -3
  27. package/dist/types/index.mjs +1 -1
  28. package/dist/types/plugin.cjs +0 -1
  29. package/dist/types/plugin.d.cts +50 -2
  30. package/dist/types/plugin.d.mts +50 -2
  31. package/dist/types/plugin.mjs +1 -1
  32. package/dist/types/toc.cjs +0 -1
  33. package/dist/types/toc.d.cts +33 -1
  34. package/dist/types/toc.d.mts +33 -1
  35. package/dist/types/toc.mjs +1 -1
  36. package/package.json +10 -10
  37. package/dist/index-CA4VvAY_.d.mts +0 -1
  38. package/dist/index-CmCelmEL.d.cts +0 -1
  39. package/dist/plugin-DHXHjv16.cjs +0 -0
  40. package/dist/plugin-DctK9mNs.d.mts +0 -1686
  41. package/dist/plugin-Gb47Xzf6.mjs +0 -1
  42. package/dist/plugin-sofaGrZ7.d.cts +0 -1685
  43. package/dist/toc-BMD8zasy.cjs +0 -0
  44. package/dist/toc-BMJnT26b.mjs +0 -1
  45. package/dist/toc-CbG2Hl5G.d.cts +0 -34
  46. package/dist/toc-KnOLp5Tz.d.mts +0 -34
  47. package/dist/types-CBTc19th.cjs +0 -0
  48. package/dist/types-CwXe_Ycf.mjs +0 -1
File without changes
@@ -1 +0,0 @@
1
- export{};
@@ -1,34 +0,0 @@
1
- //#region src/types/toc.d.ts
2
- interface TOCOptions {
3
- /**
4
- * A slugify function to generate slugs for the headings.
5
- */
6
- slugify?: (str: string) => string;
7
- /**
8
- * The maximum depth of headings to include in the TOC.
9
- *
10
- * @defaultValue 6
11
- */
12
- maxDepth?: number;
13
- /**
14
- * Whether to include the first H1 heading in the TOC.
15
- */
16
- firstH1?: boolean;
17
- /**
18
- * The bullet character to use for list items in the TOC.
19
- *
20
- * @defaultValue "-"
21
- */
22
- bullets?: string;
23
- /**
24
- * A prefix to add to each heading in the TOC.
25
- */
26
- prefix?: string;
27
- /**
28
- * A filter function to determine which headings to include in the TOC.
29
- */
30
- filter?: (str: string, level: number) => boolean;
31
- }
32
- declare type __ΩTOCOptions = any[];
33
- //#endregion
34
- export { __ΩTOCOptions as n, TOCOptions as t };
@@ -1,34 +0,0 @@
1
- //#region src/types/toc.d.ts
2
- interface TOCOptions {
3
- /**
4
- * A slugify function to generate slugs for the headings.
5
- */
6
- slugify?: (str: string) => string;
7
- /**
8
- * The maximum depth of headings to include in the TOC.
9
- *
10
- * @defaultValue 6
11
- */
12
- maxDepth?: number;
13
- /**
14
- * Whether to include the first H1 heading in the TOC.
15
- */
16
- firstH1?: boolean;
17
- /**
18
- * The bullet character to use for list items in the TOC.
19
- *
20
- * @defaultValue "-"
21
- */
22
- bullets?: string;
23
- /**
24
- * A prefix to add to each heading in the TOC.
25
- */
26
- prefix?: string;
27
- /**
28
- * A filter function to determine which headings to include in the TOC.
29
- */
30
- filter?: (str: string, level: number) => boolean;
31
- }
32
- declare type __ΩTOCOptions = any[];
33
- //#endregion
34
- export { __ΩTOCOptions as n, TOCOptions as t };
File without changes
@@ -1 +0,0 @@
1
- export{};