@swc/core 1.4.2 → 1.4.3-nightly-20240222.1
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 +23 -15
- package/package.json +11 -11
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,29 @@
|
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
|
|
8
|
+
- **(es/compat)** Split declaration and init in `block-scoping` pass ([#8648](https://github.com/swc-project/swc/issues/8648)) ([6fe6810](https://github.com/swc-project/swc/commit/6fe6810c492ca20ad73d1536e328ddb804533537))
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
- **(es/parser)** Check for existence of modifiers while parsing `accessor` token ([#8649](https://github.com/swc-project/swc/issues/8649)) ([ca23a33](https://github.com/swc-project/swc/commit/ca23a3353cefb0064ab28d10ea86634be5a0c191))
|
|
12
|
+
|
|
13
|
+
### Documentation
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
- **(es/minifier)** Update examples code ([#8652](https://github.com/swc-project/swc/issues/8652)) ([3bf3a62](https://github.com/swc-project/swc/commit/3bf3a62505cc3fc6eaf182b75c319ea4bc212ee8))
|
|
18
|
+
|
|
19
|
+
### Features
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
- **(es/ast)** Add alias to `EsVersion` ([#8653](https://github.com/swc-project/swc/issues/8653)) ([7d62c76](https://github.com/swc-project/swc/commit/7d62c762e657cdddf45c1a99c66285ae9cb07b5c))
|
|
24
|
+
|
|
25
|
+
## [1.4.2] - 2024-02-19
|
|
26
|
+
|
|
27
|
+
### Bug Fixes
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
8
31
|
- **(es/helpers)** Add `addInitializer` to field decorators ([#8619](https://github.com/swc-project/swc/issues/8619)) ([cd38ef3](https://github.com/swc-project/swc/commit/cd38ef39d6a3b3f1e31d5144e2e8c11bd9144239))
|
|
9
32
|
|
|
10
33
|
|
|
@@ -1426,23 +1449,8 @@
|
|
|
1426
1449
|
|
|
1427
1450
|
|
|
1428
1451
|
|
|
1429
|
-
- **(es/compat)** Fix handling of private members in optional chaining pass ([#7610](https://github.com/swc-project/swc/issues/7610)) ([7ba7b6e](https://github.com/swc-project/swc/commit/7ba7b6ec1fd7170ef7a321a6bd4931984e1a08d4))
|
|
1430
|
-
|
|
1431
|
-
|
|
1432
1452
|
- **(es/minifier)** Do not drop used properties ([#7702](https://github.com/swc-project/swc/issues/7702)) ([f901b41](https://github.com/swc-project/swc/commit/f901b417d1a37f679ff4c5a54e81671684d9f485))
|
|
1433
1453
|
|
|
1434
|
-
|
|
1435
|
-
- **(es/module)** Do not determine module name for modules without exports in UMD ([#7718](https://github.com/swc-project/swc/issues/7718)) ([40136f7](https://github.com/swc-project/swc/commit/40136f7c54bdc347d5f725549a27e1104433ff36))
|
|
1436
|
-
|
|
1437
|
-
### Features
|
|
1438
|
-
|
|
1439
|
-
|
|
1440
|
-
|
|
1441
|
-
- **(es)** Add a validation for a wrong config ([#7704](https://github.com/swc-project/swc/issues/7704)) ([900701f](https://github.com/swc-project/swc/commit/900701fbf24912dce219f97baa8c11c533966896))
|
|
1442
|
-
|
|
1443
|
-
|
|
1444
|
-
- **(swc_core)** Expose `visit/serde` as serde feature ([#7722](https://github.com/swc-project/swc/issues/7722)) ([2bc9637](https://github.com/swc-project/swc/commit/2bc96373b736ce4d81336c1c0340a1d4f7d7f4b0))
|
|
1445
|
-
|
|
1446
1454
|
### Refactor
|
|
1447
1455
|
|
|
1448
1456
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@swc/core",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.3-nightly-20240222.1",
|
|
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.4.
|
|
177
|
-
"@swc/core-win32-x64-msvc": "1.4.
|
|
178
|
-
"@swc/core-linux-x64-gnu": "1.4.
|
|
179
|
-
"@swc/core-linux-x64-musl": "1.4.
|
|
180
|
-
"@swc/core-win32-ia32-msvc": "1.4.
|
|
181
|
-
"@swc/core-linux-arm-gnueabihf": "1.4.
|
|
182
|
-
"@swc/core-linux-arm64-gnu": "1.4.
|
|
183
|
-
"@swc/core-darwin-arm64": "1.4.
|
|
184
|
-
"@swc/core-linux-arm64-musl": "1.4.
|
|
185
|
-
"@swc/core-win32-arm64-msvc": "1.4.
|
|
176
|
+
"@swc/core-darwin-x64": "1.4.3-nightly-20240222.1",
|
|
177
|
+
"@swc/core-win32-x64-msvc": "1.4.3-nightly-20240222.1",
|
|
178
|
+
"@swc/core-linux-x64-gnu": "1.4.3-nightly-20240222.1",
|
|
179
|
+
"@swc/core-linux-x64-musl": "1.4.3-nightly-20240222.1",
|
|
180
|
+
"@swc/core-win32-ia32-msvc": "1.4.3-nightly-20240222.1",
|
|
181
|
+
"@swc/core-linux-arm-gnueabihf": "1.4.3-nightly-20240222.1",
|
|
182
|
+
"@swc/core-linux-arm64-gnu": "1.4.3-nightly-20240222.1",
|
|
183
|
+
"@swc/core-darwin-arm64": "1.4.3-nightly-20240222.1",
|
|
184
|
+
"@swc/core-linux-arm64-musl": "1.4.3-nightly-20240222.1",
|
|
185
|
+
"@swc/core-win32-arm64-msvc": "1.4.3-nightly-20240222.1"
|
|
186
186
|
}
|
|
187
187
|
}
|