Skip to content

Commit

Permalink
fix(modules): make sure transformer is exported in the right folder
Browse files Browse the repository at this point in the history
  • Loading branch information
uittorio committed Apr 27, 2019
1 parent 18f877b commit 832afc1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/transformer/transformer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import { GetMockFactoryCall } from './mockFactoryCall/mockFactoryCall';
import { SetTypeChecker, TypeChecker } from './typeChecker/typeChecker';
import { isTypeReusable } from './typeValidator/typeValidator';


export default function transformer(program: ts.Program): ts.TransformerFactory<ts.SourceFile> {
SetTypeChecker(program.getTypeChecker());

Expand Down

0 comments on commit 832afc1

Please sign in to comment.