@swc/core 1.4.2 → 1.4.3-nightly-20240222.2

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 +32 -29
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -5,6 +5,38 @@
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
+ ### Performance
26
+
27
+
28
+
29
+ - **(visit)** Use `quote::quote!` instead of `pmutil::q!` ([#8485](https://github.com/swc-project/swc/issues/8485)) ([8defcb2](https://github.com/swc-project/swc/commit/8defcb28196238e9f8bcbb0e8f345724d47f8882))
30
+
31
+
32
+ - **(visit)** Use qualified paths for generated codes ([#8655](https://github.com/swc-project/swc/issues/8655)) ([671c4a7](https://github.com/swc-project/swc/commit/671c4a78dd294591a0b18a44e18edc29bba30a52))
33
+
34
+ ## [1.4.2] - 2024-02-19
35
+
36
+ ### Bug Fixes
37
+
38
+
39
+
8
40
  - **(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
41
 
10
42
 
@@ -1420,33 +1452,4 @@
1420
1452
 
1421
1453
  - **(es/compat)** Add a test for optional chaining with loose mode ([#7726](https://github.com/swc-project/swc/issues/7726)) ([216c4f1](https://github.com/swc-project/swc/commit/216c4f17df449847c3cc3a62b9f5694d2416eca1))
1422
1454
 
1423
- ## [1.3.72] - 2023-07-28
1424
-
1425
- ### Bug Fixes
1426
-
1427
-
1428
-
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
- - **(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
-
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
- ### Refactor
1447
-
1448
-
1449
-
1450
- - **(es/parser)** Make `stacker` an optional dependency ([#7720](https://github.com/swc-project/swc/issues/7720)) ([864bdef](https://github.com/swc-project/swc/commit/864bdefbe0012ddbe93075c70f0b2b44577a5424))
1451
-
1452
1455
  <!-- generated by git-cliff -->
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@swc/core",
3
- "version": "1.4.2",
3
+ "version": "1.4.3-nightly-20240222.2",
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.2",
177
- "@swc/core-win32-x64-msvc": "1.4.2",
178
- "@swc/core-linux-x64-gnu": "1.4.2",
179
- "@swc/core-linux-x64-musl": "1.4.2",
180
- "@swc/core-win32-ia32-msvc": "1.4.2",
181
- "@swc/core-linux-arm-gnueabihf": "1.4.2",
182
- "@swc/core-linux-arm64-gnu": "1.4.2",
183
- "@swc/core-darwin-arm64": "1.4.2",
184
- "@swc/core-linux-arm64-musl": "1.4.2",
185
- "@swc/core-win32-arm64-msvc": "1.4.2"
176
+ "@swc/core-darwin-x64": "1.4.3-nightly-20240222.2",
177
+ "@swc/core-win32-x64-msvc": "1.4.3-nightly-20240222.2",
178
+ "@swc/core-linux-x64-gnu": "1.4.3-nightly-20240222.2",
179
+ "@swc/core-linux-x64-musl": "1.4.3-nightly-20240222.2",
180
+ "@swc/core-win32-ia32-msvc": "1.4.3-nightly-20240222.2",
181
+ "@swc/core-linux-arm-gnueabihf": "1.4.3-nightly-20240222.2",
182
+ "@swc/core-linux-arm64-gnu": "1.4.3-nightly-20240222.2",
183
+ "@swc/core-darwin-arm64": "1.4.3-nightly-20240222.2",
184
+ "@swc/core-linux-arm64-musl": "1.4.3-nightly-20240222.2",
185
+ "@swc/core-win32-arm64-msvc": "1.4.3-nightly-20240222.2"
186
186
  }
187
187
  }