@visulima/packem 2.0.0-alpha.20 → 2.0.0-alpha.21

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.
@@ -3892,20 +3892,11 @@ interface ReactConfig {
3892
3892
  emitFullSignatures?: boolean;
3893
3893
  };
3894
3894
  /**
3895
- * Decides which runtime to use when transforming JSX.
3896
- * - `"automatic"` - Automatically imports the functions that JSX transpiles to.
3897
- * This is the modern approach introduced in React 17+ that eliminates the need to
3898
- * manually import React in every file that uses JSX.
3899
- * - `"classic"` - Uses the traditional JSX transform that relies on `React.createElement`
3900
- * calls. Requires React to be in scope, which was the standard behavior before React 17.
3901
- * - `"preserve"` - Leaves JSX syntax unchanged without transforming it.
3902
- * @default "classic"
3903
- */
3904
- runtime?: "automatic" | "classic" | "preserve";
3905
- /**
3906
- * Declares the module specifier to be used for importing the `jsx` and `jsxs` factory
3907
- * functions when using `runtime` 'automatic'
3908
- * @default "react"
3895
+ * jsx runtime
3896
+ */
3897
+ runtime?: "automatic" | "classic";
3898
+ /**
3899
+ * Declares the module specifier to be used for importing the `jsx` and `jsxs` factory functions when using `runtime` 'automatic'
3909
3900
  */
3910
3901
  importSource?: string;
3911
3902
  }
@@ -1,4 +1,4 @@
1
- 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-C-0CcPCJ.js';
1
+ 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-zrs6Po_w.js';
2
2
  import { StyleOptions } from '@visulima/rollup-plugin-css';
3
3
  import { JitiOptions } from 'jiti';
4
4
  import { TypeDocOptions } from 'typedoc';
@@ -1,5 +1,5 @@
1
- import { T as TransformerFn } from '../../../packem_shared/index-C-0CcPCJ.js';
2
- export { e as EsbuildPluginConfig } from '../../../packem_shared/index-C-0CcPCJ.js';
1
+ import { T as TransformerFn } from '../../../packem_shared/index-zrs6Po_w.js';
2
+ export { e as EsbuildPluginConfig } from '../../../packem_shared/index-zrs6Po_w.js';
3
3
  import '@rollup/plugin-alias';
4
4
  import '@rollup/plugin-commonjs';
5
5
  import '@rollup/plugin-json';
@@ -1,5 +1,5 @@
1
1
  import { IsolatedDeclarationsOptions } from 'oxc-transform';
2
- import { f as IsolatedDeclarationsResult, T as TransformerFn } from '../../../packem_shared/index-C-0CcPCJ.js';
2
+ import { f as IsolatedDeclarationsResult, T as TransformerFn } from '../../../packem_shared/index-zrs6Po_w.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
  export { o as default, default as isolatedDeclarationsOxcTransformer } from './isolated-declarations-oxc-transformer.js';
2
2
  import 'oxc-transform';
3
- import '../../../packem_shared/index-C-0CcPCJ.js';
3
+ import '../../../packem_shared/index-zrs6Po_w.js';
4
4
  import '@rollup/plugin-alias';
5
5
  import '@rollup/plugin-commonjs';
6
6
  import '@rollup/plugin-json';
@@ -1,4 +1,4 @@
1
- export { h as SucrasePluginConfig, s as default } from '../../../packem_shared/index-C-0CcPCJ.js';
1
+ export { h as SucrasePluginConfig, s as default } from '../../../packem_shared/index-zrs6Po_w.js';
2
2
  import '@rollup/plugin-alias';
3
3
  import '@rollup/plugin-commonjs';
4
4
  import '@rollup/plugin-json';
@@ -1,5 +1,5 @@
1
1
  export { i as default } from './swc-plugin.js';
2
- import '../../../packem_shared/index-C-0CcPCJ.js';
2
+ import '../../../packem_shared/index-zrs6Po_w.js';
3
3
  import '@rollup/plugin-alias';
4
4
  import '@rollup/plugin-commonjs';
5
5
  import '@rollup/plugin-json';
@@ -1,5 +1,5 @@
1
- import { T as TransformerFn, f as IsolatedDeclarationsResult } from '../../../packem_shared/index-C-0CcPCJ.js';
2
- export { S as SwcPluginConfig } from '../../../packem_shared/index-C-0CcPCJ.js';
1
+ import { T as TransformerFn, f as IsolatedDeclarationsResult } from '../../../packem_shared/index-zrs6Po_w.js';
2
+ export { S as SwcPluginConfig } from '../../../packem_shared/index-zrs6Po_w.js';
3
3
  import '@rollup/plugin-alias';
4
4
  import '@rollup/plugin-commonjs';
5
5
  import '@rollup/plugin-json';
@@ -1,5 +1,5 @@
1
1
  import { TranspileOptions } from 'typescript';
2
- import { f as IsolatedDeclarationsResult } from '../../../packem_shared/index-C-0CcPCJ.js';
2
+ import { f as IsolatedDeclarationsResult } from '../../../packem_shared/index-zrs6Po_w.js';
3
3
  import '@rollup/plugin-alias';
4
4
  import '@rollup/plugin-commonjs';
5
5
  import '@rollup/plugin-json';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@visulima/packem",
3
- "version": "2.0.0-alpha.20",
3
+ "version": "2.0.0-alpha.21",
4
4
  "description": "A fast and modern bundler for Node.js and TypeScript.",
5
5
  "keywords": [
6
6
  "anolilab",
@@ -165,36 +165,36 @@
165
165
  "@antfu/install-pkg": "1.1.0",
166
166
  "@clack/prompts": "0.11.0",
167
167
  "@rollup/pluginutils": "5.3.0",
168
- "@visulima/cerebro": "1.1.49",
168
+ "@visulima/cerebro": "1.1.50",
169
169
  "@visulima/colorize": "1.4.23",
170
- "@visulima/find-cache-dir": "1.0.33",
171
- "@visulima/fs": "3.1.7",
170
+ "@visulima/find-cache-dir": "1.0.34",
171
+ "@visulima/fs": "3.1.8",
172
172
  "@visulima/humanizer": "1.2.2",
173
- "@visulima/package": "3.5.10",
174
- "@visulima/packem-rollup": "1.0.0-alpha.15",
175
- "@visulima/packem-share": "1.0.0-alpha.11",
176
- "@visulima/pail": "2.1.27",
173
+ "@visulima/package": "3.5.11",
174
+ "@visulima/packem-rollup": "1.0.0-alpha.16",
175
+ "@visulima/packem-share": "1.0.0-alpha.12",
176
+ "@visulima/pail": "2.1.28",
177
177
  "@visulima/path": "1.4.0",
178
- "@visulima/rollup-plugin-css": "1.0.0-alpha.5",
178
+ "@visulima/rollup-plugin-css": "1.0.0-alpha.6",
179
179
  "@visulima/source-map": "1.0.20",
180
- "@visulima/tsconfig": "1.1.21",
180
+ "@visulima/tsconfig": "1.1.22",
181
181
  "browserslist": "4.26.2",
182
182
  "defu": "6.1.4",
183
183
  "fastest-levenshtein": "1.0.16",
184
184
  "hookable": "5.5.3",
185
- "jiti": "2.5.1",
185
+ "jiti": "2.6.0",
186
186
  "magic-string": "0.30.19",
187
187
  "mlly": "1.8.0",
188
188
  "picomatch": "4.0.3",
189
- "rollup": "4.50.2",
189
+ "rollup": "4.52.0",
190
190
  "semver": "7.7.2",
191
191
  "tinyexec": "1.0.1",
192
192
  "tinyglobby": "0.2.15"
193
193
  },
194
194
  "peerDependencies": {
195
195
  "@swc/core": ">=1.11.29",
196
- "@tailwindcss/node": "^4.1.12",
197
- "@tailwindcss/oxide": "^4.1.12",
196
+ "@tailwindcss/node": "^4.1.13",
197
+ "@tailwindcss/oxide": "^4.1.13",
198
198
  "cssnano": ">=7.0.6",
199
199
  "esbuild": ">=0.20.2",
200
200
  "icss-utils": ">=5.1.0",