Skip to content

Commit

Permalink
chore(typings): expose compilerModule and TTypeScript as public t…
Browse files Browse the repository at this point in the history
…ypings (#1785)
  • Loading branch information
ahnpnl committed Jul 8, 2020
1 parent 5da0da1 commit 00a3726
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion src/config/config-set.ts
Expand Up @@ -438,7 +438,7 @@ export class ConfigSet {
}

/**
* @internal
* This API can be used by custom transformers
*/
@Memoize()
get compilerModule(): TTypeScript {
Expand Down
3 changes: 0 additions & 3 deletions src/types.ts
Expand Up @@ -8,9 +8,6 @@ import { ConfigSet } from './config/config-set'
* @internal
*/
export type TBabelCore = typeof _babel
/**
* @internal
*/
export type TTypeScript = typeof _ts
/**
* @internal
Expand Down

0 comments on commit 00a3726

Please sign in to comment.