@swc/core 1.3.28 → 1.3.30

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 +40 -0
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -5,6 +5,46 @@
5
5
 
6
6
 
7
7
 
8
+ - **(es/minifier)** Track reassign in parent scope (#6865) ([c0e72ef](https://github.com/swc-project/swc/commit/c0e72ef64ad9925c9dffda3b0ff261682f6054ed))
9
+
10
+
11
+ - **(es/module)** Fix handling of `this` for `systemjs` (#6857) ([39c75fd](https://github.com/swc-project/swc/commit/39c75fdcce4ae63a2320bfaac4c2369799729051))
12
+
13
+
14
+ - **(es/parser)** Fix parsing of generics (#6859) ([60d9403](https://github.com/swc-project/swc/commit/60d9403073f2d24df275325e854a0ab2dc1bf448))
15
+
16
+ ### Features
17
+
18
+
19
+
20
+ - **(es/minifier)** Improve compatibility of `arrows` with `terser` (#6862) ([d1687d8](https://github.com/swc-project/swc/commit/d1687d8e0128ad534b551ebbb7f8445abe3144c2))
21
+
22
+ ### Miscellaneous Tasks
23
+
24
+
25
+
26
+ - **(ci)** FIx CI (#6861) ([45cdfed](https://github.com/swc-project/swc/commit/45cdfed6c818ad7da2cf202a46abfbd06dda95eb))
27
+
28
+ ## [1.3.29] - 2023-01-26
29
+
30
+ ### Bug Fixes
31
+
32
+
33
+
34
+ - **(plugin)** Make `span_to_source` use dedicated function (#6853) ([99d48e3](https://github.com/swc-project/swc/commit/99d48e305ef73352efc41bc134a10750b1d724bc))
35
+
36
+ ### Refactor
37
+
38
+
39
+
40
+ - **(es/minifier)** Merge `cond_init` with `reassigned` (#6850) ([55225cb](https://github.com/swc-project/swc/commit/55225cb994d6cb0cfaae4cee77905f17ec6e37c7))
41
+
42
+ ## [1.3.28] - 2023-01-24
43
+
44
+ ### Bug Fixes
45
+
46
+
47
+
8
48
  - **(es/codegen)** Fix codegen of string literals with `\x000` (#6838) ([df70261](https://github.com/swc-project/swc/commit/df702614e1c23ee119d26beeb1b3abd454d7add0))
9
49
 
10
50
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@swc/core",
3
- "version": "1.3.28",
3
+ "version": "1.3.30",
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.28",
142
- "@swc/core-darwin-x64": "1.3.28",
143
- "@swc/core-linux-x64-gnu": "1.3.28",
144
- "@swc/core-linux-x64-musl": "1.3.28",
145
- "@swc/core-win32-ia32-msvc": "1.3.28",
146
- "@swc/core-linux-arm64-gnu": "1.3.28",
147
- "@swc/core-linux-arm-gnueabihf": "1.3.28",
148
- "@swc/core-darwin-arm64": "1.3.28",
149
- "@swc/core-linux-arm64-musl": "1.3.28",
150
- "@swc/core-win32-arm64-msvc": "1.3.28"
141
+ "@swc/core-win32-x64-msvc": "1.3.30",
142
+ "@swc/core-darwin-x64": "1.3.30",
143
+ "@swc/core-linux-x64-gnu": "1.3.30",
144
+ "@swc/core-linux-x64-musl": "1.3.30",
145
+ "@swc/core-win32-ia32-msvc": "1.3.30",
146
+ "@swc/core-linux-arm64-gnu": "1.3.30",
147
+ "@swc/core-linux-arm-gnueabihf": "1.3.30",
148
+ "@swc/core-darwin-arm64": "1.3.30",
149
+ "@swc/core-linux-arm64-musl": "1.3.30",
150
+ "@swc/core-win32-arm64-msvc": "1.3.30"
151
151
  },
152
152
  "files": [
153
153
  "CHANGELOG.md",