@tochii/build 2.2.3 → 2.2.4

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.
@@ -0,0 +1,11 @@
1
+ import B from"chalk";import y from"node:fs";import E from"node:path";import K from"deepmerge";import d from"chalk";var x="tochibuild",u=d.cyan(x),o=class{};o.custom=(e,...t)=>{console[e](u,...t)},o.log=(...e)=>{console.log(u,...e)},o.debug=(...e)=>{console.debug(u,...e)},o.info=(...e)=>{console.info(u,...e)},o.warn=(...e)=>{console.warn(u,...[...e].map(t=>d.yellow(t)))},o.error=(e,...t)=>{console.error(d.red(x),d.bgRed(...t),e?.stack?`
2
+ ${d.gray(e.stack)}`:"")},o.success=(...e)=>{console.log(d.green(x),...e)};var f=o;var n=class n{};n.defaultConfigOptions={tsconfig:"tsconfig.json",dts:!0,format:["esm"],minify:!0},n.ignoredEntries=["!build/**","!dist/**","!node_modules/**","!**/build/**","!**/dist/**","!**/node_modules/**","!**/*.d.ts","!**/{tochibuild,tsup}.*"],n.entriesCommon=["**/*.{js,ts}"],n.entriesIndex=["**/index.{js,ts}"],n.defaultEntriesIndex=[...n.ignoredEntries,...n.entriesIndex],n.defaultEntriesCommon=[...n.ignoredEntries,...n.entriesCommon],n.defaultOptions=e=>h(e,t=>{let a=m(t.entry,"ignoredEntries");return{...n.defaultConfigOptions,...t,entry:a}}),n.defaultOptionsWithIndexEntries=e=>h(e,t=>{let a=m(t.entry,"defaultEntriesIndex");return{...n.defaultConfigOptions,...t,entry:a}}),n.defaultOptionsWithCommonEntries=e=>h(e,t=>{let a=m(t.entry,"defaultEntriesCommon");return{...n.defaultConfigOptions,...t,entry:a}}),n.generateConfig=I,n.ensureEntries=m;var l=n,G=l;function h(i,e){let t=s=>Array.isArray(s)?s.map(r=>K(e(r),s)):K(e(s),s);if(typeof i=="function"){let s=i;async function r(b){let p=await s(b);return t(p)}return r}return t(i)}function m(i,e){return Array.isArray(i)?Array.from(new Set([...l[e],...i])):i}function w(i){return E.isAbsolute(i||".")?i:E.resolve(process.cwd(),i)}function I(i,e,t,a){let s="";try{let r=e?.ext||".ts",p=`${e?.filename||"tochibuild.config"}${r}`;(e?.outDir?.length?e.outDir:["."]).forEach(O=>{s=w(O),y.existsSync(O)||y.mkdirSync(O,{recursive:!0});let g=E.join(s,p),k=y.existsSync(g);!e?.overwrite&&k&&(f.warn(`the config '${p}' file already exists for this project.`),a&&process.exit(1));let q=" ",c="",C={clean:!1,splitting:!0},P=R=>{c+=R==="esm"?`import build from '${i}';
3
+
4
+ `:`const build = require('${i}');
5
+
6
+ `,c+=R==="esm"?`export default build.defineConfigWithIndexEntries({
7
+ `:`module.exports = build.defineConfigWithIndexEntries({
8
+ `,Object.entries(C).forEach(([$,j])=>{c+=`${q}${$}: ${JSON.stringify(j)},
9
+ `}),c+=`});
10
+ `};switch(r){case".ts":case".js":P("esm");break;case".cjs":P("cjs");break;case".json":c+=`${JSON.stringify({...C,entry:l.defaultEntriesIndex},null,2)}
11
+ `;break;default:f.error(void 0,`unsupported extension: ${r}`),process.exit(1)}y.writeFileSync(g,c),f.success(B.cyan("the config file has been created at:"),B.gray(g))})}catch(r){if(t)throw r;f.error(r,r.message?`failed to generate config file in ${s}: ${r.message}`:`failed to generate config file in ${s}`),a&&process.exit(1)}}export{f as a,l as b,G as c};
package/dist/cli.mjs ADDED
@@ -0,0 +1,2 @@
1
+ #!/usr/bin/env node
2
+ import{a as d,c as J}from"./chunk-UOBRZ36U.mjs";import r from"chalk";import f from"node:fs";import c from"node:path";import{fileURLToPath as M}from"node:url";import{spawn as U}from"node:child_process";import{Command as q}from"commander";var E={name:"tochibuild",version:"2.2.4",description:"An extremely fast JavaScript/Typescript and CSS bundler with minimal configuration.",repository:"https://github.com/tochiResources/project/tree/main/packages/build/tochibuild.git",license:"MIT",keywords:["bundler","build","typescript","javascript","tsup","esbuild","glob","cli","node","tochi","tochiResources"],bin:"./dist/cli.mjs",scripts:{dev:"tsx cli.ts",copybundler:"copyfiles ./tsup@8.4.0-minified/* ./dist",build:"tsx cli.ts && bun run copybundler","build:release":"bun run build && bun run release",release:"bun publish --access public --no-private"},dependencies:{chalk:"^5.4.1",commander:"^13.1.0",deepmerge:"^4.3.1",tsup:"8.4.0"},devDependencies:{"@types/node":"^22.15.17",copyfiles:"^2.4.1",tsx:"^4.19.4",typescript:"^5.8.3"},main:"dist/index.mjs",types:"dist/index.d.mts",exports:{".":{types:"./dist/index.d.mts",require:"./dist/index.mjs",import:"./dist/index.mjs"},"./utils":{types:"./dist/utils.d.mts",import:"./dist/utils.mjs",require:"./dist/utils.mjs"}},engines:{node:">=18.17.0"},files:["dist"]};var F=M(import.meta.url),L=c.dirname(F),j=c.resolve(process.cwd(),"."),x=j.replace(/\\/g,"/").includes("packages/build"),p=x?void 0:c.join(j,"package.json"),B=p?f.existsSync(p):!1,T=p&&B?f.readFileSync(p,"utf-8"):void 0,a=T?JSON.parse(T):void 0;async function A(u){let R={node:c.join(L,"tsup@8.4.0-minified/cli-node.js")},k=process.cwd(),N=[...[".ts",".js",".cjs",".json"].map(t=>c.join(k,`tochibuild.config${t}`)),...[".ts",".js",".cjs",".json"].map(t=>c.join(k,`tsup.config${t}`))],v=a?.tochibuild,w=a?.tsup,C=!!Object.keys(v||{}).length||!!Object.keys(w||{}).length,g=N.find(t=>f.existsSync(t)),$=C||g,P=new q("tochibuild").name("tochibuild <command>").description("bundle a Node.js project powered by tsup (https://tsup.egoist.dev)").allowUnknownOption(!0).version(E.version).argument("[args...]","arguments to pass to tsup").action(async(...t)=>O(t));P.command("config").description("generate config files").option("--ext <string>","the file extension to use excluding the file extension (defaults to .ts)",".ts").option("-f, --filename <string>","the file name to use (defaults to tochibuild.config)","tochibuild.config").option("-o, --overwrite","whether or not to overwrite the config file if it already exists (defaults to false)",!1).option("--outDir <string...>","the absolute/relative output directory paths to create the config files in (defaults to the working directory)").action(t=>J.generateConfig(u,t,!1,!0)),P.parseAsync(process.argv);async function O(t){let[i]=t;return new Promise((D,l)=>{try{let m="node",e=[],h=i.includes("--config"),S=i.includes("--no-config"),b=h?i.findIndex(s=>s==="--config")+1:void 0;if(!h&&!S&&!$){if(i[0]==null||i[0]?.startsWith("-")){d.custom("error",`${r.red("No input files, try")} '${r.magenta(u)} ${r.gray("[...files]")}' ${r.red("instead")}`),l();return}e.push(...i)}else if(!h&&!S&&$)if(C){let s=v||w;i.filter(n=>n.startsWith("-")).forEach(n=>{let o=i.findIndex(V=>V===n),G=n.startsWith("--")?n.slice(2):n.slice(1);if(s[G]||(e.push(n),e[o+1]?.startsWith("-")))return;let I=e[o+1];I&&e.push(I)}),Object.entries(s).forEach(([n,o])=>{typeof o=="boolean"||o==="true"||o==="false"?o&&e.push(`--${n}`):typeof o=="string"&&e.push(`--${n}`,o)}),e.push("--no-config")}else if(g){let s=c.relative(j,g).replace(/\\/g,"/");d.log(`using existing configuration file: ${r.gray(s)}`),e.push("--config",s),e.push(...i)}else e.push(...i);else{if(b!=null&&b>=0){let s=i[b]||"unspecified";f.existsSync(s)||(d.error(void 0,`config file '${s}' does not exist`),d.info(`try running '${r.magenta(u)} ${r.blue("config")} ${r.gray("-h")}' to get help on how to generate a config file`),process.exit(1))}e.push(...i)}d.log(`running build${x||a?.name?` for ${r.magenta(x?u:a.name)}`:""}...`);let y=U("node",[R[m],...e],{stdio:"inherit",shell:!0,cwd:process.cwd(),env:process.env});y.on("exit",s=>{process.exit(s??1)}),process.on("SIGINT",()=>{l(),y.kill("SIGINT")}),process.on("SIGTERM",()=>{l(),y.kill("SIGTERM")}),D()}catch(m){l(m)}})}}A("@tochii/build");
@@ -1,5 +1,5 @@
1
1
  import * as tsup from 'tsup';
2
- import { B as BuildUtils$1, c as BuildOptionsParams } from './utils-BMzAmbjm.js';
2
+ import { B as BuildUtils$1, c as BuildOptionsParams } from './utils-BMzAmbjm.mjs';
3
3
 
4
4
  type DefineConfigOptions = BuildOptionsParams<'entry' | 'clean' | 'splitting'>;
5
5
  type DefineConfigOptionsIndexEntries = BuildOptionsParams<'clean' | 'splitting'>;
package/dist/index.mjs ADDED
@@ -0,0 +1 @@
1
+ import{c as n}from"./chunk-UOBRZ36U.mjs";import{defineConfig as t}from"tsup";var l=n,e={utils:n,defineConfig:o,defineConfigWithIndexEntries:r,defineConfigWithCommonEntries:f};function o(i){return t(n.defaultOptions(i))}function r(i){return t(n.defaultOptionsWithIndexEntries(i))}function f(i){return t(n.defaultOptionsWithCommonEntries(i))}var a=e;export{l as BuildUtils,a as default,o as defineConfig,f as defineConfigWithCommonEntries,r as defineConfigWithIndexEntries};
@@ -1,5 +1,5 @@
1
- import { B as BuildUtils } from './utils-BMzAmbjm.js';
2
- export { b as BuildOptionsOverrideParam, a as BuildOptionsParam, c as BuildOptionsParams, C as ConfigResult } from './utils-BMzAmbjm.js';
1
+ import { B as BuildUtils } from './utils-BMzAmbjm.mjs';
2
+ export { b as BuildOptionsOverrideParam, a as BuildOptionsParam, c as BuildOptionsParams, C as ConfigResult } from './utils-BMzAmbjm.mjs';
3
3
  import 'tsup';
4
4
 
5
5
 
package/dist/utils.mjs ADDED
@@ -0,0 +1 @@
1
+ import{b as r,c as o}from"./chunk-UOBRZ36U.mjs";var e=o;export{r as BuildUtils,e as default};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tochii/build",
3
- "version": "2.2.3",
3
+ "version": "2.2.4",
4
4
  "description": "An extremely fast JavaScript/Typescript and CSS bundler with minimal configuration.",
5
5
  "repository": "https://github.com/tochiResources/project/tree/main/packages/build.git",
6
6
  "license": "MIT",
@@ -1,11 +0,0 @@
1
- "use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }var _chalk = require('chalk'); var _chalk2 = _interopRequireDefault(_chalk);var _fs = require('fs'); var _fs2 = _interopRequireDefault(_fs);var _path = require('path'); var _path2 = _interopRequireDefault(_path);var _deepmerge = require('deepmerge'); var _deepmerge2 = _interopRequireDefault(_deepmerge);var x="tochibuild",u=_chalk2.default.cyan(x),o=class{};o.custom=(e,...t)=>{console[e](u,...t)},o.log=(...e)=>{console.log(u,...e)},o.debug=(...e)=>{console.debug(u,...e)},o.info=(...e)=>{console.info(u,...e)},o.warn=(...e)=>{console.warn(u,...[...e].map(t=>_chalk2.default.yellow(t)))},o.error=(e,...t)=>{console.error(_chalk2.default.red(x),_chalk2.default.bgRed(...t),_optionalChain([e, 'optionalAccess', _ => _.stack])?`
2
- ${_chalk2.default.gray(e.stack)}`:"")},o.success=(...e)=>{console.log(_chalk2.default.green(x),...e)};var f=o;var n=class n{};n.defaultConfigOptions={tsconfig:"tsconfig.json",dts:!0,format:["esm"],minify:!0},n.ignoredEntries=["!build/**","!dist/**","!node_modules/**","!**/build/**","!**/dist/**","!**/node_modules/**","!**/*.d.ts","!**/{tochibuild,tsup}.*"],n.entriesCommon=["**/*.{js,ts}"],n.entriesIndex=["**/index.{js,ts}"],n.defaultEntriesIndex=[...n.ignoredEntries,...n.entriesIndex],n.defaultEntriesCommon=[...n.ignoredEntries,...n.entriesCommon],n.defaultOptions=e=>h(e,t=>{let a=m(t.entry,"ignoredEntries");return{...n.defaultConfigOptions,...t,entry:a}}),n.defaultOptionsWithIndexEntries=e=>h(e,t=>{let a=m(t.entry,"defaultEntriesIndex");return{...n.defaultConfigOptions,...t,entry:a}}),n.defaultOptionsWithCommonEntries=e=>h(e,t=>{let a=m(t.entry,"defaultEntriesCommon");return{...n.defaultConfigOptions,...t,entry:a}}),n.generateConfig=I,n.ensureEntries=m;var l=n,G= exports.c =l;function h(i,e){let t=s=>Array.isArray(s)?s.map(r=>_deepmerge2.default.call(void 0, e(r),s)):_deepmerge2.default.call(void 0, e(s),s);if(typeof i=="function"){let s=i;async function r(b){let p=await s(b);return t(p)}return r}return t(i)}function m(i,e){return Array.isArray(i)?Array.from(new Set([...l[e],...i])):i}function w(i){return _path2.default.isAbsolute(i||".")?i:_path2.default.resolve(process.cwd(),i)}function I(i,e,t,a){let s="";try{let r=_optionalChain([e, 'optionalAccess', _2 => _2.ext])||".ts",p=`${_optionalChain([e, 'optionalAccess', _3 => _3.filename])||"tochibuild.config"}${r}`;(_optionalChain([e, 'optionalAccess', _4 => _4.outDir, 'optionalAccess', _5 => _5.length])?e.outDir:["."]).forEach(O=>{s=w(O),_fs2.default.existsSync(O)||_fs2.default.mkdirSync(O,{recursive:!0});let g=_path2.default.join(s,p),k=_fs2.default.existsSync(g);!_optionalChain([e, 'optionalAccess', _6 => _6.overwrite])&&k&&(f.warn(`the config '${p}' file already exists for this project.`),a&&process.exit(1));let q=" ",c="",C={clean:!1,splitting:!0},P=R=>{c+=R==="esm"?`import build from '${i}';
3
-
4
- `:`const build = require('${i}');
5
-
6
- `,c+=R==="esm"?`export default build.defineConfigWithIndexEntries({
7
- `:`module.exports = build.defineConfigWithIndexEntries({
8
- `,Object.entries(C).forEach(([$,j])=>{c+=`${q}${$}: ${JSON.stringify(j)},
9
- `}),c+=`});
10
- `};switch(r){case".ts":case".js":P("esm");break;case".cjs":P("cjs");break;case".json":c+=`${JSON.stringify({...C,entry:l.defaultEntriesIndex},null,2)}
11
- `;break;default:f.error(void 0,`unsupported extension: ${r}`),process.exit(1)}_fs2.default.writeFileSync(g,c),f.success(_chalk2.default.cyan("the config file has been created at:"),_chalk2.default.gray(g))})}catch(r){if(t)throw r;f.error(r,r.message?`failed to generate config file in ${s}: ${r.message}`:`failed to generate config file in ${s}`),a&&process.exit(1)}}exports.a = f; exports.b = l; exports.c = G;
package/dist/cli.js DELETED
@@ -1,2 +0,0 @@
1
- #!/usr/bin/env node
2
- "use strict"; function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } } function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }var _chunkV43SCHHPjs = require('./chunk-V43SCHHP.js');var _chalk = require('chalk'); var _chalk2 = _interopRequireDefault(_chalk);var _fs = require('fs'); var _fs2 = _interopRequireDefault(_fs);var _path = require('path'); var _path2 = _interopRequireDefault(_path);var _url = require('url');var _child_process = require('child_process');var _commander = require('commander');var E={name:"tochibuild",version:"2.2.3",description:"An extremely fast JavaScript/Typescript and CSS bundler with minimal configuration.",repository:"https://github.com/tochiResources/project/tree/main/packages/build/tochibuild.git",license:"MIT",keywords:["bundler","build","typescript","javascript","tsup","esbuild","glob","cli","node","tochi","tochiResources"],bin:"./dist/cli.mjs",scripts:{dev:"tsx cli.ts",copybundler:"copyfiles ./tsup@8.4.0-minified/* ./dist",build:"tsx cli.ts && bun run copybundler","build:release":"bun run build && bun run release",release:"bun publish --access public --no-private"},dependencies:{chalk:"^5.4.1",commander:"^13.1.0",deepmerge:"^4.3.1",tsup:"8.4.0"},devDependencies:{"@types/node":"^22.15.17",copyfiles:"^2.4.1",tsx:"^4.19.4",typescript:"^5.8.3"},main:"dist/index.mjs",types:"dist/index.d.mts",exports:{".":{types:"./dist/index.d.mts",require:"./dist/index.mjs",import:"./dist/index.mjs"},"./utils":{types:"./dist/utils.d.mts",import:"./dist/utils.mjs",require:"./dist/utils.mjs"}},engines:{node:">=18.17.0"},files:["dist"]};var F=_url.fileURLToPath.call(void 0, import.meta.url),L=_path2.default.dirname(F),j=_path2.default.resolve(process.cwd(),"."),x=j.replace(/\\/g,"/").includes("packages/build"),p=x?void 0:_path2.default.join(j,"package.json"),B=p?_fs2.default.existsSync(p):!1,T=p&&B?_fs2.default.readFileSync(p,"utf-8"):void 0,a=T?JSON.parse(T):void 0;async function A(u){let R={node:_path2.default.join(L,"tsup@8.4.0-minified/cli-node.js")},k=process.cwd(),N=[...[".ts",".js",".cjs",".json"].map(t=>_path2.default.join(k,`tochibuild.config${t}`)),...[".ts",".js",".cjs",".json"].map(t=>_path2.default.join(k,`tsup.config${t}`))],v=_optionalChain([a, 'optionalAccess', _ => _.tochibuild]),w=_optionalChain([a, 'optionalAccess', _2 => _2.tsup]),C=!!Object.keys(v||{}).length||!!Object.keys(w||{}).length,g=N.find(t=>_fs2.default.existsSync(t)),$=C||g,P=new (0, _commander.Command)("tochibuild").name("tochibuild <command>").description("bundle a Node.js project powered by tsup (https://tsup.egoist.dev)").allowUnknownOption(!0).version(E.version).argument("[args...]","arguments to pass to tsup").action(async(...t)=>O(t));P.command("config").description("generate config files").option("--ext <string>","the file extension to use excluding the file extension (defaults to .ts)",".ts").option("-f, --filename <string>","the file name to use (defaults to tochibuild.config)","tochibuild.config").option("-o, --overwrite","whether or not to overwrite the config file if it already exists (defaults to false)",!1).option("--outDir <string...>","the absolute/relative output directory paths to create the config files in (defaults to the working directory)").action(t=>_chunkV43SCHHPjs.c.generateConfig(u,t,!1,!0)),P.parseAsync(process.argv);async function O(t){let[i]=t;return new Promise((D,l)=>{try{let m="node",e=[],h=i.includes("--config"),S=i.includes("--no-config"),b=h?i.findIndex(s=>s==="--config")+1:void 0;if(!h&&!S&&!$){if(i[0]==null||_optionalChain([i, 'access', _3 => _3[0], 'optionalAccess', _4 => _4.startsWith, 'call', _5 => _5("-")])){_chunkV43SCHHPjs.a.custom("error",`${_chalk2.default.red("No input files, try")} '${_chalk2.default.magenta(u)} ${_chalk2.default.gray("[...files]")}' ${_chalk2.default.red("instead")}`),l();return}e.push(...i)}else if(!h&&!S&&$)if(C){let s=v||w;i.filter(n=>n.startsWith("-")).forEach(n=>{let o=i.findIndex(V=>V===n),G=n.startsWith("--")?n.slice(2):n.slice(1);if(s[G]||(e.push(n),_optionalChain([e, 'access', _6 => _6[o+1], 'optionalAccess', _7 => _7.startsWith, 'call', _8 => _8("-")])))return;let I=e[o+1];I&&e.push(I)}),Object.entries(s).forEach(([n,o])=>{typeof o=="boolean"||o==="true"||o==="false"?o&&e.push(`--${n}`):typeof o=="string"&&e.push(`--${n}`,o)}),e.push("--no-config")}else if(g){let s=_path2.default.relative(j,g).replace(/\\/g,"/");_chunkV43SCHHPjs.a.log(`using existing configuration file: ${_chalk2.default.gray(s)}`),e.push("--config",s),e.push(...i)}else e.push(...i);else{if(b!=null&&b>=0){let s=i[b]||"unspecified";_fs2.default.existsSync(s)||(_chunkV43SCHHPjs.a.error(void 0,`config file '${s}' does not exist`),_chunkV43SCHHPjs.a.info(`try running '${_chalk2.default.magenta(u)} ${_chalk2.default.blue("config")} ${_chalk2.default.gray("-h")}' to get help on how to generate a config file`),process.exit(1))}e.push(...i)}_chunkV43SCHHPjs.a.log(`running build${x||_optionalChain([a, 'optionalAccess', _9 => _9.name])?` for ${_chalk2.default.magenta(x?u:a.name)}`:""}...`);let y=_child_process.spawn.call(void 0, "node",[R[m],...e],{stdio:"inherit",shell:!0,cwd:process.cwd(),env:process.env});y.on("exit",s=>{process.exit(_nullishCoalesce(s, () => (1)))}),process.on("SIGINT",()=>{l(),y.kill("SIGINT")}),process.on("SIGTERM",()=>{l(),y.kill("SIGTERM")}),D()}catch(m){l(m)}})}}A("@tochii/build");
package/dist/index.js DELETED
@@ -1 +0,0 @@
1
- "use strict";Object.defineProperty(exports, "__esModule", {value: true});var _chunkV43SCHHPjs = require('./chunk-V43SCHHP.js');var _tsup = require('tsup');var l=_chunkV43SCHHPjs.c,e={utils:_chunkV43SCHHPjs.c,defineConfig:o,defineConfigWithIndexEntries:r,defineConfigWithCommonEntries:f};function o(i){return _tsup.defineConfig.call(void 0, _chunkV43SCHHPjs.c.defaultOptions(i))}function r(i){return _tsup.defineConfig.call(void 0, _chunkV43SCHHPjs.c.defaultOptionsWithIndexEntries(i))}function f(i){return _tsup.defineConfig.call(void 0, _chunkV43SCHHPjs.c.defaultOptionsWithCommonEntries(i))}var a=e;exports.BuildUtils = l; exports.default = a; exports.defineConfig = o; exports.defineConfigWithCommonEntries = f; exports.defineConfigWithIndexEntries = r;
package/dist/utils.js DELETED
@@ -1 +0,0 @@
1
- "use strict";Object.defineProperty(exports, "__esModule", {value: true});var _chunkV43SCHHPjs = require('./chunk-V43SCHHP.js');var e=_chunkV43SCHHPjs.c;exports.BuildUtils = _chunkV43SCHHPjs.b; exports.default = e;
File without changes