@powerlines/plugin-automd 0.1.46 → 0.1.48

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 (44) 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 +1 -7
  4. package/dist/index.d.cts +8 -24
  5. package/dist/index.d.cts.map +1 -0
  6. package/dist/index.d.mts +21 -0
  7. package/dist/index.d.mts.map +1 -0
  8. package/dist/index.mjs +2 -0
  9. package/dist/index.mjs.map +1 -0
  10. package/dist/plugin-Gb47Xzf6.mjs +1 -0
  11. package/dist/plugin-Mffyu6MQ.d.cts +1686 -0
  12. package/dist/plugin-Mffyu6MQ.d.cts.map +1 -0
  13. package/dist/plugin-qhy9lRM9.d.mts +1687 -0
  14. package/dist/plugin-qhy9lRM9.d.mts.map +1 -0
  15. package/dist/toc-BMJnT26b.mjs +1 -0
  16. package/dist/toc-CbG2Hl5G.d.cts +35 -0
  17. package/dist/toc-CbG2Hl5G.d.cts.map +1 -0
  18. package/dist/toc-KnOLp5Tz.d.mts +35 -0
  19. package/dist/toc-KnOLp5Tz.d.mts.map +1 -0
  20. package/dist/types/index.cjs +1 -1
  21. package/dist/types/index.d.cts +4 -21
  22. package/dist/types/index.d.mts +4 -0
  23. package/dist/types/index.mjs +1 -0
  24. package/dist/types/plugin.cjs +1 -1
  25. package/dist/types/plugin.d.cts +3 -21
  26. package/dist/types/plugin.d.mts +3 -0
  27. package/dist/types/plugin.mjs +1 -0
  28. package/dist/types/toc.cjs +1 -1
  29. package/dist/types/toc.d.cts +2 -33
  30. package/dist/types/toc.d.mts +2 -0
  31. package/dist/types/toc.mjs +1 -0
  32. package/dist/types-CBTc19th.cjs +0 -0
  33. package/dist/types-CwXe_Ycf.mjs +1 -0
  34. package/package.json +44 -26
  35. package/dist/index-fI31NKTu.d.ts +0 -1527
  36. package/dist/index-nKehSVvf.d.cts +0 -1527
  37. package/dist/index.d.ts +0 -37
  38. package/dist/index.js +0 -7
  39. package/dist/types/index.d.ts +0 -21
  40. package/dist/types/index.js +0 -1
  41. package/dist/types/plugin.d.ts +0 -21
  42. package/dist/types/toc.d.ts +0 -33
  43. /package/dist/{types/plugin.js → plugin-DHXHjv16.cjs} +0 -0
  44. /package/dist/{types/toc.js → toc-BMD8zasy.cjs} +0 -0
@@ -0,0 +1 @@
1
+ export { };
@@ -0,0 +1 @@
1
+ export { };
package/dist/index.cjs CHANGED
@@ -1,7 +1 @@
1
- 'use strict';Object.defineProperty(exports,'__esModule',{value:true});var toArray=require('@stryke/convert/to-array'),isFile=require('@stryke/fs/is-file'),listFiles=require('@stryke/fs/list-files'),append=require('@stryke/path/append'),isType=require('@stryke/path/is-type'),joinPaths=require('@stryke/path/join-paths'),replace=require('@stryke/path/replace'),automd=require('automd'),c12=require('c12'),f=require('defu'),C=require('markdown-toc'),types=require('./types');function _interopDefault(e){return e&&e.__esModule?e:{default:e}}var f__default=/*#__PURE__*/_interopDefault(f);var C__default=/*#__PURE__*/_interopDefault(C);/*****************************************
2
- *
3
- * ⚡ Built by Storm Software
4
- *
5
- *****************************************/
6
-
7
- var u=Object.defineProperty;var r=(i,o)=>u(i,"name",{value:o,configurable:true});const w=r((i={})=>({name:"automd",async config(){const o=await automd.loadConfig(joinPaths.joinPaths(this.workspaceConfig.workspaceRoot,this.config.projectRoot),i);return (!o.prefix||!Array.isArray(o.prefix))&&(o.prefix=toArray.toArray(o.prefix??[])),o.prefix.includes("automd")||o.prefix.push("automd"),o.prefix.includes("powerlines")||o.prefix.push("powerlines"),{automd:f__default.default(o??{},{configFile:i.configFile,allowIssues:true,dir:this.config.projectRoot,watch:false,input:"README.md",toc:{maxDepth:6,bullets:"-"}})}},async configResolved(){if(this.config.automd.configFile){const{config:o}=await c12.loadConfig({cwd:this.config.automd.dir,configFile:this.config.automd.configFile,defaults:{ignore:["**/node_modules","**/dist","**/.*"],dir:this.config.automd.dir}});this.config.automd=automd.resolveConfig(f__default.default(this.config.automd,{...o,prefix:toArray.toArray(o.prefix??[])}));}this.config.automd.input=(await Promise.all(toArray.toArray(this.config.automd.input).map(async o=>o.includes("*")?listFiles.listFiles(isType.isAbsolutePath(o)?o:append.appendPath(o,this.config.projectRoot),{ignore:this.config.automd.ignore}):isType.isAbsolutePath(o)?o:append.appendPath(o,this.config.projectRoot)))).flat(),this.config.automd.output&&!isType.isAbsolutePath(this.config.automd.output)&&(this.config.automd.output=append.appendPath(this.config.automd.output,this.config.projectRoot)),this.config.automd.generators??={},this.config.automd.toc!==false&&(this.config.automd.generators.toc??={name:"toc",generate:r(o=>{const t=this.config.automd.toc??{};return {contents:C__default.default(o.block.md,{...t,maxdepth:t.maxDepth,first1:t.firstH1}).content}},"generate")});},async docs(){await Promise.all(toArray.toArray(this.config.automd.input).map(async o=>{const t=await this.fs.read(o);if(t){const s=await automd.transform(t,this.config.automd);if(s.hasIssues&&this.config.automd.allowIssues===false)throw new Error(`AutoMD found issues in file "${o}". Please resolve the issues or set \`allowIssues\` to true in the plugin configuration to ignore them.`);s.hasChanged&&await this.fs.write(append.appendPath(this.config.automd.output?isFile.isDirectory(this.config.automd.output)?replace.replacePath(o,this.config.automd.output):this.config.automd.output:o,this.config.projectRoot),s.contents);}}));}}),"plugin");var K=w;exports.default=K;exports.plugin=w;Object.keys(types).forEach(function(k){if(k!=='default'&&!Object.prototype.hasOwnProperty.call(exports,k))Object.defineProperty(exports,k,{enumerable:true,get:function(){return types[k]}})});
1
+ Object.defineProperty(exports,`__esModule`,{value:!0});var e=Object.create,t=Object.defineProperty,n=Object.getOwnPropertyDescriptor,r=Object.getOwnPropertyNames,i=Object.getPrototypeOf,a=Object.prototype.hasOwnProperty,o=(e,i,o,s)=>{if(i&&typeof i==`object`||typeof i==`function`)for(var c=r(i),l=0,u=c.length,d;l<u;l++)d=c[l],!a.call(e,d)&&d!==o&&t(e,d,{get:(e=>i[e]).bind(null,d),enumerable:!(s=n(i,d))||s.enumerable});return e},s=(n,r,a)=>(a=n==null?{}:e(i(n)),o(r||!n||!n.__esModule?t(a,`default`,{value:n,enumerable:!0}):a,n));require(`./plugin-DHXHjv16.cjs`),require(`./toc-BMD8zasy.cjs`),require(`./types-CBTc19th.cjs`);let c=require(`@stryke/convert/to-array`),l=require(`@stryke/fs/is-file`),u=require(`@stryke/fs/list-files`),d=require(`@stryke/path/append`),f=require(`@stryke/path/is-type`),p=require(`@stryke/path/join-paths`),m=require(`@stryke/path/replace`),h=require(`automd`),g=require(`c12`),_=require(`defu`);_=s(_);let v=require(`markdown-toc`);v=s(v);const y=(e={})=>({name:`automd`,async config(){let t=await(0,h.loadConfig)((0,p.joinPaths)(this.workspaceConfig.workspaceRoot,this.config.projectRoot),e);return(!t.prefix||!Array.isArray(t.prefix))&&(t.prefix=(0,c.toArray)(t.prefix??[])),t.prefix.includes(`automd`)||t.prefix.push(`automd`),t.prefix.includes(`powerlines`)||t.prefix.push(`powerlines`),{automd:(0,_.default)(t??{},{configFile:e.configFile,allowIssues:!0,dir:this.config.projectRoot,watch:!1,input:`README.md`,toc:{maxDepth:6,bullets:`-`}})}},async configResolved(){if(this.config.automd.configFile){let{config:e}=await(0,g.loadConfig)({cwd:this.config.automd.dir,configFile:this.config.automd.configFile,defaults:{ignore:[`**/node_modules`,`**/dist`,`**/.*`],dir:this.config.automd.dir}});this.config.automd=(0,h.resolveConfig)((0,_.default)(this.config.automd,{...e,prefix:(0,c.toArray)(e.prefix??[])}))}this.config.automd.input=(await Promise.all((0,c.toArray)(this.config.automd.input).map(async e=>e.includes(`*`)?(0,u.listFiles)((0,f.isAbsolutePath)(e)?e:(0,d.appendPath)(e,this.config.projectRoot),{ignore:this.config.automd.ignore}):(0,f.isAbsolutePath)(e)?e:(0,d.appendPath)(e,this.config.projectRoot)))).flat(),this.config.automd.output&&!(0,f.isAbsolutePath)(this.config.automd.output)&&(this.config.automd.output=(0,d.appendPath)(this.config.automd.output,this.config.projectRoot)),this.config.automd.generators??={},this.config.automd.toc!==!1&&(this.config.automd.generators.toc??={name:`toc`,generate:e=>{let t=this.config.automd.toc??{};return{contents:(0,v.default)(e.block.md,{...t,maxdepth:t.maxDepth,first1:t.firstH1}).content}}})},async docs(){await Promise.all((0,c.toArray)(this.config.automd.input).map(async e=>{let t=await this.fs.read(e);if(t){let n=await(0,h.transform)(t,this.config.automd);if(n.hasIssues&&this.config.automd.allowIssues===!1)throw Error(`AutoMD found issues in file "${e}". Please resolve the issues or set \`allowIssues\` to true in the plugin configuration to ignore them.`);n.hasChanged&&await this.fs.write((0,d.appendPath)(this.config.automd.output?(0,l.isDirectory)(this.config.automd.output)?(0,m.replacePath)(e,this.config.automd.output):this.config.automd.output:e,this.config.projectRoot),n.contents)}}))}});var b=y;exports.default=b,exports.plugin=y;
package/dist/index.d.cts CHANGED
@@ -1,25 +1,8 @@
1
- import { A as AutoMDPluginContext, a as AutoMDPluginOptions, P as Plugin } from './index-nKehSVvf.cjs';
2
- export { c as AutoMDPluginResolvedConfig, b as AutoMDPluginUserConfig, f as __ΩAutoMDPluginContext, _ as __ΩAutoMDPluginOptions, e as __ΩAutoMDPluginResolvedConfig, d as __ΩAutoMDPluginUserConfig } from './index-nKehSVvf.cjs';
3
- export { TOCOptions, __ΩTOCOptions } from './types/toc.cjs';
4
- import 'automd';
5
- import '@storm-software/build-tools/types';
6
- import '@storm-software/config-tools/types';
7
- import '@storm-software/config/types';
8
- import '@stryke/types/base';
9
- import '@stryke/types/configuration';
10
- import '@stryke/types/file';
11
- import 'vite';
12
- import '@stryke/env/get-env-paths';
13
- import '@stryke/types/package-json';
14
- import 'jiti';
15
- import 'magic-string';
16
- import 'semver';
17
- import 'ts-morph';
18
- import 'unplugin';
19
- import '@stryke/fs/resolve';
20
- import '@stryke/types/tsconfig';
21
- import 'typescript';
22
- import '@stryke/types/array';
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-Mffyu6MQ.cjs";
2
+ import { n as __ΩTOCOptions, t as TOCOptions } from "./toc-CbG2Hl5G.cjs";
3
+ import "./index-CmCelmEL.cjs";
4
+
5
+ //#region src/index.d.ts
23
6
 
24
7
  /**
25
8
  * AutoMD Plugin
@@ -33,5 +16,6 @@ import '@stryke/types/array';
33
16
  * @returns A Powerlines plugin instance.
34
17
  */
35
18
  declare const plugin: <TContext extends AutoMDPluginContext = AutoMDPluginContext>(options?: AutoMDPluginOptions) => Plugin<TContext>;
36
-
37
- export { AutoMDPluginContext, AutoMDPluginOptions, plugin as default, plugin };
19
+ //#endregion
20
+ export { AutoMDPluginContext, AutoMDPluginOptions, AutoMDPluginResolvedConfig, AutoMDPluginUserConfig, TOCOptions, __ΩAutoMDPluginContext, __ΩAutoMDPluginOptions, __ΩAutoMDPluginResolvedConfig, __ΩAutoMDPluginUserConfig, __ΩTOCOptions, plugin as default, plugin };
21
+ //# sourceMappingURL=index.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.cts","names":[],"sources":["../src/index.ts"],"sourcesContent":[],"mappings":";;;;;;;;AAyDA;;;;;;;;;cAAa,0BACM,sBAAsB,+BAE9B,wBACR,OAAO"}
@@ -0,0 +1,21 @@
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-qhy9lRM9.mjs";
2
+ import { n as __ΩTOCOptions, t as TOCOptions } from "./toc-KnOLp5Tz.mjs";
3
+ import "./index-CA4VvAY_.mjs";
4
+
5
+ //#region src/index.d.ts
6
+
7
+ /**
8
+ * AutoMD Plugin
9
+ *
10
+ * @remarks
11
+ * A Powerlines plugin to use the AutoMD markdown transformer during the prepare task.
12
+ *
13
+ * @see https://automd.unjs.io/
14
+ *
15
+ * @param options - The plugin options.
16
+ * @returns A Powerlines plugin instance.
17
+ */
18
+ declare const plugin: <TContext extends AutoMDPluginContext = AutoMDPluginContext>(options?: AutoMDPluginOptions) => Plugin<TContext>;
19
+ //#endregion
20
+ export { AutoMDPluginContext, AutoMDPluginOptions, AutoMDPluginResolvedConfig, AutoMDPluginUserConfig, TOCOptions, __ΩAutoMDPluginContext, __ΩAutoMDPluginOptions, __ΩAutoMDPluginResolvedConfig, __ΩAutoMDPluginUserConfig, __ΩTOCOptions, plugin as default, plugin };
21
+ //# sourceMappingURL=index.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.mts","names":[],"sources":["../src/index.ts"],"sourcesContent":[],"mappings":";;;;;;;;AAyDA;;;;;;;;;cAAa,0BACM,sBAAsB,+BAE9B,wBACR,OAAO"}
package/dist/index.mjs ADDED
@@ -0,0 +1,2 @@
1
+ import"./plugin-Gb47Xzf6.mjs";import"./toc-BMJnT26b.mjs";import"./types-CwXe_Ycf.mjs";import{toArray as e}from"@stryke/convert/to-array";import{isDirectory as t}from"@stryke/fs/is-file";import{listFiles as n}from"@stryke/fs/list-files";import{appendPath as r}from"@stryke/path/append";import{isAbsolutePath as i}from"@stryke/path/is-type";import{joinPaths as a}from"@stryke/path/join-paths";import{replacePath as o}from"@stryke/path/replace";import{loadConfig as s,resolveConfig as c,transform as l}from"automd";import{loadConfig as u}from"c12";import d from"defu";import f from"markdown-toc";const p=(p={})=>({name:`automd`,async config(){let t=await s(a(this.workspaceConfig.workspaceRoot,this.config.projectRoot),p);return(!t.prefix||!Array.isArray(t.prefix))&&(t.prefix=e(t.prefix??[])),t.prefix.includes(`automd`)||t.prefix.push(`automd`),t.prefix.includes(`powerlines`)||t.prefix.push(`powerlines`),{automd:d(t??{},{configFile:p.configFile,allowIssues:!0,dir:this.config.projectRoot,watch:!1,input:`README.md`,toc:{maxDepth:6,bullets:`-`}})}},async configResolved(){if(this.config.automd.configFile){let{config:t}=await u({cwd:this.config.automd.dir,configFile:this.config.automd.configFile,defaults:{ignore:[`**/node_modules`,`**/dist`,`**/.*`],dir:this.config.automd.dir}});this.config.automd=c(d(this.config.automd,{...t,prefix:e(t.prefix??[])}))}this.config.automd.input=(await Promise.all(e(this.config.automd.input).map(async e=>e.includes(`*`)?n(i(e)?e:r(e,this.config.projectRoot),{ignore:this.config.automd.ignore}):i(e)?e:r(e,this.config.projectRoot)))).flat(),this.config.automd.output&&!i(this.config.automd.output)&&(this.config.automd.output=r(this.config.automd.output,this.config.projectRoot)),this.config.automd.generators??={},this.config.automd.toc!==!1&&(this.config.automd.generators.toc??={name:`toc`,generate:e=>{let t=this.config.automd.toc??{};return{contents:f(e.block.md,{...t,maxdepth:t.maxDepth,first1:t.firstH1}).content}}})},async docs(){await Promise.all(e(this.config.automd.input).map(async e=>{let n=await this.fs.read(e);if(n){let i=await l(n,this.config.automd);if(i.hasIssues&&this.config.automd.allowIssues===!1)throw Error(`AutoMD found issues in file "${e}". Please resolve the issues or set \`allowIssues\` to true in the plugin configuration to ignore them.`);i.hasChanged&&await this.fs.write(r(this.config.automd.output?t(this.config.automd.output)?o(e,this.config.automd.output):this.config.automd.output:e,this.config.projectRoot),i.contents)}}))}});var m=p;export{m as default,p as plugin};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.mjs","names":["loadConfigFile"],"sources":["../src/index.ts"],"sourcesContent":["/* -------------------------------------------------------------------\n\n ⚡ Storm Software - Powerlines\n\n This code was released as part of the Powerlines project. Powerlines\n is maintained by Storm Software under the Apache-2.0 license, and is\n free for commercial and private use. For more information, please visit\n our licensing page at https://stormsoftware.com/licenses/projects/powerlines.\n\n Website: https://stormsoftware.com\n Repository: https://github.com/storm-software/powerlines\n Documentation: https://docs.stormsoftware.com/projects/powerlines\n Contact: https://stormsoftware.com/contact\n\n SPDX-License-Identifier: Apache-2.0\n\n ------------------------------------------------------------------- */\n\nimport { toArray } from \"@stryke/convert/to-array\";\nimport { isDirectory } from \"@stryke/fs/is-file\";\nimport { listFiles } from \"@stryke/fs/list-files\";\nimport { appendPath } from \"@stryke/path/append\";\nimport { isAbsolutePath } from \"@stryke/path/is-type\";\nimport { joinPaths } from \"@stryke/path/join-paths\";\nimport { replacePath } from \"@stryke/path/replace\";\nimport {\n Config,\n GenerateContext,\n GenerateResult,\n loadConfig,\n resolveConfig,\n transform\n} from \"automd\";\nimport { loadConfig as loadConfigFile } from \"c12\";\nimport defu from \"defu\";\nimport toc from \"markdown-toc\";\nimport { Plugin } from \"powerlines/types/plugin\";\nimport {\n AutoMDPluginContext,\n AutoMDPluginOptions,\n AutoMDPluginUserConfig\n} from \"./types/plugin\";\nimport { TOCOptions } from \"./types/toc\";\n\nexport * from \"./types\";\n\n/**\n * AutoMD Plugin\n *\n * @remarks\n * A Powerlines plugin to use the AutoMD markdown transformer during the prepare task.\n *\n * @see https://automd.unjs.io/\n *\n * @param options - The plugin options.\n * @returns A Powerlines plugin instance.\n */\nexport const plugin = <\n TContext extends AutoMDPluginContext = AutoMDPluginContext\n>(\n options: AutoMDPluginOptions = {}\n): Plugin<TContext> => {\n return {\n name: \"automd\",\n async config() {\n const config = await loadConfig(\n joinPaths(this.workspaceConfig.workspaceRoot, this.config.projectRoot),\n options\n );\n\n if (!config.prefix || !Array.isArray(config.prefix)) {\n config.prefix = toArray(config.prefix ?? []);\n }\n\n if (!config.prefix.includes(\"automd\")) {\n config.prefix.push(\"automd\");\n }\n if (!config.prefix.includes(\"powerlines\")) {\n config.prefix.push(\"powerlines\");\n }\n\n return {\n automd: defu(config ?? {}, {\n configFile: options.configFile,\n allowIssues: true,\n dir: this.config.projectRoot,\n watch: false,\n input: \"README.md\",\n toc: {\n maxDepth: 6,\n bullets: \"-\"\n }\n })\n } as Partial<AutoMDPluginUserConfig>;\n },\n async configResolved() {\n if (this.config.automd.configFile) {\n const { config } = await loadConfigFile<Config>({\n cwd: this.config.automd.dir,\n configFile: this.config.automd.configFile,\n defaults: {\n ignore: [\"**/node_modules\", \"**/dist\", \"**/.*\"],\n dir: this.config.automd.dir\n }\n });\n\n this.config.automd = resolveConfig(\n defu(this.config.automd, {\n ...config,\n prefix: toArray(config.prefix ?? [])\n }) as Config\n );\n }\n\n this.config.automd.input = (\n await Promise.all(\n toArray(this.config.automd.input).map(async input => {\n if (input.includes(\"*\")) {\n return listFiles(\n isAbsolutePath(input)\n ? input\n : appendPath(input, this.config.projectRoot),\n {\n ignore: this.config.automd.ignore\n }\n );\n }\n\n return isAbsolutePath(input)\n ? input\n : appendPath(input, this.config.projectRoot);\n })\n )\n ).flat();\n\n if (\n this.config.automd.output &&\n !isAbsolutePath(this.config.automd.output)\n ) {\n this.config.automd.output = appendPath(\n this.config.automd.output,\n this.config.projectRoot\n );\n }\n\n this.config.automd.generators ??= {};\n\n if (this.config.automd.toc !== false) {\n this.config.automd.generators.toc ??= {\n name: \"toc\",\n generate: (ctx: GenerateContext): GenerateResult => {\n const opts = (this.config.automd.toc ?? {}) as TOCOptions;\n\n return {\n contents: toc(ctx.block.md, {\n ...opts,\n maxdepth: opts.maxDepth,\n first1: opts.firstH1\n }).content\n };\n }\n };\n }\n },\n async docs() {\n await Promise.all(\n toArray(this.config.automd.input).map(async input => {\n const contents = await this.fs.read(input);\n if (contents) {\n const result = await transform(contents, this.config.automd);\n if (result.hasIssues && this.config.automd.allowIssues === false) {\n throw new Error(\n `AutoMD found issues in file \"${\n input\n }\". Please resolve the issues or set \\`allowIssues\\` to true in the plugin configuration to ignore them.`\n );\n }\n\n if (result.hasChanged) {\n await this.fs.write(\n appendPath(\n this.config.automd.output\n ? isDirectory(this.config.automd.output)\n ? replacePath(input, this.config.automd.output)\n : this.config.automd.output\n : input,\n this.config.projectRoot\n ),\n result.contents\n );\n }\n }\n })\n );\n }\n };\n};\n\nexport default plugin;\n"],"mappings":"ilBAyDA,MAAa,GAGX,EAA+B,EAAE,IAE1B,CACL,KAAM,SACN,MAAM,QAAS,CACb,IAAM,EAAS,MAAM,EACnB,EAAU,KAAK,gBAAgB,cAAe,KAAK,OAAO,YAAY,CACtE,EACD,CAaD,OAXI,CAAC,EAAO,QAAU,CAAC,MAAM,QAAQ,EAAO,OAAO,IACjD,EAAO,OAAS,EAAQ,EAAO,QAAU,EAAE,CAAC,EAGzC,EAAO,OAAO,SAAS,SAAS,EACnC,EAAO,OAAO,KAAK,SAAS,CAEzB,EAAO,OAAO,SAAS,aAAa,EACvC,EAAO,OAAO,KAAK,aAAa,CAG3B,CACL,OAAQ,EAAK,GAAU,EAAE,CAAE,CACzB,WAAY,EAAQ,WACpB,YAAa,GACb,IAAK,KAAK,OAAO,YACjB,MAAO,GACP,MAAO,YACP,IAAK,CACH,SAAU,EACV,QAAS,IACV,CACF,CAAC,CACH,EAEH,MAAM,gBAAiB,CACrB,GAAI,KAAK,OAAO,OAAO,WAAY,CACjC,GAAM,CAAE,UAAW,MAAMA,EAAuB,CAC9C,IAAK,KAAK,OAAO,OAAO,IACxB,WAAY,KAAK,OAAO,OAAO,WAC/B,SAAU,CACR,OAAQ,CAAC,kBAAmB,UAAW,QAAQ,CAC/C,IAAK,KAAK,OAAO,OAAO,IACzB,CACF,CAAC,CAEF,KAAK,OAAO,OAAS,EACnB,EAAK,KAAK,OAAO,OAAQ,CACvB,GAAG,EACH,OAAQ,EAAQ,EAAO,QAAU,EAAE,CAAC,CACrC,CAAC,CACH,CAGH,KAAK,OAAO,OAAO,OACjB,MAAM,QAAQ,IACZ,EAAQ,KAAK,OAAO,OAAO,MAAM,CAAC,IAAI,KAAM,IACtC,EAAM,SAAS,IAAI,CACd,EACL,EAAe,EAAM,CACjB,EACA,EAAW,EAAO,KAAK,OAAO,YAAY,CAC9C,CACE,OAAQ,KAAK,OAAO,OAAO,OAC5B,CACF,CAGI,EAAe,EAAM,CACxB,EACA,EAAW,EAAO,KAAK,OAAO,YAAY,CAC9C,CACH,EACD,MAAM,CAGN,KAAK,OAAO,OAAO,QACnB,CAAC,EAAe,KAAK,OAAO,OAAO,OAAO,GAE1C,KAAK,OAAO,OAAO,OAAS,EAC1B,KAAK,OAAO,OAAO,OACnB,KAAK,OAAO,YACb,EAGH,KAAK,OAAO,OAAO,aAAe,EAAE,CAEhC,KAAK,OAAO,OAAO,MAAQ,KAC7B,KAAK,OAAO,OAAO,WAAW,MAAQ,CACpC,KAAM,MACN,SAAW,GAAyC,CAClD,IAAM,EAAQ,KAAK,OAAO,OAAO,KAAO,EAAE,CAE1C,MAAO,CACL,SAAU,EAAI,EAAI,MAAM,GAAI,CAC1B,GAAG,EACH,SAAU,EAAK,SACf,OAAQ,EAAK,QACd,CAAC,CAAC,QACJ,EAEJ,GAGL,MAAM,MAAO,CACX,MAAM,QAAQ,IACZ,EAAQ,KAAK,OAAO,OAAO,MAAM,CAAC,IAAI,KAAM,IAAS,CACnD,IAAM,EAAW,MAAM,KAAK,GAAG,KAAK,EAAM,CAC1C,GAAI,EAAU,CACZ,IAAM,EAAS,MAAM,EAAU,EAAU,KAAK,OAAO,OAAO,CAC5D,GAAI,EAAO,WAAa,KAAK,OAAO,OAAO,cAAgB,GACzD,MAAU,MACR,gCACE,EACD,yGACF,CAGC,EAAO,YACT,MAAM,KAAK,GAAG,MACZ,EACE,KAAK,OAAO,OAAO,OACf,EAAY,KAAK,OAAO,OAAO,OAAO,CACpC,EAAY,EAAO,KAAK,OAAO,OAAO,OAAO,CAC7C,KAAK,OAAO,OAAO,OACrB,EACJ,KAAK,OAAO,YACb,CACD,EAAO,SACR,GAGL,CACH,EAEJ,EAGH,IAAA,EAAe"}
@@ -0,0 +1 @@
1
+ export{};