@visulima/packem 2.0.0-alpha.4 → 2.0.0-alpha.40

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 (99) hide show
  1. package/CHANGELOG.md +449 -1
  2. package/LICENSE.md +5860 -963
  3. package/README.md +16 -12
  4. package/dist/builder/typedoc/generate-reference-documentation.d.ts +4 -0
  5. package/dist/builder/typedoc/index.d.ts +3 -26
  6. package/dist/cli/commands/add.d.ts +3 -0
  7. package/dist/cli/commands/build.d.ts +21 -0
  8. package/dist/cli/commands/init.d.ts +3 -0
  9. package/dist/cli/commands/migrate.d.ts +21 -0
  10. package/dist/cli/commands/utils/css-loader-dependencies.d.ts +2 -0
  11. package/dist/cli/index.d.ts +1 -0
  12. package/dist/cli/index.js +39 -35
  13. package/dist/config/index.d.ts +48 -28
  14. package/dist/config/preset/auto.d.ts +3 -0
  15. package/dist/config/preset/utils/infer-entries.d.ts +12 -0
  16. package/dist/config/preset/utils/overwrite-with-publish-config.d.ts +4 -0
  17. package/dist/config/utils/find-packem-file.d.ts +2 -0
  18. package/dist/config/utils/load-package-json.d.ts +6 -0
  19. package/dist/config/utils/load-packem-config.d.ts +7 -0
  20. package/dist/config/utils/load-preset.d.ts +4 -0
  21. package/dist/config/utils/load-tsconfig.d.ts +5 -0
  22. package/dist/config/utils/prepare-entries.d.ts +4 -0
  23. package/dist/index.d.ts +45 -32
  24. package/dist/index.js +1 -1
  25. package/dist/jit/create-stub.d.ts +4 -0
  26. package/dist/packem/build.d.ts +21 -0
  27. package/dist/packem/index.d.ts +25 -0
  28. package/dist/packem/node10-compatibility.d.ts +7 -0
  29. package/dist/packem/utils/brotli-size.d.ts +2 -0
  30. package/dist/packem/utils/group-by-keys.d.ts +3 -0
  31. package/dist/packem/utils/gzip-size.d.ts +2 -0
  32. package/dist/packem_shared/default-B2EOH52z.js +1 -0
  33. package/dist/packem_shared/default-BYM_JvQL.js +1 -0
  34. package/dist/packem_shared/{default-DqRcOUe1.js → default-Dego_fiC.js} +1 -1
  35. package/dist/packem_shared/{default-B6X7-Lx3.js → default-E4TiWfSK.js} +1 -1
  36. package/dist/packem_shared/esbuildPlugin-DpLtQGuZ-Bny-e486.js +3 -0
  37. package/dist/packem_shared/index-DFigeRU2.js +174 -0
  38. package/dist/packem_shared/oxcResolvePlugin-Ccef6pyL-D14z9S9i.js +1 -0
  39. package/dist/packem_shared/{resolveTypescriptMjsCtsPlugin-DcZrZTmM-BEkYWTsH.js → resolveTypescriptMjsCtsPlugin-DcZrZTmM-3AmQC7y7.js} +4 -4
  40. package/dist/rollup/build-types.d.ts +5 -0
  41. package/dist/rollup/build.d.ts +5 -0
  42. package/dist/rollup/get-rollup-options.d.ts +5 -0
  43. package/dist/rollup/plugins/css/loaders/less.d.ts +1 -1
  44. package/dist/rollup/plugins/css/loaders/less.js +1 -1
  45. package/dist/rollup/plugins/css/loaders/lightningcss.d.ts +1 -1
  46. package/dist/rollup/plugins/css/loaders/lightningcss.js +1 -1
  47. package/dist/rollup/plugins/css/loaders/postcss.d.ts +1 -1
  48. package/dist/rollup/plugins/css/loaders/postcss.js +1 -1
  49. package/dist/rollup/plugins/css/loaders/sass.d.ts +1 -1
  50. package/dist/rollup/plugins/css/loaders/sass.js +1 -1
  51. package/dist/rollup/plugins/css/loaders/sourcemap.d.ts +1 -8
  52. package/dist/rollup/plugins/css/loaders/sourcemap.js +1 -1
  53. package/dist/rollup/plugins/css/loaders/stylus.d.ts +1 -1
  54. package/dist/rollup/plugins/css/loaders/stylus.js +1 -1
  55. package/dist/rollup/plugins/css/loaders/tailwindcss.d.ts +1 -0
  56. package/dist/rollup/plugins/css/loaders/tailwindcss.js +1 -0
  57. package/dist/rollup/plugins/css/minifiers/cssnano.d.ts +1 -1
  58. package/dist/rollup/plugins/css/minifiers/cssnano.js +1 -1
  59. package/dist/rollup/plugins/css/minifiers/lightningcss.d.ts +1 -1
  60. package/dist/rollup/plugins/css/minifiers/lightningcss.js +1 -1
  61. package/dist/rollup/plugins/esbuild/index.d.ts +2 -24
  62. package/dist/rollup/plugins/esbuild/index.js +1 -1
  63. package/dist/rollup/plugins/oxc/isolated-declarations-oxc-transformer.d.ts +1 -25
  64. package/dist/rollup/plugins/oxc/oxc-transformer.d.ts +2 -20
  65. package/dist/rollup/plugins/resolve-externals-plugin.d.ts +60 -0
  66. package/dist/rollup/plugins/sucrase/index.d.ts +2 -19
  67. package/dist/rollup/plugins/swc/isolated-declarations-swc-transformer.d.ts +1 -20
  68. package/dist/rollup/plugins/swc/swc-plugin.d.ts +2 -26
  69. package/dist/rollup/plugins/typescript/isolated-declarations-typescript-transformer.d.ts +1 -24
  70. package/dist/rollup/utils/resolve-aliases.d.ts +4 -0
  71. package/dist/rollup/watch.d.ts +5 -0
  72. package/dist/types.d.ts +328 -0
  73. package/dist/utils/clean-distribution-directories.d.ts +4 -0
  74. package/dist/utils/create-or-update-key-storage.d.ts +3 -0
  75. package/dist/utils/extract-export-filenames.d.ts +16 -0
  76. package/dist/utils/find-alternatives.d.ts +2 -0
  77. package/dist/utils/get-package-side-effect.d.ts +3 -0
  78. package/dist/utils/infer-export-type.d.ts +3 -0
  79. package/dist/utils/kill-process.d.ts +14 -0
  80. package/dist/utils/log-build-errors.d.ts +4 -0
  81. package/dist/utils/remove-old-cache-folders.d.ts +3 -0
  82. package/dist/utils/warn-legacy-cjs.d.ts +8 -0
  83. package/dist/validator/attw.d.ts +7 -0
  84. package/dist/validator/package-json/index.d.ts +4 -0
  85. package/dist/validator/package-json/validate-dependencies.d.ts +4 -0
  86. package/dist/validator/package-json/validate-engines.d.ts +4 -0
  87. package/dist/validator/package-json/validate-package-entries.d.ts +4 -0
  88. package/dist/validator/package-json/validate-package-fields.d.ts +4 -0
  89. package/dist/validator/validate-alias-entries.d.ts +3 -0
  90. package/dist/validator/validate-bundle-size.d.ts +4 -0
  91. package/files.d.ts +37 -0
  92. package/package.json +53 -29
  93. package/dist/packem_shared/default-C3sdXf4G.js +0 -1
  94. package/dist/packem_shared/default-DR5Fia_R.js +0 -1
  95. package/dist/packem_shared/esbuildPlugin-BAwyhG6L-yty60jMl.js +0 -3
  96. package/dist/packem_shared/index-DySckW0r.d.ts +0 -5227
  97. package/dist/packem_shared/index-VKZ7e6tb.js +0 -138
  98. package/dist/packem_shared/oxcResolvePlugin-BJpi-eSG-BsYx9cDO.js +0 -1
  99. package/dist/packem_shared/types-CaBbG-vU.d.ts +0 -163
@@ -0,0 +1 @@
1
+ var R=Object.defineProperty;var y=(r,e)=>R(r,"name",{value:e,configurable:!0});import{createFilter as S}from"@rollup/pluginutils";import{findPackageJson as j}from"@visulima/package/package-json";import{dirname as n}from"@visulima/path";import{ResolverFactory as k}from"oxc-resolver";var O=Object.defineProperty,M=y((r,e)=>O(r,"name",{value:e,configurable:!0}),"y"),A=Object.defineProperty,J=M((r,e)=>A(r,"name",{value:e,configurable:!0}),"g"),z=Object.defineProperty,u=J((r,e)=>z(r,"name",{value:e,configurable:!0}),"a");let x;const I=new Map,G=u((r,e,h,m)=>{const{ignoreSideEffectsForRoot:E,...s}=r;let c=x;return c||(c=x=new k({...s,roots:[...s.roots??[],e],tsconfig:m?{configFile:m,references:"auto"}:void 0})),{name:"oxc-resolve",resolveId:{async handler(p,l,{isEntry:w}){const v=w||!l?n(p):n(l),{error:g,path:t}=await c.async(v,p);if(g){h.debug(g,{context:[{basedir:e,extensions:s.extensions,id:t}]});return}let f=u(a=>!1,"hasModuleSideEffects");try{const{packageJson:a,path:P}=await j(n(t),{cache:I}),b=n(P);if(!E||e!==b){const i=a.sideEffects;if(typeof i=="boolean")f=u(()=>i,"hasModuleSideEffects");else if(Array.isArray(i)){const F=i.map(d=>d.includes("/")?d:`**/${d}`);f=S(F,void 0,{resolve:b})}}}catch(a){console.debug(a.message,{context:[{basedir:v,caller:"Resolver",error:a,extensions:s.extensions,id:t}]})}const o=await this.resolve(t,l,{skipSelf:!0});if(o)return o.external?!1:o.id!==t?o:{id:t,meta:o.meta,moduleSideEffects:f(t)}},order:"post"}}},"oxcResolvePlugin");export{G as z};
@@ -1,6 +1,6 @@
1
- var M=Object.defineProperty;var u=(t,e)=>M(t,"name",{value:e,configurable:!0});import{parse as U}from"@babel/parser";import q from"magic-string";import{findStaticImports as F}from"mlly";import{isAbsolute as L,join as N,dirname as Z,resolve as R}from"@visulima/path";import{isRelative as z}from"@visulima/path/utils";var G=Object.defineProperty,m=u((t,e)=>G(t,"name",{value:e,configurable:!0}),"u$1"),H=Object.defineProperty,h=m((t,e)=>H(t,"name",{value:e,configurable:!0}),"n"),J=Object.defineProperty,_=h((t,e)=>J(t,"name",{value:e,configurable:!0}),"i");let B=class{static{u(this,"y")}static{m(this,"_")}static{h(this,"WalkerBase")}static{_(this,"WalkerBase")}constructor(){this.should_skip=!1,this.should_remove=!1,this.replacement=null,this.context={skip:_(()=>this.should_skip=!0,"skip"),remove:_(()=>this.should_remove=!0,"remove"),replace:_(e=>this.replacement=e,"replace")}}replace(e,s,r,n){e&&s&&(r!=null?e[s][r]=n:e[s]=n)}remove(e,s,r){e&&s&&(r!=null?e[s].splice(r,1):delete e[s])}};var K=Object.defineProperty,g=h((t,e)=>K(t,"name",{value:e,configurable:!0}),"c$1");let Q=class extends B{static{u(this,"A")}static{m(this,"x")}static{h(this,"SyncWalker")}static{g(this,"SyncWalker")}constructor(e,s){super(),this.should_skip=!1,this.should_remove=!1,this.replacement=null,this.context={skip:g(()=>this.should_skip=!0,"skip"),remove:g(()=>this.should_remove=!0,"remove"),replace:g(r=>this.replacement=r,"replace")},this.enter=e,this.leave=s}visit(e,s,r,n){if(e){if(this.enter){const i=this.should_skip,o=this.should_remove,l=this.replacement;this.should_skip=!1,this.should_remove=!1,this.replacement=null,this.enter.call(this.context,e,s,r,n),this.replacement&&(e=this.replacement,this.replace(s,r,n,e)),this.should_remove&&this.remove(s,r,n);const a=this.should_skip,p=this.should_remove;if(this.should_skip=i,this.should_remove=o,this.replacement=l,a)return e;if(p)return null}let c;for(c in e){const i=e[c];if(i&&typeof i=="object")if(Array.isArray(i)){const o=i;for(let l=0;l<o.length;l+=1){const a=o[l];$(a)&&(this.visit(a,e,c,l)||l--)}}else $(i)&&this.visit(i,e,c,null)}if(this.leave){const i=this.replacement,o=this.should_remove;this.replacement=null,this.should_remove=!1,this.leave.call(this.context,e,s,r,n),this.replacement&&(e=this.replacement,this.replace(s,r,n,e)),this.should_remove&&this.remove(s,r,n);const l=this.should_remove;if(this.replacement=i,this.should_remove=o,l)return null}}return e}};function $(t){return t!==null&&typeof t=="object"&&"type"in t&&typeof t.type=="string"}u($,"d$2");m($,"f");h($,"n");g($,"isNode");var V=Object.defineProperty,y=h((t,e)=>V(t,"name",{value:e,configurable:!0}),"c");let X=class extends B{static{u(this,"P")}static{m(this,"j")}static{h(this,"AsyncWalker")}static{y(this,"AsyncWalker")}constructor(e,s){super(),this.should_skip=!1,this.should_remove=!1,this.replacement=null,this.context={skip:y(()=>this.should_skip=!0,"skip"),remove:y(()=>this.should_remove=!0,"remove"),replace:y(r=>this.replacement=r,"replace")},this.enter=e,this.leave=s}async visit(e,s,r,n){if(e){if(this.enter){const i=this.should_skip,o=this.should_remove,l=this.replacement;this.should_skip=!1,this.should_remove=!1,this.replacement=null,await this.enter.call(this.context,e,s,r,n),this.replacement&&(e=this.replacement,this.replace(s,r,n,e)),this.should_remove&&this.remove(s,r,n);const a=this.should_skip,p=this.should_remove;if(this.should_skip=i,this.should_remove=o,this.replacement=l,a)return e;if(p)return null}let c;for(c in e){const i=e[c];if(i&&typeof i=="object")if(Array.isArray(i)){const o=i;for(let l=0;l<o.length;l+=1){const a=o[l];b(a)&&(await this.visit(a,e,c,l)||l--)}}else b(i)&&await this.visit(i,e,c,null)}if(this.leave){const i=this.replacement,o=this.should_remove;this.replacement=null,this.should_remove=!1,await this.leave.call(this.context,e,s,r,n),this.replacement&&(e=this.replacement,this.replace(s,r,n,e)),this.should_remove&&this.remove(s,r,n);const l=this.should_remove;if(this.replacement=i,this.should_remove=o,l)return null}}return e}};function b(t){return t!==null&&typeof t=="object"&&"type"in t&&typeof t.type=="string"}u(b,"f$2");m(b,"d");h(b,"a$1");y(b,"isNode");var Y=Object.defineProperty,C=h((t,e)=>Y(t,"name",{value:e,configurable:!0}),"a");function j(t,{enter:e,leave:s}){return new Q(e,s).visit(t,null)}u(j,"k$2");m(j,"A");h(j,"walk");C(j,"walk");async function P(t,{enter:e,leave:s}){return await new X(e,s).visit(t,null)}u(P,"w$3");m(P,"O");h(P,"asyncWalk");C(P,"asyncWalk");var ee=Object.defineProperty,A=u((t,e)=>ee(t,"name",{value:e,configurable:!0}),"l$1"),te=Object.defineProperty,W=A((t,e)=>te(t,"name",{value:e,configurable:!0}),"l"),se=Object.defineProperty,d=W((t,e)=>se(t,"name",{value:e,configurable:!0}),"r");const re=/\/\*[^*]*\*+(?:[^/*][^*]*\*+)*\//g,ie=/MIT License|MIT license|BSD license/,ne=/\n{2,}/g,oe=/\b(\w+)\$\d+\b/g,le=/[-/\\^$*+?.()|[\]{}]/g,ae=d(t=>t.replaceAll(le,String.raw`\$&`),"escapeRegex"),ce=d(t=>[...new Set(t)],"unique"),ue=d(t=>t.replaceAll(re,e=>ie.test(e)?"":e).replaceAll(ne,`
1
+ var M=Object.defineProperty;var u=(t,e)=>M(t,"name",{value:e,configurable:!0});import{parse as U}from"@babel/parser";import q from"magic-string";import{findStaticImports as F}from"mlly";import{isAbsolute as L,join as R,dirname as Z,resolve as B}from"@visulima/path";import{isRelative as z}from"@visulima/path/utils";var G=Object.defineProperty,m=u((t,e)=>G(t,"name",{value:e,configurable:!0}),"u$1"),H=Object.defineProperty,h=m((t,e)=>H(t,"name",{value:e,configurable:!0}),"n"),J=Object.defineProperty,x=h((t,e)=>J(t,"name",{value:e,configurable:!0}),"i");let I=class{static{u(this,"y")}static{m(this,"_")}static{h(this,"WalkerBase")}static{x(this,"WalkerBase")}constructor(){this.should_skip=!1,this.should_remove=!1,this.replacement=null,this.context={skip:x(()=>this.should_skip=!0,"skip"),remove:x(()=>this.should_remove=!0,"remove"),replace:x(e=>this.replacement=e,"replace")}}replace(e,s,r,n){e&&s&&(r!=null?e[s][r]=n:e[s]=n)}remove(e,s,r){e&&s&&(r!=null?e[s].splice(r,1):delete e[s])}};var K=Object.defineProperty,g=h((t,e)=>K(t,"name",{value:e,configurable:!0}),"c$1");let Q=class extends I{static{u(this,"A")}static{m(this,"x")}static{h(this,"SyncWalker")}static{g(this,"SyncWalker")}constructor(e,s){super(),this.should_skip=!1,this.should_remove=!1,this.replacement=null,this.context={skip:g(()=>this.should_skip=!0,"skip"),remove:g(()=>this.should_remove=!0,"remove"),replace:g(r=>this.replacement=r,"replace")},this.enter=e,this.leave=s}visit(e,s,r,n){if(e){if(this.enter){const i=this.should_skip,o=this.should_remove,l=this.replacement;this.should_skip=!1,this.should_remove=!1,this.replacement=null,this.enter.call(this.context,e,s,r,n),this.replacement&&(e=this.replacement,this.replace(s,r,n,e)),this.should_remove&&this.remove(s,r,n);const a=this.should_skip,p=this.should_remove;if(this.should_skip=i,this.should_remove=o,this.replacement=l,a)return e;if(p)return null}let c;for(c in e){const i=e[c];if(i&&typeof i=="object")if(Array.isArray(i)){const o=i;for(let l=0;l<o.length;l+=1){const a=o[l];$(a)&&(this.visit(a,e,c,l)||l--)}}else $(i)&&this.visit(i,e,c,null)}if(this.leave){const i=this.replacement,o=this.should_remove;this.replacement=null,this.should_remove=!1,this.leave.call(this.context,e,s,r,n),this.replacement&&(e=this.replacement,this.replace(s,r,n,e)),this.should_remove&&this.remove(s,r,n);const l=this.should_remove;if(this.replacement=i,this.should_remove=o,l)return null}}return e}};function $(t){return t!==null&&typeof t=="object"&&"type"in t&&typeof t.type=="string"}u($,"d$2");m($,"f");h($,"n");g($,"isNode");var V=Object.defineProperty,y=h((t,e)=>V(t,"name",{value:e,configurable:!0}),"c");let X=class extends I{static{u(this,"P")}static{m(this,"j")}static{h(this,"AsyncWalker")}static{y(this,"AsyncWalker")}constructor(e,s){super(),this.should_skip=!1,this.should_remove=!1,this.replacement=null,this.context={skip:y(()=>this.should_skip=!0,"skip"),remove:y(()=>this.should_remove=!0,"remove"),replace:y(r=>this.replacement=r,"replace")},this.enter=e,this.leave=s}async visit(e,s,r,n){if(e){if(this.enter){const i=this.should_skip,o=this.should_remove,l=this.replacement;this.should_skip=!1,this.should_remove=!1,this.replacement=null,await this.enter.call(this.context,e,s,r,n),this.replacement&&(e=this.replacement,this.replace(s,r,n,e)),this.should_remove&&this.remove(s,r,n);const a=this.should_skip,p=this.should_remove;if(this.should_skip=i,this.should_remove=o,this.replacement=l,a)return e;if(p)return null}let c;for(c in e){const i=e[c];if(i&&typeof i=="object")if(Array.isArray(i)){const o=i;for(let l=0;l<o.length;l+=1){const a=o[l];b(a)&&(await this.visit(a,e,c,l)||l--)}}else b(i)&&await this.visit(i,e,c,null)}if(this.leave){const i=this.replacement,o=this.should_remove;this.replacement=null,this.should_remove=!1,await this.leave.call(this.context,e,s,r,n),this.replacement&&(e=this.replacement,this.replace(s,r,n,e)),this.should_remove&&this.remove(s,r,n);const l=this.should_remove;if(this.replacement=i,this.should_remove=o,l)return null}}return e}};function b(t){return t!==null&&typeof t=="object"&&"type"in t&&typeof t.type=="string"}u(b,"f$2");m(b,"d");h(b,"a$1");y(b,"isNode");var Y=Object.defineProperty,C=h((t,e)=>Y(t,"name",{value:e,configurable:!0}),"a");function j(t,{enter:e,leave:s}){return new Q(e,s).visit(t,null)}u(j,"k$1");m(j,"A");h(j,"walk");C(j,"walk");async function P(t,{enter:e,leave:s}){return await new X(e,s).visit(t,null)}u(P,"w$3");m(P,"O");h(P,"asyncWalk");C(P,"asyncWalk");var ee=Object.defineProperty,A=u((t,e)=>ee(t,"name",{value:e,configurable:!0}),"l$1"),te=Object.defineProperty,W=A((t,e)=>te(t,"name",{value:e,configurable:!0}),"l"),se=Object.defineProperty,d=W((t,e)=>se(t,"name",{value:e,configurable:!0}),"s");const re=/\/\*[^*]*\*+(?:[^/*][^*]*\*+)*\//g,ie=/MIT License|MIT license|BSD license/,ne=/\n{2,}/g,oe=/\b(\w+)\$\d+\b/g,le=/[-/\\^$*+?.()|[\]{}]/g,ae=d(t=>t.replaceAll(le,String.raw`\$&`),"escapeRegex"),ce=d(t=>[...new Set(t)],"unique"),ue=d(t=>t.replaceAll(re,e=>ie.test(e)?"":e).replaceAll(ne,`
2
2
 
3
- `),"cleanUnnecessaryComments"),I=new Map;function w(t,e,{identifierReplacements:s},r){const n=F(t);for(const i in s){const o=n.find(a=>a.specifier===i&&a.imports.includes("{"));if(!o){this.warn(`${e.fileName} does not import "${i}" for replacement`),process.exitCode=1;continue}const l=s[i];for(const a in l){if(!o.imports.includes(a))throw new Error(`${e.fileName} does not import "${a}" from "${i}" for replacement`);const p=l[a],v=ae(a);p.includes(".")&&(t=t.replace(new RegExp(`\\b\\w+\\b as ${v},?\\s?`),"")),t=t.replaceAll(new RegExp(`\\b${v}\\b`,"g"),p)}}const c=ce(Array.from(t.matchAll(oe),i=>i[0]));if(c.length>0){const i=c.map(l=>`
4
- - ${l}`).join(""),o=e.fileName.replace(/\.[^/.]+$/,"");I.has(o)||r.warn({message:`${e.fileName} contains confusing identifier names${i}
3
+ `),"cleanUnnecessaryComments"),N=new Map;function w(t,e,{identifierReplacements:s},r){const n=F(t);for(const i in s){const o=n.find(a=>a.specifier===i&&a.imports.includes("{"));if(!o){this.warn(`${e.fileName} does not import "${i}" for replacement`),process.exitCode=1;continue}const l=s[i];for(const a in l){if(!o.imports.includes(a))throw new Error(`${e.fileName} does not import "${a}" from "${i}" for replacement`);const p=l[a],v=ae(a);p.includes(".")&&(t=t.replace(new RegExp(`\\b\\w+\\b as ${v},?\\s?`),"")),t=t.replaceAll(new RegExp(`\\b${v}\\b`,"g"),p)}}const c=ce(Array.from(t.matchAll(oe),i=>i[0]));if(c.length>0){const i=c.map(l=>`
4
+ - ${l}`).join(""),o=e.fileName.replace(/\.[^/.]+$/,"");N.has(o)||r.warn({message:`${e.fileName} contains confusing identifier names${i}
5
5
 
6
- To replace these, add them to the "rollup -> patchTypes -> identifierReplacements" option in your packem config.`,prefix:"plugin:patch-types"}),I.set(o,!0)}return t}u(w,"f$1");A(w,"g");W(w,"I");d(w,"replaceConfusingTypeNames");const pe=d((t,e)=>{if(e.leadingComments?.some(s=>s.type==="CommentBlock"&&s.value.includes("@internal"))){const s=t.original[e.end]===","?e.end+1:e.end;return t.remove(e.leadingComments[0].start,s),!0}return!1},"removeInternal");function O(t,e){if(t.includes("@internal")){const s=new q(t),r=U(t,{plugins:["typescript"],sourceType:"module"});if(j(r,{enter(n){pe(s,n)&&this.skip()}}),t=s.toString(),t.includes("@internal"))throw new Error(`${e.fileName} has unhandled @internal declarations`)}return t}u(O,"u");A(O,"h");W(O,"S");d(O,"stripInternalTypes");const He=d((t,e)=>({name:"packem:patch-types",renderChunk(s,r){return s=w.call(this,s,r,t,e),s=O.call(this,s,r),s=ue(s),s}}),"patchTypescriptTypes");var he=Object.defineProperty,fe=u((t,e)=>he(t,"name",{value:e,configurable:!0}),"d$1"),me=Object.defineProperty,de=fe((t,e)=>me(t,"name",{value:e,configurable:!0}),"d"),ve=Object.defineProperty,f=de((t,e)=>ve(t,"name",{value:e,configurable:!0}),"o");const ge=42,ye=f(t=>{let e=!1;for(let s=0;s<t.length;s++)if(t.codePointAt(s)===ge){if(e)return!1;e=!0}return!0},"hasZeroOrOneAsteriskCharacter"),$e=f(t=>{const e=t.indexOf("*");return e===-1?void 0:{prefix:t.slice(0,e),suffix:t.slice(e+1)}},"tryParsePattern"),be=f(({prefix:t,suffix:e},s)=>s.length>=t.length+e.length&&s.startsWith(t)&&s.endsWith(e),"isPatternMatch"),ke=f((t,e,s)=>{let r,n=-1;for(const c of t){const i=e(c);be(i,s)&&i.prefix.length>n&&(n=i.prefix.length,r=c)}return r},"findBestPatternMatch"),xe=f((t,e)=>{const s=[];for(const r of t){if(!ye(r))continue;const n=$e(r);if(n)s.push(n);else if(r===e)return r}return ke(s,r=>r,e)},"matchPatternOrExact"),_e=f((t,e)=>e.substring(t.prefix.length,e.length-t.suffix.length),"matchedText"),je=f(({prefix:t,suffix:e})=>`${t}*${e}`,"patternText"),we=f((t,e,s)=>{let r=Z(e.path);e.config.compilerOptions?.baseUrl&&(r=R(t,e.config.compilerOptions.baseUrl)),s?.debug({message:`Resolved baseUrl to ${r}`,prefix:"plugin:packem:resolve-tsconfig-paths"});const n=e.config.compilerOptions?.paths??{};return Object.keys(n).length===0&&s?.debug({message:"No paths found in tsconfig.json",prefix:"plugin:packem:resolve-tsconfig-paths"}),{paths:n,resolvedBaseUrl:r}},"getTsconfigPaths"),Je=f((t,e,s,r)=>{const{paths:n,resolvedBaseUrl:c}=we(t,e,s),i=Object.keys(n);return{name:"packem:resolve-tsconfig-paths",async resolveId(o,l,a){if(i.length===0)return;if(o.includes("\0")){s.debug({message:`Skipping resolution of ${o} as it is a virtual module`,prefix:"plugin:packem:resolve-tsconfig-paths"});return}if(o.includes("node_modules")){s.debug({message:`Skipping request as it is inside node_modules ${o}`,prefix:"plugin:packem:resolve-tsconfig-paths"});return}if(!r.resolveAbsolutePath&&L(o)){s.debug({message:`Skipping request as it is an absolute path ${o}`,prefix:"plugin:packem:resolve-tsconfig-paths"});return}if(z(o)){s.debug({message:`Skipping request as it is a relative path ${o}`,prefix:"plugin:packem:resolve-tsconfig-paths"});return}const p=xe(i,o);if(!p){s.debug({message:`moduleName did not match any paths pattern ${o}`,prefix:"plugin:packem:resolve-tsconfig-paths"});return}const v=typeof p=="string"?void 0:_e(p,o),E=typeof p=="string"?p:je(p);for await(const T of n[E]){const k=v?T.replace("*",v):T;if(k.endsWith(".d.ts")||k.endsWith(".d.cts")||k.endsWith(".d.mts"))continue;const S=N(c,k);try{const x=await this.resolve(S,l,{skipSelf:!0,...a});if(x)return x}catch(x){s.debug({context:[x],message:`Failed to resolve ${S} from ${o}`,prefix:"plugin:packem:resolve-tsconfig-paths"})}}}}},"resolveTsconfigPathsPlugin");var Oe=Object.defineProperty,Pe=u((t,e)=>Oe(t,"name",{value:e,configurable:!0}),"f"),Ae=Object.defineProperty,We=Pe((t,e)=>Ae(t,"name",{value:e,configurable:!0}),"c"),Te=Object.defineProperty,D=We((t,e)=>Te(t,"name",{value:e,configurable:!0}),"u");const Se=D((t,e)=>{if(!e)return;const{config:s,path:r}=e;if(!s.compilerOptions)return;const{rootDirs:n}=s.compilerOptions;if(!n)return;const c=[];for(const i of n){if(i.startsWith("."))throw new Error(`Invalid rootDir value '.' in ${r}.`);if(i.startsWith(".."))throw new Error(`Invalid rootDir value '..' in ${r}.`);c.push(R(t,i))}return c},"getRootDirectories"),Ke=D((t,e,s)=>{const r=Se(t,s);return{name:"packem:resolve-tsconfig-root-dirs",async resolveId(n,c,i){if(!(r===void 0||r.length===0)&&n.startsWith("."))for(const o of r){const l=N(o,n),a=await this.resolve(l,c,{skipSelf:!0,...i});if(a)return e.debug({message:`Resolved ${n} to ${a.id} using rootDirs from tsconfig.json.`,prefix:"plugin:resolve-tsconfig-root-dirs"}),a.id}}}},"resolveTsconfigRootDirectories");var Ie=Object.defineProperty,Ne=u((t,e)=>Ie(t,"name",{value:e,configurable:!0}),"t"),Re=Object.defineProperty,Be=Ne((t,e)=>Re(t,"name",{value:e,configurable:!0}),"t"),Ce=Object.defineProperty,De=Be((t,e)=>Ce(t,"name",{value:e,configurable:!0}),"r");const Qe=De(()=>{const t=/\.(?:[mc]?js|jsx)$/;return{name:"packem:resolve-typescript-mjs-cjs",async resolveId(e,s,r){if(t.test(e)&&s)return await this.resolve(e.replace(/js(x?)$/,"ts$1"),s,r)}}},"resolveTypescriptMjsCts");export{He as B,Ke as D,Je as N,Qe as i,j as k};
6
+ To replace these, add them to the "rollup -> patchTypes -> identifierReplacements" option in your packem config.`,prefix:"plugin:patch-types"}),N.set(o,!0)}return t}u(w,"f$1");A(w,"g");W(w,"N");d(w,"replaceConfusingTypeNames");const pe=d((t,e)=>{if(e.leadingComments?.some(s=>s.type==="CommentBlock"&&s.value.includes("@internal"))){const s=t.original[e.end]===","?e.end+1:e.end;return t.remove(e.leadingComments[0].start,s),!0}return!1},"removeInternal");function O(t,e){if(t.includes("@internal")){const s=new q(t),r=U(t,{plugins:["typescript"],sourceType:"module"});if(j(r,{enter(n){pe(s,n)&&this.skip()}}),t=s.toString(),t.includes("@internal"))throw new Error(`${e.fileName} has unhandled @internal declarations`)}return t}u(O,"u");A(O,"h");W(O,"S");d(O,"stripInternalTypes");const He=d((t,e)=>({name:"packem:patch-types",renderChunk(s,r){return s=w.call(this,s,r,t,e),s=O.call(this,s,r),s=ue(s),s}}),"patchTypescriptTypes");var he=Object.defineProperty,fe=u((t,e)=>he(t,"name",{value:e,configurable:!0}),"d$1"),me=Object.defineProperty,de=fe((t,e)=>me(t,"name",{value:e,configurable:!0}),"d"),ve=Object.defineProperty,f=de((t,e)=>ve(t,"name",{value:e,configurable:!0}),"o");const ge=42,ye=f(t=>{let e=!1;for(let s=0;s<t.length;s++)if(t.codePointAt(s)===ge){if(e)return!1;e=!0}return!0},"hasZeroOrOneAsteriskCharacter"),$e=f(t=>{const e=t.indexOf("*");return e===-1?void 0:{prefix:t.slice(0,e),suffix:t.slice(e+1)}},"tryParsePattern"),be=f(({prefix:t,suffix:e},s)=>s.length>=t.length+e.length&&s.startsWith(t)&&s.endsWith(e),"isPatternMatch"),ke=f((t,e,s)=>{let r,n=-1;for(const c of t){const i=e(c);be(i,s)&&i.prefix.length>n&&(n=i.prefix.length,r=c)}return r},"findBestPatternMatch"),_e=f((t,e)=>{const s=[];for(const r of t){if(!ye(r))continue;const n=$e(r);if(n)s.push(n);else if(r===e)return r}return ke(s,r=>r,e)},"matchPatternOrExact"),xe=f((t,e)=>e.substring(t.prefix.length,e.length-t.suffix.length),"matchedText"),je=f(({prefix:t,suffix:e})=>`${t}*${e}`,"patternText"),we=f((t,e,s)=>{let r=Z(e.path);e.config.compilerOptions?.baseUrl&&(r=B(t,e.config.compilerOptions.baseUrl)),s?.debug({message:`Resolved baseUrl to ${r}`,prefix:"plugin:resolve-tsconfig-paths"});const n=e.config.compilerOptions?.paths??{};return Object.keys(n).length===0&&s?.debug({message:"No paths found in tsconfig.json",prefix:"plugin:resolve-tsconfig-paths"}),{paths:n,resolvedBaseUrl:r}},"getTsconfigPaths"),Je=f((t,e,s,r)=>{const{paths:n,resolvedBaseUrl:c}=we(t,e,s),i=Object.keys(n);return{name:"plugin:resolve-tsconfig-paths",async resolveId(o,l,a){if(i.length===0)return;if(o.includes("\0")){s.debug({message:`Skipping resolution of ${o} as it is a virtual module`,prefix:"plugin:resolve-tsconfig-paths"});return}if(o.includes("node_modules")){s.debug({message:`Skipping request as it is inside node_modules ${o}`,prefix:"plugin:resolve-tsconfig-paths"});return}if(!r.resolveAbsolutePath&&L(o)){s.debug({message:`Skipping request as it is an absolute path ${o}`,prefix:"plugin:resolve-tsconfig-paths"});return}if(z(o)){s.debug({message:`Skipping request as it is a relative path ${o}`,prefix:"plugin:resolve-tsconfig-paths"});return}const p=_e(i,o);if(!p){s.debug({message:`moduleName did not match any paths pattern ${o}`,prefix:"plugin:resolve-tsconfig-paths"});return}const v=typeof p=="string"?void 0:xe(p,o),E=typeof p=="string"?p:je(p);for await(const T of n[E]){const k=v?T.replace("*",v):T;if(k.endsWith(".d.ts")||k.endsWith(".d.cts")||k.endsWith(".d.mts"))continue;const S=R(c,k);try{const _=await this.resolve(S,l,{skipSelf:!0,...a});if(_)return _}catch(_){s.debug({context:[_],message:`Failed to resolve ${S} from ${o}`,prefix:"plugin:resolve-tsconfig-paths"})}}}}},"resolveTsconfigPathsPlugin");var Oe=Object.defineProperty,Pe=u((t,e)=>Oe(t,"name",{value:e,configurable:!0}),"f"),Ae=Object.defineProperty,We=Pe((t,e)=>Ae(t,"name",{value:e,configurable:!0}),"a"),Te=Object.defineProperty,D=We((t,e)=>Te(t,"name",{value:e,configurable:!0}),"u");const Se=D((t,e)=>{if(!e)return;const{config:s,path:r}=e;if(!s.compilerOptions)return;const{rootDirs:n}=s.compilerOptions;if(!n)return;const c=[];for(const i of n){if(i.startsWith("."))throw new Error(`Invalid rootDir value '.' in ${r}.`);if(i.startsWith(".."))throw new Error(`Invalid rootDir value '..' in ${r}.`);c.push(B(t,i))}return c},"getRootDirectories"),Ke=D((t,e,s)=>{const r=Se(t,s);return{name:"packem:resolve-tsconfig-root-dirs",async resolveId(n,c,i){if(!(r===void 0||r.length===0)&&n.startsWith("."))for(const o of r){const l=R(o,n),a=await this.resolve(l,c,{skipSelf:!0,...i});if(a)return e.debug({message:`Resolved ${n} to ${a.id} using rootDirs from tsconfig.json.`,prefix:"plugin:resolve-tsconfig-root-dirs"}),a.id}}}},"resolveTsconfigRootDirectories");var Ne=Object.defineProperty,Re=u((t,e)=>Ne(t,"name",{value:e,configurable:!0}),"t"),Be=Object.defineProperty,Ie=Re((t,e)=>Be(t,"name",{value:e,configurable:!0}),"t"),Ce=Object.defineProperty,De=Ie((t,e)=>Ce(t,"name",{value:e,configurable:!0}),"r");const Qe=De(()=>{const t=/\.(?:[mc]?js|jsx)$/;return{name:"packem:resolve-typescript-mjs-cjs",async resolveId(e,s,r){if(t.test(e)&&s)return await this.resolve(e.replace(/js(x?)$/,"ts$1"),s,r)}}},"resolveTypescriptMjsCts");export{He as B,Ke as D,Je as N,Qe as i,j as k};
@@ -0,0 +1,5 @@
1
+ import type { FileCache } from "@visulima/packem-share";
2
+ import type { BuildContext } from "@visulima/packem-share/types";
3
+ import type { InternalBuildOptions } from "../types.d.ts";
4
+ declare const buildTypes: (context: BuildContext<InternalBuildOptions>, fileCache: FileCache, subDirectory: string) => Promise<void>;
5
+ export default buildTypes;
@@ -0,0 +1,5 @@
1
+ import type { FileCache } from "@visulima/packem-share";
2
+ import type { BuildContext } from "@visulima/packem-share/types";
3
+ import type { InternalBuildOptions } from "../types.d.ts";
4
+ declare const build: (context: BuildContext<InternalBuildOptions>, fileCache: FileCache, subDirectory: string) => Promise<void>;
5
+ export default build;
@@ -0,0 +1,5 @@
1
+ import type { BuildContext, FileCache } from "@visulima/packem-share";
2
+ import type { RollupOptions } from "rollup";
3
+ import type { InternalBuildOptions } from "../types.d.ts";
4
+ export declare const getRollupOptions: (context: BuildContext<InternalBuildOptions>, fileCache: FileCache) => Promise<RollupOptions>;
5
+ export declare const getRollupDtsOptions: (context: BuildContext<InternalBuildOptions>, fileCache: FileCache) => Promise<RollupOptions>;
@@ -1 +1 @@
1
- export { default } from '@visulima/rollup-css-plugin/loader/less';
1
+ export { default } from "@visulima/rollup-plugin-css/loader/less";
@@ -1 +1 @@
1
- import{default as o}from"@visulima/rollup-css-plugin/loader/less";export{o as default};
1
+ import{default as o}from"@visulima/rollup-plugin-css/loader/less";export{o as default};
@@ -1 +1 @@
1
- export { default } from '@visulima/rollup-css-plugin/loader/lightningcss';
1
+ export { default } from "@visulima/rollup-plugin-css/loader/lightningcss";
@@ -1 +1 @@
1
- import{default as o}from"@visulima/rollup-css-plugin/loader/lightningcss";export{o as default};
1
+ import{default as o}from"@visulima/rollup-plugin-css/loader/lightningcss";export{o as default};
@@ -1 +1 @@
1
- export { default } from '@visulima/rollup-css-plugin/loader/postcss';
1
+ export { default } from "@visulima/rollup-plugin-css/loader/postcss";
@@ -1 +1 @@
1
- import{default as o}from"@visulima/rollup-css-plugin/loader/postcss";export{o as default};
1
+ import{default as o}from"@visulima/rollup-plugin-css/loader/postcss";export{o as default};
@@ -1 +1 @@
1
- export { default } from '@visulima/rollup-css-plugin/loader/sass';
1
+ export { default } from "@visulima/rollup-plugin-css/loader/sass";
@@ -1 +1 @@
1
- import{default as o}from"@visulima/rollup-css-plugin/loader/sass";export{o as default};
1
+ import{default as o}from"@visulima/rollup-plugin-css/loader/sass";export{o as default};
@@ -1,8 +1 @@
1
- export { default } from '@visulima/rollup-css-plugin/loader/sourcemap';
2
- import '@visulima/rollup-css-plugin/loader/less';
3
- import '@visulima/rollup-css-plugin/loader/postcss';
4
- import '@visulima/rollup-css-plugin/loader/sass';
5
- import '@visulima/rollup-css-plugin/loader/stylus';
6
- import '@visulima/rollup-css-plugin/loader/lightningcss';
7
- import '@visulima/rollup-css-plugin/minifier/cssnano';
8
- import '@visulima/rollup-css-plugin/minifier/lightningcss';
1
+ export { default } from "@visulima/rollup-plugin-css/loader/sourcemap";
@@ -1 +1 @@
1
- import{default as o}from"@visulima/rollup-css-plugin/loader/sourcemap";export{o as default};
1
+ import{default as o}from"@visulima/rollup-plugin-css/loader/sourcemap";export{o as default};
@@ -1 +1 @@
1
- export { default } from '@visulima/rollup-css-plugin/loader/stylus';
1
+ export { default } from "@visulima/rollup-plugin-css/loader/stylus";
@@ -1 +1 @@
1
- import{default as o}from"@visulima/rollup-css-plugin/loader/stylus";export{o as default};
1
+ import{default as o}from"@visulima/rollup-plugin-css/loader/stylus";export{o as default};
@@ -0,0 +1 @@
1
+ export { default } from "@visulima/rollup-plugin-css/loader/tailwindcss";
@@ -0,0 +1 @@
1
+ import{default as o}from"@visulima/rollup-plugin-css/loader/tailwindcss";export{o as default};
@@ -1 +1 @@
1
- export { default } from '@visulima/rollup-css-plugin/minifier/cssnano';
1
+ export { default } from "@visulima/rollup-plugin-css/minifier/cssnano";
@@ -1 +1 @@
1
- import{default as o}from"@visulima/rollup-css-plugin/minifier/cssnano";export{o as default};
1
+ import{default as o}from"@visulima/rollup-plugin-css/minifier/cssnano";export{o as default};
@@ -1 +1 @@
1
- export { default } from '@visulima/rollup-css-plugin/minifier/lightningcss';
1
+ export { default } from "@visulima/rollup-plugin-css/minifier/lightningcss";
@@ -1 +1 @@
1
- import{default as o}from"@visulima/rollup-css-plugin/minifier/lightningcss";export{o as default};
1
+ import{default as o}from"@visulima/rollup-plugin-css/minifier/lightningcss";export{o as default};
@@ -1,24 +1,2 @@
1
- import { T as TransformerFn } from '../../../packem_shared/index-DySckW0r.js';
2
- export { e as EsbuildPluginConfig } from '../../../packem_shared/index-DySckW0r.js';
3
- import '@rollup/plugin-alias';
4
- import '@rollup/plugin-commonjs';
5
- import '@rollup/plugin-json';
6
- import '@rollup/plugin-node-resolve';
7
- import '@rollup/plugin-replace';
8
- import '@rollup/plugin-wasm';
9
- import '@rollup/pluginutils';
10
- import 'rollup';
11
- import 'rollup-plugin-dts';
12
- import 'rollup-plugin-polyfill-node';
13
- import 'rollup-plugin-pure';
14
- import 'rollup-plugin-visualizer';
15
- import 'esbuild';
16
- import '@visulima/package';
17
- import '@visulima/colorize';
18
- import 'oxc-resolver';
19
- import 'oxc-transform';
20
- import 'sucrase';
21
-
22
- declare const _default: TransformerFn;
23
-
24
- export { _default as default };
1
+ export type { EsbuildPluginConfig } from "@visulima/packem-rollup/esbuild";
2
+ export { esbuildPlugin as default } from "@visulima/packem-rollup/esbuild";
@@ -1 +1 @@
1
- import{_ as f}from"../../../packem_shared/esbuildPlugin-BAwyhG6L-yty60jMl.js";export{f as default};
1
+ import{z as f}from"../../../packem_shared/esbuildPlugin-DpLtQGuZ-Bny-e486.js";export{f as default};
@@ -1,25 +1 @@
1
- import { f as IsolatedDeclarationsResult, T as TransformerFn } from '../../../packem_shared/index-DySckW0r.js';
2
- import { IsolatedDeclarationsOptions } from 'oxc-transform';
3
- import '@rollup/plugin-alias';
4
- import '@rollup/plugin-commonjs';
5
- import '@rollup/plugin-json';
6
- import '@rollup/plugin-node-resolve';
7
- import '@rollup/plugin-replace';
8
- import '@rollup/plugin-wasm';
9
- import '@rollup/pluginutils';
10
- import 'rollup';
11
- import 'rollup-plugin-dts';
12
- import 'rollup-plugin-polyfill-node';
13
- import 'rollup-plugin-pure';
14
- import 'rollup-plugin-visualizer';
15
- import 'esbuild';
16
- import '@visulima/package';
17
- import '@visulima/colorize';
18
- import 'oxc-resolver';
19
- import 'sucrase';
20
-
21
- declare const oxcTransformPlugin: TransformerFn;
22
-
23
- declare const isolatedDeclarationsOxcTransformer: (id: string, code: string, sourceMap?: boolean, transformOptions?: Omit<IsolatedDeclarationsOptions, "sourcemap">) => IsolatedDeclarationsResult;
24
-
25
- export { isolatedDeclarationsOxcTransformer as default, oxcTransformPlugin as o };
1
+ export { isolatedDeclarationsOxcTransformer as default } from "@visulima/packem-rollup/oxc";
@@ -1,20 +1,2 @@
1
- export { o as default, default as isolatedDeclarationsOxcTransformer } from './isolated-declarations-oxc-transformer.js';
2
- import '../../../packem_shared/index-DySckW0r.js';
3
- import '@rollup/plugin-alias';
4
- import '@rollup/plugin-commonjs';
5
- import '@rollup/plugin-json';
6
- import '@rollup/plugin-node-resolve';
7
- import '@rollup/plugin-replace';
8
- import '@rollup/plugin-wasm';
9
- import '@rollup/pluginutils';
10
- import 'rollup';
11
- import 'rollup-plugin-dts';
12
- import 'rollup-plugin-polyfill-node';
13
- import 'rollup-plugin-pure';
14
- import 'rollup-plugin-visualizer';
15
- import 'esbuild';
16
- import '@visulima/package';
17
- import '@visulima/colorize';
18
- import 'oxc-resolver';
19
- import 'oxc-transform';
20
- import 'sucrase';
1
+ export type { isolatedDeclarationsOxcTransformer } from "@visulima/packem-rollup/oxc";
2
+ export { oxcTransformPlugin as default } from "@visulima/packem-rollup/oxc";
@@ -0,0 +1,60 @@
1
+ import type { BuildContext } from "@visulima/packem-share/types";
2
+ import type { Plugin } from "rollup";
3
+ import type { InternalBuildOptions } from '../../types.d.ts';
4
+ type MaybeFalsy<T> = T | false | null | undefined;
5
+ export type ResolveExternalsPluginOptions = {
6
+ /**
7
+ * Mark node built-in modules like `path`, `fs`... as external.
8
+ *
9
+ * Set the builtins option to false if you'd like to use some shims/polyfills for those.
10
+ *
11
+ * How to handle the node: scheme used in recent versions of Node (i.e., import path from 'node:path').
12
+ * If add (the default, recommended), the node: scheme is always added. In effect, this dedupes your imports of Node builtins by homogenizing their names to their schemed version.
13
+ * If strip, the scheme is always removed. In effect, this dedupes your imports of Node builtins by homogenizing their names to their unschemed version. Schemed-only builtins like node:test are not stripped.
14
+ * ignore will simply leave all builtins imports as written in your code.
15
+ *
16
+ * Note that scheme handling is always applied, regardless of the builtins options being enabled or not.
17
+ * @default true
18
+ */
19
+ builtins?: boolean;
20
+ /**
21
+ * node: prefix handing for importing Node builtins:
22
+ * - `'add'` turns `'path'` to `'node:path'`
23
+ * - `'strip'` turns `'node:path'` to `'path'`
24
+ * - `'ignore'` leaves Node builtin names as-is
25
+ * @default "add"
26
+ */
27
+ builtinsPrefix?: "add" | "ignore" | "strip";
28
+ /**
29
+ * Mark dependencies as external.
30
+ *
31
+ * Defaults to `true`.
32
+ */
33
+ deps?: boolean;
34
+ /**
35
+ * Mark devDependencies as external.
36
+ *
37
+ * Defaults to `false`.
38
+ */
39
+ devDeps?: boolean;
40
+ /**
41
+ * Force exclude these deps from the list of externals, regardless of other settings.
42
+ *
43
+ * Defaults to `[]` (force exclude nothing).
44
+ */
45
+ exclude?: MaybeFalsy<RegExp | string>[];
46
+ /**
47
+ * Mark optionalDependencies as external.
48
+ *
49
+ * Defaults to `true`.
50
+ */
51
+ optDeps?: boolean;
52
+ /**
53
+ * Mark peerDependencies as external.
54
+ *
55
+ * Defaults to `true`.
56
+ */
57
+ peerDeps?: boolean;
58
+ };
59
+ export declare const resolveExternalsPlugin: (context: BuildContext<InternalBuildOptions>) => Plugin;
60
+ export {};
@@ -1,19 +1,2 @@
1
- export { h as SucrasePluginConfig, s as default } from '../../../packem_shared/index-DySckW0r.js';
2
- import '@rollup/plugin-alias';
3
- import '@rollup/plugin-commonjs';
4
- import '@rollup/plugin-json';
5
- import '@rollup/plugin-node-resolve';
6
- import '@rollup/plugin-replace';
7
- import '@rollup/plugin-wasm';
8
- import '@rollup/pluginutils';
9
- import 'rollup';
10
- import 'rollup-plugin-dts';
11
- import 'rollup-plugin-polyfill-node';
12
- import 'rollup-plugin-pure';
13
- import 'rollup-plugin-visualizer';
14
- import 'esbuild';
15
- import '@visulima/package';
16
- import '@visulima/colorize';
17
- import 'oxc-resolver';
18
- import 'oxc-transform';
19
- import 'sucrase';
1
+ export type { SucrasePluginConfig } from "@visulima/packem-rollup/sucrase";
2
+ export { sucrasePlugin as default } from "@visulima/packem-rollup/sucrase";
@@ -1,20 +1 @@
1
- export { i as default } from './swc-plugin.js';
2
- import '../../../packem_shared/index-DySckW0r.js';
3
- import '@rollup/plugin-alias';
4
- import '@rollup/plugin-commonjs';
5
- import '@rollup/plugin-json';
6
- import '@rollup/plugin-node-resolve';
7
- import '@rollup/plugin-replace';
8
- import '@rollup/plugin-wasm';
9
- import '@rollup/pluginutils';
10
- import 'rollup';
11
- import 'rollup-plugin-dts';
12
- import 'rollup-plugin-polyfill-node';
13
- import 'rollup-plugin-pure';
14
- import 'rollup-plugin-visualizer';
15
- import 'esbuild';
16
- import '@visulima/package';
17
- import '@visulima/colorize';
18
- import 'oxc-resolver';
19
- import 'oxc-transform';
20
- import 'sucrase';
1
+ export { isolatedDeclarationsSwcTransformer as default } from "@visulima/packem-rollup/swc";
@@ -1,26 +1,2 @@
1
- import { T as TransformerFn, f as IsolatedDeclarationsResult } from '../../../packem_shared/index-DySckW0r.js';
2
- export { S as SwcPluginConfig } from '../../../packem_shared/index-DySckW0r.js';
3
- import '@rollup/plugin-alias';
4
- import '@rollup/plugin-commonjs';
5
- import '@rollup/plugin-json';
6
- import '@rollup/plugin-node-resolve';
7
- import '@rollup/plugin-replace';
8
- import '@rollup/plugin-wasm';
9
- import '@rollup/pluginutils';
10
- import 'rollup';
11
- import 'rollup-plugin-dts';
12
- import 'rollup-plugin-polyfill-node';
13
- import 'rollup-plugin-pure';
14
- import 'rollup-plugin-visualizer';
15
- import 'esbuild';
16
- import '@visulima/package';
17
- import '@visulima/colorize';
18
- import 'oxc-resolver';
19
- import 'oxc-transform';
20
- import 'sucrase';
21
-
22
- declare const _default: TransformerFn;
23
-
24
- declare const isolatedDeclarationsSwcTransformer: (id: string, code: string, sourceMap?: boolean) => Promise<IsolatedDeclarationsResult>;
25
-
26
- export { _default as default, isolatedDeclarationsSwcTransformer as i };
1
+ export type { SwcPluginConfig } from "@visulima/packem-rollup/swc";
2
+ export { swcPlugin as default } from "@visulima/packem-rollup/swc";
@@ -1,24 +1 @@
1
- import { TranspileOptions } from 'typescript';
2
- import { f as IsolatedDeclarationsResult } from '../../../packem_shared/index-DySckW0r.js';
3
- import '@rollup/plugin-alias';
4
- import '@rollup/plugin-commonjs';
5
- import '@rollup/plugin-json';
6
- import '@rollup/plugin-node-resolve';
7
- import '@rollup/plugin-replace';
8
- import '@rollup/plugin-wasm';
9
- import '@rollup/pluginutils';
10
- import 'rollup';
11
- import 'rollup-plugin-dts';
12
- import 'rollup-plugin-polyfill-node';
13
- import 'rollup-plugin-pure';
14
- import 'rollup-plugin-visualizer';
15
- import 'esbuild';
16
- import '@visulima/package';
17
- import '@visulima/colorize';
18
- import 'oxc-resolver';
19
- import 'oxc-transform';
20
- import 'sucrase';
21
-
22
- declare const isolatedDeclarationsTypescriptTransformer: (id: string, code: string, sourceMap?: boolean, transformOptions?: TranspileOptions) => Promise<IsolatedDeclarationsResult>;
23
-
24
- export { isolatedDeclarationsTypescriptTransformer as default };
1
+ export { isolatedDeclarationsTypescriptTransformer as default } from "@visulima/packem-rollup/typescript";
@@ -0,0 +1,4 @@
1
+ import type { PackageJson } from "@visulima/package";
2
+ import type { InternalBuildOptions } from "../../types.d.ts";
3
+ declare const resolveAliases: (packageJson: PackageJson, options: InternalBuildOptions) => Record<string, string>;
4
+ export default resolveAliases;
@@ -0,0 +1,5 @@
1
+ import type { FileCache } from "@visulima/packem-share";
2
+ import type { BuildContext } from "@visulima/packem-share/types";
3
+ import type { InternalBuildOptions } from "../types.d.ts";
4
+ declare const watch: (context: BuildContext<InternalBuildOptions>, fileCache: FileCache, runBuilder: () => Promise<void>, runOnsuccess: () => Promise<void>, doOnSuccessCleanup: () => Promise<void>) => Promise<void>;
5
+ export default watch;