@swc/core 1.3.7 → 1.3.8

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 +53 -0
  2. package/package.json +14 -14
package/CHANGELOG.md CHANGED
@@ -5,6 +5,59 @@
5
5
 
6
6
 
7
7
 
8
+ - **(css/ast)** Fix AST types for simple block (#6131) ([e63fa28](https://github.com/swc-project/swc/commit/e63fa28008fc643c4ddc973d2b39d2da093b44c5))
9
+
10
+
11
+ - **(css/modules)** Fix parsing and refactor code (#6132) ([39cfade](https://github.com/swc-project/swc/commit/39cfade7f8b199b9db3240ffd561524f2f209798))
12
+
13
+
14
+ - **(es/minifier)** Preserve return values of recursive IIFE (#6142) ([3d271e8](https://github.com/swc-project/swc/commit/3d271e82a2ec3ac69ee36e5b1f090bf323f56046))
15
+
16
+ ### Features
17
+
18
+
19
+
20
+ - **(css/minifier)** Compute `calc` expressions (#5966) ([205a317](https://github.com/swc-project/swc/commit/205a317c4d44edb46f96d8b052c5e88990682638))
21
+
22
+
23
+ - **(es/minifier)** Enable `reduce_vars` by default (#6096) ([fc5d8a5](https://github.com/swc-project/swc/commit/fc5d8a5d41103adeb0293ed649789a2256b31f97))
24
+
25
+
26
+ - **(es/minifier)** Merge assignments using sequential inliner (#6103) ([5875298](https://github.com/swc-project/swc/commit/58752983775337067127f219569bd0c7fbc55564))
27
+
28
+
29
+ - **(es/minifier)** Swap more binary expressions (#6134) ([c37839f](https://github.com/swc-project/swc/commit/c37839fc628d62ec8ddb9372b45db72c6aa9e18d))
30
+
31
+
32
+ - **(es/minifier)** Change default pass limit to 3 (#6138) ([3a29bfe](https://github.com/swc-project/swc/commit/3a29bfee9b3be0e85fe9e45272b7151c449779db))
33
+
34
+
35
+ - **(es/minifier)** Improve trivial rules (#6136) ([ec0d6d5](https://github.com/swc-project/swc/commit/ec0d6d5a0d52d86824493556ac9b75237197711e))
36
+
37
+ ### Miscellaneous Tasks
38
+
39
+
40
+
41
+ - **(ci)** Deny clippy warnings (#6126) ([d6fd476](https://github.com/swc-project/swc/commit/d6fd47672150aa3a020c55b1c61c4ac593d0c9fe))
42
+
43
+ ### Performance
44
+
45
+
46
+
47
+ - **(atoms)** Use thin pointer for `Atom` (#6135) ([9c8ec0e](https://github.com/swc-project/swc/commit/9c8ec0ea560ba97abcb864d482202bd8173a4e80))
48
+
49
+ ### Refactor
50
+
51
+
52
+
53
+ - **(css/ast)** Refactor AST types (#6124) ([85b2188](https://github.com/swc-project/swc/commit/85b218820492d4567e17998513067fa6b3490346))
54
+
55
+ ## [1.3.7] - 2022-10-12
56
+
57
+ ### Bug Fixes
58
+
59
+
60
+
8
61
  - **(css/ast)** Fix AST types for namespace (#6112) ([c765f0f](https://github.com/swc-project/swc/commit/c765f0ff73a6cdeeb86521427355a584a424fcc3))
9
62
 
10
63
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@swc/core",
3
- "version": "1.3.7",
3
+ "version": "1.3.8",
4
4
  "description": "Super-fast alternative for babel",
5
5
  "homepage": "https://swc.rs",
6
6
  "main": "./index.js",
@@ -144,19 +144,19 @@
144
144
  "url": "https://opencollective.com/swc"
145
145
  },
146
146
  "optionalDependencies": {
147
- "@swc/core-win32-x64-msvc": "1.3.7",
148
- "@swc/core-darwin-x64": "1.3.7",
149
- "@swc/core-linux-x64-gnu": "1.3.7",
150
- "@swc/core-linux-x64-musl": "1.3.7",
151
- "@swc/core-freebsd-x64": "1.3.7",
152
- "@swc/core-win32-ia32-msvc": "1.3.7",
153
- "@swc/core-linux-arm64-gnu": "1.3.7",
154
- "@swc/core-linux-arm-gnueabihf": "1.3.7",
155
- "@swc/core-darwin-arm64": "1.3.7",
156
- "@swc/core-android-arm64": "1.3.7",
157
- "@swc/core-linux-arm64-musl": "1.3.7",
158
- "@swc/core-win32-arm64-msvc": "1.3.7",
159
- "@swc/core-android-arm-eabi": "1.3.7"
147
+ "@swc/core-win32-x64-msvc": "1.3.8",
148
+ "@swc/core-darwin-x64": "1.3.8",
149
+ "@swc/core-linux-x64-gnu": "1.3.8",
150
+ "@swc/core-linux-x64-musl": "1.3.8",
151
+ "@swc/core-freebsd-x64": "1.3.8",
152
+ "@swc/core-win32-ia32-msvc": "1.3.8",
153
+ "@swc/core-linux-arm64-gnu": "1.3.8",
154
+ "@swc/core-linux-arm-gnueabihf": "1.3.8",
155
+ "@swc/core-darwin-arm64": "1.3.8",
156
+ "@swc/core-android-arm64": "1.3.8",
157
+ "@swc/core-linux-arm64-musl": "1.3.8",
158
+ "@swc/core-win32-arm64-msvc": "1.3.8",
159
+ "@swc/core-android-arm-eabi": "1.3.8"
160
160
  },
161
161
  "files": [
162
162
  "CHANGELOG.md",