@swc/core 1.3.96-nightly-20231102.1 → 1.3.96

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 +12 -14
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -13,6 +13,18 @@
13
13
 
14
14
  - **(es/compat)** Use dummy span for blocks in `parameters` ([#8202](https://github.com/swc-project/swc/issues/8202)) ([c1b255a](https://github.com/swc-project/swc/commit/c1b255a59c1e8d81371c9576ca0c4573f04e65da))
15
15
 
16
+
17
+ - **(es/compat)** Handle private names from class properties pass ([#8090](https://github.com/swc-project/swc/issues/8090)) ([83a5a0c](https://github.com/swc-project/swc/commit/83a5a0c612b7ca97529720f8a35117957d4cb9a6))
18
+
19
+
20
+ - **(es/react)** Visit children nodes in `jsx-src` pass ([#8212](https://github.com/swc-project/swc/issues/8212)) ([47733a9](https://github.com/swc-project/swc/commit/47733a951c14bc22c2a60acb420b597ddab7d306))
21
+
22
+
23
+ - **(es/transforms)** Do not add `PURE` comment to `BytePos(0)` ([#8207](https://github.com/swc-project/swc/issues/8207)) ([c061356](https://github.com/swc-project/swc/commit/c061356b63431fcd0323e434402ead143c622340))
24
+
25
+
26
+ - **(es/typescript)** Preserve const enum for named export ([#8208](https://github.com/swc-project/swc/issues/8208)) ([abced23](https://github.com/swc-project/swc/commit/abced23b2a16e9602ffe59a20e6cbf65a882a3ce))
27
+
16
28
  ### Features
17
29
 
18
30
 
@@ -1706,9 +1718,6 @@
1706
1718
 
1707
1719
 
1708
1720
 
1709
- - **(es/resolver)** Make scope context identical to the vars ([#7095](https://github.com/swc-project/swc/issues/7095)) ([0f09e35](https://github.com/swc-project/swc/commit/0f09e356c38268ac10223d0d44dd253949bcbc59))
1710
-
1711
-
1712
1721
  - Feat(css/minifier) Follow the CSS spec more rigorously ([#6291](https://github.com/swc-project/swc/issues/6291))
1713
1722
 
1714
1723
  **Description:**
@@ -1721,15 +1730,4 @@ Full refactor of the "calc" simplification to be more compliant with the spec. (
1721
1730
 
1722
1731
  - **(es/fixer)** Move comments with the insertion order ([#7097](https://github.com/swc-project/swc/issues/7097)) ([f250f24](https://github.com/swc-project/swc/commit/f250f243cba49b9cdcdc920d37c92662c14941bc))
1723
1732
 
1724
-
1725
- - **(es/resolver)** Make syntax context for unresolved and top-level stable ([#7096](https://github.com/swc-project/swc/issues/7096)) ([c114f00](https://github.com/swc-project/swc/commit/c114f006b4ea388ef9a4503e935d59e92a647ecf))
1726
-
1727
- ## [1.3.41] - 2023-03-17
1728
-
1729
- ### Bug Fixes
1730
-
1731
-
1732
-
1733
- - **(es/minifier)** Remove wrong optimization of `new RegExp(…)` ([#7091](https://github.com/swc-project/swc/issues/7091)) ([493a4f7](https://github.com/swc-project/swc/commit/493a4f7042bad7f883981b10cdc02fe0d36a5fb0))
1734
-
1735
1733
  <!-- generated by git-cliff -->
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@swc/core",
3
- "version": "1.3.96-nightly-20231102.1",
3
+ "version": "1.3.96",
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.96-nightly-20231102.1",
152
- "@swc/core-darwin-x64": "1.3.96-nightly-20231102.1",
153
- "@swc/core-linux-x64-gnu": "1.3.96-nightly-20231102.1",
154
- "@swc/core-linux-x64-musl": "1.3.96-nightly-20231102.1",
155
- "@swc/core-win32-ia32-msvc": "1.3.96-nightly-20231102.1",
156
- "@swc/core-linux-arm64-gnu": "1.3.96-nightly-20231102.1",
157
- "@swc/core-linux-arm-gnueabihf": "1.3.96-nightly-20231102.1",
158
- "@swc/core-darwin-arm64": "1.3.96-nightly-20231102.1",
159
- "@swc/core-linux-arm64-musl": "1.3.96-nightly-20231102.1",
160
- "@swc/core-win32-arm64-msvc": "1.3.96-nightly-20231102.1"
151
+ "@swc/core-win32-x64-msvc": "1.3.96",
152
+ "@swc/core-darwin-x64": "1.3.96",
153
+ "@swc/core-linux-x64-gnu": "1.3.96",
154
+ "@swc/core-linux-x64-musl": "1.3.96",
155
+ "@swc/core-win32-ia32-msvc": "1.3.96",
156
+ "@swc/core-linux-arm64-gnu": "1.3.96",
157
+ "@swc/core-linux-arm-gnueabihf": "1.3.96",
158
+ "@swc/core-darwin-arm64": "1.3.96",
159
+ "@swc/core-linux-arm64-musl": "1.3.96",
160
+ "@swc/core-win32-arm64-msvc": "1.3.96"
161
161
  },
162
162
  "files": [
163
163
  "CHANGELOG.md",