@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.
- package/dist/_virtual/rolldown_runtime.cjs +1 -0
- package/dist/index.cjs +1 -1
- package/dist/index.d.cts +3 -3
- package/dist/index.d.mts +4 -3
- package/dist/index.mjs +1 -1
- package/dist/powerlines/src/types/babel.d.mts +2 -0
- package/dist/powerlines/src/types/build.d.cts +139 -0
- package/dist/powerlines/src/types/build.d.mts +139 -0
- package/dist/powerlines/src/types/commands.d.cts +8 -0
- package/dist/powerlines/src/types/commands.d.mts +9 -0
- package/dist/powerlines/src/types/config.d.cts +345 -0
- package/dist/powerlines/src/types/config.d.mts +346 -0
- package/dist/powerlines/src/types/context.d.cts +347 -0
- package/dist/powerlines/src/types/context.d.mts +349 -0
- package/dist/powerlines/src/types/fs.d.cts +458 -0
- package/dist/powerlines/src/types/fs.d.mts +458 -0
- package/dist/powerlines/src/types/hooks.d.mts +2 -0
- package/dist/powerlines/src/types/plugin.d.cts +232 -0
- package/dist/powerlines/src/types/plugin.d.mts +232 -0
- package/dist/powerlines/src/types/resolved.d.cts +81 -0
- package/dist/powerlines/src/types/resolved.d.mts +81 -0
- package/dist/powerlines/src/types/tsconfig.d.cts +69 -0
- package/dist/powerlines/src/types/tsconfig.d.mts +69 -0
- package/dist/types/index.cjs +0 -1
- package/dist/types/index.d.cts +2 -3
- package/dist/types/index.d.mts +2 -3
- package/dist/types/index.mjs +1 -1
- package/dist/types/plugin.cjs +0 -1
- package/dist/types/plugin.d.cts +50 -2
- package/dist/types/plugin.d.mts +50 -2
- package/dist/types/plugin.mjs +1 -1
- package/dist/types/toc.cjs +0 -1
- package/dist/types/toc.d.cts +33 -1
- package/dist/types/toc.d.mts +33 -1
- package/dist/types/toc.mjs +1 -1
- package/package.json +10 -10
- package/dist/index-CA4VvAY_.d.mts +0 -1
- package/dist/index-CmCelmEL.d.cts +0 -1
- package/dist/plugin-DHXHjv16.cjs +0 -0
- package/dist/plugin-DctK9mNs.d.mts +0 -1686
- package/dist/plugin-Gb47Xzf6.mjs +0 -1
- package/dist/plugin-sofaGrZ7.d.cts +0 -1685
- package/dist/toc-BMD8zasy.cjs +0 -0
- package/dist/toc-BMJnT26b.mjs +0 -1
- package/dist/toc-CbG2Hl5G.d.cts +0 -34
- package/dist/toc-KnOLp5Tz.d.mts +0 -34
- package/dist/types-CBTc19th.cjs +0 -0
- package/dist/types-CwXe_Ycf.mjs +0 -1
package/dist/toc-BMD8zasy.cjs
DELETED
|
File without changes
|
package/dist/toc-BMJnT26b.mjs
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export{};
|
package/dist/toc-CbG2Hl5G.d.cts
DELETED
|
@@ -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 };
|
package/dist/toc-KnOLp5Tz.d.mts
DELETED
|
@@ -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 };
|
package/dist/types-CBTc19th.cjs
DELETED
|
File without changes
|
package/dist/types-CwXe_Ycf.mjs
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export{};
|