@visulima/packem 1.0.0-alpha.44 → 1.0.0-alpha.45
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/dist/cli.cjs +2 -2
- package/dist/cli.mjs +3 -3
- package/dist/config.d.cts +5 -5
- package/dist/config.d.mts +5 -5
- package/dist/config.d.ts +5 -5
- package/dist/create-bundler.cjs +49 -49
- package/dist/create-bundler.d.cts +4 -4
- package/dist/create-bundler.d.mts +4 -4
- package/dist/create-bundler.d.ts +4 -4
- package/dist/create-bundler.mjs +52 -52
- package/dist/rollup/plugins/esbuild/index.cjs +1 -1
- package/dist/rollup/plugins/esbuild/index.d.cts +1 -1
- package/dist/rollup/plugins/esbuild/index.d.mts +1 -1
- package/dist/rollup/plugins/esbuild/index.d.ts +1 -1
- package/dist/rollup/plugins/esbuild/index.mjs +2 -2
- package/dist/rollup/plugins/swc/index.d.cts +1 -1
- package/dist/rollup/plugins/swc/index.d.mts +1 -1
- package/dist/rollup/plugins/swc/index.d.ts +1 -1
- package/dist/shared/{packem.BE4l_UAh.d.ts → packem.7EZm-4xL.d.ts} +4 -4
- package/dist/shared/{packem.sjPZM5Ke.d.cts → packem.BC5WIlON.d.cts} +4 -0
- package/dist/shared/{packem.sjPZM5Ke.d.mts → packem.BC5WIlON.d.mts} +4 -0
- package/dist/shared/{packem.sjPZM5Ke.d.ts → packem.BC5WIlON.d.ts} +4 -0
- package/dist/shared/{packem.C0uNLYl_.d.cts → packem.CvCdTosN.d.cts} +4 -4
- package/dist/shared/{packem.D09xRBAa.d.mts → packem.Db-Z_7e-.d.cts} +1 -1
- package/dist/shared/{packem.D09xRBAa.d.ts → packem.Db-Z_7e-.d.mts} +1 -1
- package/dist/shared/{packem.D09xRBAa.d.cts → packem.Db-Z_7e-.d.ts} +1 -1
- package/dist/shared/{packem.BZC4-kKe.d.mts → packem.Dyuh0rNc.d.mts} +4 -4
- package/package.json +10 -10
package/dist/create-bundler.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { M as Mode, B as BuildConfig } from './shared/packem.
|
|
1
|
+
import { M as Mode, B as BuildConfig } from './shared/packem.7EZm-4xL.js';
|
|
2
2
|
import '@rollup/plugin-alias';
|
|
3
3
|
import '@rollup/plugin-commonjs';
|
|
4
4
|
import '@rollup/plugin-json';
|
|
@@ -6,20 +6,20 @@ import '@rollup/plugin-node-resolve';
|
|
|
6
6
|
import '@rollup/plugin-replace';
|
|
7
7
|
import '@rollup/plugin-wasm';
|
|
8
8
|
import '@rollup/pluginutils';
|
|
9
|
-
import '@visulima/tsconfig';
|
|
10
9
|
import '@visulima/package';
|
|
11
10
|
import '@visulima/pail';
|
|
11
|
+
import '@visulima/tsconfig';
|
|
12
12
|
import 'hookable';
|
|
13
13
|
import 'jiti';
|
|
14
14
|
import 'rollup';
|
|
15
15
|
import 'rollup-plugin-dts';
|
|
16
16
|
import 'rollup-plugin-polyfill-node';
|
|
17
17
|
import 'rollup-plugin-visualizer';
|
|
18
|
-
import './shared/packem.
|
|
18
|
+
import './shared/packem.Db-Z_7e-.js';
|
|
19
19
|
import 'esbuild';
|
|
20
20
|
import './shared/packem.DvWhOdt5.js';
|
|
21
21
|
import 'sucrase';
|
|
22
|
-
import './shared/packem.
|
|
22
|
+
import './shared/packem.BC5WIlON.js';
|
|
23
23
|
|
|
24
24
|
declare const createBundler: (rootDirectory: string, mode: Mode, inputConfig?: {
|
|
25
25
|
configPath?: string;
|
package/dist/create-bundler.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
var
|
|
1
|
+
var yt=Object.defineProperty;var m=(e,t)=>yt(e,"name",{value:t,configurable:!0});import{chmod as vt,stat as Ne,readdir as bt}from"node:fs/promises";import de from"node:module";import{env as x,versions as $t,cwd as wt}from"node:process";import{cyan as y,bold as O,gray as I,yellow as jt,grey as kt,green as xt}from"@visulima/colorize";import{readFile as Z,writeFile as B,isAccessibleSync as R,collectSync as Et,readFileSync as Se,writeFileSync as _e,writeJsonSync as Ot,ensureDirSync as Dt,emptyDir as Pe,walk as Nt,isAccessible as St}from"@visulima/fs";import{NotFoundError as _t}from"@visulima/fs/error";import{formatBytes as M,duration as Pt}from"@visulima/humanizer";import{parsePackageJson as Mt}from"@visulima/package/package-json";import{createPail as Ct}from"@visulima/pail";import{MessageFormatterProcessor as It,ErrorProcessor as Rt,CallerProcessor as Ft}from"@visulima/pail/processor";import{SimpleReporter as Tt}from"@visulima/pail/reporter";import{resolve as g,join as v,normalize as ee,extname as te,relative as S,dirname as oe,basename as H,isAbsolute as Me,toNamespacedPath as me}from"@visulima/path";import{readTsConfig as At,findTsConfig as Wt}from"@visulima/tsconfig";import{defu as Bt}from"defu";import{createHooks as Jt}from"hookable";import{rollup as Ce,watch as fe,VERSION as Lt}from"rollup";import{a as T,R as zt,E as ge}from"./shared/packem.HRXF255z.mjs";import{pathToFileURL as Ut,fileURLToPath as Ht}from"node:url";import{resolvePath as Vt,resolveModuleExportNames as qt,findStaticImports as Ie}from"mlly";import N from"magic-string";import Re from"jiti";import{existsSync as re,rmSync as Yt}from"node:fs";import Fe from"@rollup/plugin-alias";import Gt from"@rollup/plugin-commonjs";import Kt from"@rollup/plugin-dynamic-import-vars";import{nodeResolve as Te}from"@rollup/plugin-node-resolve";import Ae from"@rollup/plugin-replace";import{wasm as Xt}from"@rollup/plugin-wasm";import Qt from"rollup-plugin-polyfill-node";import{visualizer as Zt}from"rollup-plugin-visualizer";import{minVersion as We}from"semver";import{glob as eo}from"glob";import to from"glob-parent";import oo from"@rollup/plugin-json";import{createFilter as ne,normalizePath as he}from"@rollup/pluginutils";import ro from"rollup-plugin-license";import{createHash as no}from"node:crypto";import{parse as so}from"@babel/parser";import{findCacheDirSync as io}from"@visulima/find-cache-dir";import{distance as ao}from"fastest-levenshtein";
|
|
2
2
|
// -- pack CommonJS Shims --
|
|
3
3
|
import __cjs_url__ from "node:url";
|
|
4
4
|
import __cjs_path__ from "node:path";
|
|
@@ -6,39 +6,39 @@ import __cjs_mod__ from "node:module";
|
|
|
6
6
|
const __filename = __cjs_url__.fileURLToPath(import.meta.url);
|
|
7
7
|
const __dirname = __cjs_path__.dirname(__filename);
|
|
8
8
|
const require = __cjs_mod__.createRequire(import.meta.url);
|
|
9
|
-
var
|
|
10
|
-
`)=>({name:"packem:shebang",renderChunk:{handler(o,n,r){if(!n.isEntry||!n.facadeModuleId||o.startsWith("#")&&o[1]==="!")return null;if(e.includes(n.name)){const s=new N(o);return s.prepend(t),{code:s.toString(),map:r.sourcemap?s.generateMap({hires:!0}):void 0}}return null},order:"post"},async writeBundle(o,n){for(const[r,s]of Object.entries(n))if(s.type==="chunk"&&
|
|
11
|
-
`)=>{const o=
|
|
12
|
-
`));let c=[];try{c=await
|
|
13
|
-
export default _module;`:"",...c.filter(
|
|
14
|
-
`)),await
|
|
15
|
-
`)),await
|
|
16
|
-
`)),i&&(await
|
|
17
|
-
module.exports.default = `+
|
|
9
|
+
var lo=Object.defineProperty,V=m((e,t)=>lo(e,"name",{value:t,configurable:!0}),"i$d");const se=/^#![^\n]*/,K=V(async e=>{await vt(e,493).catch(()=>{})},"makeExecutable"),co=V((e,t=`#!/usr/bin/env node
|
|
10
|
+
`)=>({name:"packem:shebang",renderChunk:{handler(o,n,r){if(!n.isEntry||!n.facadeModuleId||o.startsWith("#")&&o[1]==="!")return null;if(e.includes(n.name)){const s=new N(o);return s.prepend(t),{code:s.toString(),map:r.sourcemap?s.generateMap({hires:!0}):void 0}}return null},order:"post"},async writeBundle(o,n){for(const[r,s]of Object.entries(n))if(s.type==="chunk"&&se.test(s.code)&&o.dir){const a=g(o.dir,r);await K(a)}}}),"shebangPlugin"),po=V(()=>({name:"packem:remove-shebang",renderChunk(e){return e.replace(se,"")}}),"removeShebangPlugin"),uo=V((e,t=`
|
|
11
|
+
`)=>{const o=se.exec(e);return o?o+t:""},"getShebang");var mo=Object.defineProperty,fo=m((e,t)=>mo(e,"name",{value:t,configurable:!0}),"p$4");const ie=fo((e,t)=>{let o={};if(e.pkg.name&&(o[e.pkg.name]=e.options.rootDir),e.pkg.imports){const{imports:n}=e.pkg;for(const r in n){if(r.startsWith("#"))continue;const s=n[r];typeof s=="string"&&(o[r]=v(e.rootDir,s))}}return o={...o,...e.options.alias},e.options.rollup.alias&&(Array.isArray(e.options.rollup.alias.entries)?Object.assign(o,Object.fromEntries(e.options.rollup.alias.entries.map(n=>[n.find,n.replacement]))):Object.assign(o,e.options.rollup.alias.entries??e.options.rollup.alias)),e.logger.debug({message:"Resolved aliases: "+JSON.stringify(o),prefix:t}),o},"resolveAliases");var go=Object.defineProperty,ho=m((e,t)=>go(e,"name",{value:t,configurable:!0}),"o$3");const yo=ho((e,t)=>{const o=Re(t,{esmResolve:!0,interopDefault:!0});try{return o.resolve(e)}catch(n){if(n.code!=="MODULE_NOT_FOUND")throw new Error(`Error trying import ${e} from ${t}`,{cause:n});return e}},"tryResolve");var vo=Object.defineProperty,bo=m((e,t)=>vo(e,"name",{value:t,configurable:!0}),"r$a");const W=bo((e,t)=>{e.warnings.has(t)||e.warnings.add(t)},"warn");var $o=Object.defineProperty,wo=m((e,t)=>$o(e,"name",{value:t,configurable:!0}),"u$8");const jo=wo(async e=>{const t=await Vt("jiti",{url:import.meta.url}),o=JSON.stringify({...e.options.stubOptions.jiti,alias:{...ie(e,"jit"),...e.options.stubOptions.jiti.alias}},null,2);for(const n of e.options.entries){const r=g(e.options.rootDir,e.options.outDir,n.name),s=ee(yo(n.input,e.options.rootDir)||n.input),a=s.slice(0,Math.max(0,s.length-te(s).length)),l=await Z(s),i=uo(l);e.options.emitCJS&&await B(`${r}.cjs`,i+[`const jiti = require(${JSON.stringify(t)})`,"",`const _jiti = jiti(null, ${o})`,"",`/** @type {import(${JSON.stringify(a)})} */`,`module.exports = _jiti(${JSON.stringify(s)})`].join(`
|
|
12
|
+
`));let c=[];try{c=await qt(s,{extensions:T})}catch(d){W(e,`Cannot analyze ${s} for exports: ${d.toString()}`);return}const p=c.includes("default")||c.length===0;await B(`${r}.mjs`,i+[`import jiti from ${JSON.stringify(Ut(t).href)};`,"",`const _jiti = jiti(null, ${o})`,"",`/** @type {import(${JSON.stringify(s)})} */`,`const _module = await _jiti.import(${JSON.stringify(s)});`,p?`
|
|
13
|
+
export default _module;`:"",...c.filter(d=>d!=="default").map(d=>`export const ${d} = _module.${d};`)].join(`
|
|
14
|
+
`)),await B(`${r}.d.cts`,[`export * from ${JSON.stringify(a)};`,p?`export { default } from ${JSON.stringify(a)};`:""].join(`
|
|
15
|
+
`)),await B(`${r}.d.mts`,[`export * from ${JSON.stringify(s)};`,p?`export { default } from ${JSON.stringify(s)};`:""].join(`
|
|
16
|
+
`)),i&&(await K(`${r}.cjs`),await K(`${r}.mjs`))}await e.hooks.callHook("rollup:done",e)},"createStub");var ko=Object.defineProperty,xo=m((e,t)=>ko(e,"name",{value:t,configurable:!0}),"r$9");const Be=xo((e,t)=>Re(t,{esmResolve:!0,interopDefault:!0})(e),"tryRequire");var Eo=Object.defineProperty,Je=m((e,t)=>Eo(e,"name",{value:t,configurable:!0}),"t$4");const U=Je(e=>{if(e.endsWith(".mjs")||e.endsWith(".d.mts"))return"esm";if(e.endsWith(".cjs")||e.endsWith(".d.cts"))return"cjs"},"inferExportTypeFromFileName"),Le=Je((e,t,o,n)=>{if(o){const a=U(o);if(a)return a}if(e==="module"||e==="import")return"esm";if(e==="require")return"cjs";if(t.length===0)return n==="commonjs"?"cjs":"esm";const[r,...s]=t;return Le(r,s,o,n)},"inferExportType");var Oo=Object.defineProperty,Do=m((e,t)=>Oo(e,"name",{value:t,configurable:!0}),"n$a");const ae=Do((e,t,o,n=[])=>{if(!e)return[];if(typeof e=="string"){const r=U(e),s=t==="module"?"esm":"cjs";if(r&&r!==s)throw new Error(`Exported file "${e}" has an extension that does not match the package.json type "${t}".`);return[{file:e,key:"exports",type:r??s}]}return Object.entries(e).filter(([r])=>!r.endsWith(".json")).flatMap(([r,s])=>r==="types"&&o===!1?[]:typeof s=="string"?{file:s,key:"exports",...["browser","default","deno","development","import","node","node-addons","production","require","types"].includes(r)?{subKey:r}:{},type:Le(r,n,s,t)}:ae(s,t,o,[...n,r]))},"extractExportFilenames");var No=Object.defineProperty,le=m((e,t)=>No(e,"name",{value:t,configurable:!0}),"y$2");const So=le(e=>{if(e.key==="exports"&&e.subKey==="production")return"production";if(e.key==="exports"&&e.subKey==="development")return"development";if(x.NODE_ENV){if(!x.NODE_ENV.includes("production")&&!x.NODE_ENV.includes("development"))throw new Error(`Invalid NODE_ENV value: ${x.NODE_ENV}, must be either "production" or "development".`);return x.NODE_ENV}return"production"},"getEnvironment"),J=le((e,t,o,n,r,s)=>{const a=e.find(l=>l.input===t)??e[e.push({input:t})-1];if(o&&(a.outDir=n),r.isExecutable)a.executable=!0,a.declaration=!1,r.type==="cjs"&&(a.cjs=!0),r.type==="esm"&&(a.esm=!0);else{/\.d\.[mc]?ts$/.test(r.file)&&s!==!1&&(a.declaration=s),r.type==="cjs"&&(a.cjs=!0),r.type==="esm"&&(a.esm=!0);for(const l of zt)if(r.file.includes("."+l+".")){a.runtime=l;break}}a.runtime===void 0&&(a.runtime="node"),a.environment=So(r)},"createOrUpdateEntry"),ye=/(?:\.d\.[mc]?ts|\.\w+)$/;let ve=!1;const _o=le((e,t,o)=>{const n=[];t.sort((l,i)=>l.split("/").length-i.split("/").length);const r=e.type==="module"?"esm":"cjs",s=ae(e.exports,e.type??"commonjs",o.options.declaration);if(e.bin){const l=(typeof e.bin=="string"?[e.bin]:Object.values(e.bin)).filter(Boolean);for(const i of l){const c=U(i);if(c&&c!==r)throw new Error(`Exported file "${i}" has an extension that does not match the package.json type "${e.type}".`);s.push({file:i,isExecutable:!0,key:"bin",type:c??r})}}e.main&&s.push({file:e.main,key:"main",type:U(e.main)??r}),e.module&&s.push({file:e.module,key:"module",type:"esm"}),o.options.declaration!==!1&&(e.types||e.typings)&&s.push({file:e.types??e.typings,key:"types"});const a=[];for(const l of s){const i=l.file.replace(/(?:\*[^/\\]|\.d\.[mc]?ts|\.\w+)$/,""),c=i.endsWith("/");if(c&&["./","/"].includes(i))continue;const p=i.replace(new RegExp("(./)?"+o.options.outDir),o.options.sourceDir).replace("./","");if(l.file.includes("/*")&&l.key==="exports"){ve||(o.logger.debug("Private subfolders are not supported, if you need this feature please open an issue on GitHub."),ve=!0);const f=[],w=new RegExp("(?<=/|$)"+p.replace("*","(.*)")+(c?"":"\\.\\w+"));for(const E of t)w.test(E)&&f.push(E.replace(ye,""));if(f.length===0){n.push(`Could not find entrypoint for \`${l.file}\``);continue}for(const E of f)J(a,E,c,i,l,o.options.declaration);continue}const d=new RegExp("(?<=/|$)"+p+(c?"":"\\.\\w+")),u=t.find(f=>d.test(f))?.replace(ye,"");if(!u){re(g(o.options.rootDir,l.file))||n.push(`Could not find entrypoint for \`${l.file}\``);continue}R(u+".cts")&&R(u+".mts")?(J(a,u+".cts",c,i,{...l,type:"cjs"},o.options.declaration),J(a,u+".mts",c,i,{...l,type:"esm"},o.options.declaration)):J(a,u,c,i,l,o.options.declaration)}return{entries:a,warnings:n}},"inferEntries");var Po=Object.defineProperty,Mo=m((e,t)=>Po(e,"name",{value:t,configurable:!0}),"t$3");const Co=Mo((e,t)=>{const{publishConfig:o}=e;return o&&(o.bin&&(typeof o.bin=="object"||typeof o.bin=="string")&&(e.bin=o.bin),o.type&&typeof o.type=="string"&&o.type!==""&&(e.type=o.type),o.main&&typeof o.main=="string"&&o.main!==""&&(e.main=o.main),o.module&&typeof o.module=="string"&&o.module!==""&&(e.module=o.module),t===void 0&&o.types&&typeof o.types=="string"&&o.types!==""?e.types=o.types:t===void 0&&o.typings&&typeof o.typings=="string"&&o.typings!==""&&(e.typings=o.typings),o.exports&&typeof o.exports=="object"&&(e.exports=o.exports)),e},"overwriteWithPublishConfig");var Io=Object.defineProperty,Ro=m((e,t)=>Io(e,"name",{value:t,configurable:!0}),"n$8");const Fo={hooks:{"build:prepare":Ro(function(e){if(e.options.entries.length>0)return;const t=v(e.options.rootDir,"src");if(!re(t))throw new Error("No 'src' directory found. Please provide entries manually.");const o=Et(t,{extensions:[],includeDirs:!1,includeSymlinks:!1});if(o.length===0)throw new Error("No source files found in 'src' directory. Please provide entries manually.");let n={...e.pkg};n.publishConfig&&(n=Co(n,e.options.declaration));const r=_o(n,o,e);for(const s of r.warnings)W(e,s);if(e.options.entries.push(...r.entries),e.options.entries.length===0)throw new Error("No entries detected. Please provide entries manually.");e.logger.info("Automatically detected entries:",y(e.options.entries.map(s=>O(s.input.replace(`${e.options.rootDir}/`,"").replace(/\/$/,"/*"))).join(", ")),I([e.options.emitESM&&"esm",e.options.emitCJS&&"cjs",e.options.declaration&&"dts"].filter(Boolean).map(s=>`[${s}]`).join(" ")))},"build:prepare")}};var To=Object.defineProperty,Ao=m((e,t)=>To(e,"name",{value:t,configurable:!0}),"t$2");const Wo=Ao((e,t)=>(e==="auto"?e=Fo:typeof e=="string"&&(e=Be(e,t)),typeof e=="function"&&(e=e()),e),"resolvePreset");var Bo=Object.defineProperty,Jo=m((e,t)=>Bo(e,"name",{value:t,configurable:!0}),"a$b");const X=Jo((e,t)=>e.some(o=>o instanceof RegExp?o.test(t):o===t),"arrayIncludes");var Lo=Object.defineProperty,zo=m((e,t)=>Lo(e,"name",{value:t,configurable:!0}),"a$a");const q=zo(e=>e===void 0?[]:Array.isArray(e)?e:[e],"arrayify");var Uo=Object.defineProperty,Ho=m((e,t)=>Uo(e,"name",{value:t,configurable:!0}),"a$9");const Q=Ho((e="")=>{const t=e.split("/");return t[0].startsWith("@")?t[0]+"/"+t[1]:t[0]},"getPackageName");var Vo=Object.defineProperty,ze=m((e,t)=>Vo(e,"name",{value:t,configurable:!0}),"s$9");const qo=ze((e,t,o)=>{const n=o??new Map;return(...r)=>{const s=t?typeof t=="function"?t(...r):t:JSON.stringify({args:r}),a=n.get(s);if(a!==void 0)return a;const l=e(...r);return n.set(s,l),l}},"memoize"),Yo=ze(e=>{const t=new Map;return o=>qo(e,o,t)},"memoizeByKey");var Go=Object.defineProperty,Ko=m((e,t)=>Go(e,"name",{value:t,configurable:!0}),"m$5");const Ue=Ko(({addDefaultProperty:e=!1,logger:t,type:o})=>({name:"packem:cjs-interop",renderChunk(n,r,s){if(r.type!=="chunk"||!r.isEntry)return null;if(s.format==="cjs"&&s.exports==="auto"){const a=/(exports(?:\['default'\]|\.default)) = (.*);/i.exec(n);if(a===null||a.length<3)return null;const l=new N(n);l.replace("Object.defineProperty(exports, '__esModule', { value: true });",""),l.replaceAll(/exports\.(.*) = (.*);/g,"module.exports.$1 = $2;"),e&&l.append(`
|
|
17
|
+
module.exports.default = `+a[2]+";");let i=l.toString();return i=i.replace(/(?:module\.)?exports(?:\['default'\]|\.default)/i,"module.exports"),t.debug({message:"Applied CommonJS interop to entry chunk "+r.fileName+".",prefix:"plugin:cjs-interop"}),{code:i,map:l.generateMap({hires:!0})}}if(s.format==="es"&&/\.d\.(?:ts|cts)$/.test(r.fileName)){if(o!=="commonjs"&&r.fileName.endsWith(".d.ts"))return null;const a=/export\s\{\s(.*)\s\}/i.exec(n);if(a===null||a.length<2)return null;const l=a[1].split(", "),i=[];let c="";for(const d of l)if(!d.includes("type"))if(d.includes("as")){const[u,f]=d.split(" as ");if(f==="default"&&(c=u,!e))continue;i.push(f+": typeof "+u+";")}else i.push(d+": typeof "+d+";");const p=new N(n);return p.replace(" "+c+" as default,",""),p.append(`
|
|
18
18
|
|
|
19
19
|
declare const defaultExport: {
|
|
20
20
|
`+(i.length>0?" ":"")+i.join(`
|
|
21
21
|
`)+`
|
|
22
22
|
} & typeof `+c+`;
|
|
23
23
|
|
|
24
|
-
export default defaultExport;`),t.debug({message:"Applied CommonJS interop to entry chunk "+r.fileName+".",prefix:"plugin:cjs-interop"}),{code:p.toString(),map:p.generateMap({hires:!0})}}return null}}),"cjsInterop");var
|
|
24
|
+
export default defaultExport;`),t.debug({message:"Applied CommonJS interop to entry chunk "+r.fileName+".",prefix:"plugin:cjs-interop"}),{code:p.toString(),map:p.generateMap({hires:!0})}}return null}}),"cjsInterop");var Xo=Object.defineProperty,Qo=m((e,t)=>Xo(e,"name",{value:t,configurable:!0}),"f$7");const Zo=Qo((e,t)=>{const o=new Map,n={copyOnce:!0,exactFileNames:!0,flatten:!1,...e};let{targets:r}=n;return Array.isArray(r)?r=r.map(s=>{if(typeof s=="string")return{src:s};if(typeof s=="object"&&"src"in s)return s}).filter(Boolean):typeof r=="string"&&(r=[{src:r}]),{async buildStart(){const s=await Promise.all(r.flatMap(a=>Array.isArray(a.src)?a.src.map(l=>({...a,src:l})):a).map(async a=>await eo(a.src,{ignore:a.exclude}).then(l=>({dest:a.dest??"",parent:to(a.src),src:l}))));for(const a of s)for(const l of a.src){let i;o.has(l)?i=o.get(l):(i={copied:[],dest:[],timestamp:0},o.set(l,i));const c=n.flatten?ee(a.dest):v(a.dest,S(a.parent,oe(l)));i.dest.includes(c)||i.dest.push(c),this.addWatchFile(l)}t.info({message:"Copying files...",prefix:"plugin:copy"}),await Promise.all([...o].map(async([a,l])=>{let i;try{const c=await Ne(a);if(!c.isFile())return;const p=c.mtime.getTime();p>l.timestamp&&(l.timestamp=p,l.copied=[]),i=await Z(a,{buffer:!0})}catch(c){t.error({context:[c],message:`error reading file ${a}`,prefix:"plugin:copy"});return}for(const c of l.dest){if(n.copyOnce&&l.copied.includes(c))continue;const p=H(a),d=v(c,p);try{this.emitFile({[n.exactFileNames?"fileName":"name"]:d,source:i,type:"asset"}),t.debug({message:`copied ${a} → ${d}`,prefix:"plugin:copy"}),l.copied.push(c)}catch(u){t.error({context:[u],message:`error copying file ${a} → ${d}`,prefix:"plugin:copy"})}}}))},name:"packem:copy"}},"copyPlugin");var er=Object.defineProperty,tr=m((e,t)=>er(e,"name",{value:t,configurable:!0}),"n$4");const be="export default ",He=tr(e=>{const t=oo(e);return{...t,name:"packem:json",transform(o,n){const r=t.transform?.call(this,o,n);return r&&typeof r!="string"&&"code"in r&&r.code?.startsWith(be)&&(r.code=r.code.replace(be,"module.exports = ")),r}}},"JSONPlugin");class or{static{m(this,"WalkerBase")}constructor(){this.should_skip=!1,this.should_remove=!1,this.replacement=null,this.context={skip:m(()=>this.should_skip=!0,"skip"),remove:m(()=>this.should_remove=!0,"remove"),replace:m(t=>this.replacement=t,"replace")}}replace(t,o,n,r){t&&o&&(n!=null?t[o][n]=r:t[o]=r)}remove(t,o,n){t&&o&&(n!=null?t[o].splice(n,1):delete t[o])}}class rr extends or{static{m(this,"SyncWalker")}constructor(t,o){super(),this.should_skip=!1,this.should_remove=!1,this.replacement=null,this.context={skip:m(()=>this.should_skip=!0,"skip"),remove:m(()=>this.should_remove=!0,"remove"),replace:m(n=>this.replacement=n,"replace")},this.enter=t,this.leave=o}visit(t,o,n,r){if(t){if(this.enter){const a=this.should_skip,l=this.should_remove,i=this.replacement;this.should_skip=!1,this.should_remove=!1,this.replacement=null,this.enter.call(this.context,t,o,n,r),this.replacement&&(t=this.replacement,this.replace(o,n,r,t)),this.should_remove&&this.remove(o,n,r);const c=this.should_skip,p=this.should_remove;if(this.should_skip=a,this.should_remove=l,this.replacement=i,c)return t;if(p)return null}let s;for(s in t){const a=t[s];if(a&&typeof a=="object")if(Array.isArray(a)){const l=a;for(let i=0;i<l.length;i+=1){const c=l[i];$e(c)&&(this.visit(c,t,s,i)||i--)}}else $e(a)&&this.visit(a,t,s,null)}if(this.leave){const a=this.replacement,l=this.should_remove;this.replacement=null,this.should_remove=!1,this.leave.call(this.context,t,o,n,r),this.replacement&&(t=this.replacement,this.replace(o,n,r,t)),this.should_remove&&this.remove(o,n,r);const i=this.should_remove;if(this.replacement=a,this.should_remove=l,i)return null}}return t}}function $e(e){return e!==null&&typeof e=="object"&&"type"in e&&typeof e.type=="string"}m($e,"isNode");function Ve(e,{enter:t,leave:o}){return new rr(t,o).visit(e,null)}m(Ve,"walk");var nr=Object.defineProperty,sr=m((e,t)=>nr(e,"name",{value:t,configurable:!0}),"u$6");const ir=sr(({attributes:e,logger:t})=>{const o=ne([/\.[tj]sx$/],/node_modules/);if(!Array.isArray(e)||e.length===0)throw new Error("[packem:jsx-remove-attributes]: attributes must be a non-empty array of strings.");return{name:"packem:jsx-remove-attributes",transform(n,r){if(!o(r))return null;let s=null;try{s=this.parse(n,{allowReturnOutsideFunction:!0})}catch(i){return this.warn({code:"PARSE_ERROR",message:`[packem:jsx-remove-attributes]: failed to parse "${r}" and remove the jsx attribute.`}),t.warn(i),null}let a=!1;const l=new N(n);return Ve(s,{enter(i){if(i.type==="CallExpression"&&i.callee.type==="Identifier"&&i.callee.name==="jsx"){const c=i.arguments.filter(p=>p.type==="ObjectExpression"&&Array.isArray(p.properties));for(const p of c)for(const d of p.properties)d.type==="Property"&&d.key.type==="Literal"&&d.value.type==="Literal"&&e.includes(d.key.value)&&(l.overwrite(d.start-2,d.end,""),a=!0)}}}),a?{code:l.toString(),map:l.generateMap({hires:!0})}:null}}},"jsxRemoveAttributes");var ar=Object.defineProperty,ce=m((e,t)=>ar(e,"name",{value:t,configurable:!0}),"p$2");const lr=ce(e=>{const t=[],o=[];return e.forEach(n=>{n.startsWith("(")?t.push(n):o.push(n)}),[...o.sort(),...t.sort()]},"sortLicenses"),cr=ce((e,t,o)=>{const n=new RegExp(`(<!-- ${t} -->)[\\s\\S]*?(<!-- ${t} -->)`,"g");if(n.test(e))return e.replace(n,`$1
|
|
25
25
|
${o}
|
|
26
|
-
$2`)},"replaceContentWithin"),
|
|
27
|
-
`;
|
|
28
|
-
`);const h=new Set;for(const P of[p,...
|
|
29
|
-
`),_&&(
|
|
30
|
-
`),f&&(
|
|
31
|
-
`+f.trim().replaceAll(
|
|
26
|
+
$2`)},"replaceContentWithin"),qe=ce(({licenseFilePath:e,licenseTemplate:t,logger:o,marker:n,mode:r,packageName:s})=>ro({thirdParty(a){const l=new Set,i=a.sort(({name:p},{name:d})=>(p||0)>(d||0)?1:(d||0)>(p||0)?-1:0).map(({author:p,contributors:d,license:u,licenseText:f,maintainers:w,name:E,repository:_})=>{let j="## "+E+`
|
|
27
|
+
`;u&&(j+=`License: ${u}
|
|
28
|
+
`);const h=new Set;for(const P of[p,...w,...d]){const ue=typeof P=="string"?P:P?.name;ue&&h.add(ue)}return h.size>0&&(j+=`By: ${[...h].join(", ")}
|
|
29
|
+
`),_&&(j+=`Repository: ${typeof _=="string"?_:_.url}
|
|
30
|
+
`),f&&(j+=`
|
|
31
|
+
`+f.trim().replaceAll(/\r\n|\r/g,`
|
|
32
32
|
`).split(`
|
|
33
33
|
`).map(P=>`> ${P}`).join(`
|
|
34
34
|
`)+`
|
|
35
|
-
`),
|
|
35
|
+
`),u&&l.add(u),j}).join(`
|
|
36
36
|
---------------------------------------
|
|
37
37
|
|
|
38
|
-
`);if(i===""){o.info({message:"No dependencies license information found.",prefix:"plugin:license:"+r});return}const c=t(
|
|
38
|
+
`);if(i===""){o.info({message:"No dependencies license information found.",prefix:"plugin:license:"+r});return}const c=t(lr(l),i,s);try{const p=Se(e),d=cr(p,n,c);if(!d){o.error({message:`Could not find the license marker: <!-- ${n} --> in ${e}`,prefix:"plugin:license:"+r});return}p!==d&&(_e(e,d),o.info({message:`${e} updated.`,prefix:"plugin:license:"+r}))}catch(p){o.error(p)}}}),"license");var pr=Object.defineProperty,ur=m((e,t)=>pr(e,"name",{value:t,configurable:!0}),"i$9");const dr=ur(e=>({async buildEnd(){const t=[];for(const n of this.getModuleIds()){const r=this.getModuleInfo(n);if(r!=null&&!r.isExternal)for(const s of r.importedIds)t.push({source:n,target:s})}if(Array.isArray(t)&&t.length===0)return;const o=g(e.rootDir,e.outDir,"graph.json");Ot(o,t)},name:"packem:metafile"}),"metafilePlugin");var mr=Object.defineProperty,fr=m((e,t)=>mr(e,"name",{value:t,configurable:!0}),"r$6");const C=fr(e=>{const t=no("md5");return t.update(e),t.digest("hex")},"getHash");var gr=Object.defineProperty,Ye=m((e,t)=>gr(e,"name",{value:t,configurable:!0}),"m$4");const A=Ye(e=>e.handler||e,"getHandler"),k=Ye((e,t)=>({...e,async buildEnd(o){e.buildEnd&&await A(e.buildEnd).call(this,o)},async buildStart(o){e.buildStart&&await A(e.buildStart).call(this,o)},async load(o){if(!e.load)return null;const n=v("load",C(o));if(t.has(n,e.name))return await t.get(n,e.name);const r=await A(e.load).call(this,o);return t.set(n,r,e.name),r},name:`cached(${e.name})`,async resolveId(o,n,r){if(!e.resolveId)return null;const s=v("resolveId",C(o),n?C(n):"",C(JSON.stringify(r)));if(t.has(s,e.name))return await t.get(s,e.name);const a=await A(e.resolveId).call(this,o,n,r);return t.set(s,a,e.name),a},async transform(o,n){if(!e.transform)return null;const r=v("transform",C(n),C(o));if(t.has(r,e.name))return await t.get(r,e.name);const s=await A(e.transform).call(this,o,n);return t.set(r,s,e.name),s}}),"cachingPlugin");var hr=Object.defineProperty,yr=m((e,t)=>hr(e,"name",{value:t,configurable:!0}),"c$5");const vr=/\.(?:m|c)?(?:j|t)sx?$/,br=/^use \w+$/,$r=yr(e=>{const t={},o={};return{name:"packem:preserve-directives",onLog(n,r){return r.code==="MODULE_LEVEL_DIRECTIVE"&&n==="warn"?!1:null},renderChunk:{handler(n,r,{sourcemap:s}){const a=r.moduleIds.map(c=>t[c]?t[c]:null).reduce((c,p)=>(p&&p.forEach(d=>{c.add(d)}),c),new Set),l=new N(n);a.size>0&&(e.debug({message:`directives for chunk "${r.fileName}" are preserved.`,prefix:"plugin:preserve-directives"}),l.prepend(`${[...a].map(c=>`'${c}';`).join(`
|
|
39
39
|
`)}
|
|
40
|
-
`));let i=null;return r.facadeModuleId&&typeof o[r.facadeModuleId]=="string"&&(i=o[r.facadeModuleId]),i&&(e.debug({message:`shebang for chunk "${r.fileName}" is preserved.`,prefix:"plugin:preserve-directives"}),
|
|
41
|
-
`)),
|
|
40
|
+
`));let i=null;return r.facadeModuleId&&typeof o[r.facadeModuleId]=="string"&&(i=o[r.facadeModuleId]),i&&(e.debug({message:`shebang for chunk "${r.fileName}" is preserved.`,prefix:"plugin:preserve-directives"}),l.prepend(`${i}
|
|
41
|
+
`)),a.size===0&&i===null?null:{code:l.toString(),map:s?l.generateMap({hires:!0}):null}},order:"post"},transform:{handler(n,r){const s=te(r);if(!vr.test(s))return null;let a=!1;const l=new N(n);if(n.startsWith("#")&&n[1]==="!"){let c=0;for(let p=2,d=n.length;p<d;p++){const u=n.codePointAt(p);if(u===10||u===13||u===8232||u===8233){c=p;break}}c&&(o[r]=n.slice(0,c),l.remove(0,c+1),a=!0,e.debug({message:`shebang for module "${r}" is preserved.`,prefix:"plugin:preserve-directives"}))}let i=null;try{i=this.parse(l.toString(),{allowReturnOutsideFunction:!0})}catch(c){return this.warn({code:"PARSE_ERROR",message:`[packem:preserve-directives]: failed to parse "${r}" and extract the directives.`}),e.warn(c),null}if(i.type!=="Program")return null;for(const c of i.body.filter(Boolean)){if(c.type!=="ExpressionStatement")break;let p=null;"directive"in c?p=c.directive:c.expression.type==="Literal"&&typeof c.expression.value=="string"&&br.test(c.expression.value)&&(p=c.expression.value),p!=="use strict"&&p&&(t[r]||=new Set,t[r].add(p),"start"in c&&typeof c.start=="number"&&"end"in c&&typeof c.end=="number"&&(l.remove(c.start,c.end),a=!0),e.debug({message:`directive "${p}" for module "${r}" is preserved.`,prefix:"plugin:preserve-directives"}))}return a?{code:l.toString(),map:l.generateMap({hires:!0}),meta:{preserveDirectives:{directives:[...t[r]??[]],shebang:o[r]??null}}}:null},order:"post"}}},"preserveDirectives");var wr=Object.defineProperty,jr=m((e,t)=>wr(e,"name",{value:t,configurable:!0}),"r$5");const kr={exclude:[],include:[/\.(md|txt|css|htm|html)$/]},xr=jr((e={})=>{e={...e,...kr};const t=ne(e.include,e.exclude);return{name:"packem:raw",transform(o,n){return t(n)?{code:`export default ${JSON.stringify(o)}`,map:null}:null}}},"rawPlugin");var Er=Object.defineProperty,Or=m((e,t)=>Er(e,"name",{value:t,configurable:!0}),"l$3");const Y="\0__file_url__",Ge=Or(()=>({async load(e){if(e.startsWith(Y)){const t=Ht(e.slice(Y.length));return await Z(t)}},name:"packem:resolve-file-url",resolveId(e){if(e.startsWith("file://"))return`${Y}${e}`}}),"resolveFileUrl");var Dr=Object.defineProperty,Ke=m((e,t)=>Dr(e,"name",{value:t,configurable:!0}),"i$5");const Nr=/__filename|__dirname|require\(|require\.resolve\(/,Xe=`
|
|
42
42
|
// -- pack CommonJS Shims --
|
|
43
43
|
import __cjs_url__ from "node:url";
|
|
44
44
|
import __cjs_path__ from "node:path";
|
|
@@ -46,62 +46,62 @@ import __cjs_mod__ from "node:module";
|
|
|
46
46
|
const __filename = __cjs_url__.fileURLToPath(import.meta.url);
|
|
47
47
|
const __dirname = __cjs_path__.dirname(__filename);
|
|
48
48
|
const require = __cjs_mod__.createRequire(import.meta.url);
|
|
49
|
-
`,
|
|
49
|
+
`,Qe=`
|
|
50
50
|
// -- pack CommonJS Shims Node 20.11 --
|
|
51
51
|
import __cjs_mod__ from "node:module";
|
|
52
52
|
const __filename = import.meta.filename;
|
|
53
53
|
const __dirname = import.meta.dirname;
|
|
54
54
|
const require = __cjs_mod__.createRequire(import.meta.url);
|
|
55
|
-
`,
|
|
55
|
+
`,Sr=Ke((e,t)=>{if(x.INTERNAL_PACKEM_BUILD!=="1"&&(e.includes(Xe)||e.includes(Qe)||!Nr.test(e)))return null;const o=Ie(e).pop(),n=o?o.end:0,r=new N(e);return r.appendRight(n,t),{code:r.toString(),map:r.generateMap()}},"CJSToESM"),_r=Ke(e=>({name:"packem:cjs",renderChunk(t,o,n){if(n.format==="es"){let r=Xe;if(e.engines?.node){const s=We(e.engines.node);s&&s.major>=20&&s.minor>=11&&(r=Qe)}return Sr(t,r)}return null}}),"cjsPlugin");var Pr=Object.defineProperty,F=m((e,t)=>Pr(e,"name",{value:t,configurable:!0}),"r$4");const Mr=/\/\*[^*]*\*+(?:[^/*][^*]*\*+)*\//g,Cr=/MIT License|MIT license|BSD license/,Ir=/\n{2,}/g,Rr=/\b(\w+)\$\d+\b/g,Fr=/[-/\\^$*+?.()|[\]{}]/g,Tr=F(e=>e.replaceAll(Fr,"\\$&"),"escapeRegex"),Ar=F(e=>[...new Set(e)],"unique"),Wr=F(e=>e.replaceAll(Mr,t=>Cr.test(t)?"":t).replaceAll(Ir,`
|
|
56
56
|
|
|
57
|
-
`),"cleanUnnecessaryComments"),we=new Map;function
|
|
58
|
-
- ${i}`).join(""),
|
|
57
|
+
`),"cleanUnnecessaryComments"),we=new Map;function Ze(e,t,{identifierReplacements:o},n){const r=Ie(e);for(const a in o){const l=r.find(c=>c.specifier===a&&c.imports.includes("{"));if(!l){this.warn(`${t.fileName} does not import "${a}" for replacement`),process.exitCode=1;continue}const i=o[a];for(const c in i){if(!l.imports.includes(c))throw new Error(`${t.fileName} does not import "${c}" from "${a}" for replacement`);const p=i[c],d=Tr(c);p.includes(".")&&(e=e.replace(new RegExp(`\\b\\w+\\b as ${d},?\\s?`),"")),e=e.replaceAll(new RegExp(`\\b${d}\\b`,"g"),p)}}const s=Ar(Array.from(e.matchAll(Rr),a=>a[0]));if(s.length>0){const a=s.map(i=>`
|
|
58
|
+
- ${i}`).join(""),l=t.fileName.replace(/\.[^/.]+$/,"");we.has(l)||n.warn({message:`${t.fileName} contains confusing identifier names${a}
|
|
59
59
|
|
|
60
|
-
To replace these, add them to the "rollup -> patchTypes -> identifierReplacements" option in your packem config.`,prefix:"plugin:patch-types"}),we.set(
|
|
60
|
+
To replace these, add them to the "rollup -> patchTypes -> identifierReplacements" option in your packem config.`,prefix:"plugin:patch-types"}),we.set(l,!0)}return e}m(Ze,"I$1");F(Ze,"replaceConfusingTypeNames");function et(e,t){if(t.leadingComments?.some(o=>o.type==="CommentBlock"&&o.value.includes("@internal"))){const o=e.original[t.end]===","?t.end+1:t.end;return e.remove(t.leadingComments[0].start,o),!0}return!1}m(et,"N");F(et,"removeInternal");function tt(e,t){if(e.includes("@internal")){const o=new N(e),n=so(e,{plugins:["typescript"],sourceType:"module"});if(Ve(n,{enter(r){et(o,r)&&this.skip()}}),e=o.toString(),e.includes("@internal"))throw new Error(`${t.fileName} has unhandled @internal declarations`)}return e}m(tt,"S");F(tt,"stripInternalTypes");const Br=F((e,t)=>({name:"packem:patch-types",renderChunk(o,n){return o=Ze.call(this,o,n,e,t),o=tt.call(this,o,n),o=Wr(o),o},resolveId(o){return o.startsWith("types/")?{external:!0,id:"../../"+(o.endsWith(".js")?o:o+".js")}:null}}),"patchTypescriptTypes");var Jr=Object.defineProperty,ot=m((e,t)=>Jr(e,"name",{value:t,configurable:!0}),"u$4");const rt=ot((e,t=!0)=>{if(!e)return null;const{config:o,path:n}=e;if(!o.compilerOptions)return null;const{baseUrl:r,paths:s}=o.compilerOptions;if(!r)return null;const a=g(oe(n),r),l=[];if(s)for(const[i,c]of Object.entries(s)){const p=new RegExp(`^${[...i].map(u=>u==="*"?"(.+)":u.replace(/[\\^$*+?.()|[\]{}]/,"\\$&")).join("")}$`);let d=0;for(const u of c){const f=[...he(g(a,u))].map(w=>w==="*"?"$"+(++d+""):w==="$"?"$$":w).join("");l.push({find:p,replacement:f})}}return t&&l.push({find:/^(?!\.*\/|\.*$|\w:)(.+)$/,replacement:`${[...he(a)].map(i=>i==="$"?"$$":i).join("")}/$1`}),l},"getConfigAlias"),nt=ot((e,t)=>{const o=rt(e);return{name:"packem:resolve-tsconfig-paths",async resolveId(n,r,s){if(!o||n.includes("\0"))return null;for(const{find:a,replacement:l}of o)if(a.test(n)){const i=n.replace(a,l),c=await this.resolve(i,r,{skipSelf:!0,...s});if(c)return t.debug({message:`Resolved ${n} to ${c.id} using paths from tsconfig.json.`,prefix:"plugin:resolve-tsconfig-paths"}),c.id}return null}}},"resolveTsconfigPaths");var Lr=Object.defineProperty,st=m((e,t)=>Lr(e,"name",{value:t,configurable:!0}),"u$3");const zr=st((e,t)=>{if(!t)return null;const{config:o,path:n}=t;if(!o.compilerOptions)return null;const{rootDirs:r}=o.compilerOptions;if(!r)return null;const s=[];for(const a of r){if(a.startsWith("."))throw new Error(`Invalid rootDir value '.' in ${n}.`);if(a.startsWith(".."))throw new Error(`Invalid rootDir value '..' in ${n}.`);s.push(g(e,a))}return s},"getRootDirectories"),it=st((e,t,o)=>{const n=zr(e,o);return{name:"packem:resolve-tsconfig-root-dirs",async resolveId(r,s,a){if(n===null||n.length===0)return null;if(r.startsWith("."))for(const l of n){const i=v(l,r),c=await this.resolve(i,s,{skipSelf:!0,...a});if(c)return t.debug({message:`Resolved ${r} to ${c.id} using rootDirs from tsconfig.json.`,prefix:"plugin:resolve-tsconfig-root-dirs"}),c.id}return null}}},"resolveTsconfigRootDirectories");var Ur=Object.defineProperty,Hr=m((e,t)=>Ur(e,"name",{value:t,configurable:!0}),"r$3");const at=Hr(()=>{const e=/\.(?:[mc]?js|jsx)$/;return{name:"packem:resolve-typescript-mjs-cjs",async resolveId(t,o,n){return e.test(t)&&o?await this.resolve(t.replace(/js(x?)$/,"ts$1"),o,n):null}}},"resolveTypescriptMjsCts");var Vr=Object.defineProperty,qr=m((e,t)=>Vr(e,"name",{value:t,configurable:!0}),"s$5");const Yr=qr(e=>{const t=H(e).split(".");if(t.length>=2){const[o,n]=t.slice(-2),r=t[0],s=/^(\w+)-runtime$/.exec(o)?.[1];if(T.includes(n)&&s&&s.length>0)return r+"-"+s}},"getCustomModuleLayer");var Gr=Object.defineProperty,Kr=m((e,t)=>Gr(e,"name",{value:t,configurable:!0}),"i$4");const G=Kr(e=>(e.preserveDirectives||{directives:[]}).directives.map(t=>t.replace(/^use /,"")).find(t=>t!=="strict"),"getModuleLayer");var Xr=Object.defineProperty,je=m((e,t)=>Xr(e,"name",{value:t,configurable:!0}),"c$3");const ke=je((e,t)=>{const o=new Map;return je(function(n,r){const s=r.getModuleInfo(n);if(!s)return;const{isEntry:a}=s,l=s.meta,i=G(l);if(!a){const c=o.get(n);if(c)return c;const p=Yr(n);if(p)return o.set(n,p),p}if(a){const c=r.getModuleIds();for(const p of c)r.getModuleInfo(p)&&G(l)===i&&(e.has(p)||e.set(p,new Set),e.get(p).add([n,i]))}if(i&&!a&&e.has(n)){const c=[...e.get(n)];if(c.some(([d])=>{if(t.some(u=>u.path===d)){const u=r.getModuleInfo(d);return G(u?u.meta:{})===i}return!1}))return;if(c.every(([,d])=>d===i))return o.has(n)?o.get(n):void 0;const p=`${H(n,te(n))}-${i}`;return o.set(n,p),p}},"splitChunks")},"createSplitChunks");var Qr=Object.defineProperty,Zr=m((e,t)=>Qr(e,"name",{value:t,configurable:!0}),"n$2");const D=Zr((e,t,o)=>t.isDynamicEntry?`chunks/[name].${o}`:`shared/${e.options.name}.[hash].${o}`,"getChunkFilename");var en=Object.defineProperty,tn=m((e,t)=>en(e,"name",{value:t,configurable:!0}),"s$3");const on=process.platform==="win32",xe=tn((e,t)=>{const o=on?"\\":"/";return e.name?.includes("node_modules"+o+".pnpm")?(e.name.replace("node_modules"+o+".pnpm","external")+"."+t).replace("node_modules"+o,""):e.name?.includes("node_modules")?e.name.replace("node_modules","external")+"."+t:"[name]."+t},"getEntryFileNames");var rn=Object.defineProperty,b=m((e,t)=>rn(e,"name",{value:t,configurable:!0}),"p$1");const nn=b((e,t)=>{if(e==="esbuild"){if(!t.options.rollup.esbuild)throw new Error("No esbuild options found in your configuration.");t.tsconfig?.config.compilerOptions?.target?.toLowerCase()==="es3"&&(t.logger.warn(["ES3 target is not supported by esbuild, so ES5 will be used instead..","Please set 'target' option in tsconfig to at least ES5 to disable this error"].join(" ")),t.tsconfig.config.compilerOptions.target="es5",t.options.rollup.esbuild.target="es5");let o="node"+$t.node.split(".")[0];if(t.pkg.engines?.node){const n=We(t.pkg.engines.node);n&&(o="node"+n.major)}if(t.options.rollup.esbuild.target){const n=q(t.options.rollup.esbuild.target);n.some(r=>r.startsWith("node"))||(t.options.rollup.esbuild.target=[...new Set([...q(o),...n])])}else t.options.rollup.esbuild.target=q(o);return t.tsconfig?.config.compilerOptions?.target==="es5"&&(t.options.rollup.esbuild.keepNames=!1,t.logger.debug("Disabling keepNames because target is set to es5")),{minify:t.options.minify,sourceMap:t.options.sourcemap,...t.options.rollup.esbuild,logger:t.logger}}if(e==="swc"){if(!t.options.rollup.swc)throw new Error("No swc options found in your configuration.");return{minify:t.options.minify,...t.options.rollup.swc,jsc:{minify:{compress:{directives:!1},format:{comments:"some"},mangle:{toplevel:!0},sourceMap:t.options.sourcemap,toplevel:t.options.emitCJS??t.options.emitESM},...t.options.rollup.swc.jsc},sourceMaps:t.options.sourcemap}}if(e==="sucrase"){if(!t.options.rollup.sucrase)throw new Error("No sucrase options found in your configuration.");return{...t.options.rollup.sucrase}}throw new Error("A Unknown transformer was provided")},"getTransformerConfig"),lt=b((e,t)=>{if(e.code==="CIRCULAR_DEPENDENCY"&&/Circular dependency:[\s\S]*node_modules/.test(e.message))return!0;if(e.code==="UNRESOLVED_IMPORT")throw new Error(`Failed to resolve the module "${e.exporter}" imported by "${y(S(g(),e.id))}"
|
|
61
61
|
Is the module installed? Note:
|
|
62
62
|
↳ to inline a module into your bundle, install it to "devDependencies".
|
|
63
|
-
↳ to depend on a module via import/require, install it to "dependencies".`)
|
|
64
|
-
${
|
|
65
|
-
`;return n.startsWith(r)?n.slice(r.length):n},"extractStack"),
|
|
63
|
+
↳ to depend on a module via import/require, install it to "dependencies".`);return e.code==="MIXED_EXPORTS"&&t.options.cjsInterop===!0},"sharedOnWarn"),Ee=new Map,ct=b((e,t,o)=>{const n=b(s=>{for(const[a,l]of Object.entries(t))if(s.startsWith(a))return s.replace(a,l)},"findAlias"),r=rt(e.tsconfig,!1);return{external(s){const a=n(s);a&&(s=a);const l=Q(s),i=X(e.options.externals,l)||X(e.options.externals,s);if(i)return!0;if(s.startsWith(".")||Me(s)||/src[/\\]/.test(s)||e.pkg.name&&s.startsWith(e.pkg.name))return!1;if(r){for(const{find:c}of r)if(c.test(s))return e.logger.debug({message:`Resolved alias ${s} to ${c.source}`,prefix:o}),!1}return!i&&!Ee.has(s)&&e.logger.info({message:'Inlined implicit external "'+y(s)+'". If this is incorrect, add it to the "externals" option.',prefix:o}),Ee.set(s,!0),i},input:Object.fromEntries(e.options.entries.map(s=>[s.name,g(e.options.rootDir,s.input)])),logLevel:e.options.debug?"debug":"info",onLog:b((s,a)=>{let l=a.message;switch(a.stack&&(l=`${l}
|
|
64
|
+
${a.stack}`),s){case"info":{e.logger.info({message:l,prefix:o+(a.plugin?":plugin:"+a.plugin:"")});return}case"warn":{e.logger.warn({message:l,prefix:o+(a.plugin?":plugin:"+a.plugin:"")});return}case"debug":e.logger.debug({message:l,prefix:o+(a.plugin?":plugin:"+a.plugin:"")})}},"onLog"),onwarn(s,a){lt(s,e)||s.code||a(s)},watch:e.mode==="watch"?e.options.rollup.watch:!1}},"baseRollupOptions"),pt=b(async(e,t)=>{const o=ie(e,"build");let n;return e.options.rollup.resolve&&(n=k(Te({extensions:T,...e.options.rollup.resolve}),t)),{...ct(e,o,"dependencies"),output:[e.options.emitCJS&&{chunkFileNames:b(r=>D(e,r,"cjs"),"chunkFileNames"),dir:g(e.options.rootDir,e.options.outDir),entryFileNames:b(r=>xe(r,"cjs"),"entryFileNames"),exports:"auto",externalLiveBindings:!1,format:"cjs",freeze:!1,generatedCode:{arrowFunctions:!0,constBindings:!0,objectShorthand:!0,preset:e.tsconfig?.config.compilerOptions?.target==="es5"?"es5":"es2015",reservedNamesAsProps:!0,symbols:!0},hoistTransitiveImports:!1,interop:"compat",sourcemap:e.options.sourcemap,validate:!0,...e.options.rollup.output,...e.options.rollup.output?.preserveModules?{preserveModules:!0,preserveModulesRoot:e.options.rollup.output.preserveModulesRoot??"src"}:{manualChunks:ke(e.dependencyGraphMap,e.buildEntries),preserveModules:!1}},e.options.emitESM&&{chunkFileNames:b(r=>D(e,r,"mjs"),"chunkFileNames"),dir:g(e.options.rootDir,e.options.outDir),entryFileNames:b(r=>xe(r,"mjs"),"entryFileNames"),exports:"auto",externalLiveBindings:!1,format:"esm",freeze:!1,generatedCode:{arrowFunctions:!0,constBindings:!0,objectShorthand:!0,preset:e.tsconfig?.config.compilerOptions?.target==="es5"?"es5":"es2015",reservedNamesAsProps:!0,symbols:!0},hoistTransitiveImports:!1,sourcemap:e.options.sourcemap,validate:!0,...e.options.rollup.output,...e.options.rollup.output?.preserveModules?{preserveModules:!0,preserveModulesRoot:e.options.rollup.output.preserveModulesRoot??"src"}:{manualChunks:ke(e.dependencyGraphMap,e.buildEntries),preserveModules:!1}}].filter(Boolean),plugins:[k(Ge(),t),k(at(),t),e.tsconfig&&k(it(e.options.rootDir,e.logger,e.tsconfig),t),e.tsconfig&&k(nt(e.tsconfig,e.logger),t),e.options.rollup.replace&&Ae({...e.options.rollup.replace,values:{...e.options.replace,...e.options.rollup.replace.values}}),e.options.rollup.alias&&Fe({customResolver:n?.resolveId,...e.options.rollup.alias,entries:o}),n,e.options.rollup.polyfillNode&&Qt({sourceMap:e.options.sourcemap,...e.options.rollup.polyfillNode}),e.options.rollup.json&&He({...e.options.rollup.json}),$r(e.logger),co(e.options.entries.filter(r=>r.executable).map(r=>r.name).filter(Boolean)),e.options.rollup.wsam&&Xt(e.options.rollup.wsam),e.options.transformer?.(nn(e.options.transformerName,e)),e.options.cjsInterop&&e.options.emitCJS&&Ue({...e.options.rollup.cjsInterop,logger:e.logger,type:e.pkg.type??"commonjs"}),e.options.rollup.dynamicVars&&Kt(e.options.rollup.dynamicVars),e.options.rollup.commonjs&&k(Gt({extensions:T,sourceMap:e.options.sourcemap,...e.options.rollup.commonjs}),t),e.options.rollup.preserveDynamicImports&&{renderDynamicImport(){return{left:"import(",right:")"}}},e.options.rollup.shim&&_r(e.pkg),e.options.rollup.raw&&xr(e.options.rollup.raw),e.options.rollup.jsxRemoveAttributes&&ir({attributes:e.options.rollup.jsxRemoveAttributes.attributes,logger:e.logger}),e.options.rollup.metafile&&dr({outDir:g(e.options.rootDir,e.options.outDir),rootDir:e.options.rootDir}),e.options.rollup.copy&&Zo(e.options.rollup.copy,e.logger),e.options.rollup.license&&e.options.rollup.license.path&&typeof e.options.rollup.license.dependenciesTemplate=="function"&&qe({licenseFilePath:e.options.rollup.license.path,licenseTemplate:e.options.rollup.license.dependenciesTemplate,logger:e.logger,marker:e.options.rollup.license.dependenciesMarker??"DEPENDENCIES",mode:"dependencies",packageName:e.pkg.name}),e.options.rollup.visualizer&&Zt({brotliSize:!0,filename:"packem-bundle-analyze.html",gzipSize:!0,projectRoot:e.options.rootDir,sourcemap:e.options.sourcemap,title:"Packem Visualizer",...e.options.rollup.visualizer})].filter(Boolean)}},"getRollupOptions"),sn=b(async e=>{const{dts:t}=require("rollup-plugin-dts");return t({compilerOptions:{...e.options.rollup.dts.compilerOptions,incremental:void 0,inlineSources:void 0,sourceMap:void 0,tsBuildInfoFile:void 0},respectExternal:e.options.rollup.dts.respectExternal,tsconfig:e.tsconfig?.path})},"createDtsPlugin"),an=Yo(sn),ut=b(async(e,t)=>{const o=ie(e,"types"),n={load(l){return/\.(?:js|cjs|mjs|jsx|ts|tsx|mts|json)$/.test(l)?null:""},name:"packem:ignore-files"},r=e.tsconfig?.config.compilerOptions;delete r?.lib;let s;e.options.rollup.resolve&&(s=k(Te({extensions:T,...e.options.rollup.resolve}),t));const a="dts-plugin:"+process.pid+e.tsconfig.path;return{...ct(e,o,"dts"),onwarn(l,i){lt(l,e)||l.code!=="EMPTY_BUNDLE"&&i(l)},output:[e.options.emitCJS&&{chunkFileNames:b(l=>D(e,l,"d.cts"),"chunkFileNames"),dir:g(e.options.rootDir,e.options.outDir),entryFileNames:"[name].d.cts",format:"cjs",sourcemap:e.options.sourcemap,...e.options.rollup.output},{chunkFileNames:b(l=>D(e,l,"d.mts"),"chunkFileNames"),dir:g(e.options.rootDir,e.options.outDir),entryFileNames:"[name].d.mts",format:"esm",sourcemap:e.options.sourcemap,...e.options.rollup.output},(e.options.declaration===!0||e.options.declaration==="compatible")&&{chunkFileNames:b(l=>D(e,l,"d.ts"),"chunkFileNames"),dir:g(e.options.rootDir,e.options.outDir),entryFileNames:"[name].d.ts",format:"cjs",sourcemap:e.options.sourcemap,...e.options.rollup.output}].filter(Boolean),plugins:[k(Ge(),t),k(at(),t),e.options.rollup.json&&He({...e.options.rollup.json}),n,e.tsconfig&&k(it(e.options.rootDir,e.logger,e.tsconfig),t),e.tsconfig&&k(nt(e.tsconfig,e.logger),t),e.options.rollup.replace&&Ae({...e.options.rollup.replace,values:{...e.options.replace,...e.options.rollup.replace.values}}),e.options.rollup.alias&&Fe({customResolver:s?.resolveId,...e.options.rollup.alias,entries:o}),s,await an(a)(e),e.options.cjsInterop&&e.options.emitCJS&&Ue({...e.options.rollup.cjsInterop,logger:e.logger,type:e.pkg.type??"commonjs"}),e.options.rollup.patchTypes&&Br(e.options.rollup.patchTypes,e.logger),po(),e.options.rollup.license&&e.options.rollup.license.path&&typeof e.options.rollup.license.dtsTemplate=="function"&&qe({licenseFilePath:e.options.rollup.license.path,licenseTemplate:e.options.rollup.license.dtsTemplate,logger:e.logger,marker:e.options.rollup.license.dependenciesMarker??"TYPE_DEPENDENCIES",mode:"types",packageName:e.pkg.name})].filter(Boolean)}},"getRollupDtsOptions");var ln=Object.defineProperty,cn=m((e,t)=>ln(e,"name",{value:t,configurable:!0}),"c$2");const pn=cn(async(e,t)=>{const o=await pt(e,t);if(await e.hooks.callHook("rollup:options",e,o),Object.keys(o.input).length===0)return;const n="rollup-build.json";o.cache=t.get(n);const r=await Ce(o);t.set(n,r.cache),await e.hooks.callHook("rollup:build",e,r);const s=o.output,a=new Map;for(const l of s){const{output:i}=await r.write(l),c=new Set,p=i.filter(u=>u.type==="chunk");for(const u of p){c.add(u.fileName);for(const f of u.imports)e.usedImports.add(f);u.isEntry&&e.buildEntries.push({bytes:Buffer.byteLength(u.code,"utf8"),chunks:u.imports.filter(f=>p.find(w=>w.fileName===f)),exports:u.exports,modules:Object.entries(u.modules).map(([f,w])=>({bytes:w.renderedLength,id:f})),path:u.fileName,type:"entry"})}const d=i.filter(u=>u.type==="asset");for(const u of d)a.has(u.fileName)||a.set(u.fileName,{bytes:Buffer.byteLength(u.source,"utf8"),path:u.fileName,type:"asset"});for(const u of c)e.usedImports.delete(u)}e.buildEntries.push(...a.values())},"build");var un=Object.defineProperty,L=m((e,t)=>un(e,"name",{value:t,configurable:!0}),"r$1");const dn=L(async(e,t)=>{const o=await ut(e,t);if(await e.hooks.callHook("rollup:dts:options",e,o),Object.keys(o.input).length===0)return;const n="rollup-dts.json";o.cache=t.get(n);const r=await Ce(o);t.set(n,r.cache),await e.hooks.callHook("rollup:dts:build",e,r),e.logger.info({message:"Building declaration files...",prefix:"dts"}),e.options.emitCJS&&await r.write({chunkFileNames:L(s=>D(e,s,"d.cts"),"chunkFileNames"),dir:g(e.options.rootDir,e.options.outDir),entryFileNames:"[name].d.cts"}),e.options.emitESM&&await r.write({chunkFileNames:L(s=>D(e,s,"d.mts"),"chunkFileNames"),dir:g(e.options.rootDir,e.options.outDir),entryFileNames:"[name].d.mts"}),(e.options.declaration===!0||e.options.declaration==="compatible")&&await r.write({chunkFileNames:L(s=>D(e,s,"d.ts"),"chunkFileNames"),dir:g(e.options.rootDir,e.options.outDir),entryFileNames:"[name].d.ts"}),await e.hooks.callHook("rollup:dts:done",e)},"buildTypes");var mn=Object.defineProperty,pe=m((e,t)=>mn(e,"name",{value:t,configurable:!0}),"i$2");const fn=pe(e=>{const{message:t,name:o="Error",stack:n}=e;if(!n)return n;const r=`${o}: ${t}
|
|
65
|
+
`;return n.startsWith(r)?n.slice(r.length):n},"extractStack"),gn=pe(e=>`
|
|
66
66
|
${e.replaceAll(/^\n|\n$/g,"")}
|
|
67
|
-
`,"normalizeCodeFrame"),
|
|
67
|
+
`,"normalizeCodeFrame"),dt=pe(e=>{const t=fn(e);let o=(e.plugin?`[${e.plugin}] `:"")+e.message;e.id&&(o+=`
|
|
68
68
|
file: ${y(e.id+(e.loc?":"+e.loc.line+":"+e.loc.column:""))}`),e.frame&&(o+=`
|
|
69
|
-
`+
|
|
70
|
-
${t}`)},"enhanceRollupError");var
|
|
71
|
-
└─ ${S(process.cwd(),
|
|
72
|
-
- `+y(
|
|
69
|
+
`+jt(gn(e.frame))),e.message=o,t!==void 0&&(e.stack=`${e.message}
|
|
70
|
+
${t}`)},"enhanceRollupError");var hn=Object.defineProperty,mt=m((e,t)=>hn(e,"name",{value:t,configurable:!0}),"l$2");const Oe=mt((e,t,o)=>{const n="watcher:"+t;e.on("change",(r,{event:s})=>{o.info({message:`${y(S(".",r))} was ${s}d`,prefix:n})}),e.on("restart",()=>{o.info({message:"Rebuilding "+t+"...",prefix:n})}),e.on("event",async r=>{switch(r.code){case"END":{o.success({message:"Rebuild "+t+" finished",prefix:n});break}case"BUNDLE_START":{o.info({message:y("build started..."),prefix:n});break}case"BUNDLE_END":{await r.result.close(),o.info({message:y(`built in ${r.duration+""}ms.`),prefix:n});break}case"ERROR":{dt(r.error),o.error({context:[r.error],message:"Rebuild "+t+" failed: "+r.error.message,prefix:n});break}}})},"watchHandler"),yn=mt(async(e,t)=>{const o=await pt(e,t);if(await e.hooks.callHook("rollup:options",e,o),Object.keys(o.input).length===0)return;o.cache=t.get("rollup-watch"),typeof o.watch=="object"&&o.watch.include===void 0&&(o.watch.include=[v(e.options.sourceDir,"**")],o.watch.chokidar={cwd:e.options.rootDir,...o.watch.chokidar});const n=fe(o);await e.hooks.callHook("rollup:watch",e,n);const r=[...Array.isArray(o.input)?o.input:typeof o.input=="string"?[o.input]:Object.keys(o.input??{})];let s="Starting watchers for entries:";for(const a of r)s+=I(`
|
|
71
|
+
└─ ${S(process.cwd(),a)}`);if(e.logger.info(s),Oe(n,"bundle",e.logger),e.options.declaration){const a=await ut(e,t);await e.hooks.callHook("rollup:dts:options",e,a);const l=fe(a);await e.hooks.callHook("rollup:watch",e,l),Oe(l,"types",e.logger)}},"watch");var vn=Object.defineProperty,bn=m((e,t)=>vn(e,"name",{value:t,configurable:!0}),"i$1");const ft=bn(e=>`{ ${Object.keys(e).map(t=>`${t}: ${JSON.stringify(e[t])}`).join(", ")} }`,"dumpObject");var $n=Object.defineProperty,wn=m((e,t)=>$n(e,"name",{value:t,configurable:!0}),"a$2");class jn{static{m(this,"p")}static{wn(this,"FileCache")}#r;#e;#n;#t=!0;#o=new Map;#s;constructor(t,o,n){this.#r=t,this.#e=io("@visulima/packem",{cwd:t}),this.#n=o,this.#s=n,this.#e===void 0?n.debug("Could not create cache directory."):n.debug(`Cache path is: ${this.#e}`)}set isEnabled(t){this.#t=t}get cachePath(){return this.#e}has(t,o){return!this.#t||this.#e===void 0?!1:R(this.getFilePath(t,o))}get(t,o){if(!this.#t||this.#e===void 0)return;const n=this.getFilePath(t,o);if(this.#o.has(n))return this.#o.get(n);if(!R(n))return;const r=Se(n);try{const s=JSON.parse(r);return this.#o.set(n,s),s}catch{this.#s.warn(`Could not parse cache file: ${n}, deleting the broken cache file.`),this.#o.delete(n),Yt(n,{force:!0});return}}set(t,o,n){if(!this.#t||this.#e===void 0||o===void 0)return;const r=this.getFilePath(t,n);typeof o=="object"&&(o=JSON.stringify(o)),_e(r,o,{overwrite:!0})}getFilePath(t,o){let n=t.replaceAll(me(this.#r),"");return n=n.replaceAll(":","-"),v(this.#e,this.#n,o?.replaceAll(":","-")??"",me(n))}}var kn=Object.defineProperty,z=m((e,t)=>kn(e,"name",{value:t,configurable:!0}),"l$1");const xn=ne,En=z((e,t)=>{const{sideEffects:o}=t;let n;if(typeof o=="boolean")n=z(()=>o,"hasSideEffects");else if(Array.isArray(o))if(o.length<=0)n=z(()=>!1,"hasSideEffects");else{const r=o.map(s=>s.includes("/")?s:`**/${s}`);n=xn(r,null,{resolve:e})}else n=z(()=>null,"hasSideEffects");return n},"getPackageSideEffect");var On=Object.defineProperty,Dn=m((e,t)=>On(e,"name",{value:t,configurable:!0}),"y");const Nn=Dn((e,t,o)=>e.reduce((n,r)=>{const s=r[t],a=r[o];return n[s]||(n[s]={}),n[s][a]||(n[s][a]=[]),n[s][a].push(r),n},{}),"groupByKeys");var Sn=Object.defineProperty,_n=m((e,t)=>Sn(e,"name",{value:t,configurable:!0}),"o");const Pn=_n(e=>{const t=new Set,o=new Set(Object.keys(e.pkg.dependencies??{})),n=new Set;for(const r of e.usedImports)o.delete(r),t.add(r);if(Array.isArray(e.options.dependencies))for(const r of e.options.dependencies)o.delete(r);for(const r of t)!X(e.options.externals,r)&&!r.startsWith("chunks/")&&!e.options.dependencies.includes(Q(r))&&!e.options.peerDependencies.includes(Q(r))&&n.add(r);o.size>0&&W(e,`Potential unused dependencies found: ${[...o].map(r=>y(r)).join(", ")}`),n.size>0&&W(e,`Potential implicit dependencies found: ${[...n].map(r=>y(r)).join(", ")}`)},"validateDependencies");var Mn=Object.defineProperty,gt=m((e,t)=>Mn(e,"name",{value:t,configurable:!0}),"i");const Cn=gt((e,t)=>ao(e,t)<=e.length/3||t.includes(e),"isSimilar"),In=gt((e,t)=>{const o=e.toLowerCase();return t.filter(n=>Cn(n.toLowerCase(),o))},"findAlternatives");var Rn=Object.defineProperty,De=m((e,t)=>Rn(e,"name",{value:t,configurable:!0}),"n");const Fn=De((e,t)=>{const o=new Set([...typeof e.bin=="string"?[e.bin]:Object.values(e.bin??{}),e.main,e.module,t.options.declaration?e.types:"",t.options.declaration?e.typings:"",...ae(e.exports,e.type??"commonjs",t.options.declaration).map(r=>r.file)].map(r=>r&&g(t.rootDir,r.replace(/\/[^*/]*\*[^\n\r/\u2028\u2029]*(?:[\n\r\u2028\u2029][^*/]*\*[^\n\r/\u2028\u2029]*)*(?:\/.*)?$/,"")))),n=[];for(const r of o)r&&!r.includes("*")&&!re(r)&&n.push(r.replace(`${t.rootDir}/`,""));if(n.length>0){const r=De(l=>S(t.rootDir,g(t.options.outDir,l)),"rPath"),s=t.buildEntries.filter(l=>!l.chunk).map(l=>r(l.path));let a="Potential missing or wrong package.json files:";for(const l of n){const i=In(l,s);a+=`
|
|
72
|
+
- `+y(l)+(i.length>0?kt` (did you mean ${i.map(c=>`"${c}"`).join(", ")}?)`:"")}W(t,a)}},"validatePackage");var Tn=Object.defineProperty,$=m((e,t)=>Tn(e,"name",{value:t,configurable:!0}),"f");const ht=$((e,t)=>{if(e.warnings.size>0&&(t&&e.logger.raw(`
|
|
73
73
|
`),e.logger.warn(`Build is done with some warnings:
|
|
74
74
|
|
|
75
75
|
${[...e.warnings].map(o=>`- ${o}`).join(`
|
|
76
|
-
`)}`),e.options.failOnWarn
|
|
76
|
+
`)}`),e.options.failOnWarn))throw new Error("Exiting with code (1). You can change this behavior by setting `failOnWarn: false`.")},"logErrors"),An=$(e=>{switch(e){case"preserve":case"react-native":return"preserve";case"react":return"transform";case"react-jsx":case"react-jsxdev":return"automatic";default:return}},"resolveTsconfigJsxToJsxRuntime"),Wn=$((e,t,o,n,r,s,a,l,i)=>{const c=An(i?.config.compilerOptions?.jsx),p=Bt(s,r,a,{alias:{},clean:!0,debug:n,declaration:!0,dependencies:[],devDependencies:[],emitCJS:!0,emitESM:!0,entries:[],externals:[...de.builtinModules,...de.builtinModules.map(d=>`node:${d}`)],failOnWarn:!0,fileCache:!0,minify:x.NODE_ENV==="production",name:(l.name??"").split("/").pop()??"default",optionalDependencies:[],outDir:"dist",peerDependencies:[],replace:{},rollup:{alias:{},cjsInterop:{addDefaultProperty:!1},commonjs:{ignoreTryCatch:!0,preserveSymlinks:!0,transformMixedEsModules:!1},dts:{compilerOptions:{baseUrl:i?.config.compilerOptions?.baseUrl??".",checkJs:!1,composite:!1,declaration:!0,declarationMap:!1,emitDeclarationOnly:!0,incremental:!1,noEmit:!1,noEmitOnError:!0,preserveSymlinks:!1,skipLibCheck:!0,target:99},respectExternal:!0},dynamicVars:{errorWhenNoFilesFound:!0,include:/\bimport\s*[(/]/},esbuild:{charset:"utf8",include:/\.[jt]sx?$/,jsx:c,jsxDev:i?.config.compilerOptions?.jsx==="react-jsxdev",jsxFactory:i?.config.compilerOptions?.jsxFactory,jsxFragment:i?.config.compilerOptions?.jsxFragmentFactory,jsxImportSource:i?.config.compilerOptions?.jsxImportSource,jsxSideEffects:!0,keepNames:!0,minifyWhitespace:x.NODE_ENV==="production",sourcesContent:!1,target:i?.config.compilerOptions?.target,treeShaking:!0,tsconfigRaw:i?.config},json:{preferConst:!0},license:{dependenciesTemplate:$((d,u,f)=>`
|
|
77
77
|
# Licenses of bundled dependencies
|
|
78
78
|
The published ${f} artifact additionally contains code with the following licenses:
|
|
79
|
-
${
|
|
79
|
+
${d.join(", ")}
|
|
80
80
|
|
|
81
81
|
# Bundled dependencies:
|
|
82
|
-
`+
|
|
82
|
+
`+u,"dependenciesTemplate"),dtsTemplate:$((d,u,f)=>`
|
|
83
83
|
# Licenses of bundled types
|
|
84
84
|
The published ${f} artifact additionally contains code with the following licenses:
|
|
85
|
-
${
|
|
85
|
+
${d.join(", ")}
|
|
86
86
|
|
|
87
87
|
# Bundled types:
|
|
88
|
-
`+
|
|
88
|
+
`+u,"dtsTemplate")},patchTypes:{},polyfillNode:{},preserveDynamicImports:!0,raw:{exclude:ge,include:["**/*.data","**/*.txt"]},replace:{objectGuards:!0,preventAssignment:!0},resolve:{allowExportsFolderMapping:!1,preferBuiltins:!1},shim:!0,sucrase:{disableESTransforms:!0,enableLegacyBabel5ModuleInterop:!1,enableLegacyTypeScriptModuleInterop:i?.config.compilerOptions?.esModuleInterop===!1,include:/\.[jt]sx?$/,injectCreateRequireForImportRequire:!1,preserveDynamicImport:!0,production:x.NODE_ENV==="production",...i?.config.compilerOptions?.jsx&&["react","react-jsx","react-jsxdev"].includes(i.config.compilerOptions.jsx)?{jsxFragmentPragma:i.config.compilerOptions.jsxFragmentFactory,jsxImportSource:i.config.compilerOptions.jsxImportSource,jsxPragma:i.config.compilerOptions.jsxFactory,jsxRuntime:c,transforms:["typescript","jsx",...i.config.compilerOptions.esModuleInterop?["imports"]:[]]}:{transforms:["typescript",...i?.config.compilerOptions?.esModuleInterop?["imports"]:[]]}},swc:{include:/\.[jt]sx?$/,inlineSourcesContent:!1,inputSourceMap:!1,isModule:!0,jsc:{experimental:{keepImportAttributes:!0},externalHelpers:!1,keepClassNames:!0,loose:!0,parser:{decorators:i?.config.compilerOptions?.experimentalDecorators,syntax:i?"typescript":"ecmascript",[i?"tsx":"jsx"]:!0},target:i?.config.compilerOptions?.target?.toLowerCase(),transform:{decoratorMetadata:i?.config.compilerOptions?.emitDecoratorMetadata,legacyDecorator:i?.config.compilerOptions?.experimentalDecorators,react:{development:x.NODE_ENV!=="production",pragma:i?.config.compilerOptions?.jsxFactory,pragmaFrag:i?.config.compilerOptions?.jsxFragmentFactory,runtime:c,throwIfNamespace:!0},treatConstEnumAsEnum:i?.config.compilerOptions?.preserveConstEnums,useDefineForClassFields:i?.config.compilerOptions?.useDefineForClassFields}},module:{ignoreDynamic:!0,importInterop:"none",preserveImportMeta:!0,strict:!1,strictMode:!1,type:"es6"}},treeshake:{moduleSideEffects:En(t,l),preset:"recommended"},watch:{chokidar:{ignoreInitial:!0,ignorePermissionErrors:!0},clearScreen:!0,exclude:ge}},rootDir:t,sourceDir:"src",sourcemap:!1,stub:o==="jit",stubOptions:{jiti:{alias:{},esmResolve:!0,interopDefault:!0}},transformerName:void 0});if(!p.transformerName){const d=new Map([...Object.entries(l.dependencies??{}),...Object.entries(l.devDependencies??{})]);let u="0.0.0";if(d.has("esbuild"))p.transformerName="esbuild",u=d.get("esbuild");else if(d.has("@swc/core"))p.transformerName="swc",u=d.get("@swc/core");else if(d.has("sucrase"))p.transformerName="sucrase",u=d.get("sucrase");else throw new Error("Unknown transformer, check your transformer options or install one of the supported transformers: esbuild, swc, sucrase");e.info("Using "+y("rollup ")+Lt),e.info({message:"Using "+y(p.transformerName)+" "+u,prefix:"transformer"})}return p.rollup.resolve&&p.rollup.resolve.preferBuiltins===!0&&(p.rollup.polyfillNode=!1,e.debug("Disabling polyfillNode because preferBuiltins is set to true")),i?.config.compilerOptions?.isolatedModules||e.warn(`'compilerOptions.isolatedModules' is not enabled in tsconfig.
|
|
89
89
|
Because none of the third-party transpiler, packem uses under the hood is type-aware, some techniques or features often used in TypeScript are not properly checked and can cause mis-compilation or even runtime errors.
|
|
90
|
-
To mitigate this, you should set the isolatedModules option to true in tsconfig and let your IDE warn you when such incompatible constructs are used.`),p.dependencies=Object.keys(
|
|
91
|
-
exports: `+
|
|
92
|
-
${s.chunks.map(i=>{const c=t.buildEntries.find(p=>p.path===i)??{};return
|
|
93
|
-
`)}`),s.modules&&s.modules.length>0){const i=s.modules.filter(c=>c.id.includes("node_modules")).sort((c,p)=>(p.bytes||0)-(c.bytes||0)).map(c=>
|
|
94
|
-
`);
|
|
90
|
+
To mitigate this, you should set the isolatedModules option to true in tsconfig and let your IDE warn you when such incompatible constructs are used.`),p.dependencies=Object.keys(l.dependencies??{}),p.peerDependencies=Object.keys(l.peerDependencies??{}),p.devDependencies=Object.keys(l.devDependencies??{}),p.optionalDependencies=Object.keys(l.optionalDependencies??{}),p.externals.push(...p.dependencies,...p.peerDependencies,...p.optionalDependencies),p},"generateOptions"),Bn=$(e=>e.replace(/\.(?:js|mjs|cjs|ts|mts|cts|json|jsx|tsx)$/,""),"removeExtension"),Jn=$(async(e,t)=>{e.options.entries=e.options.entries.map(o=>typeof o=="string"?{input:o}:o);for await(const o of e.options.entries){if(typeof o.name!="string"){let n=Me(o.input)?S(t,o.input):ee(o.input);n.startsWith("./")&&(n=n.slice(2)),o.name=Bn(n.replace(/^src\//,""))}if(!o.input)throw new Error(`Missing entry input: ${ft(o)}`);if(o.input=g(e.options.rootDir,o.input),!R(o.input)){const n=new Set(await bt(oe(o.input)));let r=!1;for(const s of T)if(n.has(H(o.input)+s)){r=!0;break}if(!r)throw new _t("Your configured entry: "+y(o.input)+" does not exist.")}o.outDir=g(e.options.rootDir,o.outDir??e.options.outDir)}},"prepareEntries"),Ln=$((e,t,o)=>{const n=$(s=>S(t.rootDir,g(t.options.outDir,s)),"rPath");let r=!1;for(const s of t.buildEntries.filter(a=>!a.chunk)){let a=s.bytes??0;for(const i of s.chunks??[])a+=t.buildEntries.find(c=>c.path===i)?.bytes??0;let l=` ${O(n(s.path))} (${["total size: "+y(M(a)),s.type!=="asset"&&s.bytes&&"chunk size: "+y(M(s.bytes))].filter(Boolean).join(", ")})`;if(l+=s.exports?.length?`
|
|
91
|
+
exports: `+I(s.exports.join(", ")):"",s.chunks?.length&&(l+=`
|
|
92
|
+
${s.chunks.map(i=>{const c=t.buildEntries.find(p=>p.path===i)??{};return I(" └─ "+n(i)+O(c.bytes?" ("+M(c?.bytes)+")":""))}).join(`
|
|
93
|
+
`)}`),s.modules&&s.modules.length>0){const i=s.modules.filter(c=>c.id.includes("node_modules")).sort((c,p)=>(p.bytes||0)-(c.bytes||0)).map(c=>I(" 📦 "+n(c.id)+O(c.bytes?" ("+M(c.bytes)+")":""))).join(`
|
|
94
|
+
`);l+=i.length>0?`
|
|
95
95
|
inlined modules:
|
|
96
|
-
`+i:""}if(t.options.declaration&&s.type==="entry"){let i=s.path.replace(/\.js$/,".d.ts"),c="commonjs";s.path.endsWith(".cjs")?i=s.path.replace(/\.cjs$/,".d.cts"):s.path.endsWith(".mjs")&&(c="module",i=s.path.replace(/\.mjs$/,".d.mts"));const p=t.buildEntries.find(
|
|
96
|
+
`+i:""}if(t.options.declaration&&s.type==="entry"){let i=s.path.replace(/\.js$/,".d.ts"),c="commonjs";s.path.endsWith(".cjs")?i=s.path.replace(/\.cjs$/,".d.cts"):s.path.endsWith(".mjs")&&(c="module",i=s.path.replace(/\.mjs$/,".d.mts"));const p=t.buildEntries.find(d=>d.path.endsWith(i));if(p){let d;(t.options.declaration===!0||t.options.declaration==="compatible")&&!i.includes(".d.ts")&&(i=i.replace(c==="commonjs"?".d.c":".d.m",".d."),d=t.buildEntries.find(u=>u.path.endsWith(i))),l+=d&&c===o.type?`
|
|
97
97
|
types:
|
|
98
|
-
`+[p,
|
|
98
|
+
`+[p,d].map(u=>I(" └─ ")+O(n(u.path))+" (total size: "+y(M(u.bytes??0))+")").join(`
|
|
99
99
|
`):`
|
|
100
|
-
types: `+O(n(p.path))+" (total size: "+y(M(p.bytes??0))+")"}}r=!0,
|
|
100
|
+
types: `+O(n(p.path))+" (total size: "+y(M(p.bytes??0))+")"}}r=!0,l+=`
|
|
101
101
|
|
|
102
|
-
`,e.raw(s.chunk?
|
|
103
|
-
`),r},"showSizeInformation"),
|
|
102
|
+
`,e.raw(s.chunk?I(l):l)}return r&&e.raw("Σ Total dist size (byte size):",y(M(t.buildEntries.reduce((s,a)=>s+(a.bytes??0),0))),`
|
|
103
|
+
`),r},"showSizeInformation"),zn=$(async(e,t,o,n,r,s,a,l)=>{const i=Wo(s.preset??r.preset??"auto",t),c=Wn(e,t,o,n,r,s,i,a,l);Dt(v(c.rootDir,c.outDir));const p={buildEntries:[],dependencyGraphMap:new Map,hooks:Jt(),logger:e,mode:o,options:c,pkg:a,rootDir:t,tsconfig:l,usedImports:new Set,warnings:new Set};if(i.hooks&&p.hooks.addHooks(i.hooks),r.hooks&&p.hooks.addHooks(r.hooks),s.hooks&&p.hooks.addHooks(s.hooks),await p.hooks.callHook("build:prepare",p),!p.options.emitESM&&!p.options.emitCJS)throw new Error("Both emitESM and emitCJS are disabled. At least one of them must be enabled.");if(p.options.declaration&&l===void 0)throw new Error("Cannot build declaration files without a tsconfig.json");return p.options.emitESM===void 0&&p.logger.info("Emitting ESM bundles, is disabled."),p.options.emitCJS===void 0&&p.logger.info("Emitting CJS bundles, is disabled."),p.options.declaration||p.logger.info("Declaration files, are disabled."),p},"createContext"),Un=$(async e=>{const t=[];if(e.options.clean)for(const o of new Set(e.options.entries.map(n=>n.outDir).filter(Boolean).sort()))o===e.options.rootDir||e.options.rootDir.startsWith(o.endsWith("/")?o:`${o}/`)||t.some(n=>o.startsWith(n))||(t.push(o),e.logger.info(`Cleaning dist directory: \`./${S(e.options.rootDir,o)}\``),await Pe(o))},"cleanDistributionDirectories"),Hn=$(async(e,t,o)=>{await e.hooks.callHook("build:before",e);const n=Nn(e.options.entries,"environment","runtime"),r=[],s=[];for(const[l,i]of Object.entries(n))for(const[c,p]of Object.entries(i)){s.push(...p.filter(u=>u.declaration));const d={...e};l==="development"&&(d.options.minify=!1),e.options.rollup.replace?(e.options.rollup.replace.values={...e.options.rollup.replace.values,production:l},c==="edge-light"&&(e.options.rollup.replace.values.EdgeRuntime="edge-runtime")):e.logger.warn("'replace' plugin is disabled. You should enable it to replace 'process.env.*' environments."),d.options.entries=p,r.push(pn(d,o))}if(e.options.declaration){const l={...e};l.options.entries=s,r.push(dn(l,o))}await Promise.all(r),e.logger.success(xt(`Build succeeded for ${e.options.name}`));for await(const l of Nt(v(e.options.rootDir,e.options.outDir))){let i=e.buildEntries.find(c=>v(e.options.rootDir,e.options.outDir,c.path)===l.path);if(i||(i={chunk:!0,path:l.path},e.buildEntries.push(i)),!i.bytes){const c=await Ne(g(e.options.rootDir,e.options.outDir,l.path));i.bytes=c.size}}const a=Ln(e.logger,e,t);Pn(e),Fn(t,e),await e.hooks.callHook("build:done",e),ht(e,a)},"build"),Cs=$(async(e,t,o={})=>{const{configPath:n,debug:r,tsconfigPath:s,...a}=o,l=[new It,new Rt];r&&l.push(new Ft);const i=Ct({logLevel:r?"debug":"informational",processors:l,reporters:[new Tt],scope:"packem"});e=g(wt(),e),i.debug("Root directory:",e);const c=v(e,"package.json"),p=Mt(c);i.debug("Using package.json found at",c);let d;if(s){const u=v(e,s);if(!await St(u))throw new Error("tsconfig.json not found at "+u);d={config:At(u),path:u},i.info("Using tsconfig settings at",u)}else try{d=await Wt(e),i.debug("Using tsconfig settings found at",d.path)}catch{i.info("No tsconfig.json or jsconfig.json found.")}try{const u=n??"./packem.config.ts";if(!/\.(?:js|mjs|cjs|ts)$/.test(u))throw new Error("Invalid packem config file extension. Only .js, .mjs, .cjs, .ts extensions are allowed.");const f=Be(u,e);i.debug("Using packem config found at",v(e,u));const w=Date.now(),E=$(()=>Pt(Math.floor(Date.now()-w)),"getDuration"),_=C(JSON.stringify({version:p.version,...p.dependencies,...p.devDependencies,browser:p.browser,eNode:p.engines?.node,exports:p.exports,main:p.main,module:p.module,type:p.type,types:p.types})),j=new jn(e,_,i);j.cachePath&&!R(v(j.cachePath,_))&&R(j.cachePath)&&(i.info("Clearing file cache because the cache key has changed."),await Pe(j.cachePath));const h=await zn(i,e,t,r??!1,a,f,p,d);if(j.isEnabled=h.options.fileCache,await Jn(h,e),h.logger.info(y((t==="watch"?"Watching":t==="jit"?"Stubbing":"Building")+" "+h.options.name)),h.logger.debug(`${O("Root dir:")} ${h.options.rootDir}
|
|
104
104
|
${O("Entries:")}
|
|
105
|
-
${h.options.entries.map(P=>` ${
|
|
106
|
-
`)}`),await
|
|
107
|
-
⚡️ Build run in `+E()),i.restoreAll()
|
|
105
|
+
${h.options.entries.map(P=>` ${ft(P)}`).join(`
|
|
106
|
+
`)}`),await Un(h),h.options.stub){await jo(h),await h.hooks.callHook("build:done",h);return}if(t==="watch"){if(h.options.rollup.watch===!1)throw new Error("Rollup watch is disabled. You should check your packem.config file.");await yn(h,j),ht(h,!1);return}await Hn(h,p,j),i.raw(`
|
|
107
|
+
⚡️ Build run in `+E()),i.restoreAll()}catch(u){throw dt(u),new Error("An error occurred while building",{cause:u})}},"createBundler");export{Cs as default};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";var
|
|
1
|
+
"use strict";var P=Object.defineProperty;var g=(e,r)=>P(e,"name",{value:r,configurable:!0});const _=require("node:fs"),R=require("@rollup/pluginutils"),h=require("@visulima/path"),v=require("esbuild"),z=require("../../../shared/packem.NVRVuzg1.cjs"),x=require("../../../shared/packem.DUZi_m4G.cjs"),$=require("@visulima/find-cache-dir"),C=require("@visulima/fs"),j=require("es-module-lexer");var F=Object.defineProperty,L=g((e,r)=>F(e,"name",{value:r,configurable:!0}),"n");const q=L(async(e,r)=>{r.length>0&&(await v.formatMessages(r,{color:!0,kind:"warning"})).forEach(c=>e.warn(c))},"warn");var S=Object.defineProperty,O=g((e,r)=>S(e,"name",{value:r,configurable:!0}),"t");const W=O(e=>{if(e==="es")return"esm";if(e==="cjs")return e},"getEsbuildFormat"),A=O(({sourceMap:e=!0,...r})=>async function(c,o,i){if(r.minify||r.minifyWhitespace||r.minifyIdentifiers||r.minifySyntax){const n=W(i.format),l=await v.transform(c,{format:n,loader:"js",sourcemap:e,...r});if(await q(this,l.warnings),l.code)return{code:l.code,map:l.map||null}}return null},"getRenderChunk");var I=Object.defineProperty,k=g((e,r)=>I(e,"name",{value:r,configurable:!0}),"o");const E=k(e=>e.replaceAll("\\","/"),"slash"),U=k(async e=>{const r=await $.findCacheDir("@visulima/packem/optimize-deps",{create:!0,cwd:e.cwd});if(!r)throw new Error('[packem:optimize-deps]: failed to find or create cache directory "node_modules/.cache/packem/optimize_deps".');await j.init,await v.build({absWorkingDir:e.cwd,bundle:!0,entryPoints:e.include,format:"esm",ignoreAnnotations:!0,metafile:!0,outdir:r,sourcemap:e.sourceMap,splitting:!0,...e.esbuildOptions,plugins:[{name:"optimize-deps",async setup(o){o.onResolve({filter:/.*/},async i=>{if(e.exclude?.includes(i.path))return{external:!0};if(i.pluginData?.__resolving_dep_path__)return null;if(e.include.includes(i.path)){const n=await o.resolve(i.path,{kind:"import-statement",pluginData:{__resolving_dep_path__:!0},resolveDir:i.resolveDir});return n.errors.length>0||n.warnings.length>0?n:{namespace:"optimize-deps",path:i.path,pluginData:{absolute:n.path,resolveDir:i.resolveDir}}}return null}),o.onLoad({filter:/.*/,namespace:"optimize-deps"},async i=>{const{absolute:n,resolveDir:l}=i.pluginData,p=await C.readFile(n),[,m]=j.parse(p);return{contents:m.length>0?`export * from '${E(n)}'`:`module.exports = require('${E(n)}')`,resolveDir:l}})}},...e.esbuildOptions?.plugins??[]]});const c=new Map;for(const o of e.include)c.set(o,{file:h.join(r,`${o}.js`)});return{cacheDir:r,optimized:c}},"optimizeDeps");var X=Object.defineProperty,G=g((e,r)=>X(e,"name",{value:r,configurable:!0}),"w");const T=G(({exclude:e,include:r,loaders:c,logger:o,optimizeDeps:i,sourceMap:n=!0,...l})=>{const p=z.DEFAULT_LOADERS;if(c!==void 0)for(let[t,s]of Object.entries(c))t=t.startsWith(".")?t:`.${t}`,typeof s=="string"?p[t]=s:s||delete p[t];const m=Object.keys(p),M=new RegExp(`\\.(${m.map(t=>t.slice(1)).join("|")})$`),y=R.createFilter(r??M,e??z.EXCLUDE_REGEXP);let d,D=process.cwd();const w=new Map;return{async buildStart(){!i||d||(d=await U({cwd:D,sourceMap:n,...i}),o.debug("optimized %O",d.optimized))},name:"esbuild",options({context:t}){return t&&(D=t),null},renderChunk:A({...l,sourceMap:n}),async resolveId(t,s,{isEntry:b}){if(!s||b||!y(t)||t.startsWith("\0"))return null;if(d?.optimized.has(t)){const a=d.optimized.get(t);if(a)return o.debug("resolved %s to %s",t,a.file),a.file}const u=w.get(t);if(u!==void 0)return u;if(s&&t.startsWith(".")){const a=h.resolve(s?h.dirname(s):process.cwd(),t);let f=x.u(m,a);if(f||!f&&_.existsSync(a)&&_.statSync(a).isDirectory()&&(f=x.u(m,a,!0),f))return w.set(t,f),f}return w.set(t,null),null},async transform(t,s){if(!y(s)||d?.optimized.has(s))return null;const b=h.extname(s),u=p[b];if(o.debug("transforming %s with %s loader",s,u),!u)return null;const a=await v.transform(t,{format:["base64","binary","dataurl","text","json"].includes(u)?"esm":void 0,loader:u,sourcefile:s.replace(/\.[cm]ts/,".ts"),sourcemap:n,...l});return await q(this,a.warnings),a.code?{code:a.code,map:a.map||null}:null}}},"default");module.exports=T;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Plugin } from 'rollup';
|
|
2
|
-
import { E as EsbuildPluginConfig } from '../../../shared/packem.
|
|
2
|
+
import { E as EsbuildPluginConfig } from '../../../shared/packem.Db-Z_7e-.cjs';
|
|
3
3
|
import '@rollup/pluginutils';
|
|
4
4
|
import '@visulima/pail';
|
|
5
5
|
import 'esbuild';
|