@powerlines/plugin-automd 0.1.120 → 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.
- package/dist/index-CA4VvAY_.d.mts +1 -0
- package/dist/index-CmCelmEL.d.cts +1 -0
- package/dist/index.cjs +32 -3
- package/dist/index.d.cts +3 -3
- package/dist/index.d.mts +3 -4
- package/dist/index.mjs +3 -0
- package/dist/plugin-ByUwyeE9.d.mts +1796 -0
- package/dist/plugin-CK9GewD2.d.cts +1795 -0
- package/dist/plugin-DHXHjv16.cjs +0 -0
- package/dist/plugin-ufqFO5xS.mjs +1 -0
- package/dist/toc-B32brVQ3.mjs +1 -0
- package/dist/toc-BMD8zasy.cjs +0 -0
- package/dist/toc-CbG2Hl5G.d.cts +34 -0
- package/dist/toc-KnOLp5Tz.d.mts +34 -0
- package/dist/types/index.cjs +3 -0
- package/dist/types/index.d.cts +3 -2
- package/dist/types/index.d.mts +3 -2
- package/dist/types/index.mjs +4 -0
- package/dist/types/plugin.cjs +1 -0
- package/dist/types/plugin.d.cts +2 -50
- package/dist/types/plugin.d.mts +2 -50
- package/dist/types/plugin.mjs +2 -0
- package/dist/types/toc.cjs +1 -0
- package/dist/types/toc.d.cts +1 -33
- package/dist/types/toc.d.mts +1 -33
- package/dist/types/toc.mjs +2 -0
- package/dist/types-BReKsBV6.mjs +1 -0
- package/dist/types-CBTc19th.cjs +0 -0
- package/package.json +5 -5
- package/dist/_virtual/rolldown_runtime.cjs +0 -29
- package/dist/powerlines/src/types/babel.d.mts +0 -2
- package/dist/powerlines/src/types/build.d.cts +0 -145
- package/dist/powerlines/src/types/build.d.mts +0 -145
- package/dist/powerlines/src/types/commands.d.cts +0 -8
- package/dist/powerlines/src/types/commands.d.mts +0 -9
- package/dist/powerlines/src/types/config.d.cts +0 -369
- package/dist/powerlines/src/types/config.d.mts +0 -370
- package/dist/powerlines/src/types/context.d.cts +0 -403
- package/dist/powerlines/src/types/context.d.mts +0 -405
- package/dist/powerlines/src/types/fs.d.cts +0 -486
- package/dist/powerlines/src/types/fs.d.mts +0 -486
- package/dist/powerlines/src/types/hooks.d.mts +0 -2
- package/dist/powerlines/src/types/plugin.d.cts +0 -231
- package/dist/powerlines/src/types/plugin.d.mts +0 -231
- package/dist/powerlines/src/types/resolved.d.cts +0 -81
- package/dist/powerlines/src/types/resolved.d.mts +0 -81
- package/dist/powerlines/src/types/tsconfig.d.cts +0 -69
- 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
|
-
|
|
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 =
|
|
42
|
+
defu = __toESM(defu);
|
|
14
43
|
let markdown_toc = require("markdown-toc");
|
|
15
|
-
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 "./
|
|
2
|
-
import {
|
|
3
|
-
import
|
|
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 "./
|
|
2
|
-
import {
|
|
3
|
-
import
|
|
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