@visulima/packem 2.0.0-alpha.31 → 2.0.0-alpha.33
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +26 -0
- package/LICENSE.md +5508 -9
- package/dist/builder/typedoc/generate-reference-documentation.d.ts +4 -0
- package/dist/builder/typedoc/index.d.ts +3 -29
- package/dist/builder/typedoc/index.js +3 -3
- package/dist/cli/commands/add.d.ts +3 -0
- package/dist/cli/commands/build.d.ts +21 -0
- package/dist/cli/commands/init.d.ts +3 -0
- package/dist/cli/commands/utils/css-loader-dependencies.d.ts +2 -0
- package/dist/cli/index.d.ts +1 -0
- package/dist/cli/index.js +11 -11
- package/dist/config/index.d.ts +48 -31
- package/dist/config/preset/auto.d.ts +3 -0
- package/dist/config/preset/utils/infer-entries.d.ts +12 -0
- package/dist/config/preset/utils/overwrite-with-publish-config.d.ts +4 -0
- package/dist/config/utils/find-packem-file.d.ts +2 -0
- package/dist/config/utils/load-package-json.d.ts +6 -0
- package/dist/config/utils/load-packem-config.d.ts +7 -0
- package/dist/config/utils/load-preset.d.ts +4 -0
- package/dist/config/utils/load-tsconfig.d.ts +5 -0
- package/dist/config/utils/prepare-entries.d.ts +4 -0
- package/dist/index.d.ts +45 -35
- package/dist/index.js +1 -1
- package/dist/jit/create-stub.d.ts +4 -0
- package/dist/packem/build.d.ts +21 -0
- package/dist/packem/index.d.ts +25 -0
- package/dist/packem/node10-compatibility.d.ts +7 -0
- package/dist/packem/utils/brotli-size.d.ts +2 -0
- package/dist/packem/utils/group-by-keys.d.ts +3 -0
- package/dist/packem/utils/gzip-size.d.ts +2 -0
- package/dist/packem_shared/{default-Bv0h8ASu.js → default-B2EOH52z.js} +1 -1
- package/dist/packem_shared/default-B_dUKZ_J.js +1 -0
- package/dist/packem_shared/{default-CTOd1a5W.js → default-Dego_fiC.js} +1 -1
- package/dist/packem_shared/{default-BY_XZBkt.js → default-E4TiWfSK.js} +1 -1
- package/dist/packem_shared/esbuildPlugin-DpLtQGuZ-Bny-e486.js +3 -0
- package/dist/packem_shared/index-BgdmVZI8.js +173 -0
- package/dist/packem_shared/isolatedDeclarationsTypescriptTransformer-DkuEkofo-Cwe3ODMG.js +3 -0
- package/dist/packem_shared/oxcResolvePlugin-Ccef6pyL-D14z9S9i.js +1 -0
- package/dist/packem_shared/resolveTypescriptMjsCtsPlugin-DcZrZTmM-3AmQC7y7.js +6 -0
- package/dist/rollup/build-types.d.ts +5 -0
- package/dist/rollup/build.d.ts +5 -0
- package/dist/rollup/get-rollup-options.d.ts +5 -0
- package/dist/rollup/plugins/css/loaders/less.d.ts +1 -1
- package/dist/rollup/plugins/css/loaders/lightningcss.d.ts +1 -1
- package/dist/rollup/plugins/css/loaders/postcss.d.ts +1 -1
- package/dist/rollup/plugins/css/loaders/sass.d.ts +1 -1
- package/dist/rollup/plugins/css/loaders/sourcemap.d.ts +1 -9
- package/dist/rollup/plugins/css/loaders/stylus.d.ts +1 -1
- package/dist/rollup/plugins/css/loaders/tailwindcss.d.ts +1 -1
- package/dist/rollup/plugins/css/minifiers/cssnano.d.ts +1 -1
- package/dist/rollup/plugins/css/minifiers/lightningcss.d.ts +1 -1
- package/dist/rollup/plugins/esbuild/index.d.ts +2 -26
- package/dist/rollup/plugins/esbuild/index.js +1 -1
- package/dist/rollup/plugins/oxc/isolated-declarations-oxc-transformer.d.ts +1 -27
- package/dist/rollup/plugins/oxc/oxc-transformer.d.ts +2 -22
- package/dist/rollup/plugins/resolve-externals-plugin.d.ts +60 -0
- package/dist/rollup/plugins/sucrase/index.d.ts +2 -21
- package/dist/rollup/plugins/sucrase/index.js +1 -1
- package/dist/rollup/plugins/swc/isolated-declarations-swc-transformer.d.ts +1 -27
- package/dist/rollup/plugins/swc/swc-plugin.d.ts +2 -22
- package/dist/rollup/plugins/typescript/isolated-declarations-typescript-transformer.d.ts +1 -26
- package/dist/rollup/plugins/typescript/isolated-declarations-typescript-transformer.js +1 -1
- package/dist/rollup/utils/resolve-aliases.d.ts +4 -0
- package/dist/rollup/watch.d.ts +5 -0
- package/dist/types.d.ts +328 -0
- package/dist/utils/clean-distribution-directories.d.ts +4 -0
- package/dist/utils/create-or-update-key-storage.d.ts +3 -0
- package/dist/utils/extract-export-filenames.d.ts +16 -0
- package/dist/utils/find-alternatives.d.ts +2 -0
- package/dist/utils/get-package-side-effect.d.ts +3 -0
- package/dist/utils/infer-export-type.d.ts +3 -0
- package/dist/utils/kill-process.d.ts +14 -0
- package/dist/utils/log-build-errors.d.ts +4 -0
- package/dist/utils/remove-old-cache-folders.d.ts +3 -0
- package/dist/utils/warn-legacy-cjs.d.ts +8 -0
- package/dist/validator/attw.d.ts +7 -0
- package/dist/validator/package-json/index.d.ts +4 -0
- package/dist/validator/package-json/validate-dependencies.d.ts +4 -0
- package/dist/validator/package-json/validate-engines.d.ts +4 -0
- package/dist/validator/package-json/validate-package-entries.d.ts +4 -0
- package/dist/validator/package-json/validate-package-fields.d.ts +4 -0
- package/dist/validator/validate-alias-entries.d.ts +3 -0
- package/dist/validator/validate-bundle-size.d.ts +4 -0
- package/package.json +2 -2
- package/dist/packem_shared/default-CAKCVA5N.js +0 -1
- package/dist/packem_shared/esbuildPlugin-DpLtQGuZ-DlbvGoD-.js +0 -3
- package/dist/packem_shared/index-CMiSObms.js +0 -178
- package/dist/packem_shared/index-D09qw6EP.d.ts +0 -5108
- package/dist/packem_shared/isolatedDeclarationsTypescriptTransformer-DkuEkofo-CfOpxpsh.js +0 -3
- package/dist/packem_shared/oxcResolvePlugin-Ccef6pyL-VBndJ7ld.js +0 -1
- package/dist/packem_shared/resolveTypescriptMjsCtsPlugin-DcZrZTmM-D4oir4A1.js +0 -6
- package/dist/packem_shared/types-B5hAMUkV.d.ts +0 -175
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
var g=Object.defineProperty;var l=(e,r)=>g(e,"name",{value:r,configurable:!0});import{createRequire as f}from"node:module";const y=f(import.meta.url),{transpileDeclaration:v,formatDiagnostics:d,sys:n}=y("typescript");var N=Object.defineProperty,C=l((e,r)=>N(e,"name",{value:r,configurable:!0}),"p"),D=Object.defineProperty,b=C((e,r)=>D(e,"name",{value:r,configurable:!0}),"l"),j=Object.defineProperty,t=b((e,r)=>j(e,"name",{value:r,configurable:!0}),"s");const O=t(e=>{const r=e.split(`
|
|
2
|
-
`);return r.at(-1)?.startsWith("//# sourceMappingURL=")?r.slice(0,-1).join(`
|
|
3
|
-
`):e},"stripMapUrl"),M=t(async(e,r,u,o)=>{const s={declarationMap:u,...o?.compilerOptions};let{diagnostics:c,outputText:i,sourceMapText:a}=v(r,{fileName:e,reportDiagnostics:!0,...o,compilerOptions:s});s.declarationMap&&(i=O(i));const m=c?.length?[d(c,{getCanonicalFileName:t(p=>n.useCaseSensitiveFileNames?p:p.toLowerCase(),"getCanonicalFileName"),getCurrentDirectory:t(()=>n.getCurrentDirectory(),"getCurrentDirectory"),getNewLine:t(()=>n.newLine,"getNewLine")})]:[];return a&&(a=JSON.parse(a).mappings),{errors:m,map:a,sourceText:i}},"isolatedDeclarationsTypescriptTransformer");export{M as v};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
var P=Object.defineProperty;var x=(r,e)=>P(r,"name",{value:e,configurable:!0});import{createRequire as _}from"node:module";import{createFilter as S}from"@rollup/pluginutils";import{findPackageJson as k}from"@visulima/package/package-json";import{dirname as n}from"@visulima/path";const F=_(import.meta.url),{ResolverFactory:O}=F("oxc-resolver");var q=Object.defineProperty,M=x((r,e)=>q(r,"name",{value:e,configurable:!0}),"y"),A=Object.defineProperty,J=M((r,e)=>A(r,"name",{value:e,configurable:!0}),"g"),z=Object.defineProperty,u=J((r,e)=>z(r,"name",{value:e,configurable:!0}),"a");let y;const I=new Map,H=u((r,e,h,m)=>{const{ignoreSideEffectsForRoot:E,...a}=r;let c=y;return c||(c=y=new O({...a,roots:[...a.roots??[],e],tsconfig:m?{configFile:m,references:"auto"}:void 0})),{name:"oxc-resolve",resolveId:{async handler(p,l,{isEntry:R}){const v=R||!l?n(p):n(l),{error:g,path:t}=await c.async(v,p);if(g){h.debug(g,{context:[{basedir:e,extensions:a.extensions,id:t}]});return}let f=u(s=>!1,"hasModuleSideEffects");try{const{packageJson:s,path:j}=await k(n(t),{cache:I}),b=n(j);if(!E||e!==b){const i=s.sideEffects;if(typeof i=="boolean")f=u(()=>i,"hasModuleSideEffects");else if(Array.isArray(i)){const w=i.map(d=>d.includes("/")?d:`**/${d}`);f=S(w,void 0,{resolve:b})}}}catch(s){console.debug(s.message,{context:[{basedir:v,caller:"Resolver",error:s,extensions:a.extensions,id:t}]})}const o=await this.resolve(t,l,{skipSelf:!0});if(o)return o.external?!1:o.id!==t?o:{id:t,meta:o.meta,moduleSideEffects:f(t)}},order:"post"}}},"oxcResolvePlugin");export{H as z};
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
var E=Object.defineProperty;var u=(t,e)=>E(t,"name",{value:e,configurable:!0});import{createRequire as M}from"node:module";import{parse as F}from"@babel/parser";import{findStaticImports as Z}from"mlly";import{isAbsolute as z,join as N,dirname as G,resolve as B}from"@visulima/path";import{isRelative as H}from"@visulima/path/utils";const U=M(import.meta.url),L=U("magic-string");var J=Object.defineProperty,m=u((t,e)=>J(t,"name",{value:e,configurable:!0}),"u$1"),K=Object.defineProperty,h=m((t,e)=>K(t,"name",{value:e,configurable:!0}),"n"),Q=Object.defineProperty,x=h((t,e)=>Q(t,"name",{value:e,configurable:!0}),"i");let I=class{static{u(this,"y")}static{m(this,"_")}static{h(this,"WalkerBase")}static{x(this,"WalkerBase")}constructor(){this.should_skip=!1,this.should_remove=!1,this.replacement=null,this.context={skip:x(()=>this.should_skip=!0,"skip"),remove:x(()=>this.should_remove=!0,"remove"),replace:x(e=>this.replacement=e,"replace")}}replace(e,s,r,n){e&&s&&(r!=null?e[s][r]=n:e[s]=n)}remove(e,s,r){e&&s&&(r!=null?e[s].splice(r,1):delete e[s])}};var V=Object.defineProperty,g=h((t,e)=>V(t,"name",{value:e,configurable:!0}),"c$1");let X=class extends I{static{u(this,"A")}static{m(this,"x")}static{h(this,"SyncWalker")}static{g(this,"SyncWalker")}constructor(e,s){super(),this.should_skip=!1,this.should_remove=!1,this.replacement=null,this.context={skip:g(()=>this.should_skip=!0,"skip"),remove:g(()=>this.should_remove=!0,"remove"),replace:g(r=>this.replacement=r,"replace")},this.enter=e,this.leave=s}visit(e,s,r,n){if(e){if(this.enter){const i=this.should_skip,o=this.should_remove,l=this.replacement;this.should_skip=!1,this.should_remove=!1,this.replacement=null,this.enter.call(this.context,e,s,r,n),this.replacement&&(e=this.replacement,this.replace(s,r,n,e)),this.should_remove&&this.remove(s,r,n);const a=this.should_skip,p=this.should_remove;if(this.should_skip=i,this.should_remove=o,this.replacement=l,a)return e;if(p)return null}let c;for(c in e){const i=e[c];if(i&&typeof i=="object")if(Array.isArray(i)){const o=i;for(let l=0;l<o.length;l+=1){const a=o[l];$(a)&&(this.visit(a,e,c,l)||l--)}}else $(i)&&this.visit(i,e,c,null)}if(this.leave){const i=this.replacement,o=this.should_remove;this.replacement=null,this.should_remove=!1,this.leave.call(this.context,e,s,r,n),this.replacement&&(e=this.replacement,this.replace(s,r,n,e)),this.should_remove&&this.remove(s,r,n);const l=this.should_remove;if(this.replacement=i,this.should_remove=o,l)return null}}return e}};function $(t){return t!==null&&typeof t=="object"&&"type"in t&&typeof t.type=="string"}u($,"d$2");m($,"f");h($,"n");g($,"isNode");var Y=Object.defineProperty,y=h((t,e)=>Y(t,"name",{value:e,configurable:!0}),"c");let ee=class extends I{static{u(this,"P")}static{m(this,"j")}static{h(this,"AsyncWalker")}static{y(this,"AsyncWalker")}constructor(e,s){super(),this.should_skip=!1,this.should_remove=!1,this.replacement=null,this.context={skip:y(()=>this.should_skip=!0,"skip"),remove:y(()=>this.should_remove=!0,"remove"),replace:y(r=>this.replacement=r,"replace")},this.enter=e,this.leave=s}async visit(e,s,r,n){if(e){if(this.enter){const i=this.should_skip,o=this.should_remove,l=this.replacement;this.should_skip=!1,this.should_remove=!1,this.replacement=null,await this.enter.call(this.context,e,s,r,n),this.replacement&&(e=this.replacement,this.replace(s,r,n,e)),this.should_remove&&this.remove(s,r,n);const a=this.should_skip,p=this.should_remove;if(this.should_skip=i,this.should_remove=o,this.replacement=l,a)return e;if(p)return null}let c;for(c in e){const i=e[c];if(i&&typeof i=="object")if(Array.isArray(i)){const o=i;for(let l=0;l<o.length;l+=1){const a=o[l];b(a)&&(await this.visit(a,e,c,l)||l--)}}else b(i)&&await this.visit(i,e,c,null)}if(this.leave){const i=this.replacement,o=this.should_remove;this.replacement=null,this.should_remove=!1,await this.leave.call(this.context,e,s,r,n),this.replacement&&(e=this.replacement,this.replace(s,r,n,e)),this.should_remove&&this.remove(s,r,n);const l=this.should_remove;if(this.replacement=i,this.should_remove=o,l)return null}}return e}};function b(t){return t!==null&&typeof t=="object"&&"type"in t&&typeof t.type=="string"}u(b,"f$2");m(b,"d");h(b,"a$1");y(b,"isNode");var te=Object.defineProperty,C=h((t,e)=>te(t,"name",{value:e,configurable:!0}),"a");function j(t,{enter:e,leave:s}){return new X(e,s).visit(t,null)}u(j,"k$1");m(j,"A");h(j,"walk");C(j,"walk");async function P(t,{enter:e,leave:s}){return await new ee(e,s).visit(t,null)}u(P,"w$3");m(P,"O");h(P,"asyncWalk");C(P,"asyncWalk");var se=Object.defineProperty,A=u((t,e)=>se(t,"name",{value:e,configurable:!0}),"l$1"),re=Object.defineProperty,W=A((t,e)=>re(t,"name",{value:e,configurable:!0}),"l"),ie=Object.defineProperty,d=W((t,e)=>ie(t,"name",{value:e,configurable:!0}),"s");const ne=/\/\*[^*]*\*+(?:[^/*][^*]*\*+)*\//g,oe=/MIT License|MIT license|BSD license/,le=/\n{2,}/g,ae=/\b(\w+)\$\d+\b/g,ce=/[-/\\^$*+?.()|[\]{}]/g,ue=d(t=>t.replaceAll(ce,String.raw`\$&`),"escapeRegex"),pe=d(t=>[...new Set(t)],"unique"),he=d(t=>t.replaceAll(ne,e=>oe.test(e)?"":e).replaceAll(le,`
|
|
2
|
-
|
|
3
|
-
`),"cleanUnnecessaryComments"),R=new Map;function w(t,e,{identifierReplacements:s},r){const n=Z(t);for(const i in s){const o=n.find(a=>a.specifier===i&&a.imports.includes("{"));if(!o){this.warn(`${e.fileName} does not import "${i}" for replacement`),process.exitCode=1;continue}const l=s[i];for(const a in l){if(!o.imports.includes(a))throw new Error(`${e.fileName} does not import "${a}" from "${i}" for replacement`);const p=l[a],v=ue(a);p.includes(".")&&(t=t.replace(new RegExp(`\\b\\w+\\b as ${v},?\\s?`),"")),t=t.replaceAll(new RegExp(`\\b${v}\\b`,"g"),p)}}const c=pe(Array.from(t.matchAll(ae),i=>i[0]));if(c.length>0){const i=c.map(l=>`
|
|
4
|
-
- ${l}`).join(""),o=e.fileName.replace(/\.[^/.]+$/,"");R.has(o)||r.warn({message:`${e.fileName} contains confusing identifier names${i}
|
|
5
|
-
|
|
6
|
-
To replace these, add them to the "rollup -> patchTypes -> identifierReplacements" option in your packem config.`,prefix:"plugin:patch-types"}),R.set(o,!0)}return t}u(w,"f$1");A(w,"g");W(w,"N");d(w,"replaceConfusingTypeNames");const fe=d((t,e)=>{if(e.leadingComments?.some(s=>s.type==="CommentBlock"&&s.value.includes("@internal"))){const s=t.original[e.end]===","?e.end+1:e.end;return t.remove(e.leadingComments[0].start,s),!0}return!1},"removeInternal");function O(t,e){if(t.includes("@internal")){const s=new L(t),r=F(t,{plugins:["typescript"],sourceType:"module"});if(j(r,{enter(n){fe(s,n)&&this.skip()}}),t=s.toString(),t.includes("@internal"))throw new Error(`${e.fileName} has unhandled @internal declarations`)}return t}u(O,"u");A(O,"h");W(O,"S");d(O,"stripInternalTypes");const Ke=d((t,e)=>({name:"packem:patch-types",renderChunk(s,r){return s=w.call(this,s,r,t,e),s=O.call(this,s,r),s=he(s),s}}),"patchTypescriptTypes");var me=Object.defineProperty,de=u((t,e)=>me(t,"name",{value:e,configurable:!0}),"d$1"),ve=Object.defineProperty,ge=de((t,e)=>ve(t,"name",{value:e,configurable:!0}),"d"),ye=Object.defineProperty,f=ge((t,e)=>ye(t,"name",{value:e,configurable:!0}),"o");const $e=42,be=f(t=>{let e=!1;for(let s=0;s<t.length;s++)if(t.codePointAt(s)===$e){if(e)return!1;e=!0}return!0},"hasZeroOrOneAsteriskCharacter"),_e=f(t=>{const e=t.indexOf("*");return e===-1?void 0:{prefix:t.slice(0,e),suffix:t.slice(e+1)}},"tryParsePattern"),ke=f(({prefix:t,suffix:e},s)=>s.length>=t.length+e.length&&s.startsWith(t)&&s.endsWith(e),"isPatternMatch"),xe=f((t,e,s)=>{let r,n=-1;for(const c of t){const i=e(c);ke(i,s)&&i.prefix.length>n&&(n=i.prefix.length,r=c)}return r},"findBestPatternMatch"),je=f((t,e)=>{const s=[];for(const r of t){if(!be(r))continue;const n=_e(r);if(n)s.push(n);else if(r===e)return r}return xe(s,r=>r,e)},"matchPatternOrExact"),we=f((t,e)=>e.substring(t.prefix.length,e.length-t.suffix.length),"matchedText"),Oe=f(({prefix:t,suffix:e})=>`${t}*${e}`,"patternText"),Pe=f((t,e,s)=>{let r=G(e.path);e.config.compilerOptions?.baseUrl&&(r=B(t,e.config.compilerOptions.baseUrl)),s?.debug({message:`Resolved baseUrl to ${r}`,prefix:"plugin:resolve-tsconfig-paths"});const n=e.config.compilerOptions?.paths??{};return Object.keys(n).length===0&&s?.debug({message:"No paths found in tsconfig.json",prefix:"plugin:resolve-tsconfig-paths"}),{paths:n,resolvedBaseUrl:r}},"getTsconfigPaths"),Qe=f((t,e,s,r)=>{const{paths:n,resolvedBaseUrl:c}=Pe(t,e,s),i=Object.keys(n);return{name:"plugin:resolve-tsconfig-paths",async resolveId(o,l,a){if(i.length===0)return;if(o.includes("\0")){s.debug({message:`Skipping resolution of ${o} as it is a virtual module`,prefix:"plugin:resolve-tsconfig-paths"});return}if(o.includes("node_modules")){s.debug({message:`Skipping request as it is inside node_modules ${o}`,prefix:"plugin:resolve-tsconfig-paths"});return}if(!r.resolveAbsolutePath&&z(o)){s.debug({message:`Skipping request as it is an absolute path ${o}`,prefix:"plugin:resolve-tsconfig-paths"});return}if(H(o)){s.debug({message:`Skipping request as it is a relative path ${o}`,prefix:"plugin:resolve-tsconfig-paths"});return}const p=je(i,o);if(!p){s.debug({message:`moduleName did not match any paths pattern ${o}`,prefix:"plugin:resolve-tsconfig-paths"});return}const v=typeof p=="string"?void 0:we(p,o),D=typeof p=="string"?p:Oe(p);for await(const T of n[D]){const _=v?T.replace("*",v):T;if(_.endsWith(".d.ts")||_.endsWith(".d.cts")||_.endsWith(".d.mts"))continue;const S=N(c,_);try{const k=await this.resolve(S,l,{skipSelf:!0,...a});if(k)return k}catch(k){s.debug({context:[k],message:`Failed to resolve ${S} from ${o}`,prefix:"plugin:resolve-tsconfig-paths"})}}}}},"resolveTsconfigPathsPlugin");var Ae=Object.defineProperty,We=u((t,e)=>Ae(t,"name",{value:e,configurable:!0}),"f"),Te=Object.defineProperty,Se=We((t,e)=>Te(t,"name",{value:e,configurable:!0}),"a"),Re=Object.defineProperty,q=Se((t,e)=>Re(t,"name",{value:e,configurable:!0}),"u");const Ne=q((t,e)=>{if(!e)return;const{config:s,path:r}=e;if(!s.compilerOptions)return;const{rootDirs:n}=s.compilerOptions;if(!n)return;const c=[];for(const i of n){if(i.startsWith("."))throw new Error(`Invalid rootDir value '.' in ${r}.`);if(i.startsWith(".."))throw new Error(`Invalid rootDir value '..' in ${r}.`);c.push(B(t,i))}return c},"getRootDirectories"),Ve=q((t,e,s)=>{const r=Ne(t,s);return{name:"packem:resolve-tsconfig-root-dirs",async resolveId(n,c,i){if(!(r===void 0||r.length===0)&&n.startsWith("."))for(const o of r){const l=N(o,n),a=await this.resolve(l,c,{skipSelf:!0,...i});if(a)return e.debug({message:`Resolved ${n} to ${a.id} using rootDirs from tsconfig.json.`,prefix:"plugin:resolve-tsconfig-root-dirs"}),a.id}}}},"resolveTsconfigRootDirectories");var Be=Object.defineProperty,Ie=u((t,e)=>Be(t,"name",{value:e,configurable:!0}),"t"),Ce=Object.defineProperty,qe=Ie((t,e)=>Ce(t,"name",{value:e,configurable:!0}),"t"),De=Object.defineProperty,Ee=qe((t,e)=>De(t,"name",{value:e,configurable:!0}),"r");const Xe=Ee(()=>{const t=/\.(?:[mc]?js|jsx)$/;return{name:"packem:resolve-typescript-mjs-cjs",async resolveId(e,s,r){if(t.test(e)&&s)return await this.resolve(e.replace(/js(x?)$/,"ts$1"),s,r)}}},"resolveTypescriptMjsCts");export{Ke as B,Ve as D,Qe as N,Xe as i,j as k};
|
|
@@ -1,175 +0,0 @@
|
|
|
1
|
-
import { CheckPackageOptions } from '@arethetypeswrong/core';
|
|
2
|
-
import { B as BuildContext, E as Environment, R as Runtime, I as IsolatedDeclarationsTransformer, F as Format, P as PackemRollupOptions, T as TransformerFn, d as BuildHooks, g as InternalOXCTransformPluginConfig, a as TransformerName, M as Mode } from './index-D09qw6EP.js';
|
|
3
|
-
import { StyleOptions } from '@visulima/rollup-plugin-css';
|
|
4
|
-
import { JitiOptions } from 'jiti';
|
|
5
|
-
import { TypeDocOptions } from 'typedoc';
|
|
6
|
-
|
|
7
|
-
interface RollupLogger {
|
|
8
|
-
debug: (log: {
|
|
9
|
-
[key: string]: unknown;
|
|
10
|
-
message: string;
|
|
11
|
-
}) => void;
|
|
12
|
-
error: (log: {
|
|
13
|
-
[key: string]: unknown;
|
|
14
|
-
message: string;
|
|
15
|
-
}) => void;
|
|
16
|
-
info: (log: {
|
|
17
|
-
[key: string]: unknown;
|
|
18
|
-
message: string;
|
|
19
|
-
}) => void;
|
|
20
|
-
warn: (log: {
|
|
21
|
-
[key: string]: unknown;
|
|
22
|
-
message: string;
|
|
23
|
-
}) => void;
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
declare class FileCache {
|
|
27
|
-
#private;
|
|
28
|
-
constructor(cwd: string, cachePath: string | undefined, hashKey: string, logger: RollupLogger);
|
|
29
|
-
set isEnabled(value: boolean);
|
|
30
|
-
get isEnabled(): boolean;
|
|
31
|
-
has(name: string, subDirectory?: string): boolean;
|
|
32
|
-
get<R>(name: string, subDirectory?: string): R | undefined;
|
|
33
|
-
set(name: string, data: ArrayBuffer | ArrayBufferView | boolean | number | object | string | null | undefined, subDirectory?: string): void;
|
|
34
|
-
private getFilePath;
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
type Node10CompatibilityOptions = {
|
|
38
|
-
typeScriptVersion?: string;
|
|
39
|
-
writeToPackageJson?: boolean;
|
|
40
|
-
};
|
|
41
|
-
|
|
42
|
-
type MaybeFalsy<T> = T | false | null | undefined;
|
|
43
|
-
type ResolveExternalsPluginOptions = {
|
|
44
|
-
builtins?: boolean;
|
|
45
|
-
builtinsPrefix?: "add" | "ignore" | "strip";
|
|
46
|
-
deps?: boolean;
|
|
47
|
-
devDeps?: boolean;
|
|
48
|
-
exclude?: MaybeFalsy<RegExp | string>[];
|
|
49
|
-
optDeps?: boolean;
|
|
50
|
-
peerDeps?: boolean;
|
|
51
|
-
};
|
|
52
|
-
|
|
53
|
-
type DeepPartial<T> = {
|
|
54
|
-
[P in keyof T]?: DeepPartial<T[P]>;
|
|
55
|
-
};
|
|
56
|
-
interface AttwOptions extends CheckPackageOptions {
|
|
57
|
-
ignoreScripts?: boolean;
|
|
58
|
-
level?: "error" | "warn";
|
|
59
|
-
pm?: "pnpm" | "yarn" | "npm" | "bun" | "auto";
|
|
60
|
-
profile?: "strict" | "node16" | "esmOnly";
|
|
61
|
-
}
|
|
62
|
-
interface BuildConfig extends DeepPartial<Omit<BuildOptions, "entries">> {
|
|
63
|
-
entries?: (BuildEntry | string)[];
|
|
64
|
-
hooks?: Partial<BuildHooks<InternalBuildOptions>>;
|
|
65
|
-
preset?: BuildPreset | "auto" | "none" | (NonNullable<unknown> & string);
|
|
66
|
-
}
|
|
67
|
-
type BuildPreset = BuildConfig | (() => BuildConfig);
|
|
68
|
-
type BuildConfigFunction = (environment: Environment, mode: Mode) => BuildConfig | Promise<BuildConfig>;
|
|
69
|
-
type BuildEntry = {
|
|
70
|
-
cjs?: boolean;
|
|
71
|
-
declaration?: boolean | "compatible" | "node16";
|
|
72
|
-
environment?: Environment;
|
|
73
|
-
esm?: boolean;
|
|
74
|
-
executable?: true;
|
|
75
|
-
exportKey?: Set<string>;
|
|
76
|
-
fileAlias?: string;
|
|
77
|
-
input: string;
|
|
78
|
-
isGlob?: boolean;
|
|
79
|
-
name?: string;
|
|
80
|
-
outDir?: string;
|
|
81
|
-
runtime?: Runtime;
|
|
82
|
-
};
|
|
83
|
-
interface BuildOptions {
|
|
84
|
-
alias: Record<string, string>;
|
|
85
|
-
analyze?: boolean;
|
|
86
|
-
browserTargets?: string[];
|
|
87
|
-
builder?: Record<string, (context: BuildContext<BuildOptions>, cachePath: string | undefined, fileCache: FileCache, logged: boolean) => Promise<void>>;
|
|
88
|
-
cjsInterop?: boolean;
|
|
89
|
-
clean: boolean;
|
|
90
|
-
debug: boolean;
|
|
91
|
-
declaration?: boolean | "compatible" | "node16" | undefined;
|
|
92
|
-
dtsOnly?: boolean;
|
|
93
|
-
emitCJS?: boolean;
|
|
94
|
-
emitESM?: boolean;
|
|
95
|
-
entries: BuildEntry[];
|
|
96
|
-
experimental?: {
|
|
97
|
-
oxcResolve?: boolean;
|
|
98
|
-
};
|
|
99
|
-
externals: (RegExp | string)[];
|
|
100
|
-
failOnWarn?: boolean;
|
|
101
|
-
fileCache?: boolean;
|
|
102
|
-
ignoreExportKeys?: string[];
|
|
103
|
-
isolatedDeclarationTransformer?: IsolatedDeclarationsTransformer;
|
|
104
|
-
jiti: Omit<JitiOptions & {
|
|
105
|
-
absoluteJitiPath?: boolean;
|
|
106
|
-
}, "onError" | "transform">;
|
|
107
|
-
killSignal?: KillSignal;
|
|
108
|
-
minify?: boolean | undefined;
|
|
109
|
-
name: string;
|
|
110
|
-
node10Compatibility?: Node10CompatibilityOptions | false;
|
|
111
|
-
onSuccess?: string | (() => Promise<(() => Promise<void> | void) | undefined | void>);
|
|
112
|
-
onSuccessTimeout?: number;
|
|
113
|
-
outDir: string;
|
|
114
|
-
outputExtensionMap?: Record<Format, string>;
|
|
115
|
-
rollup: RollupBuildOptions;
|
|
116
|
-
rootDir: string;
|
|
117
|
-
runtime?: "browser" | "node";
|
|
118
|
-
sourceDir: string;
|
|
119
|
-
sourcemap: boolean;
|
|
120
|
-
transformer: TransformerFn;
|
|
121
|
-
typedoc: TypeDocumentOptions | false;
|
|
122
|
-
validation?: ValidationOptions | false;
|
|
123
|
-
}
|
|
124
|
-
interface InternalBuildOptions extends BuildOptions {
|
|
125
|
-
rollup: BuildOptions["rollup"] & {
|
|
126
|
-
nativeModules?: NativeModulesOptions | false;
|
|
127
|
-
oxc?: InternalOXCTransformPluginConfig;
|
|
128
|
-
};
|
|
129
|
-
transformerName: TransformerName | undefined;
|
|
130
|
-
}
|
|
131
|
-
type KillSignal = "SIGKILL" | "SIGTERM";
|
|
132
|
-
interface RollupBuildOptions extends PackemRollupOptions {
|
|
133
|
-
css?: StyleOptions | false;
|
|
134
|
-
resolveExternals?: ResolveExternalsPluginOptions;
|
|
135
|
-
}
|
|
136
|
-
type TypeDocumentOptions = Partial<Omit<TypeDocOptions, "entryPoints" | "hideGenerator" | "out" | "preserveWatchOutput" | "watch">> & {
|
|
137
|
-
format?: "html" | "inline" | "json" | "markdown";
|
|
138
|
-
jsonFileName?: string;
|
|
139
|
-
marker?: string;
|
|
140
|
-
output?: string;
|
|
141
|
-
readmePath?: string;
|
|
142
|
-
};
|
|
143
|
-
type ValidationOptions = {
|
|
144
|
-
attw?: boolean | AttwOptions;
|
|
145
|
-
bundleLimit?: {
|
|
146
|
-
allowFail?: boolean;
|
|
147
|
-
limit?: number | `${number}${"B" | "GB" | "KB" | "MB" | "TB"}`;
|
|
148
|
-
limits?: Record<string, number | `${number}${"B" | "GB" | "KB" | "MB" | "TB"}`>;
|
|
149
|
-
};
|
|
150
|
-
dependencies: {
|
|
151
|
-
hoisted: {
|
|
152
|
-
exclude: string[];
|
|
153
|
-
} | false;
|
|
154
|
-
unused: {
|
|
155
|
-
exclude: string[];
|
|
156
|
-
} | false;
|
|
157
|
-
} | false;
|
|
158
|
-
packageJson?: {
|
|
159
|
-
allowedExportExtensions?: string[];
|
|
160
|
-
bin?: boolean;
|
|
161
|
-
dependencies?: boolean;
|
|
162
|
-
engines?: boolean;
|
|
163
|
-
exports?: boolean;
|
|
164
|
-
extraConditions?: string[];
|
|
165
|
-
files?: boolean;
|
|
166
|
-
main?: boolean;
|
|
167
|
-
module?: boolean;
|
|
168
|
-
name?: boolean;
|
|
169
|
-
sideEffects?: boolean;
|
|
170
|
-
types?: boolean;
|
|
171
|
-
typesVersions?: boolean;
|
|
172
|
-
};
|
|
173
|
-
};
|
|
174
|
-
|
|
175
|
-
export type { BuildConfig as B, InternalBuildOptions as I, RollupBuildOptions as R, BuildEntry as a, BuildOptions as b, BuildConfigFunction as c, BuildPreset as d };
|