@teambit/bundler 1.0.226 → 1.0.228

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
- import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.compilation_bundler@1.0.226/dist/bundler.composition.js';
2
- import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.compilation_bundler@1.0.226/dist/bundler.docs.mdx';
1
+ import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.compilation_bundler@1.0.228/dist/bundler.composition.js';
2
+ import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.compilation_bundler@1.0.228/dist/bundler.docs.mdx';
3
3
 
4
4
  export const compositions = [compositions_0];
5
5
  export const overview = [overview_0];
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@teambit/bundler",
3
- "version": "1.0.226",
3
+ "version": "1.0.228",
4
4
  "homepage": "https://bit.cloud/teambit/compilation/bundler",
5
5
  "main": "dist/index.js",
6
6
  "componentId": {
7
7
  "scope": "teambit.compilation",
8
8
  "name": "bundler",
9
- "version": "1.0.226"
9
+ "version": "1.0.228"
10
10
  },
11
11
  "dependencies": {
12
12
  "chalk": "2.4.2",
@@ -14,20 +14,20 @@
14
14
  "lodash": "4.17.21",
15
15
  "p-map-series": "2.1.0",
16
16
  "@teambit/harmony": "0.4.6",
17
- "@teambit/envs": "1.0.226",
18
- "@teambit/builder": "1.0.226",
19
- "@teambit/component": "1.0.226",
20
- "@teambit/cli": "0.0.859",
21
- "@teambit/dependency-resolver": "1.0.226",
22
- "@teambit/graphql": "1.0.226",
23
- "@teambit/pubsub": "1.0.226",
17
+ "@teambit/envs": "1.0.228",
18
+ "@teambit/builder": "1.0.228",
19
+ "@teambit/component": "1.0.228",
20
+ "@teambit/cli": "0.0.861",
21
+ "@teambit/dependency-resolver": "1.0.228",
22
+ "@teambit/graphql": "1.0.228",
23
+ "@teambit/pubsub": "1.0.228",
24
24
  "@teambit/toolbox.network.get-port": "1.0.6"
25
25
  },
26
26
  "devDependencies": {
27
27
  "@types/lodash": "4.14.165",
28
28
  "@types/mocha": "9.1.0",
29
29
  "chai": "4.3.0",
30
- "@teambit/harmony.envs.core-aspect-env": "0.0.27"
30
+ "@teambit/harmony.envs.core-aspect-env": "0.0.30"
31
31
  },
32
32
  "peerDependencies": {
33
33
  "@apollo/client": "^3.6.0",
package/tsconfig.json CHANGED
@@ -20,7 +20,8 @@
20
20
  "emitDeclarationOnly": true,
21
21
  "strict": true,
22
22
  "strictPropertyInitialization": false,
23
- "noImplicitAny": false
23
+ "noImplicitAny": false,
24
+ "composite": true
24
25
  },
25
26
  "exclude": [
26
27
  "artifacts",
@@ -35,5 +36,25 @@
35
36
  "include": [
36
37
  "**/*",
37
38
  "**/*.json"
39
+ ],
40
+ "references": [
41
+ {
42
+ "path": "/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.envs_envs@1.0.228"
43
+ },
44
+ {
45
+ "path": "/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.pipelines_builder@1.0.228"
46
+ },
47
+ {
48
+ "path": "/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.component_component@1.0.228"
49
+ },
50
+ {
51
+ "path": "/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.harmony_cli@0.0.861"
52
+ },
53
+ {
54
+ "path": "/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.harmony_graphql@1.0.228"
55
+ },
56
+ {
57
+ "path": "/home/circleci/Library/Caches/Bit/capsules/8891be5ad3d35bfc38b9cd90c0e05b598a5a55af/teambit.harmony_pubsub@1.0.228"
58
+ }
38
59
  ]
39
60
  }
@@ -1,4 +0,0 @@
1
- import { ExecutionContext } from '@teambit/envs';
2
- export type BrowserRuntime = {
3
- entry: (context: ExecutionContext) => Promise<string[]>;
4
- };
package/dist/bundle.d.ts DELETED
@@ -1,4 +0,0 @@
1
- export declare class Bundle {
2
- readonly errors: Error;
3
- constructor(errors: Error);
4
- }
@@ -1,207 +0,0 @@
1
- import { Component } from '@teambit/component';
2
- import { BuildContext } from '@teambit/builder';
3
- export type LibraryOptions = {
4
- /**
5
- * Specify a name for the library
6
- */
7
- name: string;
8
- /**
9
- * Configure how the library will be exposed
10
- * could be values like: 'umd', 'umd2', 'amd', 'commonjs',
11
- */
12
- type?: string;
13
- };
14
- export type Entry = {
15
- /**
16
- * Specifies the name of each output file on disk
17
- */
18
- filename: string;
19
- /**
20
- * Module(s) that are loaded upon startup
21
- */
22
- import: string | string[];
23
- /**
24
- * Specify library options to bundle a library from current entry
25
- */
26
- library?: LibraryOptions;
27
- };
28
- export type EntryMap = {
29
- [entryName: string]: Entry;
30
- };
31
- export type Target = {
32
- /**
33
- * entries of the target.
34
- */
35
- entries: string[] | EntryMap;
36
- /**
37
- * array of components included in the target.
38
- */
39
- components: Component[];
40
- /**
41
- * output path of the target
42
- */
43
- outputPath: string;
44
- /**
45
- * This option determines the name of each output bundle
46
- */
47
- filename?: string;
48
- /**
49
- * This option determines the name of non-initial chunk files
50
- */
51
- chunkFilename?: string;
52
- /**
53
- * Whether to run compression by the bundler
54
- */
55
- compress?: boolean;
56
- /**
57
- * List of peer dependencies
58
- */
59
- peers?: string[];
60
- /**
61
- * config for html generation
62
- */
63
- html?: HtmlConfig[];
64
- /**
65
- * module targets to expose.
66
- */
67
- modules?: ModuleTarget[];
68
- /**
69
- * Name for the runtime chunk
70
- */
71
- runtimeChunkName?: string;
72
- /**
73
- * Different configuration related to chunking
74
- */
75
- chunking?: Chunking;
76
- /**
77
- * A path for the host root dir
78
- * Host root dir is usually the env root dir
79
- * This can be used in different bundle options which run require.resolve
80
- * for example when configuring webpack aliases or webpack expose loader on the peers deps
81
- */
82
- hostRootDir?: string;
83
- /**
84
- * Array of host dependencies, they are used later in case you use one of the following:
85
- *
86
- */
87
- hostDependencies?: string[];
88
- /**
89
- * Make the hostDependencies externals. externals (from webpack docs):
90
- * The externals configuration option provides a way of excluding dependencies from the output bundles.
91
- * Instead, the created bundle relies on that dependency to be present in the consumer's (any end-user application) environment.
92
- */
93
- externalizeHostDependencies?: boolean;
94
- /**
95
- * Make aliases for the hostDependencies.
96
- * the path of each one will be resolved by [hostRootDir, process.cwd(), __dirname]
97
- * this will usually replace the instance of import one of the host dependencies by the instance of the env provided it
98
- */
99
- aliasHostDependencies?: boolean;
100
- };
101
- export type ModuleTarget = {
102
- /**
103
- * name of the module.
104
- */
105
- name: string;
106
- /**
107
- * module exposes.
108
- */
109
- exposes: {
110
- [internalPath: string]: string;
111
- };
112
- shared: {
113
- [key: string]: any;
114
- };
115
- };
116
- export type HtmlConfig = {
117
- /**
118
- * The title to use for the generated HTML document
119
- */
120
- title: string;
121
- /**
122
- * The file to write the HTML to. Defaults to index.html
123
- */
124
- filename?: string;
125
- /**
126
- * Allows you to add only some chunks (e.g only the unit-test chunk)
127
- */
128
- chunks?: string[];
129
- /**
130
- * Load chunks according to their order in the `chunks` array
131
- * @default auto
132
- */
133
- chunkOrder?: 'auto' | 'manual';
134
- /**
135
- * provide an inline template
136
- */
137
- templateContent: string;
138
- /**
139
- * Controls if and in what ways the output should be minified
140
- */
141
- minify?: boolean;
142
- /**
143
- * The favicon for the html page
144
- */
145
- favicon?: string;
146
- };
147
- export type Chunking = {
148
- /**
149
- * include all types of chunks (async / non-async) in splitting
150
- */
151
- splitChunks: boolean;
152
- };
153
- export type MetaData = {
154
- /**
155
- * Who initiate the bundling process
156
- */
157
- initiator?: string;
158
- /**
159
- * Env id (used usually to calculate the config)
160
- */
161
- envId?: string;
162
- /**
163
- * Whether the config is for an env template bundling
164
- */
165
- isEnvTemplate?: boolean;
166
- };
167
- export interface BundlerContext extends BuildContext {
168
- /**
169
- * targets for bundling.
170
- */
171
- targets: Target[];
172
- /**
173
- * determines whether it is a production build, default is `true`.
174
- * in development, expect the bundler to favour debugging on the expanse of optimization.
175
- */
176
- development?: boolean;
177
- /**
178
- * public path output of the bundle.
179
- */
180
- publicPath?: string;
181
- /**
182
- * root path
183
- */
184
- rootPath?: string;
185
- /**
186
- * Whether to run compression by the bundler
187
- */
188
- compress?: boolean;
189
- /**
190
- * config for html generation for all targets
191
- */
192
- html?: HtmlConfig[];
193
- /**
194
- * modules for bundle to expose. used by module federation at webpack, or with different methods applied by various bundlers.
195
- */
196
- modules?: {
197
- name: string;
198
- fileName: string;
199
- exposes: {
200
- [key: string]: string;
201
- };
202
- };
203
- /**
204
- * Additional info that can be used by the bundler for different stuff like logging info
205
- */
206
- metaData?: MetaData;
207
- }
@@ -1,2 +0,0 @@
1
- import { Aspect } from '@teambit/harmony';
2
- export declare const BundlerAspect: Aspect;
@@ -1 +0,0 @@
1
- export declare const Logo: () => import("react/jsx-runtime").JSX.Element;
package/dist/bundler.d.ts DELETED
@@ -1,74 +0,0 @@
1
- import { Component } from '@teambit/component';
2
- export interface DevServer {
3
- start(): void;
4
- }
5
- export type Asset = {
6
- /**
7
- * name of the asset.
8
- */
9
- name: string;
10
- /**
11
- * size of the asset in bytes.
12
- */
13
- size: number;
14
- /**
15
- * size of the compressed asset in bytes.
16
- */
17
- compressedSize?: number;
18
- };
19
- export type ChunksAssetsMap = {
20
- [assetName: string]: string[];
21
- };
22
- export type EntryAssets = {
23
- assets: Asset[];
24
- auxiliaryAssets: Asset[];
25
- assetsSize: number;
26
- compressedAssetsSize?: number;
27
- auxiliaryAssetsSize: number;
28
- compressedAuxiliaryAssetsSize: number;
29
- };
30
- export type EntriesAssetsMap = {
31
- [entryId: string]: EntryAssets;
32
- };
33
- export type BundlerResult = {
34
- /**
35
- * list of generated assets.
36
- */
37
- assets: Asset[];
38
- /**
39
- * A map of assets names for each chunk
40
- */
41
- assetsByChunkName?: ChunksAssetsMap;
42
- /**
43
- * A map of assets for each entry point
44
- */
45
- entriesAssetsMap?: EntriesAssetsMap;
46
- /**
47
- * errors thrown during the bundling process.
48
- */
49
- errors: Error[];
50
- /**
51
- * warnings thrown during the bundling process.
52
- */
53
- warnings: string[];
54
- /**
55
- * components included in the bundling process.
56
- */
57
- components: Component[];
58
- /**
59
- * timestamp in milliseconds when the task started
60
- */
61
- startTime?: number;
62
- /**
63
- * timestamp in milliseconds when the task ended
64
- */
65
- endTime?: number;
66
- /**
67
- * out put path of the Bundler Result
68
- */
69
- outputPath?: string;
70
- };
71
- export interface Bundler {
72
- run(): Promise<BundlerResult[]>;
73
- }
74
- export type BundlerMode = 'dev' | 'prod';
@@ -1,102 +0,0 @@
1
- import { PubsubMain } from '@teambit/pubsub';
2
- import { Component } from '@teambit/component';
3
- import { DependencyResolverMain } from '@teambit/dependency-resolver';
4
- import { EnvsMain } from '@teambit/envs';
5
- import { GraphqlMain } from '@teambit/graphql';
6
- import { SlotRegistry } from '@teambit/harmony';
7
- import { BrowserRuntime } from './browser-runtime';
8
- import { ComponentServer } from './component-server';
9
- import { BundlerContext } from './bundler-context';
10
- import { DevServerService } from './dev-server.service';
11
- import { DevServer } from './dev-server';
12
- export type DevServerTransformer = (devServer: DevServer, { envId }: {
13
- envId: string;
14
- }) => DevServer;
15
- export type BrowserRuntimeSlot = SlotRegistry<BrowserRuntime>;
16
- export type DevServerTransformerSlot = SlotRegistry<DevServerTransformer>;
17
- export type BundlerConfig = {
18
- dedicatedEnvDevServers: string[];
19
- };
20
- /**
21
- * bundler extension.
22
- */
23
- export declare class BundlerMain {
24
- readonly config: BundlerConfig;
25
- /**
26
- * Pubsub extension.
27
- */
28
- private pubsub;
29
- /**
30
- * environments extension.
31
- */
32
- private envs;
33
- /**
34
- * dev server service.
35
- */
36
- private devService;
37
- /**
38
- * browser runtime slot.
39
- */
40
- private runtimeSlot;
41
- /**
42
- * dev server transformer slot.
43
- */
44
- private devServerTransformerSlot;
45
- constructor(config: BundlerConfig,
46
- /**
47
- * Pubsub extension.
48
- */
49
- pubsub: PubsubMain,
50
- /**
51
- * environments extension.
52
- */
53
- envs: EnvsMain,
54
- /**
55
- * dev server service.
56
- */
57
- devService: DevServerService,
58
- /**
59
- * browser runtime slot.
60
- */
61
- runtimeSlot: BrowserRuntimeSlot,
62
- /**
63
- * dev server transformer slot.
64
- */
65
- devServerTransformerSlot: DevServerTransformerSlot);
66
- /**
67
- * load all given components in corresponding dev servers.
68
- * @param components defaults to all components in the workspace.
69
- */
70
- devServer(components: Component[]): Promise<ComponentServer[]>;
71
- /**
72
- * get a dev server instance containing a component.
73
- * @param component
74
- */
75
- getComponentServer(component: Component): undefined | ComponentServer;
76
- /**
77
- * compute entry files for bundling components in a given execution context.
78
- */
79
- computeEntries(context: BundlerContext): Promise<string[]>;
80
- /**
81
- * register a new browser runtime environment.
82
- * @param browserRuntime
83
- */
84
- registerTarget(browserRuntime: BrowserRuntime[]): this;
85
- /**
86
- * register a new dev server transformer.
87
- * @param devServerTransformer
88
- */
89
- registerDevServerTransformer(devServerTransformer: DevServerTransformer): this;
90
- /**
91
- * component servers.
92
- */
93
- private _componentServers;
94
- private indexByComponent;
95
- static slots: (((registerFn: () => string) => SlotRegistry<BrowserRuntime>) | ((registerFn: () => string) => SlotRegistry<DevServerTransformerSlot>))[];
96
- static runtime: import("@teambit/harmony").RuntimeDefinition;
97
- static dependencies: import("@teambit/harmony").Aspect[];
98
- static defaultConfig: {
99
- dedicatedEnvDevServers: never[];
100
- };
101
- static provider([pubsub, envs, graphql, dependencyResolver]: [PubsubMain, EnvsMain, GraphqlMain, DependencyResolverMain], config: any, [runtimeSlot, devServerTransformerSlot]: [BrowserRuntimeSlot, DevServerTransformerSlot]): Promise<BundlerMain>;
102
- }
@@ -1,11 +0,0 @@
1
- import { EnvService, Env, EnvContext, ServiceTransformationMap } from '@teambit/envs';
2
- import { Bundler } from './bundler';
3
- import { BundlerContext } from './bundler-context';
4
- type BundlerTransformationMap = ServiceTransformationMap & {
5
- getBundler?: (context: BundlerContext) => Promise<Bundler>;
6
- };
7
- export declare class BundlerService implements EnvService<any> {
8
- name: string;
9
- transform(env: Env, envContext: EnvContext): BundlerTransformationMap | undefined;
10
- }
11
- export {};
@@ -1,55 +0,0 @@
1
- import { Component } from '@teambit/component';
2
- import { ExecutionContext } from '@teambit/envs';
3
- import { PubsubMain } from '@teambit/pubsub';
4
- import { DevServer } from './dev-server';
5
- export declare class ComponentServer {
6
- /**
7
- * browser runtime slot
8
- */
9
- private pubsub;
10
- /**
11
- * components contained in the existing component server.
12
- */
13
- readonly context: ExecutionContext;
14
- /**
15
- * port range of the component server.
16
- */
17
- readonly portRange: number[];
18
- /**
19
- * env dev server.
20
- */
21
- readonly devServer: DevServer;
22
- errors?: Error[];
23
- constructor(
24
- /**
25
- * browser runtime slot
26
- */
27
- pubsub: PubsubMain,
28
- /**
29
- * components contained in the existing component server.
30
- */
31
- context: ExecutionContext,
32
- /**
33
- * port range of the component server.
34
- */
35
- portRange: number[],
36
- /**
37
- * env dev server.
38
- */
39
- devServer: DevServer);
40
- hostname: string | undefined;
41
- /**
42
- * determine whether component server contains a component.
43
- */
44
- hasComponent(component: Component): Component | undefined;
45
- get port(): number;
46
- _port: number;
47
- listen(): Promise<void>;
48
- private getHostname;
49
- private onChange;
50
- private createComponentsServerStartedEvent;
51
- /**
52
- * get the url of the component server.
53
- */
54
- get url(): string;
55
- }
@@ -1,12 +0,0 @@
1
- import { DependencyResolverMain } from '@teambit/dependency-resolver';
2
- import type { ExecutionContext } from '@teambit/envs';
3
- type GroupIdContextMap = Record<string, ExecutionContext[]>;
4
- /**
5
- * de-duping dev servers by the amount of type the dev server configuration was overridden by envs.
6
- * This will split the dev server to groups of dev server that share the same webpack config, and same peer dependencies
7
- * @param contexts
8
- * @param dependencyResolver
9
- * @param dedicatedEnvDevServers
10
- */
11
- export declare function dedupEnvs(contexts: ExecutionContext[], dependencyResolver: DependencyResolverMain, dedicatedEnvDevServers?: string[]): Promise<GroupIdContextMap>;
12
- export {};
@@ -1,47 +0,0 @@
1
- import { ExecutionContext } from '@teambit/envs';
2
- export interface DevServerContext extends ExecutionContext {
3
- /**
4
- * array of files to include.
5
- */
6
- entry: string[];
7
- /**
8
- * public path.
9
- */
10
- publicPath: string;
11
- /**
12
- * root path of the workspace.
13
- */
14
- rootPath: string;
15
- /**
16
- * title of the page.
17
- */
18
- title?: string;
19
- /**
20
- * favicon of the page.
21
- */
22
- favicon?: string;
23
- /**
24
- * A path for the host root dir
25
- * Host root dir is usually the env root dir
26
- * This can be used in different bundle options which run require.resolve
27
- * for example when configuring webpack aliases or webpack expose loader on the peers deps
28
- */
29
- hostRootDir?: string;
30
- /**
31
- * Array of host dependencies, they are used later in case you use one of the following:
32
- *
33
- */
34
- hostDependencies?: string[];
35
- /**
36
- * Make the hostDependencies externals. externals (from webpack docs):
37
- * The externals configuration option provides a way of excluding dependencies from the output bundles.
38
- * Instead, the created bundle relies on that dependency to be present in the consumer's (any end-user application) environment.
39
- */
40
- externalizeHostDependencies?: boolean;
41
- /**
42
- * Make aliases for the hostDependencies.
43
- * the path of each one will be resolved by [hostRootDir, process.cwd(), __dirname]
44
- * this will usually replace the instance of import one of the host dependencies by the instance of the env provided it
45
- */
46
- aliasHostDependencies?: boolean;
47
- }
@@ -1,45 +0,0 @@
1
- /// <reference types="node" />
2
- /// <reference types="got/dist/source/core/utils/timed-out" />
3
- import { Server } from 'http';
4
- /**
5
- * interface for implementing dev servers.
6
- */
7
- export interface DevServer {
8
- /**
9
- * attach to given port and start an http server
10
- */
11
- listen(port: number): Server | Promise<Server>;
12
- /**
13
- * display name of the dev server.
14
- */
15
- displayName?: string;
16
- /**
17
- * icon of the dev server.
18
- */
19
- icon?: string;
20
- /**
21
- * serialized config of the dev server.
22
- */
23
- displayConfig?(): string;
24
- /**
25
- * path to the config in the filesystem.
26
- */
27
- configPath?: string;
28
- /**
29
- * id of the dev server.
30
- */
31
- id: string;
32
- /**
33
- * hash of the dev server.
34
- * This is used in order to determine if we should spin a different dev server.
35
- */
36
- hash?(): string;
37
- /**
38
- * return the dev server version.
39
- */
40
- version?(): string;
41
- /**
42
- * Support dev server configuration properties
43
- */
44
- [key: string]: any;
45
- }
@@ -1,3 +0,0 @@
1
- import { Schema } from '@teambit/graphql';
2
- import { BundlerMain } from './bundler.main.runtime';
3
- export declare function devServerSchema(bundler: BundlerMain): Schema;