@swc/core 1.3.94-nightly-20231020.2 → 1.3.94
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.
- package/CHANGELOG.md +6 -20
- package/package.json +11 -11
package/CHANGELOG.md
CHANGED
|
@@ -14,6 +14,9 @@
|
|
|
14
14
|
- **(es/minifier)** Abort function inliner if `keep_fnames` is `true` ([#8145](https://github.com/swc-project/swc/issues/8145)) ([35601e4](https://github.com/swc-project/swc/commit/35601e4dcb7bb65e16d217c50d6065958cbd8e6d))
|
|
15
15
|
|
|
16
16
|
|
|
17
|
+
- **(es/parser)** Skip `this` parameters in setter ([#8158](https://github.com/swc-project/swc/issues/8158)) ([826386f](https://github.com/swc-project/swc/commit/826386f49a1226ff3f7d352a75ccdc65c982b4be))
|
|
18
|
+
|
|
19
|
+
|
|
17
20
|
- **(es/utils)** Skip var declarator name in `RefRewriter` ([#8125](https://github.com/swc-project/swc/issues/8125)) ([fb81a36](https://github.com/swc-project/swc/commit/fb81a36adcebdc269ae89677977220e9b21b072f))
|
|
18
21
|
|
|
19
22
|
|
|
@@ -49,6 +52,9 @@
|
|
|
49
52
|
|
|
50
53
|
- **(bindings)** Add `@deprecated` to JS plugins ([#8132](https://github.com/swc-project/swc/issues/8132)) ([1e9b4e0](https://github.com/swc-project/swc/commit/1e9b4e027cabba88c8a0cfd6b62f9ca6c00b29a8))
|
|
51
54
|
|
|
55
|
+
|
|
56
|
+
- **(es/module)** Remove `serde(deny_unknown_fields)` ([#8163](https://github.com/swc-project/swc/issues/8163)) ([5be8e74](https://github.com/swc-project/swc/commit/5be8e74ee0a2e81058c340f414479da554081d09))
|
|
57
|
+
|
|
52
58
|
### Refactor
|
|
53
59
|
|
|
54
60
|
|
|
@@ -1745,24 +1751,4 @@ Full refactor of the "calc" simplification to be more compliant with the spec. (
|
|
|
1745
1751
|
|
|
1746
1752
|
- **(es/lexer)** Use jump table for `read_token` ([#7058](https://github.com/swc-project/swc/issues/7058)) ([9beefaa](https://github.com/swc-project/swc/commit/9beefaa1d5e711b63293d52a6c77e8aaf5e8f4c1))
|
|
1747
1753
|
|
|
1748
|
-
## [1.3.39] - 2023-03-10
|
|
1749
|
-
|
|
1750
|
-
### Bug Fixes
|
|
1751
|
-
|
|
1752
|
-
|
|
1753
|
-
|
|
1754
|
-
- **(es/transforms)** Handle object shorthand in `const_modules` ([#7022](https://github.com/swc-project/swc/issues/7022)) ([0314869](https://github.com/swc-project/swc/commit/0314869464f59748a6a44980ade4dc1eda39ac3b))
|
|
1755
|
-
|
|
1756
|
-
### Documentation
|
|
1757
|
-
|
|
1758
|
-
|
|
1759
|
-
|
|
1760
|
-
- MSRV ([32bc2f5](https://github.com/swc-project/swc/commit/32bc2f57be06997497d2ad43c2168efb3daaa435))
|
|
1761
|
-
|
|
1762
|
-
### Performance
|
|
1763
|
-
|
|
1764
|
-
|
|
1765
|
-
|
|
1766
|
-
- **(es/lexer)** Use string searcher for lexing line comments ([#7043](https://github.com/swc-project/swc/issues/7043)) ([962b0fc](https://github.com/swc-project/swc/commit/962b0fc8af6084ade064d189ed7cd7f0e2b25ee8))
|
|
1767
|
-
|
|
1768
1754
|
<!-- generated by git-cliff -->
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@swc/core",
|
|
3
|
-
"version": "1.3.94
|
|
3
|
+
"version": "1.3.94",
|
|
4
4
|
"description": "Super-fast alternative for babel",
|
|
5
5
|
"homepage": "https://swc.rs",
|
|
6
6
|
"main": "./index.js",
|
|
@@ -148,16 +148,16 @@
|
|
|
148
148
|
"url": "https://opencollective.com/swc"
|
|
149
149
|
},
|
|
150
150
|
"optionalDependencies": {
|
|
151
|
-
"@swc/core-win32-x64-msvc": "1.3.94
|
|
152
|
-
"@swc/core-darwin-x64": "1.3.94
|
|
153
|
-
"@swc/core-linux-x64-gnu": "1.3.94
|
|
154
|
-
"@swc/core-linux-x64-musl": "1.3.94
|
|
155
|
-
"@swc/core-win32-ia32-msvc": "1.3.94
|
|
156
|
-
"@swc/core-linux-arm64-gnu": "1.3.94
|
|
157
|
-
"@swc/core-linux-arm-gnueabihf": "1.3.94
|
|
158
|
-
"@swc/core-darwin-arm64": "1.3.94
|
|
159
|
-
"@swc/core-linux-arm64-musl": "1.3.94
|
|
160
|
-
"@swc/core-win32-arm64-msvc": "1.3.94
|
|
151
|
+
"@swc/core-win32-x64-msvc": "1.3.94",
|
|
152
|
+
"@swc/core-darwin-x64": "1.3.94",
|
|
153
|
+
"@swc/core-linux-x64-gnu": "1.3.94",
|
|
154
|
+
"@swc/core-linux-x64-musl": "1.3.94",
|
|
155
|
+
"@swc/core-win32-ia32-msvc": "1.3.94",
|
|
156
|
+
"@swc/core-linux-arm64-gnu": "1.3.94",
|
|
157
|
+
"@swc/core-linux-arm-gnueabihf": "1.3.94",
|
|
158
|
+
"@swc/core-darwin-arm64": "1.3.94",
|
|
159
|
+
"@swc/core-linux-arm64-musl": "1.3.94",
|
|
160
|
+
"@swc/core-win32-arm64-msvc": "1.3.94"
|
|
161
161
|
},
|
|
162
162
|
"files": [
|
|
163
163
|
"CHANGELOG.md",
|