@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,4 +1,4 @@
|
|
|
1
|
-
import { I as IsolatedDeclarationsResult } from '../../../shared/packem.
|
|
1
|
+
import { I as IsolatedDeclarationsResult } from '../../../shared/packem.DZsf-Knk.cjs';
|
|
2
2
|
import '@rollup/plugin-alias';
|
|
3
3
|
import '@rollup/plugin-commonjs';
|
|
4
4
|
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 isolatedDeclarationsOxcTransformer: (id: string, code: string) => IsolatedDeclarationsResult;
|
|
25
27
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { I as IsolatedDeclarationsResult } from '../../../shared/packem.
|
|
1
|
+
import { I as IsolatedDeclarationsResult } from '../../../shared/packem.BUpj8Zlg.mjs';
|
|
2
2
|
import '@rollup/plugin-alias';
|
|
3
3
|
import '@rollup/plugin-commonjs';
|
|
4
4
|
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 isolatedDeclarationsOxcTransformer: (id: string, code: string) => IsolatedDeclarationsResult;
|
|
25
27
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { I as IsolatedDeclarationsResult } from '../../../shared/packem.
|
|
1
|
+
import { I as IsolatedDeclarationsResult } from '../../../shared/packem.ad3gr3qU.js';
|
|
2
2
|
import '@rollup/plugin-alias';
|
|
3
3
|
import '@rollup/plugin-commonjs';
|
|
4
4
|
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 isolatedDeclarationsOxcTransformer: (id: string, code: string) => IsolatedDeclarationsResult;
|
|
25
27
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { I as IsolatedDeclarationsResult } from '../../../shared/packem.
|
|
1
|
+
import { I as IsolatedDeclarationsResult } from '../../../shared/packem.DZsf-Knk.cjs';
|
|
2
2
|
import '@rollup/plugin-alias';
|
|
3
3
|
import '@rollup/plugin-commonjs';
|
|
4
4
|
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 isolatedDeclarationsSwcTransformer: (id: string, code: string) => Promise<IsolatedDeclarationsResult>;
|
|
25
27
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { I as IsolatedDeclarationsResult } from '../../../shared/packem.
|
|
1
|
+
import { I as IsolatedDeclarationsResult } from '../../../shared/packem.BUpj8Zlg.mjs';
|
|
2
2
|
import '@rollup/plugin-alias';
|
|
3
3
|
import '@rollup/plugin-commonjs';
|
|
4
4
|
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 isolatedDeclarationsSwcTransformer: (id: string, code: string) => Promise<IsolatedDeclarationsResult>;
|
|
25
27
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { I as IsolatedDeclarationsResult } from '../../../shared/packem.
|
|
1
|
+
import { I as IsolatedDeclarationsResult } from '../../../shared/packem.ad3gr3qU.js';
|
|
2
2
|
import '@rollup/plugin-alias';
|
|
3
3
|
import '@rollup/plugin-commonjs';
|
|
4
4
|
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 isolatedDeclarationsSwcTransformer: (id: string, code: string) => Promise<IsolatedDeclarationsResult>;
|
|
25
27
|
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { Plugin } from 'rollup';
|
|
2
|
-
import { S as SwcPluginConfig } from '../../../shared/packem.
|
|
2
|
+
import { S as SwcPluginConfig } from '../../../shared/packem.B774TzKu.cjs';
|
|
3
3
|
import '@rollup/pluginutils';
|
|
4
|
+
import '@swc/types';
|
|
4
5
|
|
|
5
6
|
declare const swcPlugin: ({ exclude, extensions, include, ...transformOptions }: SwcPluginConfig) => Plugin;
|
|
6
7
|
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { Plugin } from 'rollup';
|
|
2
|
-
import { S as SwcPluginConfig } from '../../../shared/packem.
|
|
2
|
+
import { S as SwcPluginConfig } from '../../../shared/packem.B774TzKu.mjs';
|
|
3
3
|
import '@rollup/pluginutils';
|
|
4
|
+
import '@swc/types';
|
|
4
5
|
|
|
5
6
|
declare const swcPlugin: ({ exclude, extensions, include, ...transformOptions }: SwcPluginConfig) => Plugin;
|
|
6
7
|
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { Plugin } from 'rollup';
|
|
2
|
-
import { S as SwcPluginConfig } from '../../../shared/packem.
|
|
2
|
+
import { S as SwcPluginConfig } from '../../../shared/packem.B774TzKu.js';
|
|
3
3
|
import '@rollup/pluginutils';
|
|
4
|
+
import '@swc/types';
|
|
4
5
|
|
|
5
6
|
declare const swcPlugin: ({ exclude, extensions, include, ...transformOptions }: SwcPluginConfig) => Plugin;
|
|
6
7
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { TranspileOptions } from 'typescript';
|
|
2
|
-
import { I as IsolatedDeclarationsResult } from '../../../shared/packem.
|
|
2
|
+
import { I as IsolatedDeclarationsResult } from '../../../shared/packem.DZsf-Knk.cjs';
|
|
3
3
|
import '@rollup/plugin-alias';
|
|
4
4
|
import '@rollup/plugin-commonjs';
|
|
5
5
|
import '@rollup/plugin-json';
|
|
@@ -16,11 +16,13 @@ import 'rollup';
|
|
|
16
16
|
import 'rollup-plugin-dts';
|
|
17
17
|
import 'rollup-plugin-polyfill-node';
|
|
18
18
|
import 'rollup-plugin-visualizer';
|
|
19
|
-
import '../../../shared/packem.
|
|
19
|
+
import '../../../shared/packem.DVzU88be.cjs';
|
|
20
20
|
import 'esbuild';
|
|
21
|
+
import 'ts-essentials';
|
|
21
22
|
import '../../../shared/packem.DvWhOdt5.cjs';
|
|
22
23
|
import 'sucrase';
|
|
23
|
-
import '../../../shared/packem.
|
|
24
|
+
import '../../../shared/packem.B774TzKu.cjs';
|
|
25
|
+
import '@swc/types';
|
|
24
26
|
|
|
25
27
|
declare const isolatedDeclarationsTypescriptTransformer: (id: string, code: string, transformOptions?: TranspileOptions) => Promise<IsolatedDeclarationsResult>;
|
|
26
28
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { TranspileOptions } from 'typescript';
|
|
2
|
-
import { I as IsolatedDeclarationsResult } from '../../../shared/packem.
|
|
2
|
+
import { I as IsolatedDeclarationsResult } from '../../../shared/packem.BUpj8Zlg.mjs';
|
|
3
3
|
import '@rollup/plugin-alias';
|
|
4
4
|
import '@rollup/plugin-commonjs';
|
|
5
5
|
import '@rollup/plugin-json';
|
|
@@ -16,11 +16,13 @@ import 'rollup';
|
|
|
16
16
|
import 'rollup-plugin-dts';
|
|
17
17
|
import 'rollup-plugin-polyfill-node';
|
|
18
18
|
import 'rollup-plugin-visualizer';
|
|
19
|
-
import '../../../shared/packem.
|
|
19
|
+
import '../../../shared/packem.DVzU88be.mjs';
|
|
20
20
|
import 'esbuild';
|
|
21
|
+
import 'ts-essentials';
|
|
21
22
|
import '../../../shared/packem.DvWhOdt5.mjs';
|
|
22
23
|
import 'sucrase';
|
|
23
|
-
import '../../../shared/packem.
|
|
24
|
+
import '../../../shared/packem.B774TzKu.mjs';
|
|
25
|
+
import '@swc/types';
|
|
24
26
|
|
|
25
27
|
declare const isolatedDeclarationsTypescriptTransformer: (id: string, code: string, transformOptions?: TranspileOptions) => Promise<IsolatedDeclarationsResult>;
|
|
26
28
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { TranspileOptions } from 'typescript';
|
|
2
|
-
import { I as IsolatedDeclarationsResult } from '../../../shared/packem.
|
|
2
|
+
import { I as IsolatedDeclarationsResult } from '../../../shared/packem.ad3gr3qU.js';
|
|
3
3
|
import '@rollup/plugin-alias';
|
|
4
4
|
import '@rollup/plugin-commonjs';
|
|
5
5
|
import '@rollup/plugin-json';
|
|
@@ -16,11 +16,13 @@ import 'rollup';
|
|
|
16
16
|
import 'rollup-plugin-dts';
|
|
17
17
|
import 'rollup-plugin-polyfill-node';
|
|
18
18
|
import 'rollup-plugin-visualizer';
|
|
19
|
-
import '../../../shared/packem.
|
|
19
|
+
import '../../../shared/packem.DVzU88be.js';
|
|
20
20
|
import 'esbuild';
|
|
21
|
+
import 'ts-essentials';
|
|
21
22
|
import '../../../shared/packem.DvWhOdt5.js';
|
|
22
23
|
import 'sucrase';
|
|
23
|
-
import '../../../shared/packem.
|
|
24
|
+
import '../../../shared/packem.B774TzKu.js';
|
|
25
|
+
import '@swc/types';
|
|
24
26
|
|
|
25
27
|
declare const isolatedDeclarationsTypescriptTransformer: (id: string, code: string, transformOptions?: TranspileOptions) => Promise<IsolatedDeclarationsResult>;
|
|
26
28
|
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { FilterPattern } from '@rollup/pluginutils';
|
|
2
|
+
import { Options } from '@swc/types';
|
|
3
|
+
|
|
4
|
+
type SwcPluginConfig = {
|
|
5
|
+
exclude?: FilterPattern;
|
|
6
|
+
extensions?: string[];
|
|
7
|
+
include?: FilterPattern;
|
|
8
|
+
} & Exclude<Options, "configFile" | "exclude" | "filename" | "sourceMaps" | "swcrc">;
|
|
9
|
+
|
|
10
|
+
export type { SwcPluginConfig as S };
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { FilterPattern } from '@rollup/pluginutils';
|
|
2
|
+
import { Options } from '@swc/types';
|
|
3
|
+
|
|
4
|
+
type SwcPluginConfig = {
|
|
5
|
+
exclude?: FilterPattern;
|
|
6
|
+
extensions?: string[];
|
|
7
|
+
include?: FilterPattern;
|
|
8
|
+
} & Exclude<Options, "configFile" | "exclude" | "filename" | "sourceMaps" | "swcrc">;
|
|
9
|
+
|
|
10
|
+
export type { SwcPluginConfig as S };
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { FilterPattern } from '@rollup/pluginutils';
|
|
2
|
+
import { Options } from '@swc/types';
|
|
3
|
+
|
|
4
|
+
type SwcPluginConfig = {
|
|
5
|
+
exclude?: FilterPattern;
|
|
6
|
+
extensions?: string[];
|
|
7
|
+
include?: FilterPattern;
|
|
8
|
+
} & Exclude<Options, "configFile" | "exclude" | "filename" | "sourceMaps" | "swcrc">;
|
|
9
|
+
|
|
10
|
+
export type { SwcPluginConfig as S };
|
|
@@ -14,9 +14,9 @@ import { RollupBuild, RollupOptions, RollupWatcher, Plugin, OutputOptions } from
|
|
|
14
14
|
import { Options } from 'rollup-plugin-dts';
|
|
15
15
|
import { NodePolyfillsOptions } from 'rollup-plugin-polyfill-node';
|
|
16
16
|
import { PluginVisualizerOptions } from 'rollup-plugin-visualizer';
|
|
17
|
-
import { E as EsbuildPluginConfig, O as Options$1 } from './packem.
|
|
17
|
+
import { E as EsbuildPluginConfig, O as Options$1 } from './packem.DVzU88be.mjs';
|
|
18
18
|
import { S as SucrasePluginConfig } from './packem.DvWhOdt5.mjs';
|
|
19
|
-
import { S as SwcPluginConfig } from './packem.
|
|
19
|
+
import { S as SwcPluginConfig } from './packem.B774TzKu.mjs';
|
|
20
20
|
|
|
21
21
|
interface CJSInteropOptions {
|
|
22
22
|
addDefaultProperty?: boolean;
|
|
@@ -117,8 +117,6 @@ interface BuildOptions {
|
|
|
117
117
|
clean: boolean;
|
|
118
118
|
debug: boolean;
|
|
119
119
|
declaration?: boolean | "compatible" | "node16" | undefined;
|
|
120
|
-
dependencies: string[];
|
|
121
|
-
devDependencies: string[];
|
|
122
120
|
emitCJS?: boolean;
|
|
123
121
|
emitESM?: boolean;
|
|
124
122
|
entries: BuildEntry[];
|
|
@@ -128,9 +126,7 @@ interface BuildOptions {
|
|
|
128
126
|
isolatedDeclarationTransformer?: (code: string, id: string) => Promise<IsolatedDeclarationsResult>;
|
|
129
127
|
minify: boolean;
|
|
130
128
|
name: string;
|
|
131
|
-
optionalDependencies: string[];
|
|
132
129
|
outDir: string;
|
|
133
|
-
peerDependencies: string[];
|
|
134
130
|
replace: Record<string, string>;
|
|
135
131
|
rollup: RollupBuildOptions;
|
|
136
132
|
rootDir: string;
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { FilterPattern } from '@rollup/pluginutils';
|
|
2
2
|
import { Pail } from '@visulima/pail';
|
|
3
3
|
import { Loader, TransformOptions, BuildOptions } from 'esbuild';
|
|
4
|
-
|
|
5
|
-
type MarkOptional<Type, Keys extends keyof Type> = Type extends Type ? Omit<Type, Keys> & Partial<Pick<Type, Keys>> : never;
|
|
4
|
+
import { MarkOptional } from 'ts-essentials';
|
|
6
5
|
|
|
7
6
|
type Options = {
|
|
8
7
|
exclude?: FilterPattern;
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { FilterPattern } from '@rollup/pluginutils';
|
|
2
2
|
import { Pail } from '@visulima/pail';
|
|
3
3
|
import { Loader, TransformOptions, BuildOptions } from 'esbuild';
|
|
4
|
-
|
|
5
|
-
type MarkOptional<Type, Keys extends keyof Type> = Type extends Type ? Omit<Type, Keys> & Partial<Pick<Type, Keys>> : never;
|
|
4
|
+
import { MarkOptional } from 'ts-essentials';
|
|
6
5
|
|
|
7
6
|
type Options = {
|
|
8
7
|
exclude?: FilterPattern;
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { FilterPattern } from '@rollup/pluginutils';
|
|
2
2
|
import { Pail } from '@visulima/pail';
|
|
3
3
|
import { Loader, TransformOptions, BuildOptions } from 'esbuild';
|
|
4
|
-
|
|
5
|
-
type MarkOptional<Type, Keys extends keyof Type> = Type extends Type ? Omit<Type, Keys> & Partial<Pick<Type, Keys>> : never;
|
|
4
|
+
import { MarkOptional } from 'ts-essentials';
|
|
6
5
|
|
|
7
6
|
type Options = {
|
|
8
7
|
exclude?: FilterPattern;
|
|
@@ -14,9 +14,9 @@ import { RollupBuild, RollupOptions, RollupWatcher, Plugin, OutputOptions } from
|
|
|
14
14
|
import { Options } from 'rollup-plugin-dts';
|
|
15
15
|
import { NodePolyfillsOptions } from 'rollup-plugin-polyfill-node';
|
|
16
16
|
import { PluginVisualizerOptions } from 'rollup-plugin-visualizer';
|
|
17
|
-
import { E as EsbuildPluginConfig, O as Options$1 } from './packem.
|
|
17
|
+
import { E as EsbuildPluginConfig, O as Options$1 } from './packem.DVzU88be.cjs';
|
|
18
18
|
import { S as SucrasePluginConfig } from './packem.DvWhOdt5.cjs';
|
|
19
|
-
import { S as SwcPluginConfig } from './packem.
|
|
19
|
+
import { S as SwcPluginConfig } from './packem.B774TzKu.cjs';
|
|
20
20
|
|
|
21
21
|
interface CJSInteropOptions {
|
|
22
22
|
addDefaultProperty?: boolean;
|
|
@@ -117,8 +117,6 @@ interface BuildOptions {
|
|
|
117
117
|
clean: boolean;
|
|
118
118
|
debug: boolean;
|
|
119
119
|
declaration?: boolean | "compatible" | "node16" | undefined;
|
|
120
|
-
dependencies: string[];
|
|
121
|
-
devDependencies: string[];
|
|
122
120
|
emitCJS?: boolean;
|
|
123
121
|
emitESM?: boolean;
|
|
124
122
|
entries: BuildEntry[];
|
|
@@ -128,9 +126,7 @@ interface BuildOptions {
|
|
|
128
126
|
isolatedDeclarationTransformer?: (code: string, id: string) => Promise<IsolatedDeclarationsResult>;
|
|
129
127
|
minify: boolean;
|
|
130
128
|
name: string;
|
|
131
|
-
optionalDependencies: string[];
|
|
132
129
|
outDir: string;
|
|
133
|
-
peerDependencies: string[];
|
|
134
130
|
replace: Record<string, string>;
|
|
135
131
|
rollup: RollupBuildOptions;
|
|
136
132
|
rootDir: string;
|
|
@@ -14,9 +14,9 @@ import { RollupBuild, RollupOptions, RollupWatcher, Plugin, OutputOptions } from
|
|
|
14
14
|
import { Options } from 'rollup-plugin-dts';
|
|
15
15
|
import { NodePolyfillsOptions } from 'rollup-plugin-polyfill-node';
|
|
16
16
|
import { PluginVisualizerOptions } from 'rollup-plugin-visualizer';
|
|
17
|
-
import { E as EsbuildPluginConfig, O as Options$1 } from './packem.
|
|
17
|
+
import { E as EsbuildPluginConfig, O as Options$1 } from './packem.DVzU88be.js';
|
|
18
18
|
import { S as SucrasePluginConfig } from './packem.DvWhOdt5.js';
|
|
19
|
-
import { S as SwcPluginConfig } from './packem.
|
|
19
|
+
import { S as SwcPluginConfig } from './packem.B774TzKu.js';
|
|
20
20
|
|
|
21
21
|
interface CJSInteropOptions {
|
|
22
22
|
addDefaultProperty?: boolean;
|
|
@@ -117,8 +117,6 @@ interface BuildOptions {
|
|
|
117
117
|
clean: boolean;
|
|
118
118
|
debug: boolean;
|
|
119
119
|
declaration?: boolean | "compatible" | "node16" | undefined;
|
|
120
|
-
dependencies: string[];
|
|
121
|
-
devDependencies: string[];
|
|
122
120
|
emitCJS?: boolean;
|
|
123
121
|
emitESM?: boolean;
|
|
124
122
|
entries: BuildEntry[];
|
|
@@ -128,9 +126,7 @@ interface BuildOptions {
|
|
|
128
126
|
isolatedDeclarationTransformer?: (code: string, id: string) => Promise<IsolatedDeclarationsResult>;
|
|
129
127
|
minify: boolean;
|
|
130
128
|
name: string;
|
|
131
|
-
optionalDependencies: string[];
|
|
132
129
|
outDir: string;
|
|
133
|
-
peerDependencies: string[];
|
|
134
130
|
replace: Record<string, string>;
|
|
135
131
|
rollup: RollupBuildOptions;
|
|
136
132
|
rootDir: string;
|