@visulima/packem 1.0.0-alpha.56 → 1.0.0-alpha.57
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 +10 -0
- package/dist/cli.mjs +53 -53
- package/dist/config.d.cts +6 -4
- package/dist/config.d.mts +6 -4
- package/dist/config.d.ts +6 -4
- package/dist/create-bundler.cjs +50 -50
- package/dist/create-bundler.d.cts +5 -3
- package/dist/create-bundler.d.mts +5 -3
- package/dist/create-bundler.d.ts +5 -3
- package/dist/create-bundler.mjs +53 -53
- package/dist/rollup/plugins/esbuild/index.d.cts +2 -1
- package/dist/rollup/plugins/esbuild/index.d.mts +2 -1
- package/dist/rollup/plugins/esbuild/index.d.ts +2 -1
- package/dist/rollup/plugins/oxc/isolated-declarations-oxc-transformer.d.cts +5 -3
- package/dist/rollup/plugins/oxc/isolated-declarations-oxc-transformer.d.mts +5 -3
- package/dist/rollup/plugins/oxc/isolated-declarations-oxc-transformer.d.ts +5 -3
- package/dist/rollup/plugins/swc/isolated-declarations-swc-transformer.d.cts +5 -3
- package/dist/rollup/plugins/swc/isolated-declarations-swc-transformer.d.mts +5 -3
- package/dist/rollup/plugins/swc/isolated-declarations-swc-transformer.d.ts +5 -3
- package/dist/rollup/plugins/swc/swc-plugin.d.cts +2 -1
- package/dist/rollup/plugins/swc/swc-plugin.d.mts +2 -1
- package/dist/rollup/plugins/swc/swc-plugin.d.ts +2 -1
- package/dist/rollup/plugins/typescript/isolated-declarations-typescript-transformer.d.cts +5 -3
- package/dist/rollup/plugins/typescript/isolated-declarations-typescript-transformer.d.mts +5 -3
- package/dist/rollup/plugins/typescript/isolated-declarations-typescript-transformer.d.ts +5 -3
- package/dist/shared/packem.B774TzKu.d.cts +10 -0
- package/dist/shared/packem.B774TzKu.d.mts +10 -0
- package/dist/shared/packem.B774TzKu.d.ts +10 -0
- package/dist/shared/{packem.EYDpUhuM.d.mts → packem.BUpj8Zlg.d.mts} +2 -6
- package/dist/shared/{packem.Db-Z_7e-.d.cts → packem.DVzU88be.d.cts} +1 -2
- package/dist/shared/{packem.Db-Z_7e-.d.mts → packem.DVzU88be.d.mts} +1 -2
- package/dist/shared/{packem.Db-Z_7e-.d.ts → packem.DVzU88be.d.ts} +1 -2
- package/dist/shared/{packem.CHF1KnO3.d.cts → packem.DZsf-Knk.d.cts} +2 -6
- package/dist/shared/{packem.DE4VC5GP.d.ts → packem.ad3gr3qU.d.ts} +2 -6
- package/package.json +1 -1
- package/dist/shared/packem.BC5WIlON.d.cts +0 -1923
- package/dist/shared/packem.BC5WIlON.d.mts +0 -1923
- package/dist/shared/packem.BC5WIlON.d.ts +0 -1923
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Pail } from '@visulima/pail';
|
|
2
|
-
import { M as Mode, B as BuildConfig } from './shared/packem.
|
|
2
|
+
import { M as Mode, B as BuildConfig } from './shared/packem.DZsf-Knk.cjs';
|
|
3
3
|
import '@rollup/plugin-alias';
|
|
4
4
|
import '@rollup/plugin-commonjs';
|
|
5
5
|
import '@rollup/plugin-json';
|
|
@@ -15,11 +15,13 @@ import 'rollup';
|
|
|
15
15
|
import 'rollup-plugin-dts';
|
|
16
16
|
import 'rollup-plugin-polyfill-node';
|
|
17
17
|
import 'rollup-plugin-visualizer';
|
|
18
|
-
import './shared/packem.
|
|
18
|
+
import './shared/packem.DVzU88be.cjs';
|
|
19
19
|
import 'esbuild';
|
|
20
|
+
import 'ts-essentials';
|
|
20
21
|
import './shared/packem.DvWhOdt5.cjs';
|
|
21
22
|
import 'sucrase';
|
|
22
|
-
import './shared/packem.
|
|
23
|
+
import './shared/packem.B774TzKu.cjs';
|
|
24
|
+
import '@swc/types';
|
|
23
25
|
|
|
24
26
|
declare const createBundler: (rootDirectory: string, mode: Mode, logger: Pail, inputConfig?: {
|
|
25
27
|
configPath?: string;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Pail } from '@visulima/pail';
|
|
2
|
-
import { M as Mode, B as BuildConfig } from './shared/packem.
|
|
2
|
+
import { M as Mode, B as BuildConfig } from './shared/packem.BUpj8Zlg.mjs';
|
|
3
3
|
import '@rollup/plugin-alias';
|
|
4
4
|
import '@rollup/plugin-commonjs';
|
|
5
5
|
import '@rollup/plugin-json';
|
|
@@ -15,11 +15,13 @@ import 'rollup';
|
|
|
15
15
|
import 'rollup-plugin-dts';
|
|
16
16
|
import 'rollup-plugin-polyfill-node';
|
|
17
17
|
import 'rollup-plugin-visualizer';
|
|
18
|
-
import './shared/packem.
|
|
18
|
+
import './shared/packem.DVzU88be.mjs';
|
|
19
19
|
import 'esbuild';
|
|
20
|
+
import 'ts-essentials';
|
|
20
21
|
import './shared/packem.DvWhOdt5.mjs';
|
|
21
22
|
import 'sucrase';
|
|
22
|
-
import './shared/packem.
|
|
23
|
+
import './shared/packem.B774TzKu.mjs';
|
|
24
|
+
import '@swc/types';
|
|
23
25
|
|
|
24
26
|
declare const createBundler: (rootDirectory: string, mode: Mode, logger: Pail, inputConfig?: {
|
|
25
27
|
configPath?: string;
|
package/dist/create-bundler.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Pail } from '@visulima/pail';
|
|
2
|
-
import { M as Mode, B as BuildConfig } from './shared/packem.
|
|
2
|
+
import { M as Mode, B as BuildConfig } from './shared/packem.ad3gr3qU.js';
|
|
3
3
|
import '@rollup/plugin-alias';
|
|
4
4
|
import '@rollup/plugin-commonjs';
|
|
5
5
|
import '@rollup/plugin-json';
|
|
@@ -15,11 +15,13 @@ import 'rollup';
|
|
|
15
15
|
import 'rollup-plugin-dts';
|
|
16
16
|
import 'rollup-plugin-polyfill-node';
|
|
17
17
|
import 'rollup-plugin-visualizer';
|
|
18
|
-
import './shared/packem.
|
|
18
|
+
import './shared/packem.DVzU88be.js';
|
|
19
19
|
import 'esbuild';
|
|
20
|
+
import 'ts-essentials';
|
|
20
21
|
import './shared/packem.DvWhOdt5.js';
|
|
21
22
|
import 'sucrase';
|
|
22
|
-
import './shared/packem.
|
|
23
|
+
import './shared/packem.B774TzKu.js';
|
|
24
|
+
import '@swc/types';
|
|
23
25
|
|
|
24
26
|
declare const createBundler: (rootDirectory: string, mode: Mode, logger: Pail, inputConfig?: {
|
|
25
27
|
configPath?: string;
|