@swc/core 1.2.224 → 1.2.226

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 +89 -0
  2. package/package.json +14 -14
package/CHANGELOG.md CHANGED
@@ -5,6 +5,95 @@
5
5
 
6
6
 
7
7
 
8
+ - **(cli)** Update plugin template (#5421) ([ce3bbe4](https://github.com/swc-project/swc/commit/ce3bbe4bb069b96252fde666904f593b176d6633))
9
+
10
+
11
+ - **(es)** Temporarily disable `bytecheck` (#5414) ([2b5080e](https://github.com/swc-project/swc/commit/2b5080e291344337719035706f9ade6cdd4b4467))
12
+
13
+
14
+ - **(es/ast)** Fix json deserialization of `AssignExpr` (#5179) ([53627af](https://github.com/swc-project/swc/commit/53627aff442422f421a961bb72eec05ae61dabb6))
15
+
16
+
17
+ - **(es/fixer)** Remove useless parentheses around `**` (#5424) ([7116636](https://github.com/swc-project/swc/commit/71166360cc09a1911f49c09053c01578cb7c65e3))
18
+
19
+
20
+ - **(es/fixer)** Remove needless parens for nested `??` (#5432) ([e359903](https://github.com/swc-project/swc/commit/e35990390b271fffca7e4e7a89971d82df0dc2e6))
21
+
22
+
23
+ - **(es/utils)** Allow `quote_ident!` working with `swc_core` (#5409) ([c227325](https://github.com/swc-project/swc/commit/c2273255c0c2b90e606c5880b8e80a5cd8c370bf))
24
+
25
+
26
+ - **(plugin)** Disable remaining `bytecheck` (#5437) ([6a36a8d](https://github.com/swc-project/swc/commit/6a36a8d98203f4e22a14b483a3eadda86f3587bb))
27
+
28
+
29
+ - **(swc_core)** Update references for `quote!` (#5408) ([27e7e0b](https://github.com/swc-project/swc/commit/27e7e0b69b15a215a887b2a3f75a598ac01252b6))
30
+
31
+
32
+ - **(swc_core)** Fix dep on `quote_macros` (#5415) ([420d936](https://github.com/swc-project/swc/commit/420d936c50265c958b3811772ee15fb468afcf58))
33
+
34
+
35
+ - **(swc_core)** Apply plugin features (#5457) ([3760ba0](https://github.com/swc-project/swc/commit/3760ba07b10f5d29b6fe025d6721750885bcfeec))
36
+
37
+ ### Documentation
38
+
39
+
40
+
41
+ - **(swc_core)** Fix rustdoc (#5446) ([2e883a7](https://github.com/swc-project/swc/commit/2e883a72d71a79d2f3ef80675025e820472d57d1))
42
+
43
+
44
+ - **(swc_core)** Fix rustdoc, really (#5447) ([9d793f1](https://github.com/swc-project/swc/commit/9d793f1cd3f2e23ba5b286783e0633a13690f1c2))
45
+
46
+ ### Features
47
+
48
+
49
+
50
+ - **(ast)** Make css/html ast serializable (#5427) ([56b1036](https://github.com/swc-project/swc/commit/56b10367a3acdc6e0a034ce7c6c8562bbaa9ddc6))
51
+
52
+
53
+ - **(dbg-swc)** Improve minifier comparator (#5411) ([d1da899](https://github.com/swc-project/swc/commit/d1da89939f169437e67031833ea09237968dd620))
54
+
55
+
56
+ - **(plugin)** Add some tracing for plugin host (#5438) ([001607f](https://github.com/swc-project/swc/commit/001607f3411825cc74fd73e0a378616c94603a9f))
57
+
58
+
59
+ - **(swc_core)** Add macros for wasm bindings (#5430) ([5348195](https://github.com/swc-project/swc/commit/5348195996c7ac70d584ab3be0d87a3ac931c44c))
60
+
61
+ ### Miscellaneous Tasks
62
+
63
+
64
+
65
+ - **(ci)** Reduce CI time (#5440) ([4bdb6a1](https://github.com/swc-project/swc/commit/4bdb6a1de426f57f0f96c2e8f3311333d1446030))
66
+
67
+
68
+ - **(html/utils)** Fix cargo package metadata (#5439) ([0e79d31](https://github.com/swc-project/swc/commit/0e79d31a98624bb414ca5b3ddafd5080331d9898))
69
+
70
+ ### Refactor
71
+
72
+
73
+
74
+ - **(binding/macros)** Update import references (#5431) ([f43461d](https://github.com/swc-project/swc/commit/f43461d6459bf351d6379552d7e2e9c55656e4c1))
75
+
76
+ ### Testing
77
+
78
+
79
+
80
+ - **(es/minifier)** Organize simple size tests (#5402) ([7b8658e](https://github.com/swc-project/swc/commit/7b8658eef27cba4b1ed761d609c71f1c7bddaf9c))
81
+
82
+ ### Build
83
+
84
+
85
+
86
+ - **(atoms)** Bump `swc_atoms` (#5442) ([e25b37d](https://github.com/swc-project/swc/commit/e25b37d57993aed9bbcd506e3d1dfea8d6992b09))
87
+
88
+
89
+ - **(es)** Bump up packages (#5451) ([072eb13](https://github.com/swc-project/swc/commit/072eb13bf1e593f9daaa702b2034bcd5d416aee5))
90
+
91
+ ## [1.2.224] - 2022-08-06
92
+
93
+ ### Bug Fixes
94
+
95
+
96
+
8
97
  - **(es/codegen)** Emit extra dot if a float is too large (#5407) ([6dca81e](https://github.com/swc-project/swc/commit/6dca81e368f060d8247de0dd5183ea0826142b0f))
9
98
 
10
99
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@swc/core",
3
- "version": "1.2.224",
3
+ "version": "1.2.226",
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.226",
142
+ "@swc/core-darwin-x64": "1.2.226",
143
+ "@swc/core-linux-x64-gnu": "1.2.226",
144
+ "@swc/core-linux-x64-musl": "1.2.226",
145
+ "@swc/core-freebsd-x64": "1.2.226",
146
+ "@swc/core-win32-ia32-msvc": "1.2.226",
147
+ "@swc/core-linux-arm64-gnu": "1.2.226",
148
+ "@swc/core-linux-arm-gnueabihf": "1.2.226",
149
+ "@swc/core-darwin-arm64": "1.2.226",
150
+ "@swc/core-android-arm64": "1.2.226",
151
+ "@swc/core-linux-arm64-musl": "1.2.226",
152
+ "@swc/core-win32-arm64-msvc": "1.2.226",
153
+ "@swc/core-android-arm-eabi": "1.2.226"
154
154
  },
155
155
  "files": [
156
156
  "CHANGELOG.md",