@swc/core 1.2.222 → 1.2.223

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 +50 -0
  2. package/package.json +14 -14
package/CHANGELOG.md CHANGED
@@ -5,6 +5,53 @@
5
5
 
6
6
 
7
7
 
8
+ - **(es/fixer)** Don't insert extra paren when left of `BinExpr` is `UpdateExpr` (#5376) ([77497e4](https://github.com/swc-project/swc/commit/77497e4fbe9bf10c5ffd510e932a6ff404da1760))
9
+
10
+
11
+ - **(es/lints)** Ignore TS module declare blocks (#5363) ([daaa8b5](https://github.com/swc-project/swc/commit/daaa8b5c4a86cf39ab34bc46b239719fab8b9916))
12
+
13
+
14
+ - **(es/minifier)** Drop more comments (#5361) ([27cdc65](https://github.com/swc-project/swc/commit/27cdc65a51af28e8a6073c325fe549d270b3f7dc))
15
+
16
+
17
+ - **(es/minifier)** Optimize inlining function calls with a literal in arguments (#5365) ([b221f90](https://github.com/swc-project/swc/commit/b221f90117a77f684dc6b9ae5296c6bd1a2d8349))
18
+
19
+ ### Documentation
20
+
21
+
22
+
23
+ - **(rustdoc)** FIx CI (#5370) ([cf3de12](https://github.com/swc-project/swc/commit/cf3de124d621c8735c551637136b325104c5668e))
24
+
25
+ ### Features
26
+
27
+
28
+
29
+ - **(es/minifier)** Remove duplicate `var` declarations (#5373) ([4fdbe40](https://github.com/swc-project/swc/commit/4fdbe40c74e618a9bdf00253f970e27e20c6b6eb))
30
+
31
+
32
+ - **(es/minifier)** Consider char frequencies (#5375) ([3943eb2](https://github.com/swc-project/swc/commit/3943eb24d11540928d436f63c4ffd6421400fcaf))
33
+
34
+
35
+ - **(swc_core)** Introduce package (#5364) ([27b464d](https://github.com/swc-project/swc/commit/27b464d90a410b5fb6dca438442e1e8669a28e32))
36
+
37
+
38
+ - **(swc_core)** Expand features and use it from wasm and cli (#5369) ([8b9dd6f](https://github.com/swc-project/swc/commit/8b9dd6f026e13fa850a7adcca52e285d874d4390))
39
+
40
+ ### Miscellaneous Tasks
41
+ - **general**: Update toml formatting (#5368) ([12fd737](https://github.com/swc-project/swc/commit/12fd7373265df570aa129ce8c92ce5953db79254))
42
+
43
+ ### Performance
44
+
45
+
46
+
47
+ - **(es/minifier)** Make postcompress pass parallel (#5374) ([6552d1a](https://github.com/swc-project/swc/commit/6552d1a6f77e5a69cf3c21de9606653b1dcc285a))
48
+
49
+ ## [1.2.222] - 2022-08-01
50
+
51
+ ### Bug Fixes
52
+
53
+
54
+
8
55
  - **(css/ast)** Support list of component values (#5321) ([8f81104](https://github.com/swc-project/swc/commit/8f811043809a8cc51bb717b678906576bb6eccc3))
9
56
 
10
57
 
@@ -55,6 +102,9 @@
55
102
 
56
103
  - **(ci)** Set MSRV to `1.60` (#5354) ([d3ecfd3](https://github.com/swc-project/swc/commit/d3ecfd36cd79e25334f36119da3233be53fa7e10))
57
104
 
105
+
106
+ - **(ci)** Fix publish action (#5358) ([4c461d1](https://github.com/swc-project/swc/commit/4c461d1ba7d389cc1275884dc037ec51cd3e48b7))
107
+
58
108
  ### Performance
59
109
 
60
110
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@swc/core",
3
- "version": "1.2.222",
3
+ "version": "1.2.223",
4
4
  "description": "Super-fast alternative for babel",
5
5
  "homepage": "https://swc.rs",
6
6
  "main": "./index.js",
@@ -138,19 +138,19 @@
138
138
  "url": "https://opencollective.com/swc"
139
139
  },
140
140
  "optionalDependencies": {
141
- "@swc/core-win32-x64-msvc": "1.2.222",
142
- "@swc/core-darwin-x64": "1.2.222",
143
- "@swc/core-linux-x64-gnu": "1.2.222",
144
- "@swc/core-linux-x64-musl": "1.2.222",
145
- "@swc/core-freebsd-x64": "1.2.222",
146
- "@swc/core-win32-ia32-msvc": "1.2.222",
147
- "@swc/core-linux-arm64-gnu": "1.2.222",
148
- "@swc/core-linux-arm-gnueabihf": "1.2.222",
149
- "@swc/core-darwin-arm64": "1.2.222",
150
- "@swc/core-android-arm64": "1.2.222",
151
- "@swc/core-linux-arm64-musl": "1.2.222",
152
- "@swc/core-win32-arm64-msvc": "1.2.222",
153
- "@swc/core-android-arm-eabi": "1.2.222"
141
+ "@swc/core-win32-x64-msvc": "1.2.223",
142
+ "@swc/core-darwin-x64": "1.2.223",
143
+ "@swc/core-linux-x64-gnu": "1.2.223",
144
+ "@swc/core-linux-x64-musl": "1.2.223",
145
+ "@swc/core-freebsd-x64": "1.2.223",
146
+ "@swc/core-win32-ia32-msvc": "1.2.223",
147
+ "@swc/core-linux-arm64-gnu": "1.2.223",
148
+ "@swc/core-linux-arm-gnueabihf": "1.2.223",
149
+ "@swc/core-darwin-arm64": "1.2.223",
150
+ "@swc/core-android-arm64": "1.2.223",
151
+ "@swc/core-linux-arm64-musl": "1.2.223",
152
+ "@swc/core-win32-arm64-msvc": "1.2.223",
153
+ "@swc/core-android-arm-eabi": "1.2.223"
154
154
  },
155
155
  "files": [
156
156
  "CHANGELOG.md",