@visulima/packem-rollup 1.0.0-alpha.6 → 1.0.0-alpha.8

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 CHANGED
@@ -1,3 +1,25 @@
1
+ ## @visulima/packem-rollup [1.0.0-alpha.8](https://github.com/visulima/packem/compare/@visulima/packem-rollup@1.0.0-alpha.7...@visulima/packem-rollup@1.0.0-alpha.8) (2025-08-20)
2
+
3
+ ### Bug Fixes
4
+
5
+ * fixed the custom resolver for tailwind loader ([1fd0b43](https://github.com/visulima/packem/commit/1fd0b4345aa90f5c250eba9fd8c741e569b84abc))
6
+
7
+
8
+ ### Dependencies
9
+
10
+ * **@visulima/packem-share:** upgraded to 1.0.0-alpha.7
11
+
12
+ ## @visulima/packem-rollup [1.0.0-alpha.7](https://github.com/visulima/packem/compare/@visulima/packem-rollup@1.0.0-alpha.6...@visulima/packem-rollup@1.0.0-alpha.7) (2025-08-17)
13
+
14
+ ### Features
15
+
16
+ * added tailwindcss oxide loader ([#166](https://github.com/visulima/packem/issues/166)) ([acbbc59](https://github.com/visulima/packem/commit/acbbc59071e771a94d1a0c5435b267e483e3ad73))
17
+
18
+
19
+ ### Dependencies
20
+
21
+ * **@visulima/packem-share:** upgraded to 1.0.0-alpha.6
22
+
1
23
  ## @visulima/packem-rollup [1.0.0-alpha.6](https://github.com/visulima/packem/compare/@visulima/packem-rollup@1.0.0-alpha.5...@visulima/packem-rollup@1.0.0-alpha.6) (2025-08-10)
2
24
 
3
25
  ### Features
package/dist/index.d.mts CHANGED
@@ -1,10 +1,10 @@
1
1
  import { Plugin, RenderedChunk, GetManualChunk, CustomPluginOptions } from 'rollup';
2
- import { P as PailServerType } from './packem_shared/types-yL82LLIx.mjs';
3
- export { C as CJSInteropOptions, a as CopyPluginOptions, E as EsmShimCjsSyntaxOptions, I as IsolatedDeclarationsOptions, k as IsolatedDeclarationsResult, n as IsolatedDeclarationsTransformer, J as JSXRemoveAttributesPlugin, L as LicenseOptions, o as PackemRollupOptions, R as RawLoaderOptions, p as RollupPlugins, S as ShebangOptions, f as SourcemapsPluginOptions, T as TransformerFn, q as TransformerName, U as UrlOptions, c as cjsInteropPlugin, b as copyPlugin, e as esmShimCjsSyntaxPlugin, g as getShebang, i as isolatedDeclarationsPlugin, j as jsxRemoveAttributes, l as licensePlugin, m as makeExecutable, r as rawPlugin, d as removeShebangPlugin, s as shebangPlugin, h as sourcemapsPlugin, u as urlPlugin } from './packem_shared/types-yL82LLIx.mjs';
4
- import { FilterPattern } from '@rollup/pluginutils';
2
+ import { P as PailServerType } from './packem_shared/types-BKqesFEF.mjs';
3
+ export { C as CJSInteropOptions, a as CopyPluginOptions, D as DataUriPluginOptions, E as EsmShimCjsSyntaxOptions, I as IsolatedDeclarationsOptions, n as IsolatedDeclarationsResult, o as IsolatedDeclarationsTransformer, J as JSXRemoveAttributesPlugin, L as LicenseOptions, p as PackemRollupOptions, R as RawLoaderOptions, q as RollupPlugins, S as ShebangOptions, h as SourcemapsPluginOptions, T as TransformerFn, t as TransformerName, U as UrlOptions, c as cjsInteropPlugin, b as copyPlugin, d as dataUriPlugin, e as esmShimCjsSyntaxPlugin, g as getShebang, i as isolatedDeclarationsPlugin, j as jsxRemoveAttributes, l as licensePlugin, m as makeExecutable, r as rawPlugin, f as removeShebangPlugin, s as shebangPlugin, k as sourcemapsPlugin, u as urlPlugin } from './packem_shared/types-BKqesFEF.mjs';
5
4
  export { b as browserslistToEsbuild } from './packem_shared/browserslist-to-esbuild-DY9HwYtp.mjs';
6
5
  import { RollupJsonOptions } from '@rollup/plugin-json';
7
6
  import { FileCache } from '@visulima/packem-share/utils';
7
+ import { FilterPattern } from '@rollup/pluginutils';
8
8
  import { BuildContextBuildAssetAndChunk, BuildContextBuildEntry } from '@visulima/packem-share/types';
9
9
  export { Alias, ResolverObject as AliasResolverObject, ResolvedAlias, RollupAliasOptions, default as alias } from '@rollup/plugin-alias';
10
10
  export { RollupCommonJSOptions, default as commonjs } from '@rollup/plugin-commonjs';
@@ -25,13 +25,6 @@ import 'sucrase';
25
25
 
26
26
  declare const chunkSplitter: () => Plugin;
27
27
 
28
- type DataUriPluginOptions = {
29
- exclude?: FilterPattern;
30
- include?: FilterPattern;
31
- srcset?: boolean;
32
- };
33
- declare const dataUriPlugin: (options?: DataUriPluginOptions) => Plugin;
34
-
35
28
  type FixDtsDefaultCjsExportsPluginOptions = {
36
29
  matcher?: (info: RenderedChunk) => boolean;
37
30
  };
@@ -60,5 +53,4 @@ declare const getCustomModuleLayer: (moduleId: string) => string | undefined;
60
53
 
61
54
  declare const getModuleLayer: (moduleMeta: CustomPluginOptions) => any;
62
55
 
63
- export { cachingPlugin, chunkSplitter, createSplitChunks, dataUriPlugin, fixDtsDefaultCjsExportsPlugin, fixDynamicImportExtension, getCustomModuleLayer, getModuleLayer, JSONPlugin as jsonPlugin, metafilePlugin, preserveDirectives as preserveDirectivesPlugin, resolveFileUrl as resolveFileUrlPlugin };
64
- export type { DataUriPluginOptions };
56
+ export { cachingPlugin, chunkSplitter, createSplitChunks, fixDtsDefaultCjsExportsPlugin, fixDynamicImportExtension, getCustomModuleLayer, getModuleLayer, JSONPlugin as jsonPlugin, metafilePlugin, preserveDirectives as preserveDirectivesPlugin, resolveFileUrl as resolveFileUrlPlugin };
package/dist/index.d.ts CHANGED
@@ -1,10 +1,10 @@
1
1
  import { Plugin, RenderedChunk, GetManualChunk, CustomPluginOptions } from 'rollup';
2
- import { P as PailServerType } from './packem_shared/types-yL82LLIx.js';
3
- export { C as CJSInteropOptions, a as CopyPluginOptions, E as EsmShimCjsSyntaxOptions, I as IsolatedDeclarationsOptions, k as IsolatedDeclarationsResult, n as IsolatedDeclarationsTransformer, J as JSXRemoveAttributesPlugin, L as LicenseOptions, o as PackemRollupOptions, R as RawLoaderOptions, p as RollupPlugins, S as ShebangOptions, f as SourcemapsPluginOptions, T as TransformerFn, q as TransformerName, U as UrlOptions, c as cjsInteropPlugin, b as copyPlugin, e as esmShimCjsSyntaxPlugin, g as getShebang, i as isolatedDeclarationsPlugin, j as jsxRemoveAttributes, l as licensePlugin, m as makeExecutable, r as rawPlugin, d as removeShebangPlugin, s as shebangPlugin, h as sourcemapsPlugin, u as urlPlugin } from './packem_shared/types-yL82LLIx.js';
4
- import { FilterPattern } from '@rollup/pluginutils';
2
+ import { P as PailServerType } from './packem_shared/types-BKqesFEF.js';
3
+ export { C as CJSInteropOptions, a as CopyPluginOptions, D as DataUriPluginOptions, E as EsmShimCjsSyntaxOptions, I as IsolatedDeclarationsOptions, n as IsolatedDeclarationsResult, o as IsolatedDeclarationsTransformer, J as JSXRemoveAttributesPlugin, L as LicenseOptions, p as PackemRollupOptions, R as RawLoaderOptions, q as RollupPlugins, S as ShebangOptions, h as SourcemapsPluginOptions, T as TransformerFn, t as TransformerName, U as UrlOptions, c as cjsInteropPlugin, b as copyPlugin, d as dataUriPlugin, e as esmShimCjsSyntaxPlugin, g as getShebang, i as isolatedDeclarationsPlugin, j as jsxRemoveAttributes, l as licensePlugin, m as makeExecutable, r as rawPlugin, f as removeShebangPlugin, s as shebangPlugin, k as sourcemapsPlugin, u as urlPlugin } from './packem_shared/types-BKqesFEF.js';
5
4
  export { b as browserslistToEsbuild } from './packem_shared/browserslist-to-esbuild-DY9HwYtp.js';
6
5
  import { RollupJsonOptions } from '@rollup/plugin-json';
7
6
  import { FileCache } from '@visulima/packem-share/utils';
7
+ import { FilterPattern } from '@rollup/pluginutils';
8
8
  import { BuildContextBuildAssetAndChunk, BuildContextBuildEntry } from '@visulima/packem-share/types';
9
9
  export { Alias, ResolverObject as AliasResolverObject, ResolvedAlias, RollupAliasOptions, default as alias } from '@rollup/plugin-alias';
10
10
  export { RollupCommonJSOptions, default as commonjs } from '@rollup/plugin-commonjs';
@@ -25,13 +25,6 @@ import 'sucrase';
25
25
 
26
26
  declare const chunkSplitter: () => Plugin;
27
27
 
28
- type DataUriPluginOptions = {
29
- exclude?: FilterPattern;
30
- include?: FilterPattern;
31
- srcset?: boolean;
32
- };
33
- declare const dataUriPlugin: (options?: DataUriPluginOptions) => Plugin;
34
-
35
28
  type FixDtsDefaultCjsExportsPluginOptions = {
36
29
  matcher?: (info: RenderedChunk) => boolean;
37
30
  };
@@ -60,5 +53,4 @@ declare const getCustomModuleLayer: (moduleId: string) => string | undefined;
60
53
 
61
54
  declare const getModuleLayer: (moduleMeta: CustomPluginOptions) => any;
62
55
 
63
- export { cachingPlugin, chunkSplitter, createSplitChunks, dataUriPlugin, fixDtsDefaultCjsExportsPlugin, fixDynamicImportExtension, getCustomModuleLayer, getModuleLayer, JSONPlugin as jsonPlugin, metafilePlugin, preserveDirectives as preserveDirectivesPlugin, resolveFileUrl as resolveFileUrlPlugin };
64
- export type { DataUriPluginOptions };
56
+ export { cachingPlugin, chunkSplitter, createSplitChunks, fixDtsDefaultCjsExportsPlugin, fixDynamicImportExtension, getCustomModuleLayer, getModuleLayer, JSONPlugin as jsonPlugin, metafilePlugin, preserveDirectives as preserveDirectivesPlugin, resolveFileUrl as resolveFileUrlPlugin };
@@ -288,6 +288,13 @@ type SingleTargetDesc = {
288
288
  };
289
289
  declare const copyPlugin: (options: CopyPluginOptions, logger: PailServerType) => Plugin$1;
290
290
 
291
+ type DataUriPluginOptions = {
292
+ exclude?: FilterPattern;
293
+ include?: FilterPattern;
294
+ srcset?: boolean;
295
+ };
296
+ declare const dataUriPlugin: (options?: DataUriPluginOptions) => Plugin$1;
297
+
291
298
  interface EsmShimCjsSyntaxOptions {
292
299
  exclude?: FilterPattern;
293
300
  include?: FilterPattern;
@@ -4537,5 +4544,5 @@ type TransformerFn = ((config: EsbuildPluginConfig | InternalOXCTransformPluginC
4537
4544
  };
4538
4545
  type TransformerName = "esbuild" | "oxc" | "sucrase" | "swc";
4539
4546
 
4540
- export { patchTypescriptTypes as B, resolveTsconfigPathsPlugin as F, sucrasePlugin as N, copyPlugin as b, cjsInteropPlugin as c, removeShebangPlugin as d, esmShimCjsSyntaxPlugin as e, getShebang as g, sourcemapsPlugin as h, isolatedDeclarationsPlugin as i, jsxRemoveAttributes as j, license as l, makeExecutable as m, rawPlugin as r, shebangPlugin as s, urlPlugin as u };
4541
- export type { PatchTypesOptions as A, CJSInteropOptions as C, TsconfigPathsPluginOptions as D, EsmShimCjsSyntaxOptions as E, OxcResolveOptions as G, InternalOXCTransformPluginConfig as H, IsolatedDeclarationsOptions as I, JSXRemoveAttributesPlugin as J, OXCTransformPluginConfig as K, LicenseOptions as L, SucrasePluginConfig as M, Optimized as O, PailServerType as P, RawLoaderOptions as R, ShebangOptions as S, TransformerFn as T, UrlOptions as U, CopyPluginOptions as a, SourcemapsPluginOptions as f, IsolatedDeclarationsResult as k, IsolatedDeclarationsTransformer as n, PackemRollupOptions as o, RollupPlugins as p, TransformerName as q, EsbuildPluginConfig as t, OptimizeDepsOptions as v, OptimizeDepsResult as w, Options$1 as x, SwcPluginConfig as y, TsConfigResult as z };
4547
+ export { patchTypescriptTypes as F, resolveTsconfigPathsPlugin as H, sucrasePlugin as V, copyPlugin as b, cjsInteropPlugin as c, dataUriPlugin as d, esmShimCjsSyntaxPlugin as e, removeShebangPlugin as f, getShebang as g, isolatedDeclarationsPlugin as i, jsxRemoveAttributes as j, sourcemapsPlugin as k, license as l, makeExecutable as m, rawPlugin as r, shebangPlugin as s, urlPlugin as u };
4548
+ export type { TsConfigResult as A, PatchTypesOptions as B, CJSInteropOptions as C, DataUriPluginOptions as D, EsmShimCjsSyntaxOptions as E, TsconfigPathsPluginOptions as G, IsolatedDeclarationsOptions as I, JSXRemoveAttributesPlugin as J, OxcResolveOptions as K, LicenseOptions as L, InternalOXCTransformPluginConfig as M, OXCTransformPluginConfig as N, Optimized as O, PailServerType as P, SucrasePluginConfig as Q, RawLoaderOptions as R, ShebangOptions as S, TransformerFn as T, UrlOptions as U, CopyPluginOptions as a, SourcemapsPluginOptions as h, IsolatedDeclarationsResult as n, IsolatedDeclarationsTransformer as o, PackemRollupOptions as p, RollupPlugins as q, TransformerName as t, EsbuildPluginConfig as v, OptimizeDepsOptions as w, OptimizeDepsResult as x, Options$1 as y, SwcPluginConfig as z };
@@ -288,6 +288,13 @@ type SingleTargetDesc = {
288
288
  };
289
289
  declare const copyPlugin: (options: CopyPluginOptions, logger: PailServerType) => Plugin$1;
290
290
 
291
+ type DataUriPluginOptions = {
292
+ exclude?: FilterPattern;
293
+ include?: FilterPattern;
294
+ srcset?: boolean;
295
+ };
296
+ declare const dataUriPlugin: (options?: DataUriPluginOptions) => Plugin$1;
297
+
291
298
  interface EsmShimCjsSyntaxOptions {
292
299
  exclude?: FilterPattern;
293
300
  include?: FilterPattern;
@@ -4537,5 +4544,5 @@ type TransformerFn = ((config: EsbuildPluginConfig | InternalOXCTransformPluginC
4537
4544
  };
4538
4545
  type TransformerName = "esbuild" | "oxc" | "sucrase" | "swc";
4539
4546
 
4540
- export { patchTypescriptTypes as B, resolveTsconfigPathsPlugin as F, sucrasePlugin as N, copyPlugin as b, cjsInteropPlugin as c, removeShebangPlugin as d, esmShimCjsSyntaxPlugin as e, getShebang as g, sourcemapsPlugin as h, isolatedDeclarationsPlugin as i, jsxRemoveAttributes as j, license as l, makeExecutable as m, rawPlugin as r, shebangPlugin as s, urlPlugin as u };
4541
- export type { PatchTypesOptions as A, CJSInteropOptions as C, TsconfigPathsPluginOptions as D, EsmShimCjsSyntaxOptions as E, OxcResolveOptions as G, InternalOXCTransformPluginConfig as H, IsolatedDeclarationsOptions as I, JSXRemoveAttributesPlugin as J, OXCTransformPluginConfig as K, LicenseOptions as L, SucrasePluginConfig as M, Optimized as O, PailServerType as P, RawLoaderOptions as R, ShebangOptions as S, TransformerFn as T, UrlOptions as U, CopyPluginOptions as a, SourcemapsPluginOptions as f, IsolatedDeclarationsResult as k, IsolatedDeclarationsTransformer as n, PackemRollupOptions as o, RollupPlugins as p, TransformerName as q, EsbuildPluginConfig as t, OptimizeDepsOptions as v, OptimizeDepsResult as w, Options$1 as x, SwcPluginConfig as y, TsConfigResult as z };
4547
+ export { patchTypescriptTypes as F, resolveTsconfigPathsPlugin as H, sucrasePlugin as V, copyPlugin as b, cjsInteropPlugin as c, dataUriPlugin as d, esmShimCjsSyntaxPlugin as e, removeShebangPlugin as f, getShebang as g, isolatedDeclarationsPlugin as i, jsxRemoveAttributes as j, sourcemapsPlugin as k, license as l, makeExecutable as m, rawPlugin as r, shebangPlugin as s, urlPlugin as u };
4548
+ export type { TsConfigResult as A, PatchTypesOptions as B, CJSInteropOptions as C, DataUriPluginOptions as D, EsmShimCjsSyntaxOptions as E, TsconfigPathsPluginOptions as G, IsolatedDeclarationsOptions as I, JSXRemoveAttributesPlugin as J, OxcResolveOptions as K, LicenseOptions as L, InternalOXCTransformPluginConfig as M, OXCTransformPluginConfig as N, Optimized as O, PailServerType as P, SucrasePluginConfig as Q, RawLoaderOptions as R, ShebangOptions as S, TransformerFn as T, UrlOptions as U, CopyPluginOptions as a, SourcemapsPluginOptions as h, IsolatedDeclarationsResult as n, IsolatedDeclarationsTransformer as o, PackemRollupOptions as p, RollupPlugins as q, TransformerName as t, EsbuildPluginConfig as v, OptimizeDepsOptions as w, OptimizeDepsResult as x, Options$1 as y, SwcPluginConfig as z };
@@ -1,6 +1,6 @@
1
1
  export { b as browserslistToEsbuild } from '../../packem_shared/browserslist-to-esbuild-DY9HwYtp.mjs';
2
- import { T as TransformerFn } from '../../packem_shared/types-yL82LLIx.mjs';
3
- export { t as EsbuildPluginConfig, v as OptimizeDepsOptions, w as OptimizeDepsResult, O as Optimized, x as Options } from '../../packem_shared/types-yL82LLIx.mjs';
2
+ import { T as TransformerFn } from '../../packem_shared/types-BKqesFEF.mjs';
3
+ export { v as EsbuildPluginConfig, w as OptimizeDepsOptions, x as OptimizeDepsResult, O as Optimized, y as Options } from '../../packem_shared/types-BKqesFEF.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 { T as TransformerFn } from '../../packem_shared/types-yL82LLIx.js';
3
- export { t as EsbuildPluginConfig, v as OptimizeDepsOptions, w as OptimizeDepsResult, O as Optimized, x as Options } from '../../packem_shared/types-yL82LLIx.js';
2
+ import { T as TransformerFn } from '../../packem_shared/types-BKqesFEF.js';
3
+ export { v as EsbuildPluginConfig, w as OptimizeDepsOptions, x as OptimizeDepsResult, O as Optimized, y as Options } from '../../packem_shared/types-BKqesFEF.js';
4
4
  import '@rollup/plugin-alias';
5
5
  import '@rollup/plugin-commonjs';
6
6
  import '@rollup/plugin-json';
@@ -1,7 +1,7 @@
1
- import { G as OxcResolveOptions, P as PailServerType, T as TransformerFn, k as IsolatedDeclarationsResult } from '../../packem_shared/types-yL82LLIx.mjs';
2
- export { H as InternalOXCTransformPluginConfig, K as OXCTransformPluginConfig } from '../../packem_shared/types-yL82LLIx.mjs';
3
- import { Plugin } from 'rollup';
4
1
  import { IsolatedDeclarationsOptions } from 'oxc-transform';
2
+ import { n as IsolatedDeclarationsResult, K as OxcResolveOptions, P as PailServerType, T as TransformerFn } from '../../packem_shared/types-BKqesFEF.mjs';
3
+ export { M as InternalOXCTransformPluginConfig, N as OXCTransformPluginConfig } from '../../packem_shared/types-BKqesFEF.mjs';
4
+ import { Plugin } from 'rollup';
5
5
  import '@rollup/plugin-alias';
6
6
  import '@rollup/plugin-commonjs';
7
7
  import '@rollup/plugin-json';
@@ -19,10 +19,10 @@ import '@visulima/packem-share/types';
19
19
  import 'oxc-resolver';
20
20
  import 'sucrase';
21
21
 
22
+ declare const isolatedDeclarationsOxcTransformer: (id: string, code: string, sourceMap?: boolean, transformOptions?: Omit<IsolatedDeclarationsOptions, "sourcemap">) => IsolatedDeclarationsResult;
23
+
22
24
  declare const oxcResolvePlugin: (options: OxcResolveOptions, rootDirectory: string, logger: PailServerType, tsconfigPath?: string) => Plugin;
23
25
 
24
26
  declare const oxcTransformPlugin: TransformerFn;
25
27
 
26
- declare const isolatedDeclarationsOxcTransformer: (id: string, code: string, sourceMap?: boolean, transformOptions?: Omit<IsolatedDeclarationsOptions, "sourcemap">) => IsolatedDeclarationsResult;
27
-
28
28
  export { OxcResolveOptions, isolatedDeclarationsOxcTransformer, oxcResolvePlugin, oxcTransformPlugin };
@@ -1,7 +1,7 @@
1
- import { G as OxcResolveOptions, P as PailServerType, T as TransformerFn, k as IsolatedDeclarationsResult } from '../../packem_shared/types-yL82LLIx.js';
2
- export { H as InternalOXCTransformPluginConfig, K as OXCTransformPluginConfig } from '../../packem_shared/types-yL82LLIx.js';
3
- import { Plugin } from 'rollup';
4
1
  import { IsolatedDeclarationsOptions } from 'oxc-transform';
2
+ import { n as IsolatedDeclarationsResult, K as OxcResolveOptions, P as PailServerType, T as TransformerFn } from '../../packem_shared/types-BKqesFEF.js';
3
+ export { M as InternalOXCTransformPluginConfig, N as OXCTransformPluginConfig } from '../../packem_shared/types-BKqesFEF.js';
4
+ import { Plugin } from 'rollup';
5
5
  import '@rollup/plugin-alias';
6
6
  import '@rollup/plugin-commonjs';
7
7
  import '@rollup/plugin-json';
@@ -19,10 +19,10 @@ import '@visulima/packem-share/types';
19
19
  import 'oxc-resolver';
20
20
  import 'sucrase';
21
21
 
22
+ declare const isolatedDeclarationsOxcTransformer: (id: string, code: string, sourceMap?: boolean, transformOptions?: Omit<IsolatedDeclarationsOptions, "sourcemap">) => IsolatedDeclarationsResult;
23
+
22
24
  declare const oxcResolvePlugin: (options: OxcResolveOptions, rootDirectory: string, logger: PailServerType, tsconfigPath?: string) => Plugin;
23
25
 
24
26
  declare const oxcTransformPlugin: TransformerFn;
25
27
 
26
- declare const isolatedDeclarationsOxcTransformer: (id: string, code: string, sourceMap?: boolean, transformOptions?: Omit<IsolatedDeclarationsOptions, "sourcemap">) => IsolatedDeclarationsResult;
27
-
28
28
  export { OxcResolveOptions, isolatedDeclarationsOxcTransformer, oxcResolvePlugin, oxcTransformPlugin };
@@ -1 +1 @@
1
- import{default as a}from"../../packem_shared/oxcResolvePlugin-BJpi-eSG.mjs";import{default as f}from"../../packem_shared/oxcTransformPlugin-DfVQouIB.mjs";import{default as s}from"../../packem_shared/isolatedDeclarationsOxcTransformer-WbfE6cGu.mjs";export{s as isolatedDeclarationsOxcTransformer,a as oxcResolvePlugin,f as oxcTransformPlugin};
1
+ import{default as a}from"../../packem_shared/isolatedDeclarationsOxcTransformer-WbfE6cGu.mjs";import{default as f}from"../../packem_shared/oxcResolvePlugin-BJpi-eSG.mjs";import{default as s}from"../../packem_shared/oxcTransformPlugin-DfVQouIB.mjs";export{a as isolatedDeclarationsOxcTransformer,f as oxcResolvePlugin,s as oxcTransformPlugin};
@@ -1,6 +1,6 @@
1
1
  import '@rollup/pluginutils';
2
2
  import 'sucrase';
3
- export { M as SucrasePluginConfig, N as sucrasePlugin } from '../../packem_shared/types-yL82LLIx.mjs';
3
+ export { Q as SucrasePluginConfig, V as sucrasePlugin } from '../../packem_shared/types-BKqesFEF.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 { M as SucrasePluginConfig, N as sucrasePlugin } from '../../packem_shared/types-yL82LLIx.js';
3
+ export { Q as SucrasePluginConfig, V as sucrasePlugin } from '../../packem_shared/types-BKqesFEF.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 { T as TransformerFn, k as IsolatedDeclarationsResult } from '../../packem_shared/types-yL82LLIx.mjs';
2
- export { y as SwcPluginConfig } from '../../packem_shared/types-yL82LLIx.mjs';
1
+ import { n as IsolatedDeclarationsResult, T as TransformerFn } from '../../packem_shared/types-BKqesFEF.mjs';
2
+ export { z as SwcPluginConfig } from '../../packem_shared/types-BKqesFEF.mjs';
3
3
  import '@rollup/plugin-alias';
4
4
  import '@rollup/plugin-commonjs';
5
5
  import '@rollup/plugin-json';
@@ -19,8 +19,8 @@ import 'oxc-resolver';
19
19
  import 'oxc-transform';
20
20
  import 'sucrase';
21
21
 
22
- declare const _default: TransformerFn;
23
-
24
22
  declare const isolatedDeclarationsSwcTransformer: (id: string, code: string, sourceMap?: boolean) => Promise<IsolatedDeclarationsResult>;
25
23
 
24
+ declare const _default: TransformerFn;
25
+
26
26
  export { isolatedDeclarationsSwcTransformer, _default as swcPlugin };
@@ -1,5 +1,5 @@
1
- import { T as TransformerFn, k as IsolatedDeclarationsResult } from '../../packem_shared/types-yL82LLIx.js';
2
- export { y as SwcPluginConfig } from '../../packem_shared/types-yL82LLIx.js';
1
+ import { n as IsolatedDeclarationsResult, T as TransformerFn } from '../../packem_shared/types-BKqesFEF.js';
2
+ export { z as SwcPluginConfig } from '../../packem_shared/types-BKqesFEF.js';
3
3
  import '@rollup/plugin-alias';
4
4
  import '@rollup/plugin-commonjs';
5
5
  import '@rollup/plugin-json';
@@ -19,8 +19,8 @@ import 'oxc-resolver';
19
19
  import 'oxc-transform';
20
20
  import 'sucrase';
21
21
 
22
- declare const _default: TransformerFn;
23
-
24
22
  declare const isolatedDeclarationsSwcTransformer: (id: string, code: string, sourceMap?: boolean) => Promise<IsolatedDeclarationsResult>;
25
23
 
24
+ declare const _default: TransformerFn;
25
+
26
26
  export { isolatedDeclarationsSwcTransformer, _default as swcPlugin };
@@ -1 +1 @@
1
- import{default as e}from"../../packem_shared/swcPlugin-Boip4lWG.mjs";import{default as s}from"../../packem_shared/isolatedDeclarationsSwcTransformer-Ch2AgtWC.mjs";export{s as isolatedDeclarationsSwcTransformer,e as swcPlugin};
1
+ import{default as e}from"../../packem_shared/isolatedDeclarationsSwcTransformer-Ch2AgtWC.mjs";import{default as s}from"../../packem_shared/swcPlugin-Boip4lWG.mjs";export{e as isolatedDeclarationsSwcTransformer,s as swcPlugin};
@@ -1,6 +1,6 @@
1
1
  import { TranspileOptions } from 'typescript';
2
- import { k as IsolatedDeclarationsResult, P as PailServerType, z as TsConfigResult } from '../../packem_shared/types-yL82LLIx.mjs';
3
- export { A as PatchTypesOptions, D as TsconfigPathsPluginOptions, B as patchTypescriptTypes, B as patchTypescriptTypesPlugin, F as resolveTsconfigPathsPlugin } from '../../packem_shared/types-yL82LLIx.mjs';
2
+ import { n as IsolatedDeclarationsResult, P as PailServerType, A as TsConfigResult } from '../../packem_shared/types-BKqesFEF.mjs';
3
+ export { B as PatchTypesOptions, G as TsconfigPathsPluginOptions, F as patchTypescriptTypes, F as patchTypescriptTypesPlugin, H as resolveTsconfigPathsPlugin } from '../../packem_shared/types-BKqesFEF.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 { k as IsolatedDeclarationsResult, P as PailServerType, z as TsConfigResult } from '../../packem_shared/types-yL82LLIx.js';
3
- export { A as PatchTypesOptions, D as TsconfigPathsPluginOptions, B as patchTypescriptTypes, B as patchTypescriptTypesPlugin, F as resolveTsconfigPathsPlugin } from '../../packem_shared/types-yL82LLIx.js';
2
+ import { n as IsolatedDeclarationsResult, P as PailServerType, A as TsConfigResult } from '../../packem_shared/types-BKqesFEF.js';
3
+ export { B as PatchTypesOptions, G as TsconfigPathsPluginOptions, F as patchTypescriptTypes, F as patchTypescriptTypesPlugin, H as resolveTsconfigPathsPlugin } from '../../packem_shared/types-BKqesFEF.js';
4
4
  import { Plugin } from 'rollup';
5
5
  import '@rollup/plugin-alias';
6
6
  import '@rollup/plugin-commonjs';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visulima/packem-rollup",
3
- "version": "1.0.0-alpha.6",
3
+ "version": "1.0.0-alpha.8",
4
4
  "description": "Rollup plugins for packem",
5
5
  "keywords": [
6
6
  "visulima",
@@ -65,7 +65,7 @@
65
65
  "dist"
66
66
  ],
67
67
  "dependencies": {
68
- "@babel/parser": "7.28.0",
68
+ "@babel/parser": "7.28.3",
69
69
  "@rollup/plugin-alias": "5.1.1",
70
70
  "@rollup/plugin-commonjs": "28.0.6",
71
71
  "@rollup/plugin-dynamic-import-vars": "2.1.5",
@@ -78,16 +78,16 @@
78
78
  "@visulima/find-cache-dir": "1.0.31",
79
79
  "@visulima/fs": "3.1.5",
80
80
  "@visulima/package": "3.5.8",
81
- "@visulima/packem-share": "1.0.0-alpha.5",
81
+ "@visulima/packem-share": "1.0.0-alpha.7",
82
82
  "@visulima/path": "1.4.0",
83
83
  "@visulima/source-map": "1.0.20",
84
84
  "es-module-lexer": "1.7.0",
85
85
  "glob-parent": "6.0.2",
86
86
  "magic-string": "0.30.17",
87
87
  "mlly": "1.7.4",
88
- "oxc-parser": "0.81.0",
89
- "oxc-resolver": "11.6.1",
90
- "rollup-plugin-dts": "6.2.1",
88
+ "oxc-parser": "0.82.3",
89
+ "oxc-resolver": "11.6.2",
90
+ "rollup-plugin-dts": "6.2.3",
91
91
  "rollup-plugin-license": "3.6.0",
92
92
  "rollup-plugin-polyfill-node": "0.13.0",
93
93
  "rollup-plugin-pure": "^0.4.0",