@teambit/babel 1.0.708 → 1.0.709
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,13 +1,12 @@
|
|
|
1
1
|
import type { CompilerMain } from '@teambit/compiler';
|
|
2
2
|
import type { Logger, LoggerMain } from '@teambit/logger';
|
|
3
3
|
import { BabelCompiler } from '@teambit/compilation.babel-compiler';
|
|
4
|
-
import * as babel from '@babel/core';
|
|
5
4
|
import type { BabelCompilerOptions } from './compiler-options';
|
|
6
5
|
export declare class BabelMain {
|
|
7
6
|
private logger;
|
|
8
7
|
private compiler;
|
|
9
8
|
constructor(logger: Logger, compiler: CompilerMain);
|
|
10
|
-
createCompiler(options: BabelCompilerOptions, babelModule?:
|
|
9
|
+
createCompiler(options: BabelCompilerOptions, babelModule?: any): BabelCompiler;
|
|
11
10
|
getPackageJsonProps(): {
|
|
12
11
|
main: string;
|
|
13
12
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.compilation_babel@1.0.
|
|
2
|
-
import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.compilation_babel@1.0.
|
|
1
|
+
import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.compilation_babel@1.0.709/dist/babel.composition.js';
|
|
2
|
+
import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.compilation_babel@1.0.709/dist/babel.docs.mdx';
|
|
3
3
|
|
|
4
4
|
export const compositions = [compositions_0];
|
|
5
5
|
export const overview = [overview_0];
|
package/package.json
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teambit/babel",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.709",
|
|
4
4
|
"homepage": "https://bit.cloud/teambit/compilation/babel",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"componentId": {
|
|
7
7
|
"scope": "teambit.compilation",
|
|
8
8
|
"name": "babel",
|
|
9
|
-
"version": "1.0.
|
|
9
|
+
"version": "1.0.709"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@babel/core": "7.28.3",
|
|
13
13
|
"@teambit/harmony": "0.4.7",
|
|
14
|
-
"@teambit/cli": "0.0.1264",
|
|
15
14
|
"@teambit/compilation.babel-compiler": "1.1.13",
|
|
16
|
-
"@teambit/
|
|
17
|
-
"@teambit/compiler": "1.0.
|
|
15
|
+
"@teambit/cli": "0.0.1265",
|
|
16
|
+
"@teambit/compiler": "1.0.709",
|
|
17
|
+
"@teambit/logger": "0.0.1358"
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
20
|
"@types/mocha": "9.1.0",
|