jiek 1.0.9 → 1.0.10
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/cli.cjs +1 -1
- package/dist/cli.d.cts +1 -0
- package/dist/cli.d.ts +1 -0
- package/dist/cli.js +1 -1
- package/dist/cli.min.cjs +1 -1
- package/dist/cli.min.js +1 -1
- package/dist/index.d.cts +62 -0
- package/dist/index.d.ts +62 -0
- package/dist/rollup/index.d.cts +1 -60
- package/dist/rollup/index.d.ts +1 -60
- package/package.json +1 -1
- package/src/commands/build.ts +14 -3
- package/src/rollup/base.ts +0 -13
package/dist/cli.cjs
CHANGED
package/dist/cli.d.cts
CHANGED
package/dist/cli.d.ts
CHANGED
package/dist/cli.js
CHANGED
package/dist/cli.min.cjs
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
"use strict";var e=require("node:fs"),t=require("node:module"),n=require("node:path"),r=require("@pnpm/filter-workspace-packages"),o=require("commander"),a=require("js-yaml"),s=require("@jiek/utils/getWorkspaceDir"),i=require("cli-progress"),u=require("execa"),l=require("detect-indent"),p=require("inquirer"),c=require("jsonc-parser"),f=require("util"),d=require("path"),g=require("node:child_process"),h=require("@jiek/utils/bumper"),y=require("@jiek/pkger/entrypoints"),A="undefined"!=typeof document?document.currentScript:null;function R(e){return e&&e.__esModule?e:{default:e}}function m(e){if(e&&e.__esModule)return e;var t=Object.create(null);return e&&Object.keys(e).forEach((function(n){if("default"!==n){var r=Object.getOwnPropertyDescriptor(e,n);Object.defineProperty(t,n,r.get?r:{enumerable:!0,get:function(){return e[n]}})}})),t.default=e,Object.freeze(t)}var E=R(e),_=R(n),b=R(l),S=R(p),C=R(f),v=R(d),$=m(g);let x,w;function H(){if(x)return x;const e=o.program.getOptionValue("root");return x=e?_.default.isAbsolute(e)?e:_.default.resolve(process.cwd(),e):void 0,x}let k=!1;function O(){if(w)return{wd:w,notWorkspace:k};const e=H();if(void 0!==e){const t=s.isWorkspaceDir(e,T);return k=!t,w=e,{wd:w,notWorkspace:k}}try{w=s.getWorkspaceDir(T)}catch(t){if(!("message"in t)||"workspace root not found"!==t.message)throw t;w=e,k=!0}return{wd:w,notWorkspace:k}}let T="";try{t.createRequire("undefined"==typeof document?require("url").pathToFileURL(__filename).href:A&&A.src||new URL("cli.min.cjs",document.baseURI).href).resolve("@pnpm/filter-workspace-packages"),T="pnpm"}catch{}async function L(){let e=o.program.getOptionValue("filter");const t=H(),{wd:n,notWorkspace:s}=O();if(!s&&"pnpm"===T){const o=_.default.resolve(n,"pnpm-workspace.yaml"),s=E.default.readFileSync(o,"utf-8"),i=a.load(s);if(t===n&&!e)throw new Error("root path is workspace root, please provide a filter");if(t!==n&&!e){if(!E.default.existsSync(_.default.resolve(t,"package.json")))throw new Error("root path is not workspace root, please provide a filter");const n=JSON.parse(E.default.readFileSync(_.default.resolve(t,"package.json"),"utf-8"));if(!n.name)throw new Error("root path is not workspace root, please provide a filter");e=n.name}const{selectedProjectsGraph:u}=await r.filterPackagesFromDir(n,[{filter:e??"",followProdDepsOnly:!0}],{prefix:t,workspaceDir:n,patterns:i.packages});return{wd:n,root:t,value:Object.entries(u).reduce(((e,[t,n])=>(e[t]=n.package.manifest,e)),{})}}return{wd:n,root:t,value:{[n]:JSON.parse(E.default.readFileSync(_.default.resolve(n,"package.json"),"utf-8"))}}}""!==T&&o.program.option("-f, --filter <filter>","filter packages");var N="1.0.
|
1
|
+
"use strict";var e=require("node:fs"),t=require("node:module"),n=require("node:path"),r=require("@pnpm/filter-workspace-packages"),o=require("commander"),a=require("js-yaml"),s=require("@jiek/utils/getWorkspaceDir"),i=require("cli-progress"),u=require("execa"),l=require("detect-indent"),p=require("inquirer"),c=require("jsonc-parser"),f=require("util"),d=require("path"),g=require("node:child_process"),h=require("@jiek/utils/bumper"),y=require("@jiek/pkger/entrypoints"),A="undefined"!=typeof document?document.currentScript:null;function R(e){return e&&e.__esModule?e:{default:e}}function m(e){if(e&&e.__esModule)return e;var t=Object.create(null);return e&&Object.keys(e).forEach((function(n){if("default"!==n){var r=Object.getOwnPropertyDescriptor(e,n);Object.defineProperty(t,n,r.get?r:{enumerable:!0,get:function(){return e[n]}})}})),t.default=e,Object.freeze(t)}var E=R(e),_=R(n),b=R(l),S=R(p),C=R(f),v=R(d),$=m(g);let x,w;function H(){if(x)return x;const e=o.program.getOptionValue("root");return x=e?_.default.isAbsolute(e)?e:_.default.resolve(process.cwd(),e):void 0,x}let k=!1;function O(){if(w)return{wd:w,notWorkspace:k};const e=H();if(void 0!==e){const t=s.isWorkspaceDir(e,T);return k=!t,w=e,{wd:w,notWorkspace:k}}try{w=s.getWorkspaceDir(T)}catch(t){if(!("message"in t)||"workspace root not found"!==t.message)throw t;w=e,k=!0}return{wd:w,notWorkspace:k}}let T="";try{t.createRequire("undefined"==typeof document?require("url").pathToFileURL(__filename).href:A&&A.src||new URL("cli.min.cjs",document.baseURI).href).resolve("@pnpm/filter-workspace-packages"),T="pnpm"}catch{}async function L(){let e=o.program.getOptionValue("filter");const t=H(),{wd:n,notWorkspace:s}=O();if(!s&&"pnpm"===T){const o=_.default.resolve(n,"pnpm-workspace.yaml"),s=E.default.readFileSync(o,"utf-8"),i=a.load(s);if(t===n&&!e)throw new Error("root path is workspace root, please provide a filter");if(t!==n&&!e){if(!E.default.existsSync(_.default.resolve(t,"package.json")))throw new Error("root path is not workspace root, please provide a filter");const n=JSON.parse(E.default.readFileSync(_.default.resolve(t,"package.json"),"utf-8"));if(!n.name)throw new Error("root path is not workspace root, please provide a filter");e=n.name}const{selectedProjectsGraph:u}=await r.filterPackagesFromDir(n,[{filter:e??"",followProdDepsOnly:!0}],{prefix:t,workspaceDir:n,patterns:i.packages});return{wd:n,root:t,value:Object.entries(u).reduce(((e,[t,n])=>(e[t]=n.package.manifest,e)),{})}}return{wd:n,root:t,value:{[n]:JSON.parse(E.default.readFileSync(_.default.resolve(n,"package.json"),"utf-8"))}}}""!==T&&o.program.option("-f, --filter <filter>","filter packages");var N="1.0.9",I="YiJie's personal kits.";let M;function j(){M()}function P(){new Promise((e=>M=e))}o.program.version(N).description(I).option("--root <root>","root path").option("-c, --config-path <configPath>","config path");const B=t.createRequire("undefined"==typeof document?require("url").pathToFileURL(__filename).href:A&&A.src||new URL("cli.min.cjs",document.baseURI).href);function D(e){try{return B.resolve(e),!0}catch(e){return!1}}let U;const G=[process.env.JIEK_TS_REGISTER,"esbuild-register","@swc-node/register","ts-node/register"].filter(Boolean);for(const e of G)if(D(e)){U=e;break}let F="jiek.config";function K(e){const{wd:t}=O();let n=o.program.getOptionValue("configPath");if(n){if(!E.default.existsSync(n))throw new Error(`config file not found: ${n}`);_.default.isAbsolute(n)||(n=_.default.resolve(t,n))}else n=function(e,t){const n=!!U;function r(n){const r=[_.default.resolve(process.cwd(),`${F}.${n}`),_.default.resolve(process.cwd(),`.${F}.${n}`),_.default.resolve(e,`${F}.${n}`),_.default.resolve(e,`.${F}.${n}`)];t&&r.unshift(_.default.resolve(t,`${F}.${n}`),_.default.resolve(t,`.${F}.${n}`));for(const e of r)if(E.default.existsSync(e)&&E.default.lstatSync(e).isFile())return e}return F=r("js")??F,F=r("json")??F,F=r("yaml")??F,n&&(F=r("ts")??F),_.default.resolve(e,F)}(t,e);const r=_.default.extname(n);let s;switch(r){case".js":s=require(n);break;case".json":return require(n);case".yaml":return a.load(E.default.readFileSync(n,"utf-8"));case".ts":if(U){require(U),s=require(n);break}throw new Error("ts config file is not supported without ts register, please install esbuild-register or set JIEK_TS_REGISTER env for custom ts register");case".config":s={};break;default:throw new Error(`unsupported config file type: ${r}`)}if(!s)throw new Error("config file is empty");return s.default??s}const q=t.createRequire("undefined"==typeof document?require("url").pathToFileURL(__filename).href:A&&A.src||new URL("cli.min.cjs",document.baseURI).href);o.program.command("build").option("-s, --silent","Don't display logs.").option("-e, --entries <ENTRIES>","Specify the entries of the package.json's 'exports' field.(support glob)").option("-v, --verbose","Display debug logs.").action((async({silent:e,entries:t,verbose:n})=>{P();const{build:r}=K();e=e??r?.silent??!1;const{wd:o,value:a={}}=await L()??{};if(0===Object.keys(a).length)throw new Error("no package found");const s=_.default.resolve(o,"node_modules");E.default.existsSync(s)||E.default.mkdirSync(s);const l=(...e)=>_.default.resolve(s,".jiek",...e);E.default.existsSync(l())||E.default.mkdirSync(l());const p=q.resolve("rollup").replace(/dist\/rollup.js$/,"dist/bin/rollup"),c=new i.MultiBar({clearOnComplete:!1,hideCursor:!0,format:"- {bar} | {status} | {input} | {message}"},i.Presets.shades_classic);let f=0;await Promise.all(Object.entries(a).map((async([r,a])=>{const s=a.name?.replace(/^@/g,"").replace(/\//g,"+"),i=l(`${s??"anonymous-"+f++}.rollup.config.js`);E.default.writeFileSync(i,(e=>`\nmodule.exports = require('jiek/rollup').template(${JSON.stringify(e,null,2)})\n`.trimStart())(a));let d="";U&&(d=`node -r ${U} `);const g=`${d}${p} --silent -c ${i}`,h=u.execaCommand(g,{ipc:!0,cwd:r,env:{...process.env,JIEK_ROOT:o,JIEK_ENTRIES:t}}),y={};let A=10;h.on("message",(e=>{"debug"===e.type&&console.log(...Array.isArray(e.data)?e.data:[e.data])})),!e&&h.on("message",(e=>{if("init"===e.type){const{leafMap:t,targetsLength:n}=e.data,r=Array.from(t.entries()).flatMap((([e,t])=>t.map((([t,...n])=>({input:e,path:t,conditions:n})))));console.log(`Package '${a.name}' has ${n} targets to build`),r.forEach((({input:e})=>{A=Math.max(A,e.length)})),r.forEach((({input:e,path:t})=>{const n=`${e}:${t}`;y[n]||(y[n]=c.create(50,0,{input:e.padEnd(A),status:"waiting".padEnd(10)},{barsize:20,linewrap:!0}))}))}if("progress"===e.type){const{path:t,tags:n,input:r,event:o,message:a}=e.data,s=y[`${r}:${t}`];if(!s)return;s.update({start:0,resolve:20,end:50}[o??"start"]??0,{input:r.padEnd(A),status:o?.padEnd(10),message:`${n?.join(", ")}: ${a}`})}})),await new Promise(((e,t)=>{let r="";h.stderr?.on("data",(e=>{r+=e})),h.once("exit",(n=>0===n?e():t(new Error(`rollup build failed:\n${r}`)))),n&&h.stdout?.pipe(process.stdout)}))}))).finally((()=>{c.stop()})),j()}));var Q,W,X,Z,J,z,Y,V,ee,te,ne,re,oe,ae,se,ie,ue,le,pe,ce={};function fe(){return Q||(Q=1,(e=ce).isInteger=e=>"number"==typeof e?Number.isInteger(e):"string"==typeof e&&""!==e.trim()&&Number.isInteger(Number(e)),e.find=(e,t)=>e.nodes.find((e=>e.type===t)),e.exceedsLimit=(t,n,r=1,o)=>!1!==o&&!(!e.isInteger(t)||!e.isInteger(n))&&(Number(n)-Number(t))/Number(r)>=o,e.escapeNode=(e,t=0,n)=>{let r=e.nodes[t];r&&(n&&r.type===n||"open"===r.type||"close"===r.type)&&!0!==r.escaped&&(r.value="\\"+r.value,r.escaped=!0)},e.encloseBrace=e=>!("brace"!==e.type||e.commas>>0+e.ranges||(e.invalid=!0,0)),e.isInvalidBrace=e=>!("brace"!==e.type||!0!==e.invalid&&!e.dollar&&(e.commas>>0+e.ranges&&!0===e.open&&!0===e.close||(e.invalid=!0,0))),e.isOpenOrClose=e=>"open"===e.type||"close"===e.type||!0===e.open||!0===e.close,e.reduce=e=>e.reduce(((e,t)=>("text"===t.type&&e.push(t.value),"range"===t.type&&(t.type="text"),e)),[]),e.flatten=(...e)=>{const t=[],n=e=>{for(let r=0;r<e.length;r++){let o=e[r];Array.isArray(o)?n(o):void 0!==o&&t.push(o)}return t};return n(e),t}),ce;var e}function de(){if(X)return W;X=1;const e=fe();return W=(t,n={})=>{let r=(t,o={})=>{let a=n.escapeInvalid&&e.isInvalidBrace(o),s=!0===t.invalid&&!0===n.escapeInvalid,i="";if(t.value)return(a||s)&&e.isOpenOrClose(t)?"\\"+t.value:t.value;if(t.value)return t.value;if(t.nodes)for(let e of t.nodes)i+=r(e);return i};return r(t)}}
|
2
2
|
/*!
|
3
3
|
* is-number <https://github.com/jonschlinkert/is-number>
|
4
4
|
*
|
package/dist/cli.min.js
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
import e from"node:fs";import{createRequire as t}from"node:module";import n,{resolve as r,relative as o}from"node:path";import{filterPackagesFromDir as s}from"@pnpm/filter-workspace-packages";import{program as a}from"commander";import{load as i}from"js-yaml";import{isWorkspaceDir as u,getWorkspaceDir as p}from"@jiek/utils/getWorkspaceDir";import{MultiBar as l,Presets as c}from"cli-progress";import{execaCommand as f}from"execa";import g from"detect-indent";import d from"inquirer";import{applyEdits as h,modify as A}from"jsonc-parser";import R from"util";import y from"path";import*as m from"node:child_process";import{bump as _}from"@jiek/utils/bumper";import{resolveEntrypoints as E,filterLeafs as b,DEFAULT_SKIP_VALUES as S,entrypoints2Exports as C}from"@jiek/pkger/entrypoints";let v,$;function x(){if(v)return v;const e=a.getOptionValue("root");return v=e?n.isAbsolute(e)?e:n.resolve(process.cwd(),e):void 0,v}let w=!1;function H(){if($)return{wd:$,notWorkspace:w};const e=x();if(void 0!==e){const t=u(e,k);return w=!t,$=e,{wd:$,notWorkspace:w}}try{$=p(k)}catch(t){if(!("message"in t)||"workspace root not found"!==t.message)throw t;$=e,w=!0}return{wd:$,notWorkspace:w}}let k="";try{t(import.meta.url).resolve("@pnpm/filter-workspace-packages"),k="pnpm"}catch{}async function O(){let t=a.getOptionValue("filter");const r=x(),{wd:o,notWorkspace:u}=H();if(!u&&"pnpm"===k){const a=n.resolve(o,"pnpm-workspace.yaml"),u=e.readFileSync(a,"utf-8"),p=i(u);if(r===o&&!t)throw new Error("root path is workspace root, please provide a filter");if(r!==o&&!t){if(!e.existsSync(n.resolve(r,"package.json")))throw new Error("root path is not workspace root, please provide a filter");const o=JSON.parse(e.readFileSync(n.resolve(r,"package.json"),"utf-8"));if(!o.name)throw new Error("root path is not workspace root, please provide a filter");t=o.name}const{selectedProjectsGraph:l}=await s(o,[{filter:t??"",followProdDepsOnly:!0}],{prefix:r,workspaceDir:o,patterns:p.packages});return{wd:o,root:r,value:Object.entries(l).reduce(((e,[t,n])=>(e[t]=n.package.manifest,e)),{})}}return{wd:o,root:r,value:{[o]:JSON.parse(e.readFileSync(n.resolve(o,"package.json"),"utf-8"))}}}""!==k&&a.option("-f, --filter <filter>","filter packages");var T="1.0.
|
1
|
+
import e from"node:fs";import{createRequire as t}from"node:module";import n,{resolve as r,relative as o}from"node:path";import{filterPackagesFromDir as s}from"@pnpm/filter-workspace-packages";import{program as a}from"commander";import{load as i}from"js-yaml";import{isWorkspaceDir as u,getWorkspaceDir as p}from"@jiek/utils/getWorkspaceDir";import{MultiBar as l,Presets as c}from"cli-progress";import{execaCommand as f}from"execa";import g from"detect-indent";import d from"inquirer";import{applyEdits as h,modify as A}from"jsonc-parser";import R from"util";import y from"path";import*as m from"node:child_process";import{bump as _}from"@jiek/utils/bumper";import{resolveEntrypoints as E,filterLeafs as b,DEFAULT_SKIP_VALUES as S,entrypoints2Exports as C}from"@jiek/pkger/entrypoints";let v,$;function x(){if(v)return v;const e=a.getOptionValue("root");return v=e?n.isAbsolute(e)?e:n.resolve(process.cwd(),e):void 0,v}let w=!1;function H(){if($)return{wd:$,notWorkspace:w};const e=x();if(void 0!==e){const t=u(e,k);return w=!t,$=e,{wd:$,notWorkspace:w}}try{$=p(k)}catch(t){if(!("message"in t)||"workspace root not found"!==t.message)throw t;$=e,w=!0}return{wd:$,notWorkspace:w}}let k="";try{t(import.meta.url).resolve("@pnpm/filter-workspace-packages"),k="pnpm"}catch{}async function O(){let t=a.getOptionValue("filter");const r=x(),{wd:o,notWorkspace:u}=H();if(!u&&"pnpm"===k){const a=n.resolve(o,"pnpm-workspace.yaml"),u=e.readFileSync(a,"utf-8"),p=i(u);if(r===o&&!t)throw new Error("root path is workspace root, please provide a filter");if(r!==o&&!t){if(!e.existsSync(n.resolve(r,"package.json")))throw new Error("root path is not workspace root, please provide a filter");const o=JSON.parse(e.readFileSync(n.resolve(r,"package.json"),"utf-8"));if(!o.name)throw new Error("root path is not workspace root, please provide a filter");t=o.name}const{selectedProjectsGraph:l}=await s(o,[{filter:t??"",followProdDepsOnly:!0}],{prefix:r,workspaceDir:o,patterns:p.packages});return{wd:o,root:r,value:Object.entries(l).reduce(((e,[t,n])=>(e[t]=n.package.manifest,e)),{})}}return{wd:o,root:r,value:{[o]:JSON.parse(e.readFileSync(n.resolve(o,"package.json"),"utf-8"))}}}""!==k&&a.option("-f, --filter <filter>","filter packages");var T="1.0.9",L="YiJie's personal kits.";let N;function I(){N()}function M(){new Promise((e=>N=e))}a.version(T).description(L).option("--root <root>","root path").option("-c, --config-path <configPath>","config path");const j=t(import.meta.url);function B(e){try{return j.resolve(e),!0}catch(e){return!1}}let P;const D=[process.env.JIEK_TS_REGISTER,"esbuild-register","@swc-node/register","ts-node/register"].filter(Boolean);for(const e of D)if(B(e)){P=e;break}let G="jiek.config";function K(t){const{wd:r}=H();let o=a.getOptionValue("configPath");if(o){if(!e.existsSync(o))throw new Error(`config file not found: ${o}`);n.isAbsolute(o)||(o=n.resolve(r,o))}else o=function(t,r){const o=!!P;function s(o){const s=[n.resolve(process.cwd(),`${G}.${o}`),n.resolve(process.cwd(),`.${G}.${o}`),n.resolve(t,`${G}.${o}`),n.resolve(t,`.${G}.${o}`)];r&&s.unshift(n.resolve(r,`${G}.${o}`),n.resolve(r,`.${G}.${o}`));for(const t of s)if(e.existsSync(t)&&e.lstatSync(t).isFile())return t}return G=s("js")??G,G=s("json")??G,G=s("yaml")??G,o&&(G=s("ts")??G),n.resolve(t,G)}(r,t);const s=n.extname(o);let u;switch(s){case".js":u=require(o);break;case".json":return require(o);case".yaml":return i(e.readFileSync(o,"utf-8"));case".ts":if(P){require(P),u=require(o);break}throw new Error("ts config file is not supported without ts register, please install esbuild-register or set JIEK_TS_REGISTER env for custom ts register");case".config":u={};break;default:throw new Error(`unsupported config file type: ${s}`)}if(!u)throw new Error("config file is empty");return u.default??u}const U=t(import.meta.url);a.command("build").option("-s, --silent","Don't display logs.").option("-e, --entries <ENTRIES>","Specify the entries of the package.json's 'exports' field.(support glob)").option("-v, --verbose","Display debug logs.").action((async({silent:t,entries:r,verbose:o})=>{M();const{build:s}=K();t=t??s?.silent??!1;const{wd:a,value:i={}}=await O()??{};if(0===Object.keys(i).length)throw new Error("no package found");const u=n.resolve(a,"node_modules");e.existsSync(u)||e.mkdirSync(u);const p=(...e)=>n.resolve(u,".jiek",...e);e.existsSync(p())||e.mkdirSync(p());const g=U.resolve("rollup").replace(/dist\/rollup.js$/,"dist/bin/rollup"),d=new l({clearOnComplete:!1,hideCursor:!0,format:"- {bar} | {status} | {input} | {message}"},c.shades_classic);let h=0;await Promise.all(Object.entries(i).map((async([n,s])=>{const i=s.name?.replace(/^@/g,"").replace(/\//g,"+"),u=p(`${i??"anonymous-"+h++}.rollup.config.js`);e.writeFileSync(u,(e=>`\nmodule.exports = require('jiek/rollup').template(${JSON.stringify(e,null,2)})\n`.trimStart())(s));let l="";P&&(l=`node -r ${P} `);const c=f(`${l}${g} --silent -c ${u}`,{ipc:!0,cwd:n,env:{...process.env,JIEK_ROOT:a,JIEK_ENTRIES:r}}),A={};let R=10;c.on("message",(e=>{"debug"===e.type&&console.log(...Array.isArray(e.data)?e.data:[e.data])})),!t&&c.on("message",(e=>{if("init"===e.type){const{leafMap:t,targetsLength:n}=e.data,r=Array.from(t.entries()).flatMap((([e,t])=>t.map((([t,...n])=>({input:e,path:t,conditions:n})))));console.log(`Package '${s.name}' has ${n} targets to build`),r.forEach((({input:e})=>{R=Math.max(R,e.length)})),r.forEach((({input:e,path:t})=>{const n=`${e}:${t}`;A[n]||(A[n]=d.create(50,0,{input:e.padEnd(R),status:"waiting".padEnd(10)},{barsize:20,linewrap:!0}))}))}if("progress"===e.type){const{path:t,tags:n,input:r,event:o,message:s}=e.data,a=A[`${r}:${t}`];if(!a)return;a.update({start:0,resolve:20,end:50}[o??"start"]??0,{input:r.padEnd(R),status:o?.padEnd(10),message:`${n?.join(", ")}: ${s}`})}})),await new Promise(((e,t)=>{let n="";c.stderr?.on("data",(e=>{n+=e})),c.once("exit",(r=>0===r?e():t(new Error(`rollup build failed:\n${n}`)))),o&&c.stdout?.pipe(process.stdout)}))}))).finally((()=>{d.stop()})),I()}));var F,Q,W,X,q,Z,J,Y,z,V,ee,te,ne,re,oe,se,ae,ie,ue,pe={};function le(){return F||(F=1,function(e){e.isInteger=e=>"number"==typeof e?Number.isInteger(e):"string"==typeof e&&""!==e.trim()&&Number.isInteger(Number(e)),e.find=(e,t)=>e.nodes.find((e=>e.type===t)),e.exceedsLimit=(t,n,r=1,o)=>!1!==o&&(!(!e.isInteger(t)||!e.isInteger(n))&&(Number(n)-Number(t))/Number(r)>=o),e.escapeNode=(e,t=0,n)=>{let r=e.nodes[t];r&&(n&&r.type===n||"open"===r.type||"close"===r.type)&&!0!==r.escaped&&(r.value="\\"+r.value,r.escaped=!0)},e.encloseBrace=e=>"brace"===e.type&&(!(e.commas>>0+e.ranges)&&(e.invalid=!0,!0)),e.isInvalidBrace=e=>"brace"===e.type&&(!(!0!==e.invalid&&!e.dollar)||(e.commas>>0+e.ranges?(!0!==e.open||!0!==e.close)&&(e.invalid=!0,!0):(e.invalid=!0,!0))),e.isOpenOrClose=e=>"open"===e.type||"close"===e.type||(!0===e.open||!0===e.close),e.reduce=e=>e.reduce(((e,t)=>("text"===t.type&&e.push(t.value),"range"===t.type&&(t.type="text"),e)),[]),e.flatten=(...e)=>{const t=[],n=e=>{for(let r=0;r<e.length;r++){let o=e[r];Array.isArray(o)?n(o):void 0!==o&&t.push(o)}return t};return n(e),t}}(pe)),pe}function ce(){if(W)return Q;W=1;const e=le();return Q=(t,n={})=>{let r=(t,o={})=>{let s=n.escapeInvalid&&e.isInvalidBrace(o),a=!0===t.invalid&&!0===n.escapeInvalid,i="";if(t.value)return(s||a)&&e.isOpenOrClose(t)?"\\"+t.value:t.value;if(t.value)return t.value;if(t.nodes)for(let e of t.nodes)i+=r(e);return i};return r(t)}}
|
2
2
|
/*!
|
3
3
|
* is-number <https://github.com/jonschlinkert/is-number>
|
4
4
|
*
|
package/dist/index.d.cts
CHANGED
@@ -1,3 +1,65 @@
|
|
1
|
+
import { InputPluginOption, OutputOptions } from 'rollup';
|
2
|
+
|
3
|
+
type Mapping2ROO<K extends keyof OutputOptions> = OutputOptions[K] | {
|
4
|
+
js?: OutputOptions[K];
|
5
|
+
dts?: OutputOptions[K];
|
6
|
+
};
|
7
|
+
interface ConfigGenerateContext {
|
8
|
+
path: string;
|
9
|
+
name: string;
|
10
|
+
input: string;
|
11
|
+
output: string;
|
12
|
+
external: (string | RegExp)[];
|
13
|
+
pkgIsModule: boolean;
|
14
|
+
conditionals: string[];
|
15
|
+
}
|
16
|
+
interface TemplateOptions {
|
17
|
+
/**
|
18
|
+
* When the user configures type: module, the generated output from entry points that don't
|
19
|
+
* have cts as a suffix will automatically include the CJS version.
|
20
|
+
* if it is not configured, and the generated output from entry points that do not have mts
|
21
|
+
* as a suffix will automatically include the ESM version.
|
22
|
+
*
|
23
|
+
* @default true
|
24
|
+
*/
|
25
|
+
crossModuleConvertor?: boolean;
|
26
|
+
output?: {
|
27
|
+
/**
|
28
|
+
* @default true
|
29
|
+
*
|
30
|
+
* When minify is set to true, the output will with minified files.
|
31
|
+
* When minify is set to 'only-minify', the output will direct output minified files.
|
32
|
+
*/
|
33
|
+
minify?: boolean | 'only-minify';
|
34
|
+
/**
|
35
|
+
* @default 'dist'
|
36
|
+
*/
|
37
|
+
dir?: Mapping2ROO<'dir'>;
|
38
|
+
sourcemap?: Mapping2ROO<'sourcemap'>;
|
39
|
+
strict?: Mapping2ROO<'strict'>;
|
40
|
+
};
|
41
|
+
plugins?: InputPluginOption | ((type: 'js' | 'dts', context: ConfigGenerateContext) => InputPluginOption) | {
|
42
|
+
js: InputPluginOption;
|
43
|
+
dts?: InputPluginOption;
|
44
|
+
} | {
|
45
|
+
js?: InputPluginOption;
|
46
|
+
dts: InputPluginOption;
|
47
|
+
};
|
48
|
+
}
|
49
|
+
|
50
|
+
declare module 'jiek' {
|
51
|
+
interface Config {
|
52
|
+
build?: TemplateOptions & {
|
53
|
+
/**
|
54
|
+
* Whether to run in silent mode, only active when configured in the workspace root or cwd.
|
55
|
+
*
|
56
|
+
* @default false
|
57
|
+
*/
|
58
|
+
silent?: boolean;
|
59
|
+
};
|
60
|
+
}
|
61
|
+
}
|
62
|
+
|
1
63
|
declare module 'jiek' {
|
2
64
|
type InitNamedFunction = (argument: string, paths: {
|
3
65
|
full: string;
|
package/dist/index.d.ts
CHANGED
@@ -1,3 +1,65 @@
|
|
1
|
+
import { InputPluginOption, OutputOptions } from 'rollup';
|
2
|
+
|
3
|
+
type Mapping2ROO<K extends keyof OutputOptions> = OutputOptions[K] | {
|
4
|
+
js?: OutputOptions[K];
|
5
|
+
dts?: OutputOptions[K];
|
6
|
+
};
|
7
|
+
interface ConfigGenerateContext {
|
8
|
+
path: string;
|
9
|
+
name: string;
|
10
|
+
input: string;
|
11
|
+
output: string;
|
12
|
+
external: (string | RegExp)[];
|
13
|
+
pkgIsModule: boolean;
|
14
|
+
conditionals: string[];
|
15
|
+
}
|
16
|
+
interface TemplateOptions {
|
17
|
+
/**
|
18
|
+
* When the user configures type: module, the generated output from entry points that don't
|
19
|
+
* have cts as a suffix will automatically include the CJS version.
|
20
|
+
* if it is not configured, and the generated output from entry points that do not have mts
|
21
|
+
* as a suffix will automatically include the ESM version.
|
22
|
+
*
|
23
|
+
* @default true
|
24
|
+
*/
|
25
|
+
crossModuleConvertor?: boolean;
|
26
|
+
output?: {
|
27
|
+
/**
|
28
|
+
* @default true
|
29
|
+
*
|
30
|
+
* When minify is set to true, the output will with minified files.
|
31
|
+
* When minify is set to 'only-minify', the output will direct output minified files.
|
32
|
+
*/
|
33
|
+
minify?: boolean | 'only-minify';
|
34
|
+
/**
|
35
|
+
* @default 'dist'
|
36
|
+
*/
|
37
|
+
dir?: Mapping2ROO<'dir'>;
|
38
|
+
sourcemap?: Mapping2ROO<'sourcemap'>;
|
39
|
+
strict?: Mapping2ROO<'strict'>;
|
40
|
+
};
|
41
|
+
plugins?: InputPluginOption | ((type: 'js' | 'dts', context: ConfigGenerateContext) => InputPluginOption) | {
|
42
|
+
js: InputPluginOption;
|
43
|
+
dts?: InputPluginOption;
|
44
|
+
} | {
|
45
|
+
js?: InputPluginOption;
|
46
|
+
dts: InputPluginOption;
|
47
|
+
};
|
48
|
+
}
|
49
|
+
|
50
|
+
declare module 'jiek' {
|
51
|
+
interface Config {
|
52
|
+
build?: TemplateOptions & {
|
53
|
+
/**
|
54
|
+
* Whether to run in silent mode, only active when configured in the workspace root or cwd.
|
55
|
+
*
|
56
|
+
* @default false
|
57
|
+
*/
|
58
|
+
silent?: boolean;
|
59
|
+
};
|
60
|
+
}
|
61
|
+
}
|
62
|
+
|
1
63
|
declare module 'jiek' {
|
2
64
|
type InitNamedFunction = (argument: string, paths: {
|
3
65
|
full: string;
|
package/dist/rollup/index.d.cts
CHANGED
@@ -1,63 +1,4 @@
|
|
1
|
-
import {
|
2
|
-
|
3
|
-
type Mapping2ROO<K extends keyof OutputOptions> = OutputOptions[K] | {
|
4
|
-
js?: OutputOptions[K];
|
5
|
-
dts?: OutputOptions[K];
|
6
|
-
};
|
7
|
-
interface ConfigGenerateContext {
|
8
|
-
path: string;
|
9
|
-
name: string;
|
10
|
-
input: string;
|
11
|
-
output: string;
|
12
|
-
external: (string | RegExp)[];
|
13
|
-
pkgIsModule: boolean;
|
14
|
-
conditionals: string[];
|
15
|
-
}
|
16
|
-
interface TemplateOptions {
|
17
|
-
/**
|
18
|
-
* When the user configures type: module, the generated output from entry points that don't
|
19
|
-
* have cts as a suffix will automatically include the CJS version.
|
20
|
-
* if it is not configured, and the generated output from entry points that do not have mts
|
21
|
-
* as a suffix will automatically include the ESM version.
|
22
|
-
*
|
23
|
-
* @default true
|
24
|
-
*/
|
25
|
-
crossModuleConvertor?: boolean;
|
26
|
-
output?: {
|
27
|
-
/**
|
28
|
-
* @default true
|
29
|
-
*
|
30
|
-
* When minify is set to true, the output will with minified files.
|
31
|
-
* When minify is set to 'only-minify', the output will direct output minified files.
|
32
|
-
*/
|
33
|
-
minify?: boolean | 'only-minify';
|
34
|
-
/**
|
35
|
-
* @default 'dist'
|
36
|
-
*/
|
37
|
-
dir?: Mapping2ROO<'dir'>;
|
38
|
-
sourcemap?: Mapping2ROO<'sourcemap'>;
|
39
|
-
strict?: Mapping2ROO<'strict'>;
|
40
|
-
};
|
41
|
-
plugins?: InputPluginOption | ((type: 'js' | 'dts', context: ConfigGenerateContext) => InputPluginOption) | {
|
42
|
-
js: InputPluginOption;
|
43
|
-
dts?: InputPluginOption;
|
44
|
-
} | {
|
45
|
-
js?: InputPluginOption;
|
46
|
-
dts: InputPluginOption;
|
47
|
-
};
|
48
|
-
}
|
49
|
-
declare module 'jiek' {
|
50
|
-
interface Config {
|
51
|
-
build?: TemplateOptions & {
|
52
|
-
/**
|
53
|
-
* Whether to run in silent mode, only active when configured in the workspace root or cwd.
|
54
|
-
*
|
55
|
-
* @default false
|
56
|
-
*/
|
57
|
-
silent?: boolean;
|
58
|
-
};
|
59
|
-
}
|
60
|
-
}
|
1
|
+
import { RollupOptions } from 'rollup';
|
61
2
|
|
62
3
|
interface PackageJSON {
|
63
4
|
name?: string;
|
package/dist/rollup/index.d.ts
CHANGED
@@ -1,63 +1,4 @@
|
|
1
|
-
import {
|
2
|
-
|
3
|
-
type Mapping2ROO<K extends keyof OutputOptions> = OutputOptions[K] | {
|
4
|
-
js?: OutputOptions[K];
|
5
|
-
dts?: OutputOptions[K];
|
6
|
-
};
|
7
|
-
interface ConfigGenerateContext {
|
8
|
-
path: string;
|
9
|
-
name: string;
|
10
|
-
input: string;
|
11
|
-
output: string;
|
12
|
-
external: (string | RegExp)[];
|
13
|
-
pkgIsModule: boolean;
|
14
|
-
conditionals: string[];
|
15
|
-
}
|
16
|
-
interface TemplateOptions {
|
17
|
-
/**
|
18
|
-
* When the user configures type: module, the generated output from entry points that don't
|
19
|
-
* have cts as a suffix will automatically include the CJS version.
|
20
|
-
* if it is not configured, and the generated output from entry points that do not have mts
|
21
|
-
* as a suffix will automatically include the ESM version.
|
22
|
-
*
|
23
|
-
* @default true
|
24
|
-
*/
|
25
|
-
crossModuleConvertor?: boolean;
|
26
|
-
output?: {
|
27
|
-
/**
|
28
|
-
* @default true
|
29
|
-
*
|
30
|
-
* When minify is set to true, the output will with minified files.
|
31
|
-
* When minify is set to 'only-minify', the output will direct output minified files.
|
32
|
-
*/
|
33
|
-
minify?: boolean | 'only-minify';
|
34
|
-
/**
|
35
|
-
* @default 'dist'
|
36
|
-
*/
|
37
|
-
dir?: Mapping2ROO<'dir'>;
|
38
|
-
sourcemap?: Mapping2ROO<'sourcemap'>;
|
39
|
-
strict?: Mapping2ROO<'strict'>;
|
40
|
-
};
|
41
|
-
plugins?: InputPluginOption | ((type: 'js' | 'dts', context: ConfigGenerateContext) => InputPluginOption) | {
|
42
|
-
js: InputPluginOption;
|
43
|
-
dts?: InputPluginOption;
|
44
|
-
} | {
|
45
|
-
js?: InputPluginOption;
|
46
|
-
dts: InputPluginOption;
|
47
|
-
};
|
48
|
-
}
|
49
|
-
declare module 'jiek' {
|
50
|
-
interface Config {
|
51
|
-
build?: TemplateOptions & {
|
52
|
-
/**
|
53
|
-
* Whether to run in silent mode, only active when configured in the workspace root or cwd.
|
54
|
-
*
|
55
|
-
* @default false
|
56
|
-
*/
|
57
|
-
silent?: boolean;
|
58
|
-
};
|
59
|
-
}
|
60
|
-
}
|
1
|
+
import { RollupOptions } from 'rollup';
|
61
2
|
|
62
3
|
interface PackageJSON {
|
63
4
|
name?: string;
|
package/package.json
CHANGED
package/src/commands/build.ts
CHANGED
@@ -1,5 +1,3 @@
|
|
1
|
-
import '../rollup/base'
|
2
|
-
|
3
1
|
import fs from 'node:fs'
|
4
2
|
import { createRequire } from 'node:module'
|
5
3
|
import path from 'node:path'
|
@@ -9,11 +7,24 @@ import { program } from 'commander'
|
|
9
7
|
import { execaCommand } from 'execa'
|
10
8
|
|
11
9
|
import { actionDone, actionRestore } from '../inner'
|
12
|
-
import type { RollupProgressEvent } from '../rollup/base'
|
10
|
+
import type { RollupProgressEvent, TemplateOptions } from '../rollup/base'
|
13
11
|
import { getSelectedProjectsGraph } from '../utils/filterSupport'
|
14
12
|
import { loadConfig } from '../utils/loadConfig'
|
15
13
|
import { tsRegisterName } from '../utils/tsRegister'
|
16
14
|
|
15
|
+
declare module 'jiek' {
|
16
|
+
export interface Config {
|
17
|
+
build?: TemplateOptions & {
|
18
|
+
/**
|
19
|
+
* Whether to run in silent mode, only active when configured in the workspace root or cwd.
|
20
|
+
*
|
21
|
+
* @default false
|
22
|
+
*/
|
23
|
+
silent?: boolean
|
24
|
+
}
|
25
|
+
}
|
26
|
+
}
|
27
|
+
|
17
28
|
const FILE_TEMPLATE = (manifest: unknown) => (`
|
18
29
|
module.exports = require('jiek/rollup').template(${JSON.stringify(manifest, null, 2)})
|
19
30
|
`.trimStart())
|
package/src/rollup/base.ts
CHANGED
@@ -78,16 +78,3 @@ export type RollupProgressEvent =
|
|
78
78
|
message?: string
|
79
79
|
}
|
80
80
|
}
|
81
|
-
|
82
|
-
declare module 'jiek' {
|
83
|
-
export interface Config {
|
84
|
-
build?: TemplateOptions & {
|
85
|
-
/**
|
86
|
-
* Whether to run in silent mode, only active when configured in the workspace root or cwd.
|
87
|
-
*
|
88
|
-
* @default false
|
89
|
-
*/
|
90
|
-
silent?: boolean
|
91
|
-
}
|
92
|
-
}
|
93
|
-
}
|