@powerlines/plugin-env 0.14.12 → 0.14.14

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 (104) hide show
  1. package/dist/babel/plugin.cjs +4 -4
  2. package/dist/babel/plugin.mjs +3 -3
  3. package/dist/components/docs.cjs +1 -1
  4. package/dist/components/docs.mjs +1 -1
  5. package/dist/components/env.cjs +2 -2
  6. package/dist/components/env.mjs +2 -2
  7. package/dist/deepkit/src/utilities.cjs +1 -1
  8. package/dist/deepkit/src/utilities.mjs +1 -1
  9. package/dist/helpers/load.cjs +1 -1
  10. package/dist/helpers/load.mjs +1 -1
  11. package/dist/helpers/reflect.cjs +1 -1
  12. package/dist/helpers/reflect.mjs +1 -1
  13. package/dist/helpers/source-file-env.cjs +1 -1
  14. package/dist/helpers/source-file-env.mjs +1 -1
  15. package/dist/index.cjs +2 -2
  16. package/dist/index.d.cts +0 -2
  17. package/dist/index.mjs +2 -2
  18. package/dist/plugin-alloy/src/core/components/output.cjs +1 -1
  19. package/dist/plugin-alloy/src/core/components/output.mjs +1 -1
  20. package/dist/plugin-alloy/src/core/contexts/context.cjs +1 -1
  21. package/dist/plugin-alloy/src/core/contexts/context.mjs +1 -1
  22. package/dist/plugin-alloy/src/index.cjs +2 -2
  23. package/dist/plugin-alloy/src/index.mjs +2 -2
  24. package/dist/plugin-alloy/src/types/components.d.mts +1 -2
  25. package/dist/plugin-alloy/src/types/plugin.d.cts +3 -4
  26. package/dist/plugin-alloy/src/types/plugin.d.mts +3 -4
  27. package/dist/plugin-alloy/src/vendor.cjs +1 -0
  28. package/dist/plugin-alloy/src/vendor.d.cts +7 -0
  29. package/dist/plugin-alloy/src/vendor.d.mts +7 -0
  30. package/dist/plugin-alloy/src/vendor.mjs +1 -0
  31. package/dist/plugin-automd/src/index.cjs +1 -1
  32. package/dist/plugin-automd/src/index.mjs +1 -1
  33. package/dist/plugin-babel/src/helpers/module-helpers.cjs +1 -1
  34. package/dist/plugin-babel/src/helpers/module-helpers.mjs +1 -1
  35. package/dist/powerlines/src/lib/build/esbuild.cjs +9 -9
  36. package/dist/powerlines/src/lib/build/esbuild.mjs +9 -9
  37. package/dist/powerlines/src/lib/entry.cjs +1 -1
  38. package/dist/powerlines/src/lib/entry.mjs +1 -1
  39. package/dist/powerlines/src/lib/logger.cjs +1 -1
  40. package/dist/powerlines/src/lib/logger.mjs +1 -1
  41. package/dist/types/plugin.d.cts +0 -1
  42. package/package.json +8 -8
  43. package/dist/deepkit/src/vendor/core.cjs +0 -1
  44. package/dist/deepkit/src/vendor/core.mjs +0 -1
  45. package/dist/plugin-alloy/src/core/components/index.cjs +0 -1
  46. package/dist/plugin-alloy/src/core/components/index.mjs +0 -1
  47. package/dist/plugin-alloy/src/core/components/single-line-comment.cjs +0 -1
  48. package/dist/plugin-alloy/src/core/components/single-line-comment.mjs +0 -1
  49. package/dist/plugin-alloy/src/core/components/source-file.cjs +0 -1
  50. package/dist/plugin-alloy/src/core/components/source-file.mjs +0 -1
  51. package/dist/plugin-alloy/src/core/contexts/index.cjs +0 -1
  52. package/dist/plugin-alloy/src/core/contexts/index.mjs +0 -1
  53. package/dist/plugin-alloy/src/core/contexts/reflection.cjs +0 -1
  54. package/dist/plugin-alloy/src/core/contexts/reflection.mjs +0 -1
  55. package/dist/plugin-alloy/src/core/index.cjs +0 -1
  56. package/dist/plugin-alloy/src/core/index.mjs +0 -1
  57. package/dist/plugin-alloy/src/helpers/capnp.cjs +0 -1
  58. package/dist/plugin-alloy/src/helpers/capnp.mjs +0 -1
  59. package/dist/plugin-alloy/src/helpers/create-builtin.cjs +0 -1
  60. package/dist/plugin-alloy/src/helpers/create-builtin.mjs +0 -1
  61. package/dist/plugin-alloy/src/helpers/index.cjs +0 -1
  62. package/dist/plugin-alloy/src/helpers/index.mjs +0 -1
  63. package/dist/plugin-alloy/src/helpers/refkey.cjs +0 -1
  64. package/dist/plugin-alloy/src/helpers/refkey.mjs +0 -1
  65. package/dist/plugin-alloy/src/helpers/typescript.cjs +0 -1
  66. package/dist/plugin-alloy/src/helpers/typescript.mjs +0 -1
  67. package/dist/plugin-alloy/src/markdown/components/index.cjs +0 -1
  68. package/dist/plugin-alloy/src/markdown/components/index.mjs +0 -1
  69. package/dist/plugin-alloy/src/markdown/components/markdown-file.cjs +0 -1
  70. package/dist/plugin-alloy/src/markdown/components/markdown-file.mjs +0 -1
  71. package/dist/plugin-alloy/src/markdown/components/markdown-table.cjs +0 -1
  72. package/dist/plugin-alloy/src/markdown/components/markdown-table.mjs +0 -1
  73. package/dist/plugin-alloy/src/markdown/contexts/index.cjs +0 -1
  74. package/dist/plugin-alloy/src/markdown/contexts/index.mjs +0 -1
  75. package/dist/plugin-alloy/src/markdown/contexts/markdown-table.cjs +0 -1
  76. package/dist/plugin-alloy/src/markdown/contexts/markdown-table.mjs +0 -1
  77. package/dist/plugin-alloy/src/markdown/index.cjs +0 -1
  78. package/dist/plugin-alloy/src/markdown/index.mjs +0 -1
  79. package/dist/plugin-alloy/src/types/components.d.cts +0 -2
  80. package/dist/plugin-alloy/src/types/index.d.cts +0 -2
  81. package/dist/plugin-alloy/src/typescript/components/builtin-file.cjs +0 -1
  82. package/dist/plugin-alloy/src/typescript/components/builtin-file.mjs +0 -1
  83. package/dist/plugin-alloy/src/typescript/components/dynamic-import-statement.cjs +0 -1
  84. package/dist/plugin-alloy/src/typescript/components/dynamic-import-statement.mjs +0 -1
  85. package/dist/plugin-alloy/src/typescript/components/entry-file.cjs +0 -1
  86. package/dist/plugin-alloy/src/typescript/components/entry-file.mjs +0 -1
  87. package/dist/plugin-alloy/src/typescript/components/index.cjs +0 -1
  88. package/dist/plugin-alloy/src/typescript/components/index.mjs +0 -1
  89. package/dist/plugin-alloy/src/typescript/components/record-expression.cjs +0 -1
  90. package/dist/plugin-alloy/src/typescript/components/record-expression.mjs +0 -1
  91. package/dist/plugin-alloy/src/typescript/components/tsdoc-reflection.cjs +0 -1
  92. package/dist/plugin-alloy/src/typescript/components/tsdoc-reflection.mjs +0 -1
  93. package/dist/plugin-alloy/src/typescript/components/tsdoc.cjs +0 -1
  94. package/dist/plugin-alloy/src/typescript/components/tsdoc.mjs +0 -1
  95. package/dist/plugin-alloy/src/typescript/components/typescript-file.cjs +0 -1
  96. package/dist/plugin-alloy/src/typescript/components/typescript-file.mjs +0 -1
  97. package/dist/plugin-alloy/src/typescript/components/typescript-interface.cjs +0 -1
  98. package/dist/plugin-alloy/src/typescript/components/typescript-interface.mjs +0 -1
  99. package/dist/plugin-alloy/src/typescript/components/typescript-object.cjs +0 -1
  100. package/dist/plugin-alloy/src/typescript/components/typescript-object.mjs +0 -1
  101. package/dist/plugin-alloy/src/typescript/index.cjs +0 -1
  102. package/dist/plugin-alloy/src/typescript/index.mjs +0 -1
  103. package/dist/powerlines/src/lib/utilities/file-header.cjs +0 -1
  104. package/dist/powerlines/src/lib/utilities/file-header.mjs +0 -1
@@ -0,0 +1,7 @@
1
+ export * from "@alloy-js/core";
2
+
3
+ //#region ../plugin-alloy/src/vendor.d.ts
4
+
5
+ import * as import___alloy_js_core from "@alloy-js/core";
6
+ //#endregion
7
+ export { import___alloy_js_core as vendor_d_exports };
@@ -0,0 +1 @@
1
+ import{__reExport as e}from"../../_virtual/rolldown_runtime.mjs";export*from"@alloy-js/core";var t={};import*as n from"@alloy-js/core";e(t,n);export{t as vendor_exports};
@@ -1 +1 @@
1
- const e=require(`../../_virtual/rolldown_runtime.cjs`);let t=require(`@stryke/path/replace`),n=require(`@stryke/path/append`),r=require(`defu`);r=e.__toESM(r);let i=require(`@stryke/convert/to-array`),a=require(`@stryke/path/join-paths`),o=require(`@stryke/fs/is-file`),s=require(`@stryke/fs/list-files`),c=require(`@stryke/path/is-type`),l=require(`automd`),u=require(`c12`),d=require(`markdown-toc`);d=e.__toESM(d);const f=(e={})=>({name:`automd`,async config(){let t=await(0,l.loadConfig)((0,a.joinPaths)(this.workspaceConfig.workspaceRoot,this.config.projectRoot),e);return(!t.prefix||!Array.isArray(t.prefix))&&(t.prefix=(0,i.toArray)(t.prefix??[])),t.prefix.includes(`automd`)||t.prefix.push(`automd`),t.prefix.includes(`powerlines`)||t.prefix.push(`powerlines`),{automd:(0,r.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.framework&&!(0,i.toArray)(this.config.automd.prefix).includes(this.config.framework)&&(this.config.automd.prefix=(0,i.toArray)(this.config.automd.prefix).concat(this.config.framework)),this.config.automd.configFile){let{config:e}=await(0,u.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,l.resolveConfig)((0,r.default)(this.config.automd,{...e,prefix:(0,i.toArray)(e.prefix??[])}))}this.config.automd.input=(await Promise.all((0,i.toArray)(this.config.automd.input).map(async e=>e.includes(`*`)?(0,s.listFiles)((0,c.isAbsolutePath)(e)?e:(0,n.appendPath)(e,this.config.projectRoot),{ignore:this.config.automd.ignore}):(0,c.isAbsolutePath)(e)?e:(0,n.appendPath)(e,this.config.projectRoot)))).flat(),this.config.automd.output&&!(0,c.isAbsolutePath)(this.config.automd.output)&&(this.config.automd.output=(0,n.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,d.default)(e.block.md,{...t,maxdepth:t.maxDepth,first1:t.firstH1}).content}}})},async docs(){await Promise.all((0,i.toArray)(this.config.automd.input).map(async e=>{let r=await this.fs.read(e);if(r){let i=await(0,l.transform)(r,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((0,n.appendPath)(this.config.automd.output?(0,o.isDirectory)(this.config.automd.output)?(0,t.replacePath)(e,this.config.automd.output):this.config.automd.output:e,this.config.projectRoot),i.contents)}}))}});var p=f;exports.default=p;
1
+ const e=require(`../../_virtual/rolldown_runtime.cjs`);let t=require(`@stryke/path/replace`),n=require(`@stryke/convert/to-array`),r=require(`@stryke/fs/is-file`),i=require(`@stryke/fs/list-files`),a=require(`@stryke/path/append`),o=require(`@stryke/path/is-type`),s=require(`@stryke/path/join-paths`),c=require(`automd`),l=require(`c12`),u=require(`defu`);u=e.__toESM(u);let d=require(`markdown-toc`);d=e.__toESM(d);const f=(e={})=>({name:`automd`,async config(){let t=await(0,c.loadConfig)((0,s.joinPaths)(this.workspaceConfig.workspaceRoot,this.config.projectRoot),e);return(!t.prefix||!Array.isArray(t.prefix))&&(t.prefix=(0,n.toArray)(t.prefix??[])),t.prefix.includes(`automd`)||t.prefix.push(`automd`),t.prefix.includes(`powerlines`)||t.prefix.push(`powerlines`),{automd:(0,u.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.framework&&!(0,n.toArray)(this.config.automd.prefix).includes(this.config.framework)&&(this.config.automd.prefix=(0,n.toArray)(this.config.automd.prefix).concat(this.config.framework)),this.config.automd.configFile){let{config:e}=await(0,l.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,c.resolveConfig)((0,u.default)(this.config.automd,{...e,prefix:(0,n.toArray)(e.prefix??[])}))}this.config.automd.input=(await Promise.all((0,n.toArray)(this.config.automd.input).map(async e=>e.includes(`*`)?(0,i.listFiles)((0,o.isAbsolutePath)(e)?e:(0,a.appendPath)(e,this.config.projectRoot),{ignore:this.config.automd.ignore}):(0,o.isAbsolutePath)(e)?e:(0,a.appendPath)(e,this.config.projectRoot)))).flat(),this.config.automd.output&&!(0,o.isAbsolutePath)(this.config.automd.output)&&(this.config.automd.output=(0,a.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,d.default)(e.block.md,{...t,maxdepth:t.maxDepth,first1:t.firstH1}).content}}})},async docs(){await Promise.all((0,n.toArray)(this.config.automd.input).map(async e=>{let n=await this.fs.read(e);if(n){let i=await(0,c.transform)(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((0,a.appendPath)(this.config.automd.output?(0,r.isDirectory)(this.config.automd.output)?(0,t.replacePath)(e,this.config.automd.output):this.config.automd.output:e,this.config.projectRoot),i.contents)}}))}});var p=f;exports.default=p;
@@ -1 +1 @@
1
- import{replacePath as e}from"@stryke/path/replace";import{appendPath as t}from"@stryke/path/append";import n from"defu";import{toArray as r}from"@stryke/convert/to-array";import{joinPaths as i}from"@stryke/path/join-paths";import{isDirectory as a}from"@stryke/fs/is-file";import{listFiles as o}from"@stryke/fs/list-files";import{isAbsolutePath as s}from"@stryke/path/is-type";import{loadConfig as c,resolveConfig as l,transform as u}from"automd";import{loadConfig as d}from"c12";import f from"markdown-toc";var p=(p={})=>({name:`automd`,async config(){let e=await c(i(this.workspaceConfig.workspaceRoot,this.config.projectRoot),p);return(!e.prefix||!Array.isArray(e.prefix))&&(e.prefix=r(e.prefix??[])),e.prefix.includes(`automd`)||e.prefix.push(`automd`),e.prefix.includes(`powerlines`)||e.prefix.push(`powerlines`),{automd:n(e??{},{configFile:p.configFile,allowIssues:!0,dir:this.config.projectRoot,watch:!1,input:`README.md`,toc:{maxDepth:6,bullets:`-`}})}},async configResolved(){if(this.config.framework&&!r(this.config.automd.prefix).includes(this.config.framework)&&(this.config.automd.prefix=r(this.config.automd.prefix).concat(this.config.framework)),this.config.automd.configFile){let{config:e}=await d({cwd:this.config.automd.dir,configFile:this.config.automd.configFile,defaults:{ignore:[`**/node_modules`,`**/dist`,`**/.*`],dir:this.config.automd.dir}});this.config.automd=l(n(this.config.automd,{...e,prefix:r(e.prefix??[])}))}this.config.automd.input=(await Promise.all(r(this.config.automd.input).map(async e=>e.includes(`*`)?o(s(e)?e:t(e,this.config.projectRoot),{ignore:this.config.automd.ignore}):s(e)?e:t(e,this.config.projectRoot)))).flat(),this.config.automd.output&&!s(this.config.automd.output)&&(this.config.automd.output=t(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(r(this.config.automd.input).map(async n=>{let r=await this.fs.read(n);if(r){let i=await u(r,this.config.automd);if(i.hasIssues&&this.config.automd.allowIssues===!1)throw Error(`AutoMD found issues in file "${n}". Please resolve the issues or set \`allowIssues\` to true in the plugin configuration to ignore them.`);i.hasChanged&&await this.fs.write(t(this.config.automd.output?a(this.config.automd.output)?e(n,this.config.automd.output):this.config.automd.output:n,this.config.projectRoot),i.contents)}}))}});export{p as default};
1
+ import{replacePath as e}from"@stryke/path/replace";import{toArray as t}from"@stryke/convert/to-array";import{isDirectory as n}from"@stryke/fs/is-file";import{listFiles as r}from"@stryke/fs/list-files";import{appendPath as i}from"@stryke/path/append";import{isAbsolutePath as a}from"@stryke/path/is-type";import{joinPaths as o}from"@stryke/path/join-paths";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";var p=(p={})=>({name:`automd`,async config(){let e=await s(o(this.workspaceConfig.workspaceRoot,this.config.projectRoot),p);return(!e.prefix||!Array.isArray(e.prefix))&&(e.prefix=t(e.prefix??[])),e.prefix.includes(`automd`)||e.prefix.push(`automd`),e.prefix.includes(`powerlines`)||e.prefix.push(`powerlines`),{automd:d(e??{},{configFile:p.configFile,allowIssues:!0,dir:this.config.projectRoot,watch:!1,input:`README.md`,toc:{maxDepth:6,bullets:`-`}})}},async configResolved(){if(this.config.framework&&!t(this.config.automd.prefix).includes(this.config.framework)&&(this.config.automd.prefix=t(this.config.automd.prefix).concat(this.config.framework)),this.config.automd.configFile){let{config:e}=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,{...e,prefix:t(e.prefix??[])}))}this.config.automd.input=(await Promise.all(t(this.config.automd.input).map(async e=>e.includes(`*`)?r(a(e)?e:i(e,this.config.projectRoot),{ignore:this.config.automd.ignore}):a(e)?e:i(e,this.config.projectRoot)))).flat(),this.config.automd.output&&!a(this.config.automd.output)&&(this.config.automd.output=i(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(t(this.config.automd.input).map(async t=>{let r=await this.fs.read(t);if(r){let a=await l(r,this.config.automd);if(a.hasIssues&&this.config.automd.allowIssues===!1)throw Error(`AutoMD found issues in file "${t}". Please resolve the issues or set \`allowIssues\` to true in the plugin configuration to ignore them.`);a.hasChanged&&await this.fs.write(i(this.config.automd.output?n(this.config.automd.output)?e(t,this.config.automd.output):this.config.automd.output:t,this.config.projectRoot),a.contents)}}))}});export{p as default};
@@ -1 +1 @@
1
- const e=require(`../../../_virtual/rolldown_runtime.cjs`);require(`./ast-utils.cjs`);let t=require(`@stryke/type-checks/is-string`),n=require(`@babel/types`);n=e.__toESM(n);function r(e,t){o(e.scope.getProgramParent().path,t)}function i(e){return e.get(`specifiers`).filter(Boolean).every(e=>e?.isImportSpecifier())&&e.node.importKind!==`type`&&e.node.importKind!==`typeof`}function a(e){let t=new Map;return e.traverse({ImportDeclaration(e){i(e)&&t.set(e.node.source.value,e)}}),t}function o(e,t){a(e).get(t.module)||e.unshiftContainer(`body`,n.importDeclaration([n.importSpecifier(n.identifier(t.name||t.imported),n.identifier(t.imported))],n.stringLiteral(t.module)))}exports.addImport=r,exports.addImportsToProgram=o;
1
+ const e=require(`../../../_virtual/rolldown_runtime.cjs`);require(`./ast-utils.cjs`);let t=require(`@babel/types`);t=e.__toESM(t);let n=require(`@stryke/type-checks/is-string`);function r(e,t){o(e.scope.getProgramParent().path,t)}function i(e){return e.get(`specifiers`).filter(Boolean).every(e=>e?.isImportSpecifier())&&e.node.importKind!==`type`&&e.node.importKind!==`typeof`}function a(e){let t=new Map;return e.traverse({ImportDeclaration(e){i(e)&&t.set(e.node.source.value,e)}}),t}function o(e,n){a(e).get(n.module)||e.unshiftContainer(`body`,t.importDeclaration([t.importSpecifier(t.identifier(n.name||n.imported),t.identifier(n.imported))],t.stringLiteral(n.module)))}exports.addImport=r,exports.addImportsToProgram=o;
@@ -1 +1 @@
1
- import"./ast-utils.mjs";import{isString as e}from"@stryke/type-checks/is-string";import*as t from"@babel/types";function n(e,t){a(e.scope.getProgramParent().path,t)}function r(e){return e.get(`specifiers`).filter(Boolean).every(e=>e?.isImportSpecifier())&&e.node.importKind!==`type`&&e.node.importKind!==`typeof`}function i(e){let t=new Map;return e.traverse({ImportDeclaration(e){r(e)&&t.set(e.node.source.value,e)}}),t}function a(e,n){i(e).get(n.module)||e.unshiftContainer(`body`,t.importDeclaration([t.importSpecifier(t.identifier(n.name||n.imported),t.identifier(n.imported))],t.stringLiteral(n.module)))}export{n as addImport,a as addImportsToProgram};
1
+ import"./ast-utils.mjs";import*as e from"@babel/types";import{isString as t}from"@stryke/type-checks/is-string";function n(e,t){a(e.scope.getProgramParent().path,t)}function r(e){return e.get(`specifiers`).filter(Boolean).every(e=>e?.isImportSpecifier())&&e.node.importKind!==`type`&&e.node.importKind!==`typeof`}function i(e){let t=new Map;return e.traverse({ImportDeclaration(e){r(e)&&t.set(e.node.source.value,e)}}),t}function a(t,n){i(t).get(n.module)||t.unshiftContainer(`body`,e.importDeclaration([e.importSpecifier(e.identifier(n.name||n.imported),e.identifier(n.imported))],e.stringLiteral(n.module)))}export{n as addImport,a as addImportsToProgram};
@@ -1,14 +1,14 @@
1
- const e=require(`../../../../_virtual/rolldown_runtime.cjs`);require(`../entry.cjs`);let t=require(`@stryke/path/replace`),n=require(`defu`);n=e.__toESM(n);let r=require(`@stryke/type-checks/is-string`),i=require(`@stryke/string-format/camel-case`),a=require(`@stryke/path/join-paths`),o=require(`@stryke/helpers/omit`);const s={target:`esnext`,platform:`neutral`,format:`esm`,write:!0,minify:!0,sourcemap:!1,bundle:!0,treeShaking:!0,keepNames:!0,splitting:!0,logLevel:`silent`};function c(e){let t=e.config.build.override.inject??e.config.build.inject;return t&&Object.keys(t).length>0&&e.fs.writeSync((0,a.joinPaths)(e.workspaceConfig.workspaceRoot,e.config.projectRoot,e.artifactsPath,`inject-shim.js`),Object.entries(t).map(([e,t])=>{if(t)if(Array.isArray(t)){if((0,i.camelCase)(e)!==e){if(t.length===1)return`
2
- import ${(0,i.camelCase)(e)} from "${t[0]}";
3
- export { ${(0,i.camelCase)(e)} as "${e}" }`;if(t.length>1)return`
4
- import ${t[1]===`*`?`* as ${(0,i.camelCase)(e)}`:`{ ${t[1]} as ${(0,i.camelCase)(e)} }`} from "${t[0]}";
5
- export { ${(0,i.camelCase)(e)} as "${e}" }`}else if(t.length===1)return`
1
+ const e=require(`../../../../_virtual/rolldown_runtime.cjs`);require(`../entry.cjs`);let t=require(`@stryke/path/replace`),n=require(`@stryke/path/join-paths`),r=require(`defu`);r=e.__toESM(r);let i=require(`@stryke/type-checks/is-string`),a=require(`@stryke/helpers/omit`),o=require(`@stryke/string-format/camel-case`);const s={target:`esnext`,platform:`neutral`,format:`esm`,write:!0,minify:!0,sourcemap:!1,bundle:!0,treeShaking:!0,keepNames:!0,splitting:!0,logLevel:`silent`};function c(e){let t=e.config.build.override.inject??e.config.build.inject;return t&&Object.keys(t).length>0&&e.fs.writeSync((0,n.joinPaths)(e.workspaceConfig.workspaceRoot,e.config.projectRoot,e.artifactsPath,`inject-shim.js`),Object.entries(t).map(([e,t])=>{if(t)if(Array.isArray(t)){if((0,o.camelCase)(e)!==e){if(t.length===1)return`
2
+ import ${(0,o.camelCase)(e)} from "${t[0]}";
3
+ export { ${(0,o.camelCase)(e)} as "${e}" }`;if(t.length>1)return`
4
+ import ${t[1]===`*`?`* as ${(0,o.camelCase)(e)}`:`{ ${t[1]} as ${(0,o.camelCase)(e)} }`} from "${t[0]}";
5
+ export { ${(0,o.camelCase)(e)} as "${e}" }`}else if(t.length===1)return`
6
6
  import ${e} from "${t[0]}";
7
7
  export { ${e} };`;else if(t.length>1)return`
8
8
  import ${t[1]===`*`?`* as ${e}`:`{ ${t[1]} as ${e} }`} from "${t[0]}";
9
- export { ${e} };`}else if((0,i.camelCase)(e)!==e)return`
10
- import ${(0,i.camelCase)(e)} from "${t[0]}";
11
- export { ${(0,i.camelCase)(e)} as "${e}" }`;else return`
9
+ export { ${e} };`}else if((0,o.camelCase)(e)!==e)return`
10
+ import ${(0,o.camelCase)(e)} from "${t[0]}";
11
+ export { ${(0,o.camelCase)(e)} as "${e}" }`;else return`
12
12
  import ${e} from "${t}";
13
13
  export { ${e} };`;return``}).join(`
14
- `)),(0,n.default)({alias:e.builtins.reduce((t,n)=>{if(!t[n]){let r=e.fs.ids[n];r&&(t[n]=r)}return t},e.config.build.alias?Array.isArray(e.config.build.alias)?e.config.build.alias.reduce((e,t)=>(e[t.find.toString()]||(e[t.find.toString()]=t.replacement),e),{}):e.config.build.alias:{}),inject:t&&Object.keys(t).length>0?[(0,a.joinPaths)(e.workspaceConfig.workspaceRoot,e.config.projectRoot,e.artifactsPath,`inject-shim.js`)]:void 0},e.config.build.variant===`esbuild`?(0,o.omit)(e.config.build.override,[`alias`,`inject`,`external`,`noExternal`,`skipNodeModulesBundle`,`extensions`]):{},e.config.build.variant===`esbuild`?(0,o.omit)(e.config.build,[`alias`,`inject`,`external`,`noExternal`,`skipNodeModulesBundle`,`extensions`,`variant`,`override`]):{},{mainFields:e.config.build.mainFields,conditions:e.config.build.conditions,define:e.config.build.define,resolveExtensions:e.config.build.extensions,packages:e.config.build.skipNodeModulesBundle?`external`:e.config.build.variant===`esbuild`?e.config.build.packages:void 0,format:Array.isArray(e.config.output.format)?e.config.output.format[0]:e.config.output.format,platform:e.config.build.platform,treeShaking:!!e.config.build?.treeshake||e.config.build?.treeShaking,outdir:e.config.output.buildPath,tsconfig:e.tsconfig.tsconfigFilePath,minify:e.config.mode!==`development`,metafile:e.config.mode===`development`,sourcemap:e.config.mode===`development`},s)}exports.extractESBuildConfig=c;
14
+ `)),(0,r.default)({alias:e.builtins.reduce((t,n)=>{if(!t[n]){let r=e.fs.ids[n];r&&(t[n]=r)}return t},e.config.build.alias?Array.isArray(e.config.build.alias)?e.config.build.alias.reduce((e,t)=>(e[t.find.toString()]||(e[t.find.toString()]=t.replacement),e),{}):e.config.build.alias:{}),inject:t&&Object.keys(t).length>0?[(0,n.joinPaths)(e.workspaceConfig.workspaceRoot,e.config.projectRoot,e.artifactsPath,`inject-shim.js`)]:void 0},e.config.build.variant===`esbuild`?(0,a.omit)(e.config.build.override,[`alias`,`inject`,`external`,`noExternal`,`skipNodeModulesBundle`,`extensions`]):{},e.config.build.variant===`esbuild`?(0,a.omit)(e.config.build,[`alias`,`inject`,`external`,`noExternal`,`skipNodeModulesBundle`,`extensions`,`variant`,`override`]):{},{mainFields:e.config.build.mainFields,conditions:e.config.build.conditions,define:e.config.build.define,resolveExtensions:e.config.build.extensions,packages:e.config.build.skipNodeModulesBundle?`external`:e.config.build.variant===`esbuild`?e.config.build.packages:void 0,format:Array.isArray(e.config.output.format)?e.config.output.format[0]:e.config.output.format,platform:e.config.build.platform,treeShaking:!!e.config.build?.treeshake||e.config.build?.treeShaking,outdir:e.config.output.buildPath,tsconfig:e.tsconfig.tsconfigFilePath,minify:e.config.mode!==`development`,metafile:e.config.mode===`development`,sourcemap:e.config.mode===`development`},s)}exports.extractESBuildConfig=c;
@@ -1,14 +1,14 @@
1
- import"../entry.mjs";import{replacePath as e}from"@stryke/path/replace";import t from"defu";import{isString as n}from"@stryke/type-checks/is-string";import{camelCase as r}from"@stryke/string-format/camel-case";import{joinPaths as i}from"@stryke/path/join-paths";import{omit as a}from"@stryke/helpers/omit";const o={target:`esnext`,platform:`neutral`,format:`esm`,write:!0,minify:!0,sourcemap:!1,bundle:!0,treeShaking:!0,keepNames:!0,splitting:!0,logLevel:`silent`};function s(e){let n=e.config.build.override.inject??e.config.build.inject;return n&&Object.keys(n).length>0&&e.fs.writeSync(i(e.workspaceConfig.workspaceRoot,e.config.projectRoot,e.artifactsPath,`inject-shim.js`),Object.entries(n).map(([e,t])=>{if(t)if(Array.isArray(t)){if(r(e)!==e){if(t.length===1)return`
2
- import ${r(e)} from "${t[0]}";
3
- export { ${r(e)} as "${e}" }`;if(t.length>1)return`
4
- import ${t[1]===`*`?`* as ${r(e)}`:`{ ${t[1]} as ${r(e)} }`} from "${t[0]}";
5
- export { ${r(e)} as "${e}" }`}else if(t.length===1)return`
1
+ import"../entry.mjs";import{replacePath as e}from"@stryke/path/replace";import{joinPaths as t}from"@stryke/path/join-paths";import n from"defu";import{isString as r}from"@stryke/type-checks/is-string";import{omit as i}from"@stryke/helpers/omit";import{camelCase as a}from"@stryke/string-format/camel-case";const o={target:`esnext`,platform:`neutral`,format:`esm`,write:!0,minify:!0,sourcemap:!1,bundle:!0,treeShaking:!0,keepNames:!0,splitting:!0,logLevel:`silent`};function s(e){let r=e.config.build.override.inject??e.config.build.inject;return r&&Object.keys(r).length>0&&e.fs.writeSync(t(e.workspaceConfig.workspaceRoot,e.config.projectRoot,e.artifactsPath,`inject-shim.js`),Object.entries(r).map(([e,t])=>{if(t)if(Array.isArray(t)){if(a(e)!==e){if(t.length===1)return`
2
+ import ${a(e)} from "${t[0]}";
3
+ export { ${a(e)} as "${e}" }`;if(t.length>1)return`
4
+ import ${t[1]===`*`?`* as ${a(e)}`:`{ ${t[1]} as ${a(e)} }`} from "${t[0]}";
5
+ export { ${a(e)} as "${e}" }`}else if(t.length===1)return`
6
6
  import ${e} from "${t[0]}";
7
7
  export { ${e} };`;else if(t.length>1)return`
8
8
  import ${t[1]===`*`?`* as ${e}`:`{ ${t[1]} as ${e} }`} from "${t[0]}";
9
- export { ${e} };`}else if(r(e)!==e)return`
10
- import ${r(e)} from "${t[0]}";
11
- export { ${r(e)} as "${e}" }`;else return`
9
+ export { ${e} };`}else if(a(e)!==e)return`
10
+ import ${a(e)} from "${t[0]}";
11
+ export { ${a(e)} as "${e}" }`;else return`
12
12
  import ${e} from "${t}";
13
13
  export { ${e} };`;return``}).join(`
14
- `)),t({alias:e.builtins.reduce((t,n)=>{if(!t[n]){let r=e.fs.ids[n];r&&(t[n]=r)}return t},e.config.build.alias?Array.isArray(e.config.build.alias)?e.config.build.alias.reduce((e,t)=>(e[t.find.toString()]||(e[t.find.toString()]=t.replacement),e),{}):e.config.build.alias:{}),inject:n&&Object.keys(n).length>0?[i(e.workspaceConfig.workspaceRoot,e.config.projectRoot,e.artifactsPath,`inject-shim.js`)]:void 0},e.config.build.variant===`esbuild`?a(e.config.build.override,[`alias`,`inject`,`external`,`noExternal`,`skipNodeModulesBundle`,`extensions`]):{},e.config.build.variant===`esbuild`?a(e.config.build,[`alias`,`inject`,`external`,`noExternal`,`skipNodeModulesBundle`,`extensions`,`variant`,`override`]):{},{mainFields:e.config.build.mainFields,conditions:e.config.build.conditions,define:e.config.build.define,resolveExtensions:e.config.build.extensions,packages:e.config.build.skipNodeModulesBundle?`external`:e.config.build.variant===`esbuild`?e.config.build.packages:void 0,format:Array.isArray(e.config.output.format)?e.config.output.format[0]:e.config.output.format,platform:e.config.build.platform,treeShaking:!!e.config.build?.treeshake||e.config.build?.treeShaking,outdir:e.config.output.buildPath,tsconfig:e.tsconfig.tsconfigFilePath,minify:e.config.mode!==`development`,metafile:e.config.mode===`development`,sourcemap:e.config.mode===`development`},o)}export{s as extractESBuildConfig};
14
+ `)),n({alias:e.builtins.reduce((t,n)=>{if(!t[n]){let r=e.fs.ids[n];r&&(t[n]=r)}return t},e.config.build.alias?Array.isArray(e.config.build.alias)?e.config.build.alias.reduce((e,t)=>(e[t.find.toString()]||(e[t.find.toString()]=t.replacement),e),{}):e.config.build.alias:{}),inject:r&&Object.keys(r).length>0?[t(e.workspaceConfig.workspaceRoot,e.config.projectRoot,e.artifactsPath,`inject-shim.js`)]:void 0},e.config.build.variant===`esbuild`?i(e.config.build.override,[`alias`,`inject`,`external`,`noExternal`,`skipNodeModulesBundle`,`extensions`]):{},e.config.build.variant===`esbuild`?i(e.config.build,[`alias`,`inject`,`external`,`noExternal`,`skipNodeModulesBundle`,`extensions`,`variant`,`override`]):{},{mainFields:e.config.build.mainFields,conditions:e.config.build.conditions,define:e.config.build.define,resolveExtensions:e.config.build.extensions,packages:e.config.build.skipNodeModulesBundle?`external`:e.config.build.variant===`esbuild`?e.config.build.packages:void 0,format:Array.isArray(e.config.output.format)?e.config.output.format[0]:e.config.output.format,platform:e.config.build.platform,treeShaking:!!e.config.build?.treeshake||e.config.build?.treeShaking,outdir:e.config.output.buildPath,tsconfig:e.tsconfig.tsconfigFilePath,minify:e.config.mode!==`development`,metafile:e.config.mode===`development`,sourcemap:e.config.mode===`development`},o)}export{s as extractESBuildConfig};
@@ -1 +1 @@
1
- require(`../plugin-utils/paths.cjs`);let e=require(`@stryke/path/replace`),t=require(`@stryke/type-checks/is-set-string`),n=require(`@stryke/path/append`),r=require(`@stryke/helpers/get-unique`),i=require(`@stryke/type-checks/is-string`),a=require(`@stryke/convert/to-array`),o=require(`@stryke/path/join-paths`),s=require(`@stryke/fs/is-file`),c=require(`@stryke/fs/list-files`),l=require(`@stryke/convert/parse-type-definition`);require(`@stryke/hash/murmurhash`);
1
+ require(`../plugin-utils/paths.cjs`);let e=require(`@stryke/path/replace`),t=require(`@stryke/type-checks/is-set-string`),n=require(`@stryke/convert/to-array`),r=require(`@stryke/fs/is-file`),i=require(`@stryke/fs/list-files`),a=require(`@stryke/path/append`),o=require(`@stryke/path/join-paths`),s=require(`@stryke/type-checks/is-string`),c=require(`@stryke/convert/parse-type-definition`),l=require(`@stryke/helpers/get-unique`);require(`@stryke/hash/murmurhash`);
@@ -1 +1 @@
1
- import"../plugin-utils/paths.mjs";import{replacePath as e}from"@stryke/path/replace";import{isSetString as t}from"@stryke/type-checks/is-set-string";import{appendPath as n}from"@stryke/path/append";import{getUniqueBy as r}from"@stryke/helpers/get-unique";import{isString as i}from"@stryke/type-checks/is-string";import{toArray as a}from"@stryke/convert/to-array";import{joinPaths as o}from"@stryke/path/join-paths";import"@stryke/fs/is-file";import{listFiles as s}from"@stryke/fs/list-files";import{parseTypeDefinition as c}from"@stryke/convert/parse-type-definition";import"@stryke/hash/murmurhash";export{};
1
+ import"../plugin-utils/paths.mjs";import{replacePath as e}from"@stryke/path/replace";import{isSetString as t}from"@stryke/type-checks/is-set-string";import{toArray as n}from"@stryke/convert/to-array";import"@stryke/fs/is-file";import{listFiles as r}from"@stryke/fs/list-files";import{appendPath as i}from"@stryke/path/append";import{joinPaths as a}from"@stryke/path/join-paths";import{isString as o}from"@stryke/type-checks/is-string";import{parseTypeDefinition as s}from"@stryke/convert/parse-type-definition";import{getUniqueBy as c}from"@stryke/helpers/get-unique";import"@stryke/hash/murmurhash";export{};
@@ -1 +1 @@
1
- const e=require(`../../../_virtual/rolldown_runtime.cjs`);let t=require(`@storm-software/config-tools/types`),n=require(`@stryke/string-format/title-case`),r=require(`chalk`);r=e.__toESM(r),require(`@storm-software/config-tools/logger`),require(`@storm-software/config-tools/utilities/colors`),require(`@stryke/helpers/noop`);let i=require(`@stryke/string-format/kebab-case`);const a=[`#00A0DD`,`#6FCE4E`,`#FBBF24`,`#F43F5E`,`#3B82F6`,`#A855F7`,`#469592`,`#288EDF`,`#D8B4FE`,`#10B981`,`#EF4444`,`#F0EC56`,`#F472B6`,`#22D3EE`,`#EAB308`,`#84CC16`,`#F87171`,`#0EA5E9`,`#D946EF`,`#FACC15`,`#34D399`,`#8B5CF6`],o=(e,t)=>(i,...o)=>e(i,` ${r.default.inverse.hex(a[t.split(``).map(e=>e.charCodeAt(0)).reduce((e,t)=>e+t,0)%a.length]||a[0])(` ${(0,n.titleCase)(t)} `)} ${o.join(` `)} `);exports.extendLog=o;
1
+ const e=require(`../../../_virtual/rolldown_runtime.cjs`);let t=require(`@storm-software/config-tools/types`),n=require(`chalk`);n=e.__toESM(n),require(`@storm-software/config-tools/logger`),require(`@storm-software/config-tools/utilities/colors`),require(`@stryke/helpers/noop`);let r=require(`@stryke/string-format/kebab-case`),i=require(`@stryke/string-format/title-case`);const a=[`#00A0DD`,`#6FCE4E`,`#FBBF24`,`#F43F5E`,`#3B82F6`,`#A855F7`,`#469592`,`#288EDF`,`#D8B4FE`,`#10B981`,`#EF4444`,`#F0EC56`,`#F472B6`,`#22D3EE`,`#EAB308`,`#84CC16`,`#F87171`,`#0EA5E9`,`#D946EF`,`#FACC15`,`#34D399`,`#8B5CF6`],o=(e,t)=>(r,...o)=>e(r,` ${n.default.inverse.hex(a[t.split(``).map(e=>e.charCodeAt(0)).reduce((e,t)=>e+t,0)%a.length]||a[0])(` ${(0,i.titleCase)(t)} `)} ${o.join(` `)} `);exports.extendLog=o;
@@ -1 +1 @@
1
- import{LogLevelLabel as e}from"@storm-software/config-tools/types";import{titleCase as t}from"@stryke/string-format/title-case";import n from"chalk";import"@storm-software/config-tools/logger";import"@storm-software/config-tools/utilities/colors";import"@stryke/helpers/noop";import{kebabCase as r}from"@stryke/string-format/kebab-case";const i=[`#00A0DD`,`#6FCE4E`,`#FBBF24`,`#F43F5E`,`#3B82F6`,`#A855F7`,`#469592`,`#288EDF`,`#D8B4FE`,`#10B981`,`#EF4444`,`#F0EC56`,`#F472B6`,`#22D3EE`,`#EAB308`,`#84CC16`,`#F87171`,`#0EA5E9`,`#D946EF`,`#FACC15`,`#34D399`,`#8B5CF6`],a=(e,r)=>(a,...o)=>e(a,` ${n.inverse.hex(i[r.split(``).map(e=>e.charCodeAt(0)).reduce((e,t)=>e+t,0)%i.length]||i[0])(` ${t(r)} `)} ${o.join(` `)} `);export{a as extendLog};
1
+ import{LogLevelLabel as e}from"@storm-software/config-tools/types";import t from"chalk";import"@storm-software/config-tools/logger";import"@storm-software/config-tools/utilities/colors";import"@stryke/helpers/noop";import{kebabCase as n}from"@stryke/string-format/kebab-case";import{titleCase as r}from"@stryke/string-format/title-case";const i=[`#00A0DD`,`#6FCE4E`,`#FBBF24`,`#F43F5E`,`#3B82F6`,`#A855F7`,`#469592`,`#288EDF`,`#D8B4FE`,`#10B981`,`#EF4444`,`#F0EC56`,`#F472B6`,`#22D3EE`,`#EAB308`,`#84CC16`,`#F87171`,`#0EA5E9`,`#D946EF`,`#FACC15`,`#34D399`,`#8B5CF6`],a=(e,n)=>(a,...o)=>e(a,` ${t.inverse.hex(i[n.split(``).map(e=>e.charCodeAt(0)).reduce((e,t)=>e+t,0)%i.length]||i[0])(` ${r(n)} `)} ${o.join(` `)} `);export{a as extendLog};
@@ -1,6 +1,5 @@
1
1
  import { Reflection } from "../deepkit/src/types.cjs";
2
2
  import { AlloyPluginContext, AlloyPluginOptions, AlloyPluginResolvedConfig, AlloyPluginUserConfig } from "../plugin-alloy/src/types/plugin.cjs";
3
- import "../plugin-alloy/src/types/index.cjs";
4
3
  import { AutoMDPluginOptions } from "../plugin-automd/src/types/plugin.cjs";
5
4
  import { BabelPluginContext, BabelPluginOptions, BabelPluginResolvedConfig, BabelPluginUserConfig } from "../plugin-babel/src/types/plugin.cjs";
6
5
  import { EnvInterface, SecretsInterface } from "./runtime.cjs";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/plugin-env",
3
- "version": "0.14.12",
3
+ "version": "0.14.14",
4
4
  "type": "module",
5
5
  "description": "A package containing a Powerlines plugin for injecting static .env configuration values to the code so that they're accessible at runtime.",
6
6
  "repository": {
@@ -193,11 +193,11 @@
193
193
  "@alloy-js/json": "^0.22.0",
194
194
  "@babel/core": "^7.28.5",
195
195
  "@babel/types": "^7.28.5",
196
- "@powerlines/deepkit": "^0.5.24",
197
- "@powerlines/plugin-alloy": "^0.15.6",
198
- "@powerlines/plugin-automd": "^0.1.109",
199
- "@powerlines/plugin-babel": "^0.12.118",
200
- "@powerlines/plugin-plugin": "^0.12.61",
196
+ "@powerlines/deepkit": "^0.5.26",
197
+ "@powerlines/plugin-alloy": "^0.15.8",
198
+ "@powerlines/plugin-automd": "^0.1.111",
199
+ "@powerlines/plugin-babel": "^0.12.120",
200
+ "@powerlines/plugin-plugin": "^0.12.63",
201
201
  "@storm-software/config-tools": "^1.188.74",
202
202
  "@stryke/capnp": "^0.12.51",
203
203
  "@stryke/env": "^0.20.43",
@@ -207,9 +207,9 @@
207
207
  "@stryke/type-checks": "^0.5.14",
208
208
  "@stryke/types": "^0.10.28",
209
209
  "automd": "^0.4.2",
210
- "powerlines": "^0.36.14"
210
+ "powerlines": "^0.36.16"
211
211
  },
212
212
  "devDependencies": { "@types/node": "^24.10.4", "vite": "8.0.0-beta.2" },
213
213
  "publishConfig": { "access": "public" },
214
- "gitHead": "99846da24ae1bde0b84ba02078f4f9c5b9d4bf9c"
214
+ "gitHead": "d81b9da2628c49a75e654462be7062599d2c6441"
215
215
  }
@@ -1 +0,0 @@
1
- var e=require(`@deepkit/core`);Object.keys(e).forEach(function(t){t!==`default`&&!Object.prototype.hasOwnProperty.call(exports,t)&&Object.defineProperty(exports,t,{enumerable:!0,get:function(){return e[t]}})});
@@ -1 +0,0 @@
1
- export*from"@deepkit/core";export{};
@@ -1 +0,0 @@
1
- const e=require(`./output.cjs`);require(`./single-line-comment.cjs`),require(`./source-file.cjs`);
@@ -1 +0,0 @@
1
- import{Output as e}from"./output.mjs";import"./single-line-comment.mjs";import"./source-file.mjs";export{};
@@ -1 +0,0 @@
1
- let e=require(`@alloy-js/core/jsx-runtime`),t=require(`@alloy-js/core`);
@@ -1 +0,0 @@
1
- import{createComponent as e,createIntrinsic as t}from"@alloy-js/core/jsx-runtime";import"@alloy-js/core";export{};
@@ -1 +0,0 @@
1
- const e=require(`../../../../_virtual/rolldown_runtime.cjs`);let t=require(`@alloy-js/core/jsx-runtime`),n=require(`@alloy-js/core`),r=require(`@stryke/path/append`),i=require(`defu`);i=e.__toESM(i);
@@ -1 +0,0 @@
1
- import{createComponent as e,createIntrinsic as t}from"@alloy-js/core/jsx-runtime";import{Show as n,splitProps as r}from"@alloy-js/core";import{appendPath as i}from"@stryke/path/append";import a from"defu";export{};
@@ -1 +0,0 @@
1
- const e=require(`./context.cjs`);require(`./reflection.cjs`);
@@ -1 +0,0 @@
1
- import{PowerlinesContext as e}from"./context.mjs";import"./reflection.mjs";export{};
@@ -1 +0,0 @@
1
- const e=require(`../../../../_virtual/rolldown_runtime.cjs`);let t=require(`@alloy-js/core`);const n=(0,t.createContext)(),r=(0,t.createNamedContext)(`reflection-property`),i=(0,t.createNamedContext)(`reflection-method`),a=(0,t.createNamedContext)(`reflection-parameter`);
@@ -1 +0,0 @@
1
- import{createContext as e,createNamedContext as t}from"@alloy-js/core";e(),t(`reflection-property`),t(`reflection-method`),t(`reflection-parameter`);export{};
@@ -1 +0,0 @@
1
- const e=require(`./contexts/context.cjs`),t=require(`./components/output.cjs`);require(`./components/index.cjs`),require(`./contexts/index.cjs`);
@@ -1 +0,0 @@
1
- import{PowerlinesContext as e}from"./contexts/context.mjs";import{Output as t}from"./components/output.mjs";import"./components/index.mjs";import"./contexts/index.mjs";export{};
@@ -1 +0,0 @@
1
- const e=require(`../../../_virtual/rolldown_runtime.cjs`);require(`../../../deepkit/src/vendor/type.cjs`),require(`../../../deepkit/src/utilities.cjs`),require(`../../../deepkit/src/vendor/core.cjs`),require(`../../../powerlines/src/lib/utilities/file-header.cjs`);let t=require(`defu`);t=e.__toESM(t);let n=require(`@stryke/helpers/get-unique`),r=require(`@stryke/type-checks/is-null`),i=require(`@stryke/type-checks/is-string`),a=require(`@stryke/type-checks/is-undefined`);require(`@stryke/capnp/compile`),require(`@stryke/capnp/helpers`);let o=require(`@stryke/convert/to-array`);require(`@stryke/json`);let s=require(`@stryke/path/join`),c=require(`@stryke/string-format/camel-case`);require(`@stryke/string-format/get-words`),require(`@stryke/string-format/pascal-case`);let l=require(`@stryke/string-format/title-case`);require(`@stryke/type-checks/is-bigint`),require(`@stryke/type-checks/is-number`);let u=require(`node:child_process`),d=require(`node:util`);const f=1024*1e6,p=(0,d.promisify)(u.exec);
@@ -1 +0,0 @@
1
- import"../../../deepkit/src/vendor/type.mjs";import"../../../deepkit/src/utilities.mjs";import"../../../deepkit/src/vendor/core.mjs";import"../../../powerlines/src/lib/utilities/file-header.mjs";import e from"defu";import{getUniqueBy as t}from"@stryke/helpers/get-unique";import{isNull as n}from"@stryke/type-checks/is-null";import{isString as r}from"@stryke/type-checks/is-string";import{isUndefined as i}from"@stryke/type-checks/is-undefined";import"@stryke/capnp/compile";import"@stryke/capnp/helpers";import{toArray as a}from"@stryke/convert/to-array";import"@stryke/json";import{joinPaths as o}from"@stryke/path/join";import{camelCase as s}from"@stryke/string-format/camel-case";import"@stryke/string-format/get-words";import"@stryke/string-format/pascal-case";import{titleCase as c}from"@stryke/string-format/title-case";import"@stryke/type-checks/is-bigint";import"@stryke/type-checks/is-number";import{exec as l}from"node:child_process";import{promisify as u}from"node:util";u(l);export{};
@@ -1 +0,0 @@
1
- let e=require(`@alloy-js/typescript`);
@@ -1 +0,0 @@
1
- import"@alloy-js/typescript";export{};
@@ -1 +0,0 @@
1
- require(`./capnp.cjs`),require(`./create-builtin.cjs`),require(`./refkey.cjs`),require(`./typescript.cjs`);
@@ -1 +0,0 @@
1
- import"./capnp.mjs";import"./create-builtin.mjs";import"./refkey.mjs";import"./typescript.mjs";export{};
@@ -1 +0,0 @@
1
- let e=require(`@alloy-js/core`);
@@ -1 +0,0 @@
1
- import"@alloy-js/core";export{};
@@ -1 +0,0 @@
1
- require(`../../../deepkit/src/utilities.cjs`);let e=require(`@stryke/type-checks/is-undefined`),t=require(`@stryke/string-format/camel-case`),n=require(`@stryke/string-format/title-case`);
@@ -1 +0,0 @@
1
- import"../../../deepkit/src/utilities.mjs";import{isUndefined as e}from"@stryke/type-checks/is-undefined";import{camelCase as t}from"@stryke/string-format/camel-case";import{titleCase as n}from"@stryke/string-format/title-case";export{};
@@ -1 +0,0 @@
1
- require(`./markdown-file.cjs`),require(`./markdown-table.cjs`);
@@ -1 +0,0 @@
1
- import"./markdown-file.mjs";import"./markdown-table.mjs";export{};
@@ -1 +0,0 @@
1
- require(`../../core/contexts/context.cjs`),require(`../../core/components/single-line-comment.cjs`),require(`../../core/components/source-file.cjs`);let e=require(`@alloy-js/core/jsx-runtime`),t=require(`@alloy-js/core`),n=require(`@stryke/string-format/title-case`),r=require(`@alloy-js/markdown`);
@@ -1 +0,0 @@
1
- import"../../core/contexts/context.mjs";import"../../core/components/single-line-comment.mjs";import"../../core/components/source-file.mjs";import{createComponent as e,createIntrinsic as t,mergeProps as n}from"@alloy-js/core/jsx-runtime";import{Show as r,code as i,splitProps as a}from"@alloy-js/core";import{titleCase as o}from"@stryke/string-format/title-case";import{Link as s}from"@alloy-js/markdown";export{};
@@ -1 +0,0 @@
1
- require(`../contexts/markdown-table.cjs`);let e=require(`@alloy-js/core/jsx-runtime`),t=require(`@alloy-js/core`),n=require(`@stryke/type-checks/is-undefined`),r=require(`@stryke/string-format/title-case`);
@@ -1 +0,0 @@
1
- import"../contexts/markdown-table.mjs";import{createComponent as e,mergeProps as t}from"@alloy-js/core/jsx-runtime";import{Show as n,code as r,computed as i,splitProps as a}from"@alloy-js/core";import{isUndefined as o}from"@stryke/type-checks/is-undefined";import{titleCase as s}from"@stryke/string-format/title-case";export{};
@@ -1 +0,0 @@
1
- require(`./markdown-table.cjs`);
@@ -1 +0,0 @@
1
- import"./markdown-table.mjs";export{};
@@ -1 +0,0 @@
1
- const e=require(`../../../../_virtual/rolldown_runtime.cjs`);let t=require(`@alloy-js/core`);const n=(0,t.createNamedContext)(`markdown-table-column`,{}),r=(0,t.createContext)({columns:[],data:[]});
@@ -1 +0,0 @@
1
- import{createContext as e,createNamedContext as t}from"@alloy-js/core";t(`markdown-table-column`,{}),e({columns:[],data:[]});export{};
@@ -1 +0,0 @@
1
- require(`./components/index.cjs`),require(`./contexts/index.cjs`);
@@ -1 +0,0 @@
1
- import"./components/index.mjs";import"./contexts/index.mjs";export{};
@@ -1,2 +0,0 @@
1
- import "@alloy-js/core";
2
- import { Children as Children$1 } from "@alloy-js/core/jsx-runtime";
@@ -1,2 +0,0 @@
1
- import "./components.cjs";
2
- import { AlloyPluginContext, AlloyPluginOptions, AlloyPluginResolvedConfig, AlloyPluginUserConfig } from "./plugin.cjs";
@@ -1 +0,0 @@
1
- require(`./tsdoc.cjs`),require(`./typescript-file.cjs`);let e=require(`@alloy-js/core/jsx-runtime`),t=require(`@alloy-js/core`);
@@ -1 +0,0 @@
1
- import"./tsdoc.mjs";import"./typescript-file.mjs";import{createComponent as e,mergeProps as t}from"@alloy-js/core/jsx-runtime";import{splitProps as n}from"@alloy-js/core";export{};
@@ -1 +0,0 @@
1
- let e=require(`@alloy-js/core/jsx-runtime`),t=require(`@alloy-js/core`),n=require(`@alloy-js/typescript`);
@@ -1 +0,0 @@
1
- import{createComponent as e,mergeProps as t}from"@alloy-js/core/jsx-runtime";import{code as n}from"@alloy-js/core";import{VarDeclaration as r}from"@alloy-js/typescript";export{};
@@ -1 +0,0 @@
1
- const e=require(`../../../../_virtual/rolldown_runtime.cjs`);require(`../../core/contexts/context.cjs`),require(`./typescript-file.cjs`);let t=require(`@alloy-js/core/jsx-runtime`),n=require(`@alloy-js/core`),r=require(`defu`);r=e.__toESM(r);let i=require(`@stryke/path/join-paths`);
@@ -1 +0,0 @@
1
- import"../../core/contexts/context.mjs";import"./typescript-file.mjs";import{createComponent as e,mergeProps as t}from"@alloy-js/core/jsx-runtime";import{computed as n,splitProps as r}from"@alloy-js/core";import i from"defu";import{joinPaths as a}from"@stryke/path/join-paths";export{};
@@ -1 +0,0 @@
1
- require(`./tsdoc.cjs`),require(`./typescript-file.cjs`),require(`./builtin-file.cjs`),require(`./dynamic-import-statement.cjs`),require(`./entry-file.cjs`),require(`./record-expression.cjs`),require(`./tsdoc-reflection.cjs`),require(`./typescript-interface.cjs`),require(`./typescript-object.cjs`);
@@ -1 +0,0 @@
1
- import"./tsdoc.mjs";import"./typescript-file.mjs";import"./builtin-file.mjs";import"./dynamic-import-statement.mjs";import"./entry-file.mjs";import"./record-expression.mjs";import"./tsdoc-reflection.mjs";import"./typescript-interface.mjs";import"./typescript-object.mjs";export{};
@@ -1 +0,0 @@
1
- let e=require(`@alloy-js/core`);
@@ -1 +0,0 @@
1
- import{code as e}from"@alloy-js/core";export{};
@@ -1 +0,0 @@
1
- require(`../../core/contexts/reflection.cjs`),require(`./tsdoc.cjs`);let e=require(`@alloy-js/core/jsx-runtime`),t=require(`@alloy-js/core`),n=require(`@stryke/type-checks/is-set-string`),r=require(`@stryke/type-checks/is-string`),i=require(`@stryke/type-checks/is-undefined`),a=require(`@stryke/string-format/title-case`);
@@ -1 +0,0 @@
1
- import"../../core/contexts/reflection.mjs";import"./tsdoc.mjs";import{createComponent as e,memo as t,mergeProps as n}from"@alloy-js/core/jsx-runtime";import{Show as r,code as i,computed as a,splitProps as o}from"@alloy-js/core";import{isSetString as s}from"@stryke/type-checks/is-set-string";import{isString as c}from"@stryke/type-checks/is-string";import{isUndefined as l}from"@stryke/type-checks/is-undefined";import{titleCase as u}from"@stryke/string-format/title-case";export{};
@@ -1 +0,0 @@
1
- require(`../../core/contexts/context.cjs`),require(`../../../../deepkit/src/utilities.cjs`);let e=require(`@alloy-js/core/jsx-runtime`),t=require(`@alloy-js/core`),n=require(`@stryke/type-checks/is-set-string`),r=require(`@stryke/type-checks/is-undefined`);
@@ -1 +0,0 @@
1
- import"../../core/contexts/context.mjs";import"../../../../deepkit/src/utilities.mjs";import{createComponent as e,createIntrinsic as t,memo as n,mergeProps as r}from"@alloy-js/core/jsx-runtime";import{For as i,Show as a,splitProps as o}from"@alloy-js/core";import{isSetString as s}from"@stryke/type-checks/is-set-string";import{isUndefined as c}from"@stryke/type-checks/is-undefined";export{};
@@ -1 +0,0 @@
1
- require(`../../core/contexts/context.cjs`),require(`../../core/components/single-line-comment.cjs`),require(`../../core/components/source-file.cjs`);let e=require(`@alloy-js/core/jsx-runtime`),t=require(`@alloy-js/core`),n=require(`@stryke/path/append`),r=require(`@stryke/type-checks/is-string`),i=require(`@stryke/string-format/title-case`),a=require(`@alloy-js/typescript`);require(`@stryke/type-checks/is-boolean`);
@@ -1 +0,0 @@
1
- import"../../core/contexts/context.mjs";import"../../core/components/single-line-comment.mjs";import"../../core/components/source-file.mjs";import{createComponent as e,createIntrinsic as t,memo as n,mergeProps as r}from"@alloy-js/core/jsx-runtime";import{Show as i,code as a,splitProps as o}from"@alloy-js/core";import{appendPath as s}from"@stryke/path/append";import{isString as c}from"@stryke/type-checks/is-string";import{titleCase as l}from"@stryke/string-format/title-case";import"@alloy-js/typescript";import"@stryke/type-checks/is-boolean";export{};
@@ -1 +0,0 @@
1
- require(`../../../../deepkit/src/vendor/type.cjs`),require(`../../core/contexts/reflection.cjs`),require(`./tsdoc-reflection.cjs`);let e=require(`@alloy-js/core/jsx-runtime`),t=require(`@alloy-js/core`),n=require(`@stryke/type-checks/is-string`);require(`@stryke/string-format/pascal-case`);let r=require(`@alloy-js/typescript`);
@@ -1 +0,0 @@
1
- import"../../../../deepkit/src/vendor/type.mjs";import"../../core/contexts/reflection.mjs";import"./tsdoc-reflection.mjs";import{createComponent as e,mergeProps as t}from"@alloy-js/core/jsx-runtime";import{For as n,computed as r,splitProps as i}from"@alloy-js/core";import{isString as a}from"@stryke/type-checks/is-string";import"@stryke/string-format/pascal-case";import"@alloy-js/typescript";export{};
@@ -1 +0,0 @@
1
- require(`../../core/contexts/reflection.cjs`),require(`../../../../deepkit/src/utilities.cjs`),require(`./tsdoc-reflection.cjs`);let e=require(`@alloy-js/core/jsx-runtime`),t=require(`@alloy-js/core`),n=require(`@stryke/type-checks/is-string`),r=require(`@stryke/type-checks/is-undefined`),i=require(`@stryke/string-format/camel-case`);require(`@stryke/string-format/pascal-case`);let a=require(`@alloy-js/typescript`);
@@ -1 +0,0 @@
1
- import"../../core/contexts/reflection.mjs";import"../../../../deepkit/src/utilities.mjs";import"./tsdoc-reflection.mjs";import{createComponent as e,createIntrinsic as t,memo as n}from"@alloy-js/core/jsx-runtime";import{For as r,Show as i,computed as a,splitProps as o}from"@alloy-js/core";import{isString as s}from"@stryke/type-checks/is-string";import{isUndefined as c}from"@stryke/type-checks/is-undefined";import{camelCase as l}from"@stryke/string-format/camel-case";import"@stryke/string-format/pascal-case";import"@alloy-js/typescript";export{};
@@ -1 +0,0 @@
1
- require(`./components/index.cjs`);
@@ -1 +0,0 @@
1
- import"./components/index.mjs";export{};
@@ -1 +0,0 @@
1
- let e=require(`@stryke/string-format/title-case`);
@@ -1 +0,0 @@
1
- import{titleCase as e}from"@stryke/string-format/title-case";export{};