@swc/core 1.2.178 → 1.2.179

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 +38 -0
  2. package/package.json +14 -14
package/CHANGELOG.md CHANGED
@@ -5,6 +5,44 @@
5
5
 
6
6
 
7
7
 
8
+ - **(es/minifier)** Distinguish `raw` and `cooked` while joining template literals (#4559) ([f9b6016](https://github.com/swc-project/swc/commit/f9b6016d4b990032505c0dbb5b5bf82949c7d74d))
9
+
10
+
11
+ - **(es/minifier)** Fix handling of template literals (#4563) ([920d9a7](https://github.com/swc-project/swc/commit/920d9a76784b6e2ac9ccbfd826f2253410bf2be5))
12
+
13
+
14
+ - **(html/parser)** Fix for noah's ark clause (#4558) ([7ef6372](https://github.com/swc-project/swc/commit/7ef637263e57b9c995de1a847606f878991054fd))
15
+
16
+
17
+ - **(html/parser)** Fix adoption agency algorithm (#4552) ([d6e4885](https://github.com/swc-project/swc/commit/d6e48850b65ada6dae4da75347c6669161cb036a))
18
+
19
+ ### Documentation
20
+
21
+
22
+
23
+ - **(es/resolver)** Add docs for top-level mark (#4560) ([13cc228](https://github.com/swc-project/swc/commit/13cc2282627f852d5b114332a83816de2a47742b))
24
+
25
+ ### Features
26
+
27
+
28
+
29
+ - **(es/minifier)** Drop vars using sequential inliner (#4547) ([c5b4ef4](https://github.com/swc-project/swc/commit/c5b4ef4377874d8659d5b4e6c4099e1eac6c40f1))
30
+
31
+
32
+ - **(es/minifier)** Remove duplicate control flow in nested blocks (#4569) ([b3b6fd4](https://github.com/swc-project/swc/commit/b3b6fd448c35fc25cd99d210c684e90c68da0b04))
33
+
34
+ ### Refactor
35
+
36
+
37
+
38
+ - **(plugin)** Align deps (#4568) ([846a319](https://github.com/swc-project/swc/commit/846a31919eba58b7b14788ccc26b0ff23e488044))
39
+
40
+ ## [1.2.178] - 2022-05-07
41
+
42
+ ### Bug Fixes
43
+
44
+
45
+
8
46
  - **(es/compat)** Memorize computed props in logical assignment (#4525) ([2e74787](https://github.com/swc-project/swc/commit/2e7478787040645ef9cd162ef18e948c112c93d8))
9
47
 
10
48
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@swc/core",
3
- "version": "1.2.178",
3
+ "version": "1.2.179",
4
4
  "description": "Super-fast alternative for babel",
5
5
  "homepage": "https://swc.rs",
6
6
  "main": "./index.js",
@@ -134,18 +134,18 @@
134
134
  "url": "https://opencollective.com/swc"
135
135
  },
136
136
  "optionalDependencies": {
137
- "@swc/core-win32-x64-msvc": "1.2.178",
138
- "@swc/core-darwin-x64": "1.2.178",
139
- "@swc/core-linux-x64-gnu": "1.2.178",
140
- "@swc/core-linux-x64-musl": "1.2.178",
141
- "@swc/core-freebsd-x64": "1.2.178",
142
- "@swc/core-win32-ia32-msvc": "1.2.178",
143
- "@swc/core-linux-arm64-gnu": "1.2.178",
144
- "@swc/core-linux-arm-gnueabihf": "1.2.178",
145
- "@swc/core-darwin-arm64": "1.2.178",
146
- "@swc/core-android-arm64": "1.2.178",
147
- "@swc/core-linux-arm64-musl": "1.2.178",
148
- "@swc/core-win32-arm64-msvc": "1.2.178",
149
- "@swc/core-android-arm-eabi": "1.2.178"
137
+ "@swc/core-win32-x64-msvc": "1.2.179",
138
+ "@swc/core-darwin-x64": "1.2.179",
139
+ "@swc/core-linux-x64-gnu": "1.2.179",
140
+ "@swc/core-linux-x64-musl": "1.2.179",
141
+ "@swc/core-freebsd-x64": "1.2.179",
142
+ "@swc/core-win32-ia32-msvc": "1.2.179",
143
+ "@swc/core-linux-arm64-gnu": "1.2.179",
144
+ "@swc/core-linux-arm-gnueabihf": "1.2.179",
145
+ "@swc/core-darwin-arm64": "1.2.179",
146
+ "@swc/core-android-arm64": "1.2.179",
147
+ "@swc/core-linux-arm64-musl": "1.2.179",
148
+ "@swc/core-win32-arm64-msvc": "1.2.179",
149
+ "@swc/core-android-arm-eabi": "1.2.179"
150
150
  }
151
151
  }