@swc/core 1.3.93-nightly-20231013.1 → 1.3.93
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 +17 -87
- package/package.json +11 -11
package/CHANGELOG.md
CHANGED
|
@@ -1,40 +1,6 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
## [unreleased]
|
|
3
3
|
|
|
4
|
-
### Miscellaneous Tasks
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
- **(ci)** Fix CI action ([#8107](https://github.com/swc-project/swc/issues/8107)) ([fe0bf57](https://github.com/swc-project/swc/commit/fe0bf5746fb40ec66719858f149a4e5c45f10749))
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
- **(xtask)** Bump version correctly ([11f31da](https://github.com/swc-project/swc/commit/11f31da3862399d1998fd788f597a9dcdeaf6858))
|
|
12
|
-
|
|
13
|
-
### Refactor
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
- **(es/preset-env)** Rename parameter to avoid confusion ([#8106](https://github.com/swc-project/swc/issues/8106)) ([95eb147](https://github.com/swc-project/swc/commit/95eb147742ea1aa207845807a306847afc859702))
|
|
18
|
-
|
|
19
|
-
## [1.3.93-nightly-20231012.1] - 2023-10-12
|
|
20
|
-
|
|
21
|
-
### Bug Fixes
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
- **(es/minifier)** Don't inline functions if `keep_fnames` is enabled ([#8093](https://github.com/swc-project/swc/issues/8093)) ([94bb42e](https://github.com/swc-project/swc/commit/94bb42e29418a8697ba0ab41dad2ffe63f1c32c7))
|
|
26
|
-
|
|
27
|
-
### Miscellaneous Tasks
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
- **(ci)** Use `--tag` of `npm publish` ([5779a7e](https://github.com/swc-project/swc/commit/5779a7e26ce4bc0bd8e5a3be38228fdc960eb2b2))
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
- **(xtask)** Typo ([372f78c](https://github.com/swc-project/swc/commit/372f78ce12d7b5e54ea71de642658aead7c2ead7))
|
|
35
|
-
|
|
36
|
-
## [1.3.93-nightly.20231011.1] - 2023-10-11
|
|
37
|
-
|
|
38
4
|
### Bug Fixes
|
|
39
5
|
|
|
40
6
|
|
|
@@ -57,6 +23,9 @@
|
|
|
57
23
|
- **(es/helpers)** Override mistake in `_interop_require_wildcard` ([#8076](https://github.com/swc-project/swc/issues/8076)) ([1346528](https://github.com/swc-project/swc/commit/1346528477bd8c587f0ee0d5fa6969f397739ddb))
|
|
58
24
|
|
|
59
25
|
|
|
26
|
+
- **(es/minifier)** Don't inline functions if `keep_fnames` is enabled ([#8093](https://github.com/swc-project/swc/issues/8093)) ([94bb42e](https://github.com/swc-project/swc/commit/94bb42e29418a8697ba0ab41dad2ffe63f1c32c7))
|
|
27
|
+
|
|
28
|
+
|
|
60
29
|
- **(es/parser)** Fix parsing of `await using` ([#8101](https://github.com/swc-project/swc/issues/8101)) ([e1043fa](https://github.com/swc-project/swc/commit/e1043fae77ca9e33b2d65ce6edc9559917a895ec))
|
|
61
30
|
|
|
62
31
|
|
|
@@ -75,6 +44,12 @@
|
|
|
75
44
|
- **(ci)** Remove unused concurrency tests ([#8100](https://github.com/swc-project/swc/issues/8100)) ([226b17f](https://github.com/swc-project/swc/commit/226b17fa868f8d9580c7ed61dd32f5db1c838982))
|
|
76
45
|
|
|
77
46
|
|
|
47
|
+
- **(ci)** Use `--tag` of `npm publish` ([5779a7e](https://github.com/swc-project/swc/commit/5779a7e26ce4bc0bd8e5a3be38228fdc960eb2b2))
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
- **(ci)** Fix CI action ([#8107](https://github.com/swc-project/swc/issues/8107)) ([fe0bf57](https://github.com/swc-project/swc/commit/fe0bf5746fb40ec66719858f149a4e5c45f10749))
|
|
51
|
+
|
|
52
|
+
|
|
78
53
|
- **(es/minifier)** Fix script for extracting test cases from next.js app ([#8092](https://github.com/swc-project/swc/issues/8092)) ([a2d0779](https://github.com/swc-project/swc/commit/a2d077958f071752dbc347fbf414622e0146e1fd))
|
|
79
54
|
|
|
80
55
|
|
|
@@ -99,10 +74,10 @@
|
|
|
99
74
|
- **(xtask)** Inherit stderr ([b8c5787](https://github.com/swc-project/swc/commit/b8c57870fa55840d8f7045b1b1f31bd0095bc6c1))
|
|
100
75
|
|
|
101
76
|
|
|
102
|
-
-
|
|
77
|
+
- **(xtask)** Typo ([372f78c](https://github.com/swc-project/swc/commit/372f78ce12d7b5e54ea71de642658aead7c2ead7))
|
|
103
78
|
|
|
104
79
|
|
|
105
|
-
-
|
|
80
|
+
- **(xtask)** Bump version correctly ([11f31da](https://github.com/swc-project/swc/commit/11f31da3862399d1998fd788f597a9dcdeaf6858))
|
|
106
81
|
|
|
107
82
|
### Refactor
|
|
108
83
|
|
|
@@ -111,11 +86,17 @@
|
|
|
111
86
|
- **(atoms)** Remove usage of `js_word!` to drop `string-cache` ([#7976](https://github.com/swc-project/swc/issues/7976)) ([84cec87](https://github.com/swc-project/swc/commit/84cec8766db77062cc984c777dd716358ee8fd6e))
|
|
112
87
|
|
|
113
88
|
|
|
89
|
+
- **(es/compat)** Split `swc_ecma_transforms_compat` ([#8110](https://github.com/swc-project/swc/issues/8110)) ([affb6fb](https://github.com/swc-project/swc/commit/affb6fb5e3e363f1eb4d42d4501a4a806c4060f7))
|
|
90
|
+
|
|
91
|
+
|
|
114
92
|
- **(es/module)** Reimplement some functions of module/typescript ([#8063](https://github.com/swc-project/swc/issues/8063)) ([3e5b062](https://github.com/swc-project/swc/commit/3e5b062cd2792703371bbbfeaf1be309e8280abd))
|
|
115
93
|
|
|
116
94
|
|
|
117
95
|
- **(es/parser)** Introduce `TokenKind` along with `Token` ([#8071](https://github.com/swc-project/swc/issues/8071)) ([9b9bc51](https://github.com/swc-project/swc/commit/9b9bc51c28fee51de9eeedf6d49fbe115d6052e6))
|
|
118
96
|
|
|
97
|
+
|
|
98
|
+
- **(es/preset-env)** Rename parameter to avoid confusion ([#8106](https://github.com/swc-project/swc/issues/8106)) ([95eb147](https://github.com/swc-project/swc/commit/95eb147742ea1aa207845807a306847afc859702))
|
|
99
|
+
|
|
119
100
|
## [1.3.92] - 2023-10-05
|
|
120
101
|
|
|
121
102
|
### Bug Fixes
|
|
@@ -145,27 +126,6 @@
|
|
|
145
126
|
|
|
146
127
|
- **(ci)** Fix publish action for minifier ([77b8591](https://github.com/swc-project/swc/commit/77b8591d86dee33c92277b4b2d301d8cb253c16b))
|
|
147
128
|
|
|
148
|
-
|
|
149
|
-
- Fix CI condition ([9c9c03b](https://github.com/swc-project/swc/commit/9c9c03b76b7de8df754437e3ee2d4ab5d079b96d))
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
- Fix CI ([0c8d8a3](https://github.com/swc-project/swc/commit/0c8d8a3f4ab24c41d209bf2fdd37703e0205f0c0))
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
- Configure `nissuer` ([#8053](https://github.com/swc-project/swc/issues/8053)) ([2a508bc](https://github.com/swc-project/swc/commit/2a508bcb9a7fb4d3323b4e08c0702b1191f95b96))
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
- Configure issue validator ([a555823](https://github.com/swc-project/swc/commit/a5558236b715e49dbbb7842edfb24baa7a3f0760))
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
- Mark reproduction link required ([c6e0a18](https://github.com/swc-project/swc/commit/c6e0a18292001cb46722b533213acdf374311edc))
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
- Update nissuer.yml ([#8060](https://github.com/swc-project/swc/issues/8060)) ([a2f1010](https://github.com/swc-project/swc/commit/a2f1010b4e312d972d901705da971b887b1b254a))
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
- Add `evanw.github.io` to the allowed repro hosts ([c26ee63](https://github.com/swc-project/swc/commit/c26ee63839df040644082ed6ff88bd2571c3af44))
|
|
168
|
-
|
|
169
129
|
### Refactor
|
|
170
130
|
|
|
171
131
|
|
|
@@ -219,12 +179,6 @@
|
|
|
219
179
|
|
|
220
180
|
- **(ci)** Remove wrong `if`s ([dec68c3](https://github.com/swc-project/swc/commit/dec68c32126e38066feb813fce4635e7d40a8429))
|
|
221
181
|
|
|
222
|
-
|
|
223
|
-
- Fix yarn lockfile ([7f91274](https://github.com/swc-project/swc/commit/7f9127420867cba856faa4ede8ef62ec3146e382))
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
- Fix yarn lockfile ([c062536](https://github.com/swc-project/swc/commit/c0625361a1ad7537ca53a157fbdc8599fbbe2a44))
|
|
227
|
-
|
|
228
182
|
### Refactor
|
|
229
183
|
|
|
230
184
|
|
|
@@ -449,9 +403,6 @@
|
|
|
449
403
|
|
|
450
404
|
- **(deps)** Update `memchr` ([#7891](https://github.com/swc-project/swc/issues/7891)) ([01cbd6e](https://github.com/swc-project/swc/commit/01cbd6edbd37c95ece7ca20ad2f6c85d6c1b6e35))
|
|
451
405
|
|
|
452
|
-
|
|
453
|
-
- Use `textarea` for `swc-info` ([eed2903](https://github.com/swc-project/swc/commit/eed290319e4a8128948ce07e76d11a01d2096a8b))
|
|
454
|
-
|
|
455
406
|
### Performance
|
|
456
407
|
|
|
457
408
|
|
|
@@ -475,12 +426,6 @@
|
|
|
475
426
|
|
|
476
427
|
- **(es/module)** Don't resolve as `node_modules` from `TscResolver` ([#7866](https://github.com/swc-project/swc/issues/7866)) ([11ebae1](https://github.com/swc-project/swc/commit/11ebae1bdd2fbd05d908fa560b81b830dddb3c56))
|
|
477
428
|
|
|
478
|
-
### Miscellaneous Tasks
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
- Remove unused files ([e47f1c2](https://github.com/swc-project/swc/commit/e47f1c2bf7e1dc9fedf5a364884a40a5e7735973))
|
|
483
|
-
|
|
484
429
|
## [1.3.79] - 2023-08-25
|
|
485
430
|
|
|
486
431
|
### Bug Fixes
|
|
@@ -1411,12 +1356,6 @@
|
|
|
1411
1356
|
|
|
1412
1357
|
- **(testing)** Fix path normalization on windows for testing diffs ([#7299](https://github.com/swc-project/swc/issues/7299)) ([3422923](https://github.com/swc-project/swc/commit/3422923cb004111f8c57501bb8b222905cf6bd09))
|
|
1413
1358
|
|
|
1414
|
-
### Miscellaneous Tasks
|
|
1415
|
-
|
|
1416
|
-
|
|
1417
|
-
|
|
1418
|
-
- Update issue template to prevent useless issues ([#7303](https://github.com/swc-project/swc/issues/7303)) ([9816ba2](https://github.com/swc-project/swc/commit/9816ba27958af07399383fc995c49dc1ed3e3554))
|
|
1419
|
-
|
|
1420
1359
|
### Testing
|
|
1421
1360
|
|
|
1422
1361
|
|
|
@@ -1932,15 +1871,9 @@ Full refactor of the "calc" simplification to be more compliant with the spec. (
|
|
|
1932
1871
|
|
|
1933
1872
|
|
|
1934
1873
|
|
|
1935
|
-
- **(bindings/node)** Fix `visitBindingIdentifier` ([#7000](https://github.com/swc-project/swc/issues/7000)) ([30cff01](https://github.com/swc-project/swc/commit/30cff016563d8925ef2b150a669ac4b6de968b82))
|
|
1936
|
-
|
|
1937
|
-
|
|
1938
1874
|
- **(es)** Allow any kind of input source maps if it's enabled ([#7002](https://github.com/swc-project/swc/issues/7002)) ([da5367b](https://github.com/swc-project/swc/commit/da5367b3fbac2cf4ab7d7f4562d58be3cff0edf8))
|
|
1939
1875
|
|
|
1940
1876
|
|
|
1941
|
-
- **(es/minifier)** Don't skip expressions with side effects from seq inliner ([#7007](https://github.com/swc-project/swc/issues/7007)) ([cfeb088](https://github.com/swc-project/swc/commit/cfeb088c37bdc2a5df79f10d2b93ce84cb12542b))
|
|
1942
|
-
|
|
1943
|
-
|
|
1944
1877
|
- **(es/minifier)** Don't create invalid property names ([#7010](https://github.com/swc-project/swc/issues/7010)) ([bb2486c](https://github.com/swc-project/swc/commit/bb2486c4592214c19ee6a1aa747dda5e58a1b07d))
|
|
1945
1878
|
|
|
1946
1879
|
|
|
@@ -1959,9 +1892,6 @@ Full refactor of the "calc" simplification to be more compliant with the spec. (
|
|
|
1959
1892
|
- **(es/minifier)** Optimize calls to `Boolean`/`Number`/`String`/`Symbol` ([#7006](https://github.com/swc-project/swc/issues/7006)) ([06cbb90](https://github.com/swc-project/swc/commit/06cbb9002da2bdc04440b6ace28432839f42ccdf))
|
|
1960
1893
|
|
|
1961
1894
|
|
|
1962
|
-
- **(es/parser)** Add an option to disallow ambiguous jsx ([#6913](https://github.com/swc-project/swc/issues/6913)) ([a6471f3](https://github.com/swc-project/swc/commit/a6471f34c0786bd0e80b3b4c5356929ebb0a8483))
|
|
1963
|
-
|
|
1964
|
-
|
|
1965
1895
|
- **(es/transforms)** Add an option to drop unused imports ([#6962](https://github.com/swc-project/swc/issues/6962)) ([67d0a89](https://github.com/swc-project/swc/commit/67d0a89ae65d0efb07a43040b962735b5cc25ea8))
|
|
1966
1896
|
|
|
1967
1897
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@swc/core",
|
|
3
|
-
"version": "1.3.93
|
|
3
|
+
"version": "1.3.93",
|
|
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.93
|
|
152
|
-
"@swc/core-darwin-x64": "1.3.93
|
|
153
|
-
"@swc/core-linux-x64-gnu": "1.3.93
|
|
154
|
-
"@swc/core-linux-x64-musl": "1.3.93
|
|
155
|
-
"@swc/core-win32-ia32-msvc": "1.3.93
|
|
156
|
-
"@swc/core-linux-arm64-gnu": "1.3.93
|
|
157
|
-
"@swc/core-linux-arm-gnueabihf": "1.3.93
|
|
158
|
-
"@swc/core-darwin-arm64": "1.3.93
|
|
159
|
-
"@swc/core-linux-arm64-musl": "1.3.93
|
|
160
|
-
"@swc/core-win32-arm64-msvc": "1.3.93
|
|
151
|
+
"@swc/core-win32-x64-msvc": "1.3.93",
|
|
152
|
+
"@swc/core-darwin-x64": "1.3.93",
|
|
153
|
+
"@swc/core-linux-x64-gnu": "1.3.93",
|
|
154
|
+
"@swc/core-linux-x64-musl": "1.3.93",
|
|
155
|
+
"@swc/core-win32-ia32-msvc": "1.3.93",
|
|
156
|
+
"@swc/core-linux-arm64-gnu": "1.3.93",
|
|
157
|
+
"@swc/core-linux-arm-gnueabihf": "1.3.93",
|
|
158
|
+
"@swc/core-darwin-arm64": "1.3.93",
|
|
159
|
+
"@swc/core-linux-arm64-musl": "1.3.93",
|
|
160
|
+
"@swc/core-win32-arm64-msvc": "1.3.93"
|
|
161
161
|
},
|
|
162
162
|
"files": [
|
|
163
163
|
"CHANGELOG.md",
|