Skip to content

Commit

Permalink
feat(jest-transform): expose TransformerFactory type
Browse files Browse the repository at this point in the history
  • Loading branch information
anh.pham committed Aug 28, 2022
1 parent dde24c8 commit 7b5cd3f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,8 @@

### Features

- `[jest-transform]` Expose `TransformFactory` type ([#13184](https://github.com/facebook/jest/pull/13184))

### Fixes

### Chore & Maintenance
Expand Down
1 change: 1 addition & 0 deletions packages/jest-transform/src/index.ts
Expand Up @@ -22,5 +22,6 @@ export type {
TransformOptions,
TransformResult,
TransformedSource,
TransformerFactory,
} from './types';
export {default as handlePotentialSyntaxError} from './enhanceUnexpectedTokenMessage';

0 comments on commit 7b5cd3f

Please sign in to comment.