@teambit/compilation.modules.babel-compiler
Advanced tools
Comparing version 0.0.139 to 0.0.140
import * as babel from '@babel/core'; | ||
import type { TransformOptions } from '@babel/core'; | ||
export declare type TranspileContext = { | ||
export type TranspileContext = { | ||
rootDir: string; | ||
filePath: string; | ||
}; | ||
export declare type TranspileOutput = { | ||
export type TranspileOutput = { | ||
outputText: string; | ||
@@ -9,0 +9,0 @@ outputPath: string; |
{ | ||
"name": "@teambit/compilation.modules.babel-compiler", | ||
"version": "0.0.139", | ||
"version": "0.0.140", | ||
"homepage": "https://bit.cloud/teambit/compilation/modules/babel-compiler", | ||
@@ -9,3 +9,3 @@ "main": "dist/index.js", | ||
"name": "modules/babel-compiler", | ||
"version": "0.0.139" | ||
"version": "0.0.140" | ||
}, | ||
@@ -12,0 +12,0 @@ "dependencies": { |
Sorry, the diff of this file is not supported yet
19270
14
331