Skip to content

Commit 6a97d00

Browse files
ahnpnlanh.pham
and
anh.pham
authored
feat(jest-transform): expose TransformerFactory type (#13184)
Co-authored-by: anh.pham <[email protected]>
1 parent dde24c8 commit 6a97d00

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
### Features
44

5+
- `[jest-transform]` Expose `TransformFactory` type ([#13184](https://github.com/facebook/jest/pull/13184))
6+
57
### Fixes
68

79
### Chore & Maintenance

packages/jest-transform/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,6 @@ export type {
2222
TransformOptions,
2323
TransformResult,
2424
TransformedSource,
25+
TransformerFactory,
2526
} from './types';
2627
export {default as handlePotentialSyntaxError} from './enhanceUnexpectedTokenMessage';

0 commit comments

Comments
 (0)