@visulima/packem 2.0.0-alpha.23 → 2.0.0-alpha.25

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.
@@ -1,5 +1,5 @@
1
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-CzQ8bh8T.js';
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-B4tRN_2r.js';
3
3
  import { StyleOptions } from '@visulima/rollup-plugin-css';
4
4
  import { JitiOptions } from 'jiti';
5
5
  import { TypeDocOptions } from 'typedoc';
@@ -122,7 +122,8 @@ interface BuildOptions {
122
122
  validation?: ValidationOptions | false;
123
123
  }
124
124
  interface InternalBuildOptions extends BuildOptions {
125
- rollup: Omit<BuildOptions["rollup"], "oxc"> & {
125
+ rollup: BuildOptions["rollup"] & {
126
+ nativeModules?: NativeModulesOptions | false;
126
127
  oxc?: InternalOXCTransformPluginConfig;
127
128
  };
128
129
  transformerName: TransformerName | undefined;
@@ -1,5 +1,5 @@
1
- import { T as TransformerFn } from '../../../packem_shared/index-CzQ8bh8T.js';
2
- export { e as EsbuildPluginConfig } from '../../../packem_shared/index-CzQ8bh8T.js';
1
+ import { T as TransformerFn } from '../../../packem_shared/index-B4tRN_2r.js';
2
+ export { e as EsbuildPluginConfig } from '../../../packem_shared/index-B4tRN_2r.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-CzQ8bh8T.js';
2
+ import { f as IsolatedDeclarationsResult, T as TransformerFn } from '../../../packem_shared/index-B4tRN_2r.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-CzQ8bh8T.js';
3
+ import '../../../packem_shared/index-B4tRN_2r.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-CzQ8bh8T.js';
1
+ export { h as SucrasePluginConfig, s as default } from '../../../packem_shared/index-B4tRN_2r.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-CzQ8bh8T.js';
2
+ import '../../../packem_shared/index-B4tRN_2r.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-CzQ8bh8T.js';
2
- export { S as SwcPluginConfig } from '../../../packem_shared/index-CzQ8bh8T.js';
1
+ import { T as TransformerFn, f as IsolatedDeclarationsResult } from '../../../packem_shared/index-B4tRN_2r.js';
2
+ export { S as SwcPluginConfig } from '../../../packem_shared/index-B4tRN_2r.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-CzQ8bh8T.js';
2
+ import { f as IsolatedDeclarationsResult } from '../../../packem_shared/index-B4tRN_2r.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.23",
3
+ "version": "2.0.0-alpha.25",
4
4
  "description": "A fast and modern bundler for Node.js and TypeScript.",
5
5
  "keywords": [
6
6
  "anolilab",
@@ -171,24 +171,26 @@
171
171
  "@visulima/fs": "3.1.8",
172
172
  "@visulima/humanizer": "1.2.2",
173
173
  "@visulima/package": "4.0.0",
174
- "@visulima/packem-rollup": "1.0.0-alpha.18",
175
- "@visulima/packem-share": "1.0.0-alpha.12",
174
+ "@visulima/packem-rollup": "1.0.0-alpha.20",
175
+ "@visulima/packem-share": "1.0.0-alpha.13",
176
176
  "@visulima/pail": "2.1.28",
177
177
  "@visulima/path": "1.4.0",
178
- "@visulima/rollup-plugin-css": "1.0.0-alpha.6",
178
+ "@visulima/rollup-plugin-css": "1.0.0-alpha.7",
179
179
  "@visulima/source-map": "1.0.20",
180
180
  "@visulima/tabular": "^1.0.11",
181
181
  "@visulima/tsconfig": "1.1.22",
182
182
  "browserslist": "4.26.2",
183
183
  "cjs-module-lexer": "^2.1.0",
184
+ "clean-css": "^5.3.3",
184
185
  "defu": "6.1.4",
185
186
  "fastest-levenshtein": "1.0.16",
186
187
  "hookable": "5.5.3",
188
+ "html-minifier-next": "^2.1.6",
187
189
  "jiti": "2.6.0",
188
190
  "magic-string": "0.30.19",
189
191
  "mlly": "1.8.0",
190
192
  "picomatch": "4.0.3",
191
- "rollup": "^4.52.3",
193
+ "rollup": "^4.52.4",
192
194
  "semver": "7.7.2",
193
195
  "tinyexec": "1.0.1",
194
196
  "tinyglobby": "0.2.15"
@@ -204,6 +206,7 @@
204
206
  "less": ">=4.2.0",
205
207
  "lightningcss": ">=1.27.0",
206
208
  "oxc-transform": ">=0.20.0",
209
+ "package-manager-detector": "^1.4.0",
207
210
  "postcss": ">=8.4.47",
208
211
  "postcss-load-config": ">=6.0.1",
209
212
  "postcss-modules-extract-imports": ">=3.1.0",
@@ -218,8 +221,7 @@
218
221
  "typedoc": ">=0.26.0",
219
222
  "typedoc-plugin-markdown": ">=4.2.0",
220
223
  "typedoc-plugin-rename-defaults": ">=0.7.0",
221
- "typescript": ">=4.5 || >=5.0",
222
- "package-manager-detector": "^1.3.0"
224
+ "typescript": ">=4.5 || >=5.0"
223
225
  },
224
226
  "peerDependenciesMeta": {
225
227
  "@arethetypeswrong/core": {