We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
CacheKeyOptions
1 parent f9bb4b8 commit 9f7fa46Copy full SHA for 9f7fa46
2 files changed
CHANGELOG.md
@@ -6,6 +6,8 @@
6
7
### Chore & Maintenance
8
9
+- `[@jest/transform]` Expose type `TransformedSource` ([#9762](https://github.com/facebook/jest/pull/9762))
10
+
11
### Performance
12
13
## 25.2.7
packages/jest-transform/src/index.ts
@@ -11,6 +11,7 @@ export {
} from './ScriptTransformer';
export {default as shouldInstrument} from './shouldInstrument';
export type {
14
+ CacheKeyOptions,
15
Transformer,
16
ShouldInstrumentOptions,
17
Options as TransformationOptions,
0 commit comments