bunup 0.1.15 → 0.1.16

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/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Bunup
2
2
 
3
- A extremely fast, zero-config bundler for TypeScript & JavaScript, powered by Bun.
3
+ A extremely fast, zero-config bundler for TypeScript & JavaScript, powered by [Bun](https://bun.sh) and [oxc](https://oxc.rs/).
4
4
 
5
5
  ![Demo](/demo.gif)
6
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bunup",
3
- "version": "0.1.15",
3
+ "version": "0.1.16",
4
4
  "description": "A extremely fast, zero-config bundler for TypeScript & JavaScript, powered by Bun.",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",
@@ -9,7 +9,7 @@
9
9
  "build"
10
10
  ],
11
11
  "bin": {
12
- "bunup": "build/cli.js"
12
+ "bunup": "build/cli.mjs"
13
13
  },
14
14
  "devDependencies": {
15
15
  "@commitlint/cli": "^19.5.0",
@@ -22,7 +22,6 @@
22
22
  "eslint": "^8.57.0",
23
23
  "husky": "^9.1.6",
24
24
  "prettier": "^3.2.5",
25
- "tsup": "^8.4.0",
26
25
  "typescript": "^5.4.3",
27
26
  "vitest": "^2.0.5"
28
27
  },
@@ -61,6 +60,8 @@
61
60
  "scripts": {
62
61
  "build": "bunup",
63
62
  "dev": "bunup --watch",
63
+ "build:docs": "pnpm -C docs build",
64
+ "dev:docs": "pnpm -C docs dev",
64
65
  "test-build": "pnpm -C tests build",
65
66
  "test": "vitest run",
66
67
  "tsc": "tsc --noEmit",
package/build/cli.d.mts DELETED
@@ -1,3 +0,0 @@
1
- declare function main(args?: string[]);
2
-
3
- export { main };
package/build/cli.d.ts DELETED
@@ -1,3 +0,0 @@
1
- declare function main(args?: string[]);
2
-
3
- export { main };
package/build/cli.js DELETED
@@ -1,6 +0,0 @@
1
- #!/usr/bin/env bun
2
- // @bun @bun-cjs
3
- (function(exports, require, module, __filename, __dirname) {var Nn=require("node:module");var Cn=Object.create;var{getPrototypeOf:En,defineProperty:y,getOwnPropertyNames:q,getOwnPropertyDescriptor:dn}=Object,K=Object.prototype.hasOwnProperty;var g=(n,r,e)=>{e=n!=null?Cn(En(n)):{};let s=r||!n||!n.__esModule?y(e,"default",{value:n,enumerable:!0}):e;for(let t of q(n))if(!K.call(s,t))y(s,t,{get:()=>n[t],enumerable:!0});return s},X=new WeakMap,pn=(n)=>{var r=X.get(n),e;if(r)return r;if(r=y({},"__esModule",{value:!0}),n&&typeof n==="object"||typeof n==="function")q(n).map((s)=>!K.call(r,s)&&y(r,s,{get:()=>n[s],enumerable:!(e=dn(n,s))||e.enumerable}));return X.set(n,r),r};var yn=(n,r)=>{for(var e in r)y(n,e,{get:r[e],enumerable:!0,configurable:!0,set:(s)=>r[e]=()=>s})};var Un={};yn(Un,{main:()=>On});module.exports=pn(Un);var H=g(require("fs")),xn=g(require("path"));var l=require("node:worker_threads");var p=g(require("node:fs")),S=g(require("node:path")),b=g(require("oxc-transform")),nn=require("rollup"),rn=g(require("rollup-plugin-dts")),k=g(require("typescript"));var $=(n)=>{if(n instanceof Error)return n.message;return String(n)},Q=(n,r)=>{let e=$(n),s=r?`[${r}] `:"";if(console.error(`\x1B[31m[ERROR]\x1B[0m ${s}${e}`),n instanceof Error&&n.stack)console.error("\x1B[2m"+n.stack.split(`
4
- `).slice(1).join(`
5
- `)+"\x1B[0m")};function U(n){return n.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}function Y(n=8){return Math.random().toString(36).substring(2,2+n)}function Z(n,r){switch(n){case"esm":return".mjs";case"cjs":return A(r)?".cjs":".js";case"iife":return".global.js"}}function F(n,r){switch(n){case"esm":return".d.mts";case"cjs":return A(r)?".d.cts":".d.ts";case"iife":return".d.ts"}}function A(n){return n==="module"}function W(n){return n>=1000?`${(n/1000).toFixed(2)}s`:`${Math.round(n)}ms`}function z(n){if(!n)return[];return Array.from(new Set([...Object.keys(n.dependencies||{}),...Object.keys(n.peerDependencies||{})]))}function I(n,r){return n===void 0?r==="esm":n}function D(n){return n.map((r)=>typeof r==="string"?new RegExp(`^${U(r)}($|\\/|\\\\)`):r)}function h(n,r){return D(n.external||[]).concat(z(r).map((e)=>new RegExp(`^${U(e)}($|\\/|\\\\)`)))}function L(n){return D(n.noExternal||[])}var E=g(require("node:fs")),v=g(require("node:path"));var o={MAX_LABEL_LENGTH:5,colors:{cli:"183",info:"240",warn:"221",error:"203",progress:{ESM:"214",CJS:"114",IIFE:"105",DTS:"75"},default:"255"},labels:{cli:"BUNUP",info:"INFO",warn:"WARN",error:"ERROR"},formatMessage(n,r,e){let s=" ".repeat(Math.max(0,this.MAX_LABEL_LENGTH-r.length));return`\x1B[38;5;${n}m[${r}]\x1B[0m ${s}${e}`},cli(n){let r=this.labels.cli;console.log(this.formatMessage(this.colors.cli,r,n))},info(n){let r=this.labels.info;console.log(this.formatMessage(this.colors.info,r,n))},warn(n){let r=this.labels.warn;console.warn(this.formatMessage(this.colors.warn,r,n))},error(n){let r=this.labels.error;console.error(this.formatMessage(this.colors.error,r,n))},progress(n,r){let e=String(n),s=this.colors.default;for(let[t,c]of Object.entries(this.colors.progress))if(e.includes(t)){s=c;break}console.log(this.formatMessage(s,e,r))}};function J(n,r){return`${r?`${r.replace(/-/g,"_")}_`:""}${n}`.toUpperCase()}var d={entry:[],format:["cjs"],outDir:"dist",minify:!1,watch:!1,dts:!1,target:"node",external:[],clean:!0};function T(n,r){return{outdir:`${r}/${n.outDir}`,minify:jn(n),target:n.target,splitting:n.splitting}}function jn(n){let{minify:r,minifyWhitespace:e,minifyIdentifiers:s,minifySyntax:t}=n,c=r===!0;return{whitespace:e??c,identifiers:s??c,syntax:t??c}}async function V(n){let r=[];for(let e of[".ts",".js",".mjs",".cjs",".mts",".cts",".json",".jsonc"]){let s=v.default.join(n,`bunup.config${e}`);try{if(!E.default.existsSync(s))continue;let t;if(e===".json"||e===".jsonc"){let c=E.default.readFileSync(s,"utf8");t=JSON.parse(c)}else{let c=await import(`file://${s}`);if(t=c.default||c,!t)o.warn(`No default export found in ${s}`),t={}}if(Array.isArray(t))for(let c of t)r.push({options:{...d,...c},rootDir:n});else r.push({options:{...d,...t},rootDir:n});break}catch(t){o.error(`Failed to load config from ${s}: ${$(t)}`)}if(r.length>0)break}return r}function R(n){let r=v.default.join(n,"package.json");try{if(!E.default.existsSync(r))return null;let e=E.default.readFileSync(r,"utf8");return JSON.parse(e)}catch(e){return o.error(`Failed to load package.json at ${r}: ${$(e)}`),null}}function P(n){try{if(!E.default.existsSync(n))return{};let r=E.default.readFileSync(n,"utf8");return JSON.parse(r)||{}}catch(r){return o.warn(`Failed to parse tsconfig at ${n}: ${$(r)}`),{}}}async function sn(n,r,e,s){let{absoluteRootDir:t,absoluteEntry:c}=Rn(n,r),i=await An(c),m=await hn(i);return Ln(c,m,e,s,t)}async function An(n){let r=new Set,e=[n];while(e.length>0){let s=e.pop();if(!s||r.has(s))continue;r.add(s);try{let t=await p.default.promises.readFile(s,"utf8"),c=Wn(t);for(let i of c){let m=S.default.dirname(s),f=S.default.resolve(m,i),a=[f,`${f}.ts`,`${f}.tsx`,`${f}/index.ts`,`${f}/index.tsx`];for(let u of a)if(p.default.existsSync(u)&&u.endsWith(".ts")&&!r.has(u)){e.push(u);break}}}catch(t){o.warn(`Error processing ${s}: ${t instanceof Error?t.message:String(t)}`)}}return r}function Wn(n){let r=new Set;try{let e=/(?:import|export)(?:(?:[\s\n]*(?:type[\s\n]+)?(?:\*|\{[^}]*\}|[\w$]+)[\s\n]+from[\s\n]*)|[\s\n]+)(["'`])([^'"]+)\1/g,s;while((s=e.exec(n))!==null){let i=s[2];if(i.startsWith("."))r.add(i)}let t=/import\s+(["'`])([^'"]+)\1\s*;?/g;while((s=t.exec(n))!==null){let i=s[2];if(i.startsWith("."))r.add(i)}let c=/import\s*\(\s*(["'`])([^'"]+)\1\s*\)/g;while((s=c.exec(n))!==null){let i=s[2];if(i.startsWith("."))r.add(i)}}catch(e){o.warn(`Error extracting imports: ${e instanceof Error?e.message:String(e)}`)}return Array.from(r)}async function hn(n){let r=new Map;return await Promise.all(Array.from(n).map(async(e)=>{try{let s=e.replace(/\.tsx?$/,".d.ts"),t=await p.default.promises.readFile(e,"utf8"),{code:c}=b.default.isolatedDeclaration(e,t);if(c)r.set(s,c)}catch(s){o.warn(`Failed to generate declaration for ${e}: ${s instanceof Error?s.message:String(s)}`)}})),r}async function Ln(n,r,e,s,t){let m=`\x00virtual:${n.replace(/\.tsx?$/,".d.ts")}`,f=typeof s.dts==="object"?s.dts:{},a=f.preferredTsconfigPath?S.default.resolve(f.preferredTsconfigPath):S.default.join(t,"tsconfig.json"),w=(await P(a)).compilerOptions,B={name:"bunup:virtual-dts",resolveId(x,O){if(x.startsWith("\x00virtual:"))return x;if(O?.startsWith("\x00virtual:")){let C=O.slice(9),Sn=S.default.dirname(C);if(x.startsWith(".")){let $n=S.default.resolve(Sn,x);for(let Bn of["",".d.ts","/index.d.ts"]){let G=`${$n}${Bn}`;if(r.has(G))return`\x00virtual:${G}`}}}return null},load(x){if(x.startsWith("\x00virtual:")){let O=x.slice(9);return r.get(O)||null}return null}},wn=R(t),gn=h(s,wn),ln=L(s),j;try{j=await nn.rollup({input:m,onwarn(O,C){if(O.code==="UNRESOLVED_IMPORT"||O.code==="CIRCULAR_DEPENDENCY"||O.code==="EMPTY_BUNDLE")return;C(O)},plugins:[B,rn.default({tsconfig:a,compilerOptions:{...w?k.default.parseJsonConfigFileContent({compilerOptions:w},k.default.sys,"./").options:{},declaration:!0,noEmit:!1,emitDeclarationOnly:!0,noEmitOnError:!0,checkJs:!1,declarationMap:!1,skipLibCheck:!0,preserveSymlinks:!1,target:k.default.ScriptTarget.ESNext}})],external:(O)=>gn.some((C)=>C.test(O))&&!ln.some((C)=>C.test(O))});let{output:x}=await j.generate({format:e});if(!x[0]?.code)throw new Error("Generated bundle is empty");return x[0].code}catch(x){throw new Error(`DTS bundling failed: ${$(x)}`)}finally{if(j)await j.close()}}function Rn(n,r){let e=S.default.resolve(n),s=S.default.resolve(e,r);if(!p.default.existsSync(e))throw new Error(`Root directory does not exist: ${e}`);if(!p.default.existsSync(s))throw new Error(`Entry file does not exist: ${s}`);if(!s.endsWith(".ts"))throw new Error(`Entry file must be a TypeScript file (.ts): ${s}`);if(S.default.relative(e,s).startsWith(".."))throw new Error(`Entry file must be within rootDir: ${s}`);return{absoluteRootDir:e,absoluteEntry:s}}async function en(n,r,e,s,t){return new Promise((c,i)=>{let m={rootDir:n,entries:r,formats:e,options:s,packageType:t},f=new l.Worker(new URL("./dtsWorker.js",import.meta.url),{workerData:m});f.on("message",(a)=>{if(a.success){if(a.timeMs){let u=W(a.timeMs);o.progress("DTS",`Bundled types in ${u}`)}c()}else i(new Error(a.error||"Unknown DTS worker error"))}),f.on("error",i),f.on("exit",(a)=>{if(a!==0)i(new Error(`DTS worker stopped with exit code ${a}`))})})}if(!l.isMainThread&&l.parentPort){let{rootDir:n,entries:r,formats:e,options:s,packageType:t}=l.workerData,c=performance.now();o.progress("DTS","Bundling types");try{let i=e.flatMap((m)=>r.map(async(f)=>{let a=await sn(n,f.path,m,s),u=F(m,t),w=`${s.outDir}/${f.name}${u}`,B=`${n}/${w}`;await Bun.write(B,a),o.progress("DTS",w)}));Promise.all(i).then(()=>{let m=performance.now()-c;l.parentPort?.postMessage({success:!0,timeMs:m})}).catch((m)=>{l.parentPort?.postMessage({success:!1,error:m instanceof Error?m.message:String(m)})})}catch(i){l.parentPort?.postMessage({success:!1,error:i instanceof Error?i.message:String(i)})}}function kn(n){return n.split("/").pop()?.split(".").slice(0,-1).join(".")||""}function N(n){let r=[],e=new Set;function s(t,c){if(e.has(t)){let i=Y();r.push({name:`${t}_${i}`,path:c})}else r.push({name:t,path:c}),e.add(t)}if(Array.isArray(n))for(let t of n){let c=kn(t);s(c,t)}else Object.entries(n).forEach(([t,c])=>{s(t,c)});return r}function tn(n,r){return`[dir]/${n}${r}`}function cn(n,r){return{name:"bunup:external-plugin",setup(e){e.onResolve({filter:/.*/},(s)=>{let t=s.path;if(n.some((i)=>i.test(t))&&!r.some((i)=>i.test(t)))return{path:t,external:!0};return null})}}}async function _(n,r){if(!n.entry||n.entry.length===0||!n.outDir){o.cli("Nothing to build. Please make sure you have provided a proper bunup configuration or cli arguments.");return}let e=performance.now();o.cli("Build started");let s=R(r),t=s?.type,c=h(n,s),i=L(n),m=[cn(c,i)],f=N(n.entry),a=n.format.flatMap((u)=>f.map((w)=>_n(n,r,w,u,t,m)));try{await Promise.all(a);let u=performance.now()-e,w=W(u);o.cli(`⚡ Build success in ${w}`)}catch(u){o.error("Build process encountered errors."),process.exit(1)}if(n.dts){o.progress("DTS","Bundling types");let u=n.format.filter((B)=>{if(B==="iife"&&!A(t)&&n.format.includes("cjs"))return!1;return!0}),w=n.dts===!0?f:N(n.dts.entry);try{await en(r,w,u,n,t)}catch(B){o.error(`DTS build process encountered errors: ${$(B)}`)}}}async function _n(n,r,e,s,t,c){let i=Z(s,t),m=T(n,r),f=await Bun.build({...m,entrypoints:[`${r}/${e.path}`],format:s,naming:{entry:tn(e.name,i)},splitting:I(n.splitting,s),plugins:c,throw:!1});if(!f.success)throw f.logs.forEach((a)=>{if(a.level==="error")o.error(a.message);else if(a.level==="warning")o.warn(a.message);else if(a.level==="info")o.info(a.message)}),new Error(`Build failed for ${e} (${s})`);o.progress(J(s,n.name),`${n.outDir}/${e.name}${i}`)}var Mn={n:"name",f:"format",o:"outDir",m:"minify",w:"watch",d:"dts",e:"external",t:"target",mw:"minifyWhitespace",mi:"minifyIdentifiers",ms:"minifySyntax",c:"clean",s:"splitting",ne:"noExternal"},Hn={name:(n,r)=>{r.name=n},format:(n,r)=>{r.format=n.split(",")},outDir:(n,r)=>{r.outDir=n},minify:(n,r)=>{r.minify=!!n},watch:(n,r)=>{r.watch=!!n},dts:(n,r)=>{r.dts=!!n},external:(n,r)=>{r.external=n.split(",")},minifyWhitespace:(n,r)=>{r.minifyWhitespace=!!n},minifyIdentifiers:(n,r)=>{r.minifyIdentifiers=!!n},minifySyntax:(n,r)=>{r.minifySyntax=!!n},target:(n,r)=>{r.target=n},clean:(n,r)=>{r.clean=!!n},splitting:(n,r)=>{r.splitting=!!n},noExternal:(n,r)=>{r.noExternal=n.split(",")}};function on(n){let r={};for(let e=0;e<n.length;e++){let s=n[e];if(s.startsWith("--")||s.startsWith("-")){let t=s.startsWith("-")&&!s.startsWith("--"),c=t?s.slice(1):s.slice(2),i=t?Mn[c]:c,m=Hn[i];if(!m){o.error(`Unknown option: ${c}`);continue}let f=n[e+1],a=f&&!f.startsWith("-")?f:!0;if(m(a,r),typeof a==="string")e++}else{if(!r.entry)r.entry=[];if(Array.isArray(r.entry))r.entry.push(s)}}return r}(()=>{if(typeof Bun==="undefined")o.error(`Bunup requires Bun to run.
6
- To install Bun, visit https://bun.sh/docs/installation`),process.exit(1)})();var M=g(require("node:path")),fn=g(require("chokidar"));async function an(n,r){let e=new Set;N(n.entry).forEach((f)=>{let a=M.default.resolve(r,f.path),u=M.default.dirname(a);e.add(u)});let t=fn.default.watch(Array.from(e),{persistent:!0,awaitWriteFinish:{stabilityThreshold:100,pollInterval:50},atomic:!0,ignorePermissionErrors:!0,ignored:[/[\\/]\.git[\\/]/,/[\\/]node_modules[\\/]/,n.outDir]}),c=null,i=!1,m=async(f)=>{if(i)return;i=!0;try{await _({...n,entry:[f],clean:!1},r)}catch(a){o.error(`Build failed: ${a}`)}finally{i=!1}};t.on("change",(f)=>{let a=M.default.relative(r,f);if(o.cli(`File changed: ${a}`),c)clearTimeout(c);c=setTimeout(()=>m(a),300)}),t.on("error",(f)=>{o.error(`Watcher error: ${f}`)})}async function On(n=Bun.argv.slice(2)){let r=on(n),e=await V(process.cwd()),s=process.cwd();if(r.watch)o.cli("Starting watch mode"),o.cli("Watching for file changes");if(e.length===0){let t={...d,...r};if(t.clean)un(s,t.outDir);await mn(t,s)}else{for(let{options:t,rootDir:c}of e)if(t.clean)un(c,t.outDir);await Promise.all(e.map(async({options:t,rootDir:c})=>{let i={...d,...t,...r};await mn(i,c)}))}if(!r.watch)process.exit(0)}async function mn(n,r){if(n.watch)await an(n,r);else await _(n,r)}function un(n,r){let e=xn.default.join(n,r);if(H.default.existsSync(e))try{H.default.rmSync(e,{recursive:!0,force:!0})}catch(s){o.error(`Failed to clean output directory: ${s}`)}H.default.mkdirSync(e,{recursive:!0})}On().catch((n)=>{Q(n),process.exit(1)});})
package/build/cli.mjs DELETED
@@ -1,6 +0,0 @@
1
- #!/usr/bin/env bun
2
- // @bun
3
- import M from"fs";import jn from"path";import{isMainThread as $n,parentPort as h,Worker as Bn,workerData as Cn}from"node:worker_threads";import E from"node:fs";import l from"node:path";import mn from"oxc-transform";import{rollup as un}from"rollup";import xn from"rollup-plugin-dts";import k from"typescript";var g=(n)=>{if(n instanceof Error)return n.message;return String(n)},U=(n,r)=>{let e=g(n),s=r?`[${r}] `:"";if(console.error(`\x1B[31m[ERROR]\x1B[0m ${s}${e}`),n instanceof Error&&n.stack)console.error("\x1B[2m"+n.stack.split(`
4
- `).slice(1).join(`
5
- `)+"\x1B[0m")};function R(n){return n.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}function v(n=8){return Math.random().toString(36).substring(2,2+n)}function G(n,r){switch(n){case"esm":return".mjs";case"cjs":return y(r)?".cjs":".js";case"iife":return".global.js"}}function X(n,r){switch(n){case"esm":return".d.mts";case"cjs":return y(r)?".d.cts":".d.ts";case"iife":return".d.ts"}}function y(n){return n==="module"}function N(n){return n>=1000?`${(n/1000).toFixed(2)}s`:`${Math.round(n)}ms`}function q(n){if(!n)return[];return Array.from(new Set([...Object.keys(n.dependencies||{}),...Object.keys(n.peerDependencies||{})]))}function K(n,r){return n===void 0?r==="esm":n}function Q(n){return n.map((r)=>typeof r==="string"?new RegExp(`^${R(r)}($|\\/|\\\\)`):r)}function j(n,r){return Q(n.external||[]).concat(q(r).map((e)=>new RegExp(`^${R(e)}($|\\/|\\\\)`)))}function A(n){return Q(n.noExternal||[])}import C from"node:fs";import F from"node:path";var o={MAX_LABEL_LENGTH:5,colors:{cli:"183",info:"240",warn:"221",error:"203",progress:{ESM:"214",CJS:"114",IIFE:"105",DTS:"75"},default:"255"},labels:{cli:"BUNUP",info:"INFO",warn:"WARN",error:"ERROR"},formatMessage(n,r,e){let s=" ".repeat(Math.max(0,this.MAX_LABEL_LENGTH-r.length));return`\x1B[38;5;${n}m[${r}]\x1B[0m ${s}${e}`},cli(n){let r=this.labels.cli;console.log(this.formatMessage(this.colors.cli,r,n))},info(n){let r=this.labels.info;console.log(this.formatMessage(this.colors.info,r,n))},warn(n){let r=this.labels.warn;console.warn(this.formatMessage(this.colors.warn,r,n))},error(n){let r=this.labels.error;console.error(this.formatMessage(this.colors.error,r,n))},progress(n,r){let e=String(n),s=this.colors.default;for(let[t,c]of Object.entries(this.colors.progress))if(e.includes(t)){s=c;break}console.log(this.formatMessage(s,e,r))}};function Y(n,r){return`${r?`${r.replace(/-/g,"_")}_`:""}${n}`.toUpperCase()}var B={entry:[],format:["cjs"],outDir:"dist",minify:!1,watch:!1,dts:!1,target:"node",external:[],clean:!0};function Z(n,r){return{outdir:`${r}/${n.outDir}`,minify:an(n),target:n.target,splitting:n.splitting}}function an(n){let{minify:r,minifyWhitespace:e,minifyIdentifiers:s,minifySyntax:t}=n,c=r===!0;return{whitespace:e??c,identifiers:s??c,syntax:t??c}}async function z(n){let r=[];for(let e of[".ts",".js",".mjs",".cjs",".mts",".cts",".json",".jsonc"]){let s=F.join(n,`bunup.config${e}`);try{if(!C.existsSync(s))continue;let t;if(e===".json"||e===".jsonc"){let c=C.readFileSync(s,"utf8");t=JSON.parse(c)}else{let c=await import(`file://${s}`);if(t=c.default||c,!t)o.warn(`No default export found in ${s}`),t={}}if(Array.isArray(t))for(let c of t)r.push({options:{...B,...c},rootDir:n});else r.push({options:{...B,...t},rootDir:n});break}catch(t){o.error(`Failed to load config from ${s}: ${g(t)}`)}if(r.length>0)break}return r}function W(n){let r=F.join(n,"package.json");try{if(!C.existsSync(r))return null;let e=C.readFileSync(r,"utf8");return JSON.parse(e)}catch(e){return o.error(`Failed to load package.json at ${r}: ${g(e)}`),null}}function I(n){try{if(!C.existsSync(n))return{};let r=C.readFileSync(n,"utf8");return JSON.parse(r)||{}}catch(r){return o.warn(`Failed to parse tsconfig at ${n}: ${g(r)}`),{}}}async function D(n,r,e,s){let{absoluteRootDir:t,absoluteEntry:c}=Sn(n,r),i=await On(c),m=await gn(i);return ln(c,m,e,s,t)}async function On(n){let r=new Set,e=[n];while(e.length>0){let s=e.pop();if(!s||r.has(s))continue;r.add(s);try{let t=await E.promises.readFile(s,"utf8"),c=wn(t);for(let i of c){let m=l.dirname(s),f=l.resolve(m,i),a=[f,`${f}.ts`,`${f}.tsx`,`${f}/index.ts`,`${f}/index.tsx`];for(let u of a)if(E.existsSync(u)&&u.endsWith(".ts")&&!r.has(u)){e.push(u);break}}}catch(t){o.warn(`Error processing ${s}: ${t instanceof Error?t.message:String(t)}`)}}return r}function wn(n){let r=new Set;try{let e=/(?:import|export)(?:(?:[\s\n]*(?:type[\s\n]+)?(?:\*|\{[^}]*\}|[\w$]+)[\s\n]+from[\s\n]*)|[\s\n]+)(["'`])([^'"]+)\1/g,s;while((s=e.exec(n))!==null){let i=s[2];if(i.startsWith("."))r.add(i)}let t=/import\s+(["'`])([^'"]+)\1\s*;?/g;while((s=t.exec(n))!==null){let i=s[2];if(i.startsWith("."))r.add(i)}let c=/import\s*\(\s*(["'`])([^'"]+)\1\s*\)/g;while((s=c.exec(n))!==null){let i=s[2];if(i.startsWith("."))r.add(i)}}catch(e){o.warn(`Error extracting imports: ${e instanceof Error?e.message:String(e)}`)}return Array.from(r)}async function gn(n){let r=new Map;return await Promise.all(Array.from(n).map(async(e)=>{try{let s=e.replace(/\.tsx?$/,".d.ts"),t=await E.promises.readFile(e,"utf8"),{code:c}=mn.isolatedDeclaration(e,t);if(c)r.set(s,c)}catch(s){o.warn(`Failed to generate declaration for ${e}: ${s instanceof Error?s.message:String(s)}`)}})),r}async function ln(n,r,e,s,t){let m=`\x00virtual:${n.replace(/\.tsx?$/,".d.ts")}`,f=typeof s.dts==="object"?s.dts:{},a=f.preferredTsconfigPath?l.resolve(f.preferredTsconfigPath):l.join(t,"tsconfig.json"),w=(await I(a)).compilerOptions,S={name:"bunup:virtual-dts",resolveId(x,O){if(x.startsWith("\x00virtual:"))return x;if(O?.startsWith("\x00virtual:")){let $=O.slice(9),cn=l.dirname($);if(x.startsWith(".")){let on=l.resolve(cn,x);for(let fn of["",".d.ts","/index.d.ts"]){let H=`${on}${fn}`;if(r.has(H))return`\x00virtual:${H}`}}}return null},load(x){if(x.startsWith("\x00virtual:")){let O=x.slice(9);return r.get(O)||null}return null}},sn=W(t),en=j(s,sn),tn=A(s),p;try{p=await un({input:m,onwarn(O,$){if(O.code==="UNRESOLVED_IMPORT"||O.code==="CIRCULAR_DEPENDENCY"||O.code==="EMPTY_BUNDLE")return;$(O)},plugins:[S,xn({tsconfig:a,compilerOptions:{...w?k.parseJsonConfigFileContent({compilerOptions:w},k.sys,"./").options:{},declaration:!0,noEmit:!1,emitDeclarationOnly:!0,noEmitOnError:!0,checkJs:!1,declarationMap:!1,skipLibCheck:!0,preserveSymlinks:!1,target:k.ScriptTarget.ESNext}})],external:(O)=>en.some(($)=>$.test(O))&&!tn.some(($)=>$.test(O))});let{output:x}=await p.generate({format:e});if(!x[0]?.code)throw new Error("Generated bundle is empty");return x[0].code}catch(x){throw new Error(`DTS bundling failed: ${g(x)}`)}finally{if(p)await p.close()}}function Sn(n,r){let e=l.resolve(n),s=l.resolve(e,r);if(!E.existsSync(e))throw new Error(`Root directory does not exist: ${e}`);if(!E.existsSync(s))throw new Error(`Entry file does not exist: ${s}`);if(!s.endsWith(".ts"))throw new Error(`Entry file must be a TypeScript file (.ts): ${s}`);if(l.relative(e,s).startsWith(".."))throw new Error(`Entry file must be within rootDir: ${s}`);return{absoluteRootDir:e,absoluteEntry:s}}async function J(n,r,e,s,t){return new Promise((c,i)=>{let m={rootDir:n,entries:r,formats:e,options:s,packageType:t},f=new Bn(new URL("./dtsWorker.js",import.meta.url),{workerData:m});f.on("message",(a)=>{if(a.success){if(a.timeMs){let u=N(a.timeMs);o.progress("DTS",`Bundled types in ${u}`)}c()}else i(new Error(a.error||"Unknown DTS worker error"))}),f.on("error",i),f.on("exit",(a)=>{if(a!==0)i(new Error(`DTS worker stopped with exit code ${a}`))})})}if(!$n&&h){let{rootDir:n,entries:r,formats:e,options:s,packageType:t}=Cn,c=performance.now();o.progress("DTS","Bundling types");try{let i=e.flatMap((m)=>r.map(async(f)=>{let a=await D(n,f.path,m,s),u=X(m,t),w=`${s.outDir}/${f.name}${u}`,S=`${n}/${w}`;await Bun.write(S,a),o.progress("DTS",w)}));Promise.all(i).then(()=>{let m=performance.now()-c;h?.postMessage({success:!0,timeMs:m})}).catch((m)=>{h?.postMessage({success:!1,error:m instanceof Error?m.message:String(m)})})}catch(i){h?.postMessage({success:!1,error:i instanceof Error?i.message:String(i)})}}function En(n){return n.split("/").pop()?.split(".").slice(0,-1).join(".")||""}function d(n){let r=[],e=new Set;function s(t,c){if(e.has(t)){let i=v();r.push({name:`${t}_${i}`,path:c})}else r.push({name:t,path:c}),e.add(t)}if(Array.isArray(n))for(let t of n){let c=En(t);s(c,t)}else Object.entries(n).forEach(([t,c])=>{s(t,c)});return r}function T(n,r){return`[dir]/${n}${r}`}function V(n,r){return{name:"bunup:external-plugin",setup(e){e.onResolve({filter:/.*/},(s)=>{let t=s.path;if(n.some((i)=>i.test(t))&&!r.some((i)=>i.test(t)))return{path:t,external:!0};return null})}}}async function L(n,r){if(!n.entry||n.entry.length===0||!n.outDir){o.cli("Nothing to build. Please make sure you have provided a proper bunup configuration or cli arguments.");return}let e=performance.now();o.cli("Build started");let s=W(r),t=s?.type,c=j(n,s),i=A(n),m=[V(c,i)],f=d(n.entry),a=n.format.flatMap((u)=>f.map((w)=>dn(n,r,w,u,t,m)));try{await Promise.all(a);let u=performance.now()-e,w=N(u);o.cli(`⚡ Build success in ${w}`)}catch(u){o.error("Build process encountered errors."),process.exit(1)}if(n.dts){o.progress("DTS","Bundling types");let u=n.format.filter((S)=>{if(S==="iife"&&!y(t)&&n.format.includes("cjs"))return!1;return!0}),w=n.dts===!0?f:d(n.dts.entry);try{await J(r,w,u,n,t)}catch(S){o.error(`DTS build process encountered errors: ${g(S)}`)}}}async function dn(n,r,e,s,t,c){let i=G(s,t),m=Z(n,r),f=await Bun.build({...m,entrypoints:[`${r}/${e.path}`],format:s,naming:{entry:T(e.name,i)},splitting:K(n.splitting,s),plugins:c,throw:!1});if(!f.success)throw f.logs.forEach((a)=>{if(a.level==="error")o.error(a.message);else if(a.level==="warning")o.warn(a.message);else if(a.level==="info")o.info(a.message)}),new Error(`Build failed for ${e} (${s})`);o.progress(Y(s,n.name),`${n.outDir}/${e.name}${i}`)}var pn={n:"name",f:"format",o:"outDir",m:"minify",w:"watch",d:"dts",e:"external",t:"target",mw:"minifyWhitespace",mi:"minifyIdentifiers",ms:"minifySyntax",c:"clean",s:"splitting",ne:"noExternal"},yn={name:(n,r)=>{r.name=n},format:(n,r)=>{r.format=n.split(",")},outDir:(n,r)=>{r.outDir=n},minify:(n,r)=>{r.minify=!!n},watch:(n,r)=>{r.watch=!!n},dts:(n,r)=>{r.dts=!!n},external:(n,r)=>{r.external=n.split(",")},minifyWhitespace:(n,r)=>{r.minifyWhitespace=!!n},minifyIdentifiers:(n,r)=>{r.minifyIdentifiers=!!n},minifySyntax:(n,r)=>{r.minifySyntax=!!n},target:(n,r)=>{r.target=n},clean:(n,r)=>{r.clean=!!n},splitting:(n,r)=>{r.splitting=!!n},noExternal:(n,r)=>{r.noExternal=n.split(",")}};function P(n){let r={};for(let e=0;e<n.length;e++){let s=n[e];if(s.startsWith("--")||s.startsWith("-")){let t=s.startsWith("-")&&!s.startsWith("--"),c=t?s.slice(1):s.slice(2),i=t?pn[c]:c,m=yn[i];if(!m){o.error(`Unknown option: ${c}`);continue}let f=n[e+1],a=f&&!f.startsWith("-")?f:!0;if(m(a,r),typeof a==="string")e++}else{if(!r.entry)r.entry=[];if(Array.isArray(r.entry))r.entry.push(s)}}return r}(()=>{if(typeof Bun==="undefined")o.error(`Bunup requires Bun to run.
6
- To install Bun, visit https://bun.sh/docs/installation`),process.exit(1)})();import _ from"node:path";import Nn from"chokidar";async function b(n,r){let e=new Set;d(n.entry).forEach((f)=>{let a=_.resolve(r,f.path),u=_.dirname(a);e.add(u)});let t=Nn.watch(Array.from(e),{persistent:!0,awaitWriteFinish:{stabilityThreshold:100,pollInterval:50},atomic:!0,ignorePermissionErrors:!0,ignored:[/[\\/]\.git[\\/]/,/[\\/]node_modules[\\/]/,n.outDir]}),c=null,i=!1,m=async(f)=>{if(i)return;i=!0;try{await L({...n,entry:[f],clean:!1},r)}catch(a){o.error(`Build failed: ${a}`)}finally{i=!1}};t.on("change",(f)=>{let a=_.relative(r,f);if(o.cli(`File changed: ${a}`),c)clearTimeout(c);c=setTimeout(()=>m(a),300)}),t.on("error",(f)=>{o.error(`Watcher error: ${f}`)})}async function An(n=Bun.argv.slice(2)){let r=P(n),e=await z(process.cwd()),s=process.cwd();if(r.watch)o.cli("Starting watch mode"),o.cli("Watching for file changes");if(e.length===0){let t={...B,...r};if(t.clean)rn(s,t.outDir);await nn(t,s)}else{for(let{options:t,rootDir:c}of e)if(t.clean)rn(c,t.outDir);await Promise.all(e.map(async({options:t,rootDir:c})=>{let i={...B,...t,...r};await nn(i,c)}))}if(!r.watch)process.exit(0)}async function nn(n,r){if(n.watch)await b(n,r);else await L(n,r)}function rn(n,r){let e=jn.join(n,r);if(M.existsSync(e))try{M.rmSync(e,{recursive:!0,force:!0})}catch(s){o.error(`Failed to clean output directory: ${s}`)}M.mkdirSync(e,{recursive:!0})}An().catch((n)=>{U(n),process.exit(1)});export{An as main};
package/build/index.d.mts DELETED
@@ -1,147 +0,0 @@
1
- type WithOptional<
2
- T,
3
- K extends keyof T
4
- > = Omit<T, K> & Partial<Pick<T, K>>;
5
-
6
- type Format = "esm" | "cjs" | "iife";
7
- type Target = "bun" | "node" | "browser";
8
- type External = string[];
9
- type Entry = string[] | Record<string, string>;
10
- type DtsOptions = {
11
- /**
12
- * Entry point files for TypeScript declaration file generation
13
- *
14
- * This can be:
15
- * - An array of file paths
16
- * - An object where keys are output names and values are input file paths
17
- *
18
- * The key names are used for the generated declaration files.
19
- * For example, {custom: './src/index.ts'} will generate custom.d.ts
20
- *
21
- * If not specified, the main entry points will be used for declaration file generation.
22
- *
23
- * If a string path is provided in an array, the file name (without extension)
24
- * will be used as the name for the output declaration file.
25
- *
26
- * @example
27
- * // Using string paths in an array
28
- * entry: ['./src/index.ts'] // Generates index.d.ts
29
- *
30
- * // Using named outputs as an object
31
- * entry: { myModule: './src/index.ts', utils: './src/utility-functions.ts' } // Generates myModule.d.ts and utils.d.ts
32
- */
33
- entry: Entry
34
- /**
35
- * Path to a preferred tsconfig.json file to use for declaration generation
36
- *
37
- * If not specified, the tsconfig.json in the project root will be used.
38
- * This option allows you to use a different TypeScript configuration
39
- * specifically for declaration file generation.
40
- *
41
- * @example
42
- * preferredTsconfigPath: './tsconfig.build.json'
43
- */
44
- preferredTsconfigPath?: string
45
- };
46
- interface BunupOptions {
47
- /**
48
- * Name of the build configuration
49
- * Used for logging and identification purposes
50
- */
51
- name?: string;
52
- /**
53
- * Entry point files for the build
54
- *
55
- * This can be:
56
- * - An array of file paths
57
- * - An object where keys are output names and values are input file paths
58
- *
59
- * The key names are used for the generated output files.
60
- * For example, {custom: './src/index.ts'} will generate custom.js
61
- *
62
- * If a string path is provided in an array, the file name (without extension)
63
- * will be used as the name for the output file.
64
- *
65
- * @example
66
- * // Using string paths in an array
67
- * entry: ['./src/index.ts'] // Generates index.js
68
- *
69
- * // Using named outputs as an object
70
- * entry: { myModule: './src/index.ts', utils: './src/utility-functions.ts' } // Generates myModule.js and utils.js
71
- */
72
- entry: Entry;
73
- /**
74
- * Output directory for the bundled files
75
- * Defaults to 'dist' if not specified
76
- */
77
- outDir: string;
78
- /**
79
- * Output formats for the bundle
80
- * Can include 'esm', 'cjs', and/or 'iife'
81
- * Defaults to ['cjs'] if not specified
82
- */
83
- format: Format[];
84
- /**
85
- * Whether to enable all minification options
86
- * When true, enables minifyWhitespace, minifyIdentifiers, and minifySyntax
87
- */
88
- minify?: boolean;
89
- /**
90
- * Whether to enable code splitting
91
- * Defaults to true for ESM format, false for CJS format
92
- */
93
- splitting?: boolean;
94
- /**
95
- * Whether to minify whitespace in the output
96
- * Removes unnecessary whitespace to reduce file size
97
- */
98
- minifyWhitespace?: boolean;
99
- /**
100
- * Whether to minify identifiers in the output
101
- * Renames variables and functions to shorter names
102
- */
103
- minifyIdentifiers?: boolean;
104
- /**
105
- * Whether to minify syntax in the output
106
- * Optimizes code structure for smaller file size
107
- */
108
- minifySyntax?: boolean;
109
- /**
110
- * Whether to watch for file changes and rebuild automatically
111
- */
112
- watch?: boolean;
113
- /**
114
- * Whether to generate TypeScript declaration files (.d.ts)
115
- * When set to true, generates declaration files for all entry points
116
- * Can also be configured with DtsOptions for more control
117
- */
118
- dts?: boolean | DtsOptions;
119
- /**
120
- * External packages that should not be bundled
121
- * Useful for dependencies that should be kept as external imports
122
- */
123
- external?: External;
124
- /**
125
- * Packages that should be bundled even if they are in external
126
- * Useful for dependencies that should be included in the bundle
127
- */
128
- noExternal?: External;
129
- /**
130
- * The target environment for the bundle
131
- * Can be 'browser', 'bun', 'node', etc.
132
- * Defaults to 'node' if not specified
133
- */
134
- target?: Target;
135
- /**
136
- * Whether to clean the output directory before building
137
- * When true, removes all files in the outDir before starting a new build
138
- * Defaults to true if not specified
139
- */
140
- clean?: boolean;
141
- }
142
-
143
- type DefineConfigOption = WithOptional<BunupOptions, "outDir" | "format">;
144
- type DefineConfigOptions = DefineConfigOption | DefineConfigOption[];
145
- declare function defineConfig(options: DefineConfigOptions): DefineConfigOptions;
146
-
147
- export { defineConfig };
package/build/index.d.ts DELETED
@@ -1,147 +0,0 @@
1
- type WithOptional<
2
- T,
3
- K extends keyof T
4
- > = Omit<T, K> & Partial<Pick<T, K>>;
5
-
6
- type Format = "esm" | "cjs" | "iife";
7
- type Target = "bun" | "node" | "browser";
8
- type External = string[];
9
- type Entry = string[] | Record<string, string>;
10
- type DtsOptions = {
11
- /**
12
- * Entry point files for TypeScript declaration file generation
13
- *
14
- * This can be:
15
- * - An array of file paths
16
- * - An object where keys are output names and values are input file paths
17
- *
18
- * The key names are used for the generated declaration files.
19
- * For example, {custom: './src/index.ts'} will generate custom.d.ts
20
- *
21
- * If not specified, the main entry points will be used for declaration file generation.
22
- *
23
- * If a string path is provided in an array, the file name (without extension)
24
- * will be used as the name for the output declaration file.
25
- *
26
- * @example
27
- * // Using string paths in an array
28
- * entry: ['./src/index.ts'] // Generates index.d.ts
29
- *
30
- * // Using named outputs as an object
31
- * entry: { myModule: './src/index.ts', utils: './src/utility-functions.ts' } // Generates myModule.d.ts and utils.d.ts
32
- */
33
- entry: Entry
34
- /**
35
- * Path to a preferred tsconfig.json file to use for declaration generation
36
- *
37
- * If not specified, the tsconfig.json in the project root will be used.
38
- * This option allows you to use a different TypeScript configuration
39
- * specifically for declaration file generation.
40
- *
41
- * @example
42
- * preferredTsconfigPath: './tsconfig.build.json'
43
- */
44
- preferredTsconfigPath?: string
45
- };
46
- interface BunupOptions {
47
- /**
48
- * Name of the build configuration
49
- * Used for logging and identification purposes
50
- */
51
- name?: string;
52
- /**
53
- * Entry point files for the build
54
- *
55
- * This can be:
56
- * - An array of file paths
57
- * - An object where keys are output names and values are input file paths
58
- *
59
- * The key names are used for the generated output files.
60
- * For example, {custom: './src/index.ts'} will generate custom.js
61
- *
62
- * If a string path is provided in an array, the file name (without extension)
63
- * will be used as the name for the output file.
64
- *
65
- * @example
66
- * // Using string paths in an array
67
- * entry: ['./src/index.ts'] // Generates index.js
68
- *
69
- * // Using named outputs as an object
70
- * entry: { myModule: './src/index.ts', utils: './src/utility-functions.ts' } // Generates myModule.js and utils.js
71
- */
72
- entry: Entry;
73
- /**
74
- * Output directory for the bundled files
75
- * Defaults to 'dist' if not specified
76
- */
77
- outDir: string;
78
- /**
79
- * Output formats for the bundle
80
- * Can include 'esm', 'cjs', and/or 'iife'
81
- * Defaults to ['cjs'] if not specified
82
- */
83
- format: Format[];
84
- /**
85
- * Whether to enable all minification options
86
- * When true, enables minifyWhitespace, minifyIdentifiers, and minifySyntax
87
- */
88
- minify?: boolean;
89
- /**
90
- * Whether to enable code splitting
91
- * Defaults to true for ESM format, false for CJS format
92
- */
93
- splitting?: boolean;
94
- /**
95
- * Whether to minify whitespace in the output
96
- * Removes unnecessary whitespace to reduce file size
97
- */
98
- minifyWhitespace?: boolean;
99
- /**
100
- * Whether to minify identifiers in the output
101
- * Renames variables and functions to shorter names
102
- */
103
- minifyIdentifiers?: boolean;
104
- /**
105
- * Whether to minify syntax in the output
106
- * Optimizes code structure for smaller file size
107
- */
108
- minifySyntax?: boolean;
109
- /**
110
- * Whether to watch for file changes and rebuild automatically
111
- */
112
- watch?: boolean;
113
- /**
114
- * Whether to generate TypeScript declaration files (.d.ts)
115
- * When set to true, generates declaration files for all entry points
116
- * Can also be configured with DtsOptions for more control
117
- */
118
- dts?: boolean | DtsOptions;
119
- /**
120
- * External packages that should not be bundled
121
- * Useful for dependencies that should be kept as external imports
122
- */
123
- external?: External;
124
- /**
125
- * Packages that should be bundled even if they are in external
126
- * Useful for dependencies that should be included in the bundle
127
- */
128
- noExternal?: External;
129
- /**
130
- * The target environment for the bundle
131
- * Can be 'browser', 'bun', 'node', etc.
132
- * Defaults to 'node' if not specified
133
- */
134
- target?: Target;
135
- /**
136
- * Whether to clean the output directory before building
137
- * When true, removes all files in the outDir before starting a new build
138
- * Defaults to true if not specified
139
- */
140
- clean?: boolean;
141
- }
142
-
143
- type DefineConfigOption = WithOptional<BunupOptions, "outDir" | "format">;
144
- type DefineConfigOptions = DefineConfigOption | DefineConfigOption[];
145
- declare function defineConfig(options: DefineConfigOptions): DefineConfigOptions;
146
-
147
- export { defineConfig };
package/build/index.js DELETED
@@ -1 +0,0 @@
1
- var D=require("node:module");var{defineProperty:e,getOwnPropertyNames:r,getOwnPropertyDescriptor:O}=Object,g=Object.prototype.hasOwnProperty;var f=new WeakMap,C=(i)=>{var n=f.get(i),o;if(n)return n;if(n=e({},"__esModule",{value:!0}),i&&typeof i==="object"||typeof i==="function")r(i).map((t)=>!g.call(n,t)&&e(n,t,{get:()=>i[t],enumerable:!(o=O(i,t))||o.enumerable}));return f.set(i,n),n};var u=(i,n)=>{for(var o in n)e(i,o,{get:n[o],enumerable:!0,configurable:!0,set:(t)=>n[o]=()=>t})};var m={};u(m,{defineConfig:()=>p});module.exports=C(m);function p(i){return i}
package/build/index.mjs DELETED
@@ -1 +0,0 @@
1
- function n(i){return i}export{n as defineConfig};