@swc/core 1.5.5 → 1.5.6
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 +26 -18
- package/package.json +11 -11
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,32 @@
|
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
|
|
8
|
+
- **(es)** Allow input source map file to be omitted ([#8951](https://github.com/swc-project/swc/issues/8951)) ([606cb67](https://github.com/swc-project/swc/commit/606cb677c42dd43c24ba49ad0912998e33159560))
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
- **(es/ast)** Pin version of unicodes ([#8941](https://github.com/swc-project/swc/issues/8941)) ([6362ff4](https://github.com/swc-project/swc/commit/6362ff4ba80afc9c887a8817582ae976a05c1d90))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
- **(es/compat)** Avoid reserved name for private method ([#8949](https://github.com/swc-project/swc/issues/8949)) ([7053bb1](https://github.com/swc-project/swc/commit/7053bb16ce19ba476760b7fe0b1627d1210d6e18))
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
- **(es/minifier)** Abort inliner on mutation via property ([#8938](https://github.com/swc-project/swc/issues/8938)) ([257afc9](https://github.com/swc-project/swc/commit/257afc92c9b2a751935f8fdee1b84bc9222359b6))
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
- **(es/minifier)** Don't invoke IIFE containing reserved words ([#8939](https://github.com/swc-project/swc/issues/8939)) ([5a3456c](https://github.com/swc-project/swc/commit/5a3456c254a686ceef343ce5f9ec67b3e4644138))
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
- **(es/minifier)** Fix evaluation of `String.charCodeAt` ([#8946](https://github.com/swc-project/swc/issues/8946)) ([772c50f](https://github.com/swc-project/swc/commit/772c50fd7610768c43cf795b03dcae1d00f715d2))
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
- **(es/minifier)** Abort seq inliner on `**` ([#8947](https://github.com/swc-project/swc/issues/8947)) ([3046d71](https://github.com/swc-project/swc/commit/3046d71daa77327e7b211cfdb641e3e6148bea5f))
|
|
27
|
+
|
|
28
|
+
## [1.5.5] - 2024-05-08
|
|
29
|
+
|
|
30
|
+
### Bug Fixes
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
|
|
8
34
|
- **(css/modules)** Allow any order of composes ([#8930](https://github.com/swc-project/swc/issues/8930)) ([7014c63](https://github.com/swc-project/swc/commit/7014c63625c7c9f83322931600a52c82ba8b107a))
|
|
9
35
|
|
|
10
36
|
|
|
@@ -1335,26 +1361,8 @@
|
|
|
1335
1361
|
|
|
1336
1362
|
|
|
1337
1363
|
|
|
1338
|
-
- **(es/compat)** Handle export default decorator only if not empty ([#8099](https://github.com/swc-project/swc/issues/8099)) ([bf523f5](https://github.com/swc-project/swc/commit/bf523f53513311d6c7d4a94f9a36bedd42230c09))
|
|
1339
|
-
|
|
1340
|
-
|
|
1341
|
-
- **(es/decorators)** Fix a regression about class expressions ([#8102](https://github.com/swc-project/swc/issues/8102)) ([cb4361f](https://github.com/swc-project/swc/commit/cb4361f2931cf222edbb449db6fe2c261c4b735d))
|
|
1342
|
-
|
|
1343
|
-
|
|
1344
1364
|
- **(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))
|
|
1345
1365
|
|
|
1346
|
-
|
|
1347
|
-
- **(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))
|
|
1348
|
-
|
|
1349
|
-
|
|
1350
|
-
- **(xtask)** Fix nightly command ([#8105](https://github.com/swc-project/swc/issues/8105)) ([db4ca65](https://github.com/swc-project/swc/commit/db4ca650e445e602f289f7964b24f7e2647beacd))
|
|
1351
|
-
|
|
1352
|
-
### Miscellaneous Tasks
|
|
1353
|
-
|
|
1354
|
-
|
|
1355
|
-
|
|
1356
|
-
- **(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))
|
|
1357
|
-
|
|
1358
1366
|
### Refactor
|
|
1359
1367
|
|
|
1360
1368
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@swc/core",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.6",
|
|
4
4
|
"description": "Super-fast alternative for babel",
|
|
5
5
|
"homepage": "https://swc.rs",
|
|
6
6
|
"main": "./index.js",
|
|
@@ -173,15 +173,15 @@
|
|
|
173
173
|
"@swc/types": "^0.1.5"
|
|
174
174
|
},
|
|
175
175
|
"optionalDependencies": {
|
|
176
|
-
"@swc/core-darwin-x64": "1.5.
|
|
177
|
-
"@swc/core-win32-x64-msvc": "1.5.
|
|
178
|
-
"@swc/core-linux-x64-gnu": "1.5.
|
|
179
|
-
"@swc/core-linux-x64-musl": "1.5.
|
|
180
|
-
"@swc/core-win32-ia32-msvc": "1.5.
|
|
181
|
-
"@swc/core-linux-arm-gnueabihf": "1.5.
|
|
182
|
-
"@swc/core-linux-arm64-gnu": "1.5.
|
|
183
|
-
"@swc/core-darwin-arm64": "1.5.
|
|
184
|
-
"@swc/core-linux-arm64-musl": "1.5.
|
|
185
|
-
"@swc/core-win32-arm64-msvc": "1.5.
|
|
176
|
+
"@swc/core-darwin-x64": "1.5.6",
|
|
177
|
+
"@swc/core-win32-x64-msvc": "1.5.6",
|
|
178
|
+
"@swc/core-linux-x64-gnu": "1.5.6",
|
|
179
|
+
"@swc/core-linux-x64-musl": "1.5.6",
|
|
180
|
+
"@swc/core-win32-ia32-msvc": "1.5.6",
|
|
181
|
+
"@swc/core-linux-arm-gnueabihf": "1.5.6",
|
|
182
|
+
"@swc/core-linux-arm64-gnu": "1.5.6",
|
|
183
|
+
"@swc/core-darwin-arm64": "1.5.6",
|
|
184
|
+
"@swc/core-linux-arm64-musl": "1.5.6",
|
|
185
|
+
"@swc/core-win32-arm64-msvc": "1.5.6"
|
|
186
186
|
}
|
|
187
187
|
}
|