@swc/core 1.3.29 → 1.3.31

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +46 -0
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -5,6 +5,52 @@
5
5
 
6
6
 
7
7
 
8
+ - **(es/compat)** Fix optional chaining pass (#6875) ([d808864](https://github.com/swc-project/swc/commit/d8088646df1e8ebc7d1fd8b0b0e4822bc604a986))
9
+
10
+
11
+ - **(visit)** Fix detection of `Option<Vec<T>>` (#6872) ([508267d](https://github.com/swc-project/swc/commit/508267dccf479f114234f01f8d77db74b91bdb85))
12
+
13
+ ### Features
14
+
15
+
16
+
17
+ - **(bindings/cli)** Append `sourceMappingURL=` to the output (#6873) ([c4db8e4](https://github.com/swc-project/swc/commit/c4db8e42a154bd41b54354fc8c2891764fbb724f))
18
+
19
+
20
+ - **(es/loader)** Support `node:` prefix from `NodeModulesResolver` (#6868) ([6b7249d](https://github.com/swc-project/swc/commit/6b7249dcde964d4cefba8531515c93b07d6dbcd9))
21
+
22
+ ## [1.3.30] - 2023-01-28
23
+
24
+ ### Bug Fixes
25
+
26
+
27
+
28
+ - **(es/minifier)** Track reassign in parent scope (#6865) ([c0e72ef](https://github.com/swc-project/swc/commit/c0e72ef64ad9925c9dffda3b0ff261682f6054ed))
29
+
30
+
31
+ - **(es/module)** Fix handling of `this` for `systemjs` (#6857) ([39c75fd](https://github.com/swc-project/swc/commit/39c75fdcce4ae63a2320bfaac4c2369799729051))
32
+
33
+
34
+ - **(es/parser)** Fix parsing of generics (#6859) ([60d9403](https://github.com/swc-project/swc/commit/60d9403073f2d24df275325e854a0ab2dc1bf448))
35
+
36
+ ### Features
37
+
38
+
39
+
40
+ - **(es/minifier)** Improve compatibility of `arrows` with `terser` (#6862) ([d1687d8](https://github.com/swc-project/swc/commit/d1687d8e0128ad534b551ebbb7f8445abe3144c2))
41
+
42
+ ### Miscellaneous Tasks
43
+
44
+
45
+
46
+ - **(ci)** FIx CI (#6861) ([45cdfed](https://github.com/swc-project/swc/commit/45cdfed6c818ad7da2cf202a46abfbd06dda95eb))
47
+
48
+ ## [1.3.29] - 2023-01-26
49
+
50
+ ### Bug Fixes
51
+
52
+
53
+
8
54
  - **(plugin)** Make `span_to_source` use dedicated function (#6853) ([99d48e3](https://github.com/swc-project/swc/commit/99d48e305ef73352efc41bc134a10750b1d724bc))
9
55
 
10
56
  ### Refactor
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@swc/core",
3
- "version": "1.3.29",
3
+ "version": "1.3.31",
4
4
  "description": "Super-fast alternative for babel",
5
5
  "homepage": "https://swc.rs",
6
6
  "main": "./index.js",
@@ -138,16 +138,16 @@
138
138
  "url": "https://opencollective.com/swc"
139
139
  },
140
140
  "optionalDependencies": {
141
- "@swc/core-win32-x64-msvc": "1.3.29",
142
- "@swc/core-darwin-x64": "1.3.29",
143
- "@swc/core-linux-x64-gnu": "1.3.29",
144
- "@swc/core-linux-x64-musl": "1.3.29",
145
- "@swc/core-win32-ia32-msvc": "1.3.29",
146
- "@swc/core-linux-arm64-gnu": "1.3.29",
147
- "@swc/core-linux-arm-gnueabihf": "1.3.29",
148
- "@swc/core-darwin-arm64": "1.3.29",
149
- "@swc/core-linux-arm64-musl": "1.3.29",
150
- "@swc/core-win32-arm64-msvc": "1.3.29"
141
+ "@swc/core-win32-x64-msvc": "1.3.31",
142
+ "@swc/core-darwin-x64": "1.3.31",
143
+ "@swc/core-linux-x64-gnu": "1.3.31",
144
+ "@swc/core-linux-x64-musl": "1.3.31",
145
+ "@swc/core-win32-ia32-msvc": "1.3.31",
146
+ "@swc/core-linux-arm64-gnu": "1.3.31",
147
+ "@swc/core-linux-arm-gnueabihf": "1.3.31",
148
+ "@swc/core-darwin-arm64": "1.3.31",
149
+ "@swc/core-linux-arm64-musl": "1.3.31",
150
+ "@swc/core-win32-arm64-msvc": "1.3.31"
151
151
  },
152
152
  "files": [
153
153
  "CHANGELOG.md",