@swc/core 1.2.224 → 1.2.228

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 +144 -0
  2. package/package.json +14 -14
package/CHANGELOG.md CHANGED
@@ -5,6 +5,150 @@
5
5
 
6
6
 
7
7
 
8
+ - **(css/ast)** Use list of component values for error recovery (#5467) ([555b6a3](https://github.com/swc-project/swc/commit/555b6a3734735c17a09aafc61aa9727fd94bacca))
9
+
10
+
11
+ - **(es/plugin)** Revert rustc upgrade to workaround a bug of `rkyv` (#5476) ([c918975](https://github.com/swc-project/swc/commit/c91897596726edcb66403dd2b086f66070f991b2))
12
+
13
+ ## [1.2.227] - 2022-08-13
14
+
15
+ ### Bug Fixes
16
+
17
+
18
+
19
+ - **(swc_core)** Bump version of deps (#5466) ([5e42864](https://github.com/swc-project/swc/commit/5e428643cdf8c21beb317c0c85acabe6a70623a8))
20
+
21
+ ### Features
22
+
23
+
24
+
25
+ - **(es/compat)** Add pure comments for generator and async transform (#5463) ([5a06271](https://github.com/swc-project/swc/commit/5a06271116c0d341e6f4c5b4bae23513c54e93ff))
26
+
27
+ ### Miscellaneous Tasks
28
+
29
+
30
+
31
+ - **(ci)** Fix bot script ([d298b20](https://github.com/swc-project/swc/commit/d298b20c7a334cad75889ce8b3a35718b2b66880))
32
+
33
+
34
+ - **(ci)** Update rustc ([6c08ab9](https://github.com/swc-project/swc/commit/6c08ab9cf0e441b90aec280dfc8da3cb91707ac6))
35
+
36
+
37
+ - **(ci)** Fix lints (#5462) ([3eb1f4b](https://github.com/swc-project/swc/commit/3eb1f4b2b153aeb8551a83b4995b7ae8ee188046))
38
+
39
+ ### Refactor
40
+
41
+
42
+
43
+ - **(es/compat)** Respect MSRV (#5473) ([4a3b4b2](https://github.com/swc-project/swc/commit/4a3b4b27e21b07851daa15ab41d81e835ab3fcf0))
44
+
45
+ ### Build
46
+
47
+
48
+
49
+ - **(plugin)** Downgrade `rkyv` (#5459) ([d36e48e](https://github.com/swc-project/swc/commit/d36e48efbfbe7ebd202f65d31735d4888fbd22f5))
50
+
51
+ ## [1.2.226] - 2022-08-12
52
+
53
+ ### Bug Fixes
54
+
55
+
56
+
57
+ - **(cli)** Update plugin template (#5421) ([ce3bbe4](https://github.com/swc-project/swc/commit/ce3bbe4bb069b96252fde666904f593b176d6633))
58
+
59
+
60
+ - **(es)** Temporarily disable `bytecheck` (#5414) ([2b5080e](https://github.com/swc-project/swc/commit/2b5080e291344337719035706f9ade6cdd4b4467))
61
+
62
+
63
+ - **(es/ast)** Fix json deserialization of `AssignExpr` (#5179) ([53627af](https://github.com/swc-project/swc/commit/53627aff442422f421a961bb72eec05ae61dabb6))
64
+
65
+
66
+ - **(es/fixer)** Remove useless parentheses around `**` (#5424) ([7116636](https://github.com/swc-project/swc/commit/71166360cc09a1911f49c09053c01578cb7c65e3))
67
+
68
+
69
+ - **(es/fixer)** Remove needless parens for nested `??` (#5432) ([e359903](https://github.com/swc-project/swc/commit/e35990390b271fffca7e4e7a89971d82df0dc2e6))
70
+
71
+
72
+ - **(es/helpers)** Correct import path (#5460) ([efb3d70](https://github.com/swc-project/swc/commit/efb3d7035a3fda44ed7094805734c8d66c77d130))
73
+
74
+
75
+ - **(es/utils)** Allow `quote_ident!` working with `swc_core` (#5409) ([c227325](https://github.com/swc-project/swc/commit/c2273255c0c2b90e606c5880b8e80a5cd8c370bf))
76
+
77
+
78
+ - **(plugin)** Disable remaining `bytecheck` (#5437) ([6a36a8d](https://github.com/swc-project/swc/commit/6a36a8d98203f4e22a14b483a3eadda86f3587bb))
79
+
80
+
81
+ - **(swc_core)** Update references for `quote!` (#5408) ([27e7e0b](https://github.com/swc-project/swc/commit/27e7e0b69b15a215a887b2a3f75a598ac01252b6))
82
+
83
+
84
+ - **(swc_core)** Fix dep on `quote_macros` (#5415) ([420d936](https://github.com/swc-project/swc/commit/420d936c50265c958b3811772ee15fb468afcf58))
85
+
86
+
87
+ - **(swc_core)** Apply plugin features (#5457) ([3760ba0](https://github.com/swc-project/swc/commit/3760ba07b10f5d29b6fe025d6721750885bcfeec))
88
+
89
+ ### Documentation
90
+
91
+
92
+
93
+ - **(swc_core)** Fix rustdoc (#5446) ([2e883a7](https://github.com/swc-project/swc/commit/2e883a72d71a79d2f3ef80675025e820472d57d1))
94
+
95
+
96
+ - **(swc_core)** Fix rustdoc, really (#5447) ([9d793f1](https://github.com/swc-project/swc/commit/9d793f1cd3f2e23ba5b286783e0633a13690f1c2))
97
+
98
+ ### Features
99
+
100
+
101
+
102
+ - **(ast)** Make css/html ast serializable (#5427) ([56b1036](https://github.com/swc-project/swc/commit/56b10367a3acdc6e0a034ce7c6c8562bbaa9ddc6))
103
+
104
+
105
+ - **(dbg-swc)** Improve minifier comparator (#5411) ([d1da899](https://github.com/swc-project/swc/commit/d1da89939f169437e67031833ea09237968dd620))
106
+
107
+
108
+ - **(plugin)** Add some tracing for plugin host (#5438) ([001607f](https://github.com/swc-project/swc/commit/001607f3411825cc74fd73e0a378616c94603a9f))
109
+
110
+
111
+ - **(swc_core)** Add macros for wasm bindings (#5430) ([5348195](https://github.com/swc-project/swc/commit/5348195996c7ac70d584ab3be0d87a3ac931c44c))
112
+
113
+ ### Miscellaneous Tasks
114
+
115
+
116
+
117
+ - **(ci)** Reduce CI time (#5440) ([4bdb6a1](https://github.com/swc-project/swc/commit/4bdb6a1de426f57f0f96c2e8f3311333d1446030))
118
+
119
+
120
+ - **(ci)** Fix publish action (#5443) ([31bd2c8](https://github.com/swc-project/swc/commit/31bd2c8abbc476e563f0172dbc642912d9d9e1b4))
121
+
122
+
123
+ - **(html/utils)** Fix cargo package metadata (#5439) ([0e79d31](https://github.com/swc-project/swc/commit/0e79d31a98624bb414ca5b3ddafd5080331d9898))
124
+
125
+ ### Refactor
126
+
127
+
128
+
129
+ - **(binding/macros)** Update import references (#5431) ([f43461d](https://github.com/swc-project/swc/commit/f43461d6459bf351d6379552d7e2e9c55656e4c1))
130
+
131
+ ### Testing
132
+
133
+
134
+
135
+ - **(es/minifier)** Organize simple size tests (#5402) ([7b8658e](https://github.com/swc-project/swc/commit/7b8658eef27cba4b1ed761d609c71f1c7bddaf9c))
136
+
137
+ ### Build
138
+
139
+
140
+
141
+ - **(atoms)** Bump `swc_atoms` (#5442) ([e25b37d](https://github.com/swc-project/swc/commit/e25b37d57993aed9bbcd506e3d1dfea8d6992b09))
142
+
143
+
144
+ - **(es)** Bump up packages (#5451) ([072eb13](https://github.com/swc-project/swc/commit/072eb13bf1e593f9daaa702b2034bcd5d416aee5))
145
+
146
+ ## [1.2.224] - 2022-08-06
147
+
148
+ ### Bug Fixes
149
+
150
+
151
+
8
152
  - **(es/codegen)** Emit extra dot if a float is too large (#5407) ([6dca81e](https://github.com/swc-project/swc/commit/6dca81e368f060d8247de0dd5183ea0826142b0f))
9
153
 
10
154
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@swc/core",
3
- "version": "1.2.224",
3
+ "version": "1.2.228",
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.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"
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"
154
154
  },
155
155
  "files": [
156
156
  "CHANGELOG.md",