@visulima/packem-rollup 1.0.0-alpha.18 → 1.0.0-alpha.19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/dist/index.d.mts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.mjs +1 -1
- package/dist/packem_shared/nativeModulesPlugin-D6lO-8g6.mjs +1 -0
- package/dist/packem_shared/{types-DRmhL3gQ.d.mts → types-h27kdghe.d.mts} +8 -2
- package/dist/packem_shared/{types-DRmhL3gQ.d.ts → types-h27kdghe.d.ts} +8 -2
- package/dist/plugins/esbuild/index.d.mts +2 -2
- package/dist/plugins/esbuild/index.d.ts +2 -2
- package/dist/plugins/oxc/index.d.mts +2 -2
- package/dist/plugins/oxc/index.d.ts +2 -2
- package/dist/plugins/sucrase/index.d.mts +1 -1
- package/dist/plugins/sucrase/index.d.ts +1 -1
- package/dist/plugins/swc/index.d.mts +2 -2
- package/dist/plugins/swc/index.d.ts +2 -2
- package/dist/plugins/typescript/index.d.mts +2 -2
- package/dist/plugins/typescript/index.d.ts +2 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
## @visulima/packem-rollup [1.0.0-alpha.19](https://github.com/visulima/packem/compare/@visulima/packem-rollup@1.0.0-alpha.18...@visulima/packem-rollup@1.0.0-alpha.19) (2025-10-07)
|
|
2
|
+
|
|
3
|
+
### Bug Fixes
|
|
4
|
+
|
|
5
|
+
* update documentation and references from Packen to Packem ([9983009](https://github.com/visulima/packem/commit/99830099c953e2b12269ea18606838d80f1e6e2b))
|
|
6
|
+
|
|
1
7
|
## @visulima/packem-rollup [1.0.0-alpha.18](https://github.com/visulima/packem/compare/@visulima/packem-rollup@1.0.0-alpha.17...@visulima/packem-rollup@1.0.0-alpha.18) (2025-10-02)
|
|
2
8
|
|
|
3
9
|
### Bug Fixes
|
package/dist/index.d.mts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Plugin, RenderedChunk, GetManualChunk, CustomPluginOptions } from 'rollup';
|
|
2
|
-
import { P as PailServerType } from './packem_shared/types-
|
|
3
|
-
export { C as CJSInteropOptions, a as CopyPluginOptions, D as DataUriPluginOptions, e as DebarrelPluginOptions, E as EsmShimCjsSyntaxOptions, I as IsolatedDeclarationsOptions,
|
|
2
|
+
import { P as PailServerType } from './packem_shared/types-h27kdghe.mjs';
|
|
3
|
+
export { C as CJSInteropOptions, a as CopyPluginOptions, D as DataUriPluginOptions, e as DebarrelPluginOptions, E as EsmShimCjsSyntaxOptions, I as IsolatedDeclarationsOptions, t as IsolatedDeclarationsResult, v as IsolatedDeclarationsTransformer, J as JSXRemoveAttributesPlugin, L as LicenseOptions, N as NativeModulesOptions, w as PackemRollupOptions, R as RawLoaderOptions, O as RequireCJSPluginOptions, T as RequireCJSPluginTransformFunction, x as RollupPlugins, S as ShebangOptions, p as SourcemapsPluginOptions, y as TransformerFn, z as TransformerName, U as UrlOptions, c as cjsInteropPlugin, b as copyPlugin, d as dataUriPlugin, f as debarrelPlugin, g as esmShimCjsSyntaxPlugin, k as getShebang, i as isolatedDeclarationsPlugin, j as jsxRemoveAttributes, l as licensePlugin, m as makeExecutable, n as nativeModulesPlugin, r as rawPlugin, o as removeShebangPlugin, h as requireCJSTransformerPlugin, s as shebangPlugin, q as sourcemapsPlugin, u as urlPlugin } from './packem_shared/types-h27kdghe.mjs';
|
|
4
4
|
export { b as browserslistToEsbuild } from './packem_shared/browserslist-to-esbuild-DY9HwYtp.mjs';
|
|
5
5
|
import { RollupJsonOptions } from '@rollup/plugin-json';
|
|
6
6
|
import { FileCache } from '@visulima/packem-share/utils';
|
package/dist/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Plugin, RenderedChunk, GetManualChunk, CustomPluginOptions } from 'rollup';
|
|
2
|
-
import { P as PailServerType } from './packem_shared/types-
|
|
3
|
-
export { C as CJSInteropOptions, a as CopyPluginOptions, D as DataUriPluginOptions, e as DebarrelPluginOptions, E as EsmShimCjsSyntaxOptions, I as IsolatedDeclarationsOptions,
|
|
2
|
+
import { P as PailServerType } from './packem_shared/types-h27kdghe.js';
|
|
3
|
+
export { C as CJSInteropOptions, a as CopyPluginOptions, D as DataUriPluginOptions, e as DebarrelPluginOptions, E as EsmShimCjsSyntaxOptions, I as IsolatedDeclarationsOptions, t as IsolatedDeclarationsResult, v as IsolatedDeclarationsTransformer, J as JSXRemoveAttributesPlugin, L as LicenseOptions, N as NativeModulesOptions, w as PackemRollupOptions, R as RawLoaderOptions, O as RequireCJSPluginOptions, T as RequireCJSPluginTransformFunction, x as RollupPlugins, S as ShebangOptions, p as SourcemapsPluginOptions, y as TransformerFn, z as TransformerName, U as UrlOptions, c as cjsInteropPlugin, b as copyPlugin, d as dataUriPlugin, f as debarrelPlugin, g as esmShimCjsSyntaxPlugin, k as getShebang, i as isolatedDeclarationsPlugin, j as jsxRemoveAttributes, l as licensePlugin, m as makeExecutable, n as nativeModulesPlugin, r as rawPlugin, o as removeShebangPlugin, h as requireCJSTransformerPlugin, s as shebangPlugin, q as sourcemapsPlugin, u as urlPlugin } from './packem_shared/types-h27kdghe.js';
|
|
4
4
|
export { b as browserslistToEsbuild } from './packem_shared/browserslist-to-esbuild-DY9HwYtp.js';
|
|
5
5
|
import { RollupJsonOptions } from '@rollup/plugin-json';
|
|
6
6
|
import { FileCache } from '@visulima/packem-share/utils';
|
package/dist/index.mjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import{default as o}from"./packem_shared/chunkSplitter-DWAy1JkE.mjs";import{cjsInteropPlugin as a}from"./packem_shared/cjsInteropPlugin-D5wyoQ_B.mjs";import{copyPlugin as f}from"./packem_shared/copyPlugin--6RITp1-.mjs";import{dataUriPlugin as
|
|
1
|
+
import{default as o}from"./packem_shared/chunkSplitter-DWAy1JkE.mjs";import{cjsInteropPlugin as a}from"./packem_shared/cjsInteropPlugin-D5wyoQ_B.mjs";import{copyPlugin as f}from"./packem_shared/copyPlugin--6RITp1-.mjs";import{dataUriPlugin as s}from"./packem_shared/dataUriPlugin-BFb7bZZs.mjs";import{debarrelPlugin as i}from"./packem_shared/debarrelPlugin-BTYc859G.mjs";import{default as x}from"./packem_shared/browserslistToEsbuild-C0IWmbNe.mjs";import{esmShimCjsSyntaxPlugin as d}from"./packem_shared/esmShimCjsSyntaxPlugin-DjKqX4DE.mjs";import{fixDtsDefaultCjsExportsPlugin as P}from"./packem_shared/fixDtsDefaultCjsExportsPlugin-Dp1UcHVR.mjs";import{default as b}from"./packem_shared/fixDynamicImportExtension-BBGNRniz.mjs";import{isolatedDeclarationsPlugin as h}from"./packem_shared/isolatedDeclarationsPlugin-B34s_qkE.mjs";import{default as y}from"./packem_shared/jsonPlugin-BAi3Da-h.mjs";import{jsxRemoveAttributes as C}from"./packem_shared/jsxRemoveAttributes-B1PLPffj.mjs";import{license as E}from"./packem_shared/licensePlugin-C5yzUqe-.mjs";import{default as w}from"./packem_shared/metafilePlugin-CVcqFpPJ.mjs";import{nativeModulesPlugin as M}from"./packem_shared/nativeModulesPlugin-D6lO-8g6.mjs";import{default as R}from"./packem_shared/cachingPlugin-TWoY5ZxV.mjs";import{default as U}from"./packem_shared/preserveDirectivesPlugin-B49Cbykd.mjs";import{rawPlugin as z}from"./packem_shared/rawPlugin-DgRj14Xy.mjs";import{requireCJSTransformerPlugin as F}from"./packem_shared/requireCJSTransformerPlugin-BZ49I4kw.mjs";import{default as N}from"./packem_shared/resolveFileUrlPlugin-BkpjVHeK.mjs";import{getShebang as B,makeExecutable as G,removeShebangPlugin as H,shebangPlugin as K}from"./packem_shared/makeExecutable-6aOVHoJR.mjs";import{sourcemapsPlugin as Q}from"./packem_shared/sourcemapsPlugin-B4W3J79w.mjs";import{urlPlugin as X}from"./packem_shared/urlPlugin-DJJrDWjj.mjs";import{default as Z}from"./packem_shared/createSplitChunks-CGDk55G3.mjs";import{default as $}from"./packem_shared/getCustomModuleLayer-d8i66lfh.mjs";import{default as re}from"./packem_shared/getModuleLayer-rF9RxnJ5.mjs";import{default as te}from"@rollup/plugin-alias";import{default as le}from"@rollup/plugin-commonjs";import{default as ue}from"@rollup/plugin-dynamic-import-vars";import{default as me}from"@rollup/plugin-inject";import{default as pe}from"@rollup/plugin-node-resolve";import{default as ne}from"@rollup/plugin-replace";import{default as ge}from"@rollup/plugin-wasm";import{default as ce}from"rollup-plugin-polyfill-node";import{PluginPure as ve}from"rollup-plugin-pure";import{default as je}from"rollup-plugin-visualizer";export{te as alias,x as browserslistToEsbuild,R as cachingPlugin,o as chunkSplitter,a as cjsInteropPlugin,le as commonjs,f as copyPlugin,Z as createSplitChunks,s as dataUriPlugin,i as debarrelPlugin,ue as dynamicImportVars,d as esmShimCjsSyntaxPlugin,P as fixDtsDefaultCjsExportsPlugin,b as fixDynamicImportExtension,$ as getCustomModuleLayer,re as getModuleLayer,B as getShebang,me as inject,h as isolatedDeclarationsPlugin,y as jsonPlugin,C as jsxRemoveAttributes,E as licensePlugin,G as makeExecutable,w as metafilePlugin,M as nativeModulesPlugin,pe as nodeResolve,ce as polyfillNode,U as preserveDirectivesPlugin,ve as pure,z as rawPlugin,H as removeShebangPlugin,ne as replace,F as requireCJSTransformerPlugin,N as resolveFileUrlPlugin,K as shebangPlugin,Q as sourcemapsPlugin,X as urlPlugin,je as visualizer,ge as wasm};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
var $=Object.defineProperty;var m=(u,i)=>$(u,"name",{value:i,configurable:!0});import{copyFile as w}from"node:fs/promises";import{isAccessible as A,ensureDir as P}from"@visulima/fs";import{resolve as v,dirname as c,basename as f,extname as b,join as g}from"@visulima/path";var x=Object.defineProperty,y=m((u,i)=>x(u,"name",{value:i,configurable:!0}),"c");const d="\0natives:",q=y((u={})=>{const{nativesDirectory:i="natives"}=u,s=new Map;let o;return{buildStart(){s.clear()},generateBundle:y(async t=>{if(!o){const e=Array.isArray(t)?t[0]:t;e&&e.dir?o=e.dir:e&&e.file&&(o=c(e.file))}if(s.size===0)return;if(!o){(void 0).error("Output directory not detected. Please ensure Rollup output options are configured.");return}const r=g(o,i);await P(r),await Promise.all([...s.entries()].map(([e,n])=>{const a=g(r,n);return w(e,a)}))},"generateBundle"),load(t){if(!t.startsWith(d))return;const r=t.slice(d.length),e=s.get(r);if(e||this.error(`Could not find staged native module for: ${r}`),!o){const n=this;if(n&&n.meta&&n.meta.rollupVersion)return`export default require("./${i}/${e}");`;this.error("Output directory not detected. Please ensure Rollup output options are configured.")}return`export default require("${`./${i}/${e}`.replaceAll("\\","/")}");`},name:"native-modules",options(t){const r=t;if(r.output){const e=Array.isArray(r.output)?r.output[0]:r.output;e.dir?o=e.dir:e.file&&(o=c(e.file))}return t},async resolveId(t,r){if(t.startsWith(d)||!t.endsWith(".node"))return;const e=r?v(c(r),t):v(t);if(!await A(e)){this.warn(`Native module not found: ${e}`);return}const n=f(e);let a=n,p=1;const h=new Set([...s.values()].map(l=>f(l)));for(;h.has(a);){const l=b(n);a=`${f(n,l)}_${p}${l}`,p+=1}return s.set(e,a),d+e}}},"nativeModulesPlugin");export{q as nativeModulesPlugin};
|
|
@@ -338,6 +338,11 @@ declare const license: ({ dtsMarker, licenseFilePath, licenseTemplate, logger, m
|
|
|
338
338
|
packageName: string | undefined;
|
|
339
339
|
}) => Plugin$1;
|
|
340
340
|
|
|
341
|
+
interface NativeModulesOptions {
|
|
342
|
+
nativesDirectory?: string;
|
|
343
|
+
}
|
|
344
|
+
declare const nativeModulesPlugin: (config?: NativeModulesOptions) => Plugin$1;
|
|
345
|
+
|
|
341
346
|
interface RawLoaderOptions {
|
|
342
347
|
exclude?: FilterPattern;
|
|
343
348
|
include?: FilterPattern;
|
|
@@ -4537,6 +4542,7 @@ interface PackemRollupOptions {
|
|
|
4537
4542
|
jsxRemoveAttributes?: JSXRemoveAttributesPlugin | false;
|
|
4538
4543
|
license?: LicenseOptions | false;
|
|
4539
4544
|
metafile?: boolean;
|
|
4545
|
+
nativeModules?: NativeModulesOptions | false;
|
|
4540
4546
|
output?: OutputOptions;
|
|
4541
4547
|
oxc?: Omit<OXCTransformPluginConfig, "cwd" | "sourcemap" | "target"> | false;
|
|
4542
4548
|
patchTypes: PatchTypesOptions | false;
|
|
@@ -4575,5 +4581,5 @@ type TransformerFn = ((config: EsbuildPluginConfig | InternalOXCTransformPluginC
|
|
|
4575
4581
|
};
|
|
4576
4582
|
type TransformerName = "esbuild" | "oxc" | "sucrase" | "swc";
|
|
4577
4583
|
|
|
4578
|
-
export { patchTypescriptTypes as
|
|
4579
|
-
export type {
|
|
4584
|
+
export { patchTypescriptTypes as V, resolveTsconfigPathsPlugin as X, sucrasePlugin as a0, copyPlugin as b, cjsInteropPlugin as c, dataUriPlugin as d, debarrelPlugin as f, esmShimCjsSyntaxPlugin as g, requireCJSTransformerPlugin as h, isolatedDeclarationsPlugin as i, jsxRemoveAttributes as j, getShebang as k, license as l, makeExecutable as m, nativeModulesPlugin as n, removeShebangPlugin as o, sourcemapsPlugin as q, rawPlugin as r, shebangPlugin as s, urlPlugin as u };
|
|
4585
|
+
export type { SucrasePluginConfig as $, EsbuildPluginConfig as A, Optimized as B, CJSInteropOptions as C, DataUriPluginOptions as D, EsmShimCjsSyntaxOptions as E, OptimizeDepsOptions as F, OptimizeDepsResult as G, Options$1 as H, IsolatedDeclarationsOptions as I, JSXRemoveAttributesPlugin as J, SwcPluginConfig as K, LicenseOptions as L, TsConfigResult as M, NativeModulesOptions as N, Options$2 as O, PailServerType as P, PatchTypesOptions as Q, RawLoaderOptions as R, ShebangOptions as S, TransformFunction as T, UrlOptions as U, TsconfigPathsPluginOptions as W, OxcResolveOptions as Y, InternalOXCTransformPluginConfig as Z, OXCTransformPluginConfig as _, CopyPluginOptions as a, DebarrelPluginOptions as e, SourcemapsPluginOptions as p, IsolatedDeclarationsResult as t, IsolatedDeclarationsTransformer as v, PackemRollupOptions as w, RollupPlugins as x, TransformerFn as y, TransformerName as z };
|
|
@@ -338,6 +338,11 @@ declare const license: ({ dtsMarker, licenseFilePath, licenseTemplate, logger, m
|
|
|
338
338
|
packageName: string | undefined;
|
|
339
339
|
}) => Plugin$1;
|
|
340
340
|
|
|
341
|
+
interface NativeModulesOptions {
|
|
342
|
+
nativesDirectory?: string;
|
|
343
|
+
}
|
|
344
|
+
declare const nativeModulesPlugin: (config?: NativeModulesOptions) => Plugin$1;
|
|
345
|
+
|
|
341
346
|
interface RawLoaderOptions {
|
|
342
347
|
exclude?: FilterPattern;
|
|
343
348
|
include?: FilterPattern;
|
|
@@ -4537,6 +4542,7 @@ interface PackemRollupOptions {
|
|
|
4537
4542
|
jsxRemoveAttributes?: JSXRemoveAttributesPlugin | false;
|
|
4538
4543
|
license?: LicenseOptions | false;
|
|
4539
4544
|
metafile?: boolean;
|
|
4545
|
+
nativeModules?: NativeModulesOptions | false;
|
|
4540
4546
|
output?: OutputOptions;
|
|
4541
4547
|
oxc?: Omit<OXCTransformPluginConfig, "cwd" | "sourcemap" | "target"> | false;
|
|
4542
4548
|
patchTypes: PatchTypesOptions | false;
|
|
@@ -4575,5 +4581,5 @@ type TransformerFn = ((config: EsbuildPluginConfig | InternalOXCTransformPluginC
|
|
|
4575
4581
|
};
|
|
4576
4582
|
type TransformerName = "esbuild" | "oxc" | "sucrase" | "swc";
|
|
4577
4583
|
|
|
4578
|
-
export { patchTypescriptTypes as
|
|
4579
|
-
export type {
|
|
4584
|
+
export { patchTypescriptTypes as V, resolveTsconfigPathsPlugin as X, sucrasePlugin as a0, copyPlugin as b, cjsInteropPlugin as c, dataUriPlugin as d, debarrelPlugin as f, esmShimCjsSyntaxPlugin as g, requireCJSTransformerPlugin as h, isolatedDeclarationsPlugin as i, jsxRemoveAttributes as j, getShebang as k, license as l, makeExecutable as m, nativeModulesPlugin as n, removeShebangPlugin as o, sourcemapsPlugin as q, rawPlugin as r, shebangPlugin as s, urlPlugin as u };
|
|
4585
|
+
export type { SucrasePluginConfig as $, EsbuildPluginConfig as A, Optimized as B, CJSInteropOptions as C, DataUriPluginOptions as D, EsmShimCjsSyntaxOptions as E, OptimizeDepsOptions as F, OptimizeDepsResult as G, Options$1 as H, IsolatedDeclarationsOptions as I, JSXRemoveAttributesPlugin as J, SwcPluginConfig as K, LicenseOptions as L, TsConfigResult as M, NativeModulesOptions as N, Options$2 as O, PailServerType as P, PatchTypesOptions as Q, RawLoaderOptions as R, ShebangOptions as S, TransformFunction as T, UrlOptions as U, TsconfigPathsPluginOptions as W, OxcResolveOptions as Y, InternalOXCTransformPluginConfig as Z, OXCTransformPluginConfig as _, CopyPluginOptions as a, DebarrelPluginOptions as e, SourcemapsPluginOptions as p, IsolatedDeclarationsResult as t, IsolatedDeclarationsTransformer as v, PackemRollupOptions as w, RollupPlugins as x, TransformerFn as y, TransformerName as z };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export { b as browserslistToEsbuild } from '../../packem_shared/browserslist-to-esbuild-DY9HwYtp.mjs';
|
|
2
|
-
import {
|
|
3
|
-
export {
|
|
2
|
+
import { y as TransformerFn } from '../../packem_shared/types-h27kdghe.mjs';
|
|
3
|
+
export { A as EsbuildPluginConfig, F as OptimizeDepsOptions, G as OptimizeDepsResult, B as Optimized, H as Options } from '../../packem_shared/types-h27kdghe.mjs';
|
|
4
4
|
import '@rollup/plugin-alias';
|
|
5
5
|
import '@rollup/plugin-commonjs';
|
|
6
6
|
import '@rollup/plugin-json';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export { b as browserslistToEsbuild } from '../../packem_shared/browserslist-to-esbuild-DY9HwYtp.js';
|
|
2
|
-
import {
|
|
3
|
-
export {
|
|
2
|
+
import { y as TransformerFn } from '../../packem_shared/types-h27kdghe.js';
|
|
3
|
+
export { A as EsbuildPluginConfig, F as OptimizeDepsOptions, G as OptimizeDepsResult, B as Optimized, H as Options } from '../../packem_shared/types-h27kdghe.js';
|
|
4
4
|
import '@rollup/plugin-alias';
|
|
5
5
|
import '@rollup/plugin-commonjs';
|
|
6
6
|
import '@rollup/plugin-json';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { IsolatedDeclarationsOptions } from 'oxc-transform';
|
|
2
|
-
import {
|
|
3
|
-
export {
|
|
2
|
+
import { t as IsolatedDeclarationsResult, Y as OxcResolveOptions, P as PailServerType, y as TransformerFn } from '../../packem_shared/types-h27kdghe.mjs';
|
|
3
|
+
export { Z as InternalOXCTransformPluginConfig, _ as OXCTransformPluginConfig } from '../../packem_shared/types-h27kdghe.mjs';
|
|
4
4
|
import { Plugin } from 'rollup';
|
|
5
5
|
import '@rollup/plugin-alias';
|
|
6
6
|
import '@rollup/plugin-commonjs';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { IsolatedDeclarationsOptions } from 'oxc-transform';
|
|
2
|
-
import {
|
|
3
|
-
export {
|
|
2
|
+
import { t as IsolatedDeclarationsResult, Y as OxcResolveOptions, P as PailServerType, y as TransformerFn } from '../../packem_shared/types-h27kdghe.js';
|
|
3
|
+
export { Z as InternalOXCTransformPluginConfig, _ as OXCTransformPluginConfig } from '../../packem_shared/types-h27kdghe.js';
|
|
4
4
|
import { Plugin } from 'rollup';
|
|
5
5
|
import '@rollup/plugin-alias';
|
|
6
6
|
import '@rollup/plugin-commonjs';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '@rollup/pluginutils';
|
|
2
2
|
import 'sucrase';
|
|
3
|
-
export {
|
|
3
|
+
export { $ as SucrasePluginConfig, a0 as sucrasePlugin } from '../../packem_shared/types-h27kdghe.mjs';
|
|
4
4
|
import '@rollup/plugin-alias';
|
|
5
5
|
import '@rollup/plugin-commonjs';
|
|
6
6
|
import '@rollup/plugin-json';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import '@rollup/pluginutils';
|
|
2
2
|
import 'sucrase';
|
|
3
|
-
export {
|
|
3
|
+
export { $ as SucrasePluginConfig, a0 as sucrasePlugin } from '../../packem_shared/types-h27kdghe.js';
|
|
4
4
|
import '@rollup/plugin-alias';
|
|
5
5
|
import '@rollup/plugin-commonjs';
|
|
6
6
|
import '@rollup/plugin-json';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export {
|
|
1
|
+
import { t as IsolatedDeclarationsResult, y as TransformerFn } from '../../packem_shared/types-h27kdghe.mjs';
|
|
2
|
+
export { K as SwcPluginConfig } from '../../packem_shared/types-h27kdghe.mjs';
|
|
3
3
|
import '@rollup/plugin-alias';
|
|
4
4
|
import '@rollup/plugin-commonjs';
|
|
5
5
|
import '@rollup/plugin-json';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export {
|
|
1
|
+
import { t as IsolatedDeclarationsResult, y as TransformerFn } from '../../packem_shared/types-h27kdghe.js';
|
|
2
|
+
export { K as SwcPluginConfig } from '../../packem_shared/types-h27kdghe.js';
|
|
3
3
|
import '@rollup/plugin-alias';
|
|
4
4
|
import '@rollup/plugin-commonjs';
|
|
5
5
|
import '@rollup/plugin-json';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { TranspileOptions } from 'typescript';
|
|
2
|
-
import {
|
|
3
|
-
export {
|
|
2
|
+
import { t as IsolatedDeclarationsResult, P as PailServerType, M as TsConfigResult } from '../../packem_shared/types-h27kdghe.mjs';
|
|
3
|
+
export { Q as PatchTypesOptions, W as TsconfigPathsPluginOptions, V as patchTypescriptTypes, V as patchTypescriptTypesPlugin, X as resolveTsconfigPathsPlugin } from '../../packem_shared/types-h27kdghe.mjs';
|
|
4
4
|
import { Plugin } from 'rollup';
|
|
5
5
|
import '@rollup/plugin-alias';
|
|
6
6
|
import '@rollup/plugin-commonjs';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { TranspileOptions } from 'typescript';
|
|
2
|
-
import {
|
|
3
|
-
export {
|
|
2
|
+
import { t as IsolatedDeclarationsResult, P as PailServerType, M as TsConfigResult } from '../../packem_shared/types-h27kdghe.js';
|
|
3
|
+
export { Q as PatchTypesOptions, W as TsconfigPathsPluginOptions, V as patchTypescriptTypes, V as patchTypescriptTypesPlugin, X as resolveTsconfigPathsPlugin } from '../../packem_shared/types-h27kdghe.js';
|
|
4
4
|
import { Plugin } from 'rollup';
|
|
5
5
|
import '@rollup/plugin-alias';
|
|
6
6
|
import '@rollup/plugin-commonjs';
|