@swc/core 1.2.228 → 1.2.231

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 +60 -0
  2. package/package.json +14 -14
package/CHANGELOG.md CHANGED
@@ -5,6 +5,66 @@
5
5
 
6
6
 
7
7
 
8
+ - **(es/helpers)** Fix `for await` (#5458) ([b655bf4](https://github.com/swc-project/swc/commit/b655bf473a12a45a8c6d3f2fb3dc0811b778c075))
9
+
10
+
11
+ - **(es/minifier)** Remove wrong code (#5485) ([2045fe6](https://github.com/swc-project/swc/commit/2045fe627397da217dc28fca52bd5cf85d42d2ae))
12
+
13
+
14
+ - **(swc_core)** Bump up `swc_plugin_macro` (#5486) ([04e11a5](https://github.com/swc-project/swc/commit/04e11a577dcda1b745faa120e7bb94e8ba408d1e))
15
+
16
+ ### Performance
17
+
18
+
19
+
20
+ - **(es/minifier)** Remove needless allocation of name mangler (#5483) ([1a0a2b5](https://github.com/swc-project/swc/commit/1a0a2b584265907c965242320cace6c89f858171))
21
+
22
+ ### Refactor
23
+
24
+
25
+
26
+ - **(bindings)** Use published `swc_core` as interface (#5482) ([83417b6](https://github.com/swc-project/swc/commit/83417b6f7594c5e74a896034fb508473922203d0))
27
+
28
+ ### Build
29
+
30
+
31
+
32
+ - **(bindings)** Bump up swc_core (#5484) ([76797b1](https://github.com/swc-project/swc/commit/76797b1fc19a6396e62df58dfa834efcd1367939))
33
+
34
+ ## [1.2.230] - 2022-08-14
35
+
36
+ ### Features
37
+
38
+
39
+
40
+ - **(css/parser)** Parse `@font-feature-values` at-rule (#5468) ([eebdfdb](https://github.com/swc-project/swc/commit/eebdfdb2a08c95f7fd3a8a5c21527675c22442ec))
41
+
42
+
43
+ - **(node)** Use published version of `swc_core` for node binding (#5481) ([9d04f24](https://github.com/swc-project/swc/commit/9d04f24c26d334f7675bbd2ebe3da04467fe6524))
44
+
45
+ ### Miscellaneous Tasks
46
+ - **general**: Typo (#5478) ([8fde2ab](https://github.com/swc-project/swc/commit/8fde2ab07b56ea644850da5f9b60ed580ccb9d7f))
47
+
48
+ ### Testing
49
+
50
+
51
+
52
+ - **(es/plugin)** Expand test matrix (#5477) ([a76380c](https://github.com/swc-project/swc/commit/a76380c585ccbc1443eb451098301e49366bbf8d))
53
+
54
+ ## [1.2.229] - 2022-08-13
55
+
56
+ ### Bug Fixes
57
+
58
+
59
+
60
+ - **(atoms)** Workaround a bug of `rkyv` (#5479) ([b35469a](https://github.com/swc-project/swc/commit/b35469ab5f16f10144c799d47a93f5d546a4c67e))
61
+
62
+ ## [1.2.228] - 2022-08-13
63
+
64
+ ### Bug Fixes
65
+
66
+
67
+
8
68
  - **(css/ast)** Use list of component values for error recovery (#5467) ([555b6a3](https://github.com/swc-project/swc/commit/555b6a3734735c17a09aafc61aa9727fd94bacca))
9
69
 
10
70
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@swc/core",
3
- "version": "1.2.228",
3
+ "version": "1.2.231",
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.228",
142
- "@swc/core-darwin-x64": "1.2.228",
143
- "@swc/core-linux-x64-gnu": "1.2.228",
144
- "@swc/core-linux-x64-musl": "1.2.228",
145
- "@swc/core-freebsd-x64": "1.2.228",
146
- "@swc/core-win32-ia32-msvc": "1.2.228",
147
- "@swc/core-linux-arm64-gnu": "1.2.228",
148
- "@swc/core-linux-arm-gnueabihf": "1.2.228",
149
- "@swc/core-darwin-arm64": "1.2.228",
150
- "@swc/core-android-arm64": "1.2.228",
151
- "@swc/core-linux-arm64-musl": "1.2.228",
152
- "@swc/core-win32-arm64-msvc": "1.2.228",
153
- "@swc/core-android-arm-eabi": "1.2.228"
141
+ "@swc/core-win32-x64-msvc": "1.2.231",
142
+ "@swc/core-darwin-x64": "1.2.231",
143
+ "@swc/core-linux-x64-gnu": "1.2.231",
144
+ "@swc/core-linux-x64-musl": "1.2.231",
145
+ "@swc/core-freebsd-x64": "1.2.231",
146
+ "@swc/core-win32-ia32-msvc": "1.2.231",
147
+ "@swc/core-linux-arm64-gnu": "1.2.231",
148
+ "@swc/core-linux-arm-gnueabihf": "1.2.231",
149
+ "@swc/core-darwin-arm64": "1.2.231",
150
+ "@swc/core-android-arm64": "1.2.231",
151
+ "@swc/core-linux-arm64-musl": "1.2.231",
152
+ "@swc/core-win32-arm64-msvc": "1.2.231",
153
+ "@swc/core-android-arm-eabi": "1.2.231"
154
154
  },
155
155
  "files": [
156
156
  "CHANGELOG.md",