@swc/core 1.2.205 → 1.2.206

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 +23 -0
  2. package/package.json +14 -14
package/CHANGELOG.md CHANGED
@@ -5,6 +5,29 @@
5
5
 
6
6
 
7
7
 
8
+ - **(es/compat)** Fix name conflict of `Array` (#5034) ([04fc1cb](https://github.com/swc-project/swc/commit/04fc1cb429b274e72bb2a939f4aaa102c158121a))
9
+
10
+
11
+ - **(es/parser)** Allow initializer of the var of for-in loop in non-strict mode (#5038) ([f238093](https://github.com/swc-project/swc/commit/f238093c3b54e5a6e9d46239c28ab936de7d68e9))
12
+
13
+ ### Features
14
+
15
+
16
+
17
+ - **(html/codegen)** Improve API (#5031) ([8bf924a](https://github.com/swc-project/swc/commit/8bf924ae5f7305d1db65cf5a9b09f76cb7903e2b))
18
+
19
+
20
+ - **(html/minifier)** Add `remove_comments` option (#5037) ([e6c78d0](https://github.com/swc-project/swc/commit/e6c78d0b1d863c61882c941f62fccd04a501530b))
21
+
22
+
23
+ - **(html/minifier)** Improve smart mode (#5004) ([9202ff9](https://github.com/swc-project/swc/commit/9202ff9700cbea5714a65746d7375fa41f8bb140))
24
+
25
+ ## [1.2.205] - 2022-06-24
26
+
27
+ ### Bug Fixes
28
+
29
+
30
+
8
31
  - **(css/parser)** Improve lexer errors (#5025) ([c345524](https://github.com/swc-project/swc/commit/c345524e368078a59cdf5376999a5b443f2918e7))
9
32
 
10
33
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@swc/core",
3
- "version": "1.2.205",
3
+ "version": "1.2.206",
4
4
  "description": "Super-fast alternative for babel",
5
5
  "homepage": "https://swc.rs",
6
6
  "main": "./index.js",
@@ -135,18 +135,18 @@
135
135
  "url": "https://opencollective.com/swc"
136
136
  },
137
137
  "optionalDependencies": {
138
- "@swc/core-win32-x64-msvc": "1.2.205",
139
- "@swc/core-darwin-x64": "1.2.205",
140
- "@swc/core-linux-x64-gnu": "1.2.205",
141
- "@swc/core-linux-x64-musl": "1.2.205",
142
- "@swc/core-freebsd-x64": "1.2.205",
143
- "@swc/core-win32-ia32-msvc": "1.2.205",
144
- "@swc/core-linux-arm64-gnu": "1.2.205",
145
- "@swc/core-linux-arm-gnueabihf": "1.2.205",
146
- "@swc/core-darwin-arm64": "1.2.205",
147
- "@swc/core-android-arm64": "1.2.205",
148
- "@swc/core-linux-arm64-musl": "1.2.205",
149
- "@swc/core-win32-arm64-msvc": "1.2.205",
150
- "@swc/core-android-arm-eabi": "1.2.205"
138
+ "@swc/core-win32-x64-msvc": "1.2.206",
139
+ "@swc/core-darwin-x64": "1.2.206",
140
+ "@swc/core-linux-x64-gnu": "1.2.206",
141
+ "@swc/core-linux-x64-musl": "1.2.206",
142
+ "@swc/core-freebsd-x64": "1.2.206",
143
+ "@swc/core-win32-ia32-msvc": "1.2.206",
144
+ "@swc/core-linux-arm64-gnu": "1.2.206",
145
+ "@swc/core-linux-arm-gnueabihf": "1.2.206",
146
+ "@swc/core-darwin-arm64": "1.2.206",
147
+ "@swc/core-android-arm64": "1.2.206",
148
+ "@swc/core-linux-arm64-musl": "1.2.206",
149
+ "@swc/core-win32-arm64-msvc": "1.2.206",
150
+ "@swc/core-android-arm-eabi": "1.2.206"
151
151
  }
152
152
  }