@swc/plugin-jest 9.0.0 → 9.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # @swc/plugin-jest
2
2
 
3
+ ## 9.0.3
4
+
5
+ ### Patch Changes
6
+
7
+ - 9b08ff7: Update swc_core to v35
8
+
9
+ ## 9.0.2
10
+
11
+ ### Patch Changes
12
+
13
+ - 27cae40: Disallow typescript types to shrink size
14
+
15
+ ## 9.0.1
16
+
17
+ ### Patch Changes
18
+
19
+ - df280ad: Update swc_core to v34.0.0
20
+
3
21
  ## 9.0.0
4
22
 
5
23
  ### Major Changes
package/README.md CHANGED
@@ -2,6 +2,24 @@
2
2
 
3
3
  # @swc/plugin-jest
4
4
 
5
+ ## 9.0.3
6
+
7
+ ### Patch Changes
8
+
9
+ - 9b08ff7: Update swc_core to v35
10
+
11
+ ## 9.0.2
12
+
13
+ ### Patch Changes
14
+
15
+ - 27cae40: Disallow typescript types to shrink size
16
+
17
+ ## 9.0.1
18
+
19
+ ### Patch Changes
20
+
21
+ - df280ad: Update swc_core to v34.0.0
22
+
5
23
  ## 9.0.0
6
24
 
7
25
  ### Major Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@swc/plugin-jest",
3
- "version": "9.0.0",
3
+ "version": "9.0.3",
4
4
  "description": "SWC plugin for jest",
5
5
  "main": "swc_plugin_jest.wasm",
6
6
  "homepage": "https://swc.rs",
package/src/lib.rs CHANGED
@@ -83,7 +83,7 @@ impl Jest {
83
83
  }
84
84
 
85
85
  impl VisitMut for Jest {
86
- noop_visit_mut_type!();
86
+ noop_visit_mut_type!(fail);
87
87
 
88
88
  fn visit_mut_stmts(&mut self, stmts: &mut Vec<Stmt>) {
89
89
  self.visit_mut_stmt_like(stmts)
Binary file