Skip to content

Commit 9f7fa46

Browse files
authored
chore(jest-types): expose type CacheKeyOptions for `getCacheK… (#9762)
1 parent f9bb4b8 commit 9f7fa46

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

CHANGELOG.md

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

77
### Chore & Maintenance
88

9+
- `[@jest/transform]` Expose type `TransformedSource` ([#9762](https://github.com/facebook/jest/pull/9762))
10+
911
### Performance
1012

1113
## 25.2.7

packages/jest-transform/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ export {
1111
} from './ScriptTransformer';
1212
export {default as shouldInstrument} from './shouldInstrument';
1313
export type {
14+
CacheKeyOptions,
1415
Transformer,
1516
ShouldInstrumentOptions,
1617
Options as TransformationOptions,

0 commit comments

Comments
 (0)