@visulima/packem 1.0.0-alpha.72 → 1.0.0-alpha.73
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/cli.mjs +62 -62
- package/dist/config.d.cts +3 -3
- package/dist/config.d.mts +3 -3
- package/dist/config.d.ts +3 -3
- package/dist/create-bundler.cjs +59 -59
- package/dist/create-bundler.d.cts +3 -3
- package/dist/create-bundler.d.mts +3 -3
- package/dist/create-bundler.d.ts +3 -3
- package/dist/create-bundler.mjs +69 -69
- package/dist/rollup/plugins/oxc/isolated-declarations-oxc-transformer.d.cts +2 -2
- package/dist/rollup/plugins/oxc/isolated-declarations-oxc-transformer.d.mts +2 -2
- package/dist/rollup/plugins/oxc/isolated-declarations-oxc-transformer.d.ts +2 -2
- package/dist/rollup/plugins/swc/isolated-declarations-swc-transformer.d.cts +2 -2
- package/dist/rollup/plugins/swc/isolated-declarations-swc-transformer.d.mts +2 -2
- package/dist/rollup/plugins/swc/isolated-declarations-swc-transformer.d.ts +2 -2
- package/dist/rollup/plugins/swc/swc-plugin.d.cts +1 -1
- package/dist/rollup/plugins/swc/swc-plugin.d.mts +1 -1
- package/dist/rollup/plugins/swc/swc-plugin.d.ts +1 -1
- package/dist/rollup/plugins/typescript/isolated-declarations-typescript-transformer.d.cts +2 -2
- package/dist/rollup/plugins/typescript/isolated-declarations-typescript-transformer.d.mts +2 -2
- package/dist/rollup/plugins/typescript/isolated-declarations-typescript-transformer.d.ts +2 -2
- package/dist/shared/{packem.D8xT1G8q.d.ts → packem.CNJKwaxV.d.ts} +11 -8
- package/dist/shared/{packem.6LZ1Jtxj.d.mts → packem.CTtLbshh.d.mts} +11 -8
- package/dist/shared/{packem.iWQSRLv6.d.cts → packem.Co_fRK1H.d.cts} +11 -8
- package/dist/shared/{packem.Cvy5yEVh.d.cts → packem.CzGE8V_d.d.cts} +2 -2
- package/dist/shared/{packem.Cvy5yEVh.d.mts → packem.CzGE8V_d.d.mts} +2 -2
- package/dist/shared/{packem.Cvy5yEVh.d.ts → packem.CzGE8V_d.d.ts} +2 -2
- package/package.json +1 -1
|
@@ -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, E as Environment, B as BuildConfig } from './shared/packem.Co_fRK1H.cjs';
|
|
3
3
|
import '@rollup/plugin-alias';
|
|
4
4
|
import '@rollup/plugin-commonjs';
|
|
5
5
|
import '@rollup/plugin-json';
|
|
@@ -19,9 +19,9 @@ import './shared/packem.Db-Z_7e-.cjs';
|
|
|
19
19
|
import 'esbuild';
|
|
20
20
|
import './shared/packem.DvWhOdt5.cjs';
|
|
21
21
|
import 'sucrase';
|
|
22
|
-
import './shared/packem.
|
|
22
|
+
import './shared/packem.CzGE8V_d.cjs';
|
|
23
23
|
|
|
24
|
-
declare const createBundler: (rootDirectory: string, mode: Mode, logger: Pail, inputConfig?: {
|
|
24
|
+
declare const createBundler: (rootDirectory: string, mode: Mode, environment: Environment, logger: Pail, inputConfig?: {
|
|
25
25
|
configPath?: string;
|
|
26
26
|
debug?: boolean;
|
|
27
27
|
tsconfigPath?: 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, E as Environment, B as BuildConfig } from './shared/packem.CTtLbshh.mjs';
|
|
3
3
|
import '@rollup/plugin-alias';
|
|
4
4
|
import '@rollup/plugin-commonjs';
|
|
5
5
|
import '@rollup/plugin-json';
|
|
@@ -19,9 +19,9 @@ import './shared/packem.Db-Z_7e-.mjs';
|
|
|
19
19
|
import 'esbuild';
|
|
20
20
|
import './shared/packem.DvWhOdt5.mjs';
|
|
21
21
|
import 'sucrase';
|
|
22
|
-
import './shared/packem.
|
|
22
|
+
import './shared/packem.CzGE8V_d.mjs';
|
|
23
23
|
|
|
24
|
-
declare const createBundler: (rootDirectory: string, mode: Mode, logger: Pail, inputConfig?: {
|
|
24
|
+
declare const createBundler: (rootDirectory: string, mode: Mode, environment: Environment, logger: Pail, inputConfig?: {
|
|
25
25
|
configPath?: string;
|
|
26
26
|
debug?: boolean;
|
|
27
27
|
tsconfigPath?: 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, E as Environment, B as BuildConfig } from './shared/packem.CNJKwaxV.js';
|
|
3
3
|
import '@rollup/plugin-alias';
|
|
4
4
|
import '@rollup/plugin-commonjs';
|
|
5
5
|
import '@rollup/plugin-json';
|
|
@@ -19,9 +19,9 @@ import './shared/packem.Db-Z_7e-.js';
|
|
|
19
19
|
import 'esbuild';
|
|
20
20
|
import './shared/packem.DvWhOdt5.js';
|
|
21
21
|
import 'sucrase';
|
|
22
|
-
import './shared/packem.
|
|
22
|
+
import './shared/packem.CzGE8V_d.js';
|
|
23
23
|
|
|
24
|
-
declare const createBundler: (rootDirectory: string, mode: Mode, logger: Pail, inputConfig?: {
|
|
24
|
+
declare const createBundler: (rootDirectory: string, mode: Mode, environment: Environment, logger: Pail, inputConfig?: {
|
|
25
25
|
configPath?: string;
|
|
26
26
|
debug?: boolean;
|
|
27
27
|
tsconfigPath?: string;
|