@swc/core 1.2.223 → 1.2.224

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 +41 -0
  2. package/package.json +14 -14
package/CHANGELOG.md CHANGED
@@ -5,6 +5,47 @@
5
5
 
6
6
 
7
7
 
8
+ - **(es/codegen)** Emit extra dot if a float is too large (#5407) ([6dca81e](https://github.com/swc-project/swc/commit/6dca81e368f060d8247de0dd5183ea0826142b0f))
9
+
10
+
11
+ - **(es/fixer)** Preserve parens for optional chaining expressions (#5388) ([9443419](https://github.com/swc-project/swc/commit/9443419591a47931bf27958ef5f69599484157a5))
12
+
13
+
14
+ - **(es/minifier)** Inline vars declared in conditional paths (#5392) ([ca21fd0](https://github.com/swc-project/swc/commit/ca21fd0c4d0d7c074a1821d6d4c862f8dd5f611c))
15
+
16
+
17
+ - **(es/modules)** Use an indirect call for a tagged template (#5382) ([cdb6164](https://github.com/swc-project/swc/commit/cdb6164937b285aa294a8d68459a2c39862d941f))
18
+
19
+ ### Features
20
+
21
+
22
+
23
+ - **(es/codegen)** Remove more whitespaces from `BinExpr` (#5380) ([e37b7e8](https://github.com/swc-project/swc/commit/e37b7e8caa05fd98fdfe7b3918cb7b09147bbae7))
24
+
25
+
26
+ - **(swc_core)** Expand features to support node bindings (#5387) ([038a543](https://github.com/swc-project/swc/commit/038a543be9b9b5922e4207cc9079e4f32435e475))
27
+
28
+
29
+ - **(swc_core)** Expose `quote!` macros (#5400) ([8ca736f](https://github.com/swc-project/swc/commit/8ca736f8ee390bef676ab9ef7472b11b3c3dc941))
30
+
31
+ ### Testing
32
+
33
+
34
+
35
+ - **(es/minifier)** Update the golden list (#5378) ([84a1ef8](https://github.com/swc-project/swc/commit/84a1ef856af287c2272a4f3e553b248148e15d33))
36
+
37
+
38
+ - **(es/minifier)** Add snapshots of compressed libraries (#5389) ([a46669d](https://github.com/swc-project/swc/commit/a46669d334755f4de1a02fbc32dfbee6f01d433d))
39
+
40
+
41
+ - **(es/minifier)** Organize simple size tests (#5403) ([86da544](https://github.com/swc-project/swc/commit/86da5441e6c510aa8513a796f482d08923362681))
42
+
43
+ ## [1.2.223] - 2022-08-03
44
+
45
+ ### Bug Fixes
46
+
47
+
48
+
8
49
  - **(es/fixer)** Don't insert extra paren when left of `BinExpr` is `UpdateExpr` (#5376) ([77497e4](https://github.com/swc-project/swc/commit/77497e4fbe9bf10c5ffd510e932a6ff404da1760))
9
50
 
10
51
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@swc/core",
3
- "version": "1.2.223",
3
+ "version": "1.2.224",
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.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"
141
+ "@swc/core-win32-x64-msvc": "1.2.224",
142
+ "@swc/core-darwin-x64": "1.2.224",
143
+ "@swc/core-linux-x64-gnu": "1.2.224",
144
+ "@swc/core-linux-x64-musl": "1.2.224",
145
+ "@swc/core-freebsd-x64": "1.2.224",
146
+ "@swc/core-win32-ia32-msvc": "1.2.224",
147
+ "@swc/core-linux-arm64-gnu": "1.2.224",
148
+ "@swc/core-linux-arm-gnueabihf": "1.2.224",
149
+ "@swc/core-darwin-arm64": "1.2.224",
150
+ "@swc/core-android-arm64": "1.2.224",
151
+ "@swc/core-linux-arm64-musl": "1.2.224",
152
+ "@swc/core-win32-arm64-msvc": "1.2.224",
153
+ "@swc/core-android-arm-eabi": "1.2.224"
154
154
  },
155
155
  "files": [
156
156
  "CHANGELOG.md",