@swc/core 1.5.2 → 1.5.3-nightly-20240429.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 +0 -12
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -1342,18 +1342,6 @@
1342
1342
 
1343
1343
 
1344
1344
 
1345
- - **(es/compat)** Transform default-exported class decorators correctly ([#8050](https://github.com/swc-project/swc/issues/8050)) ([a751f1c](https://github.com/swc-project/swc/commit/a751f1cfaf415917ab2a5e5098d9ca32bffa907b))
1346
-
1347
-
1348
1345
  - **(es/compat)** Use `async` and `await` correctly in `block-scoping` pass ([#8056](https://github.com/swc-project/swc/issues/8056)) ([8318ea8](https://github.com/swc-project/swc/commit/8318ea82c28d3cf55e701f6da2f3077efe8ca653))
1349
1346
 
1350
-
1351
- - **(es/module)** Handle directives ([#8048](https://github.com/swc-project/swc/issues/8048)) ([4d8e101](https://github.com/swc-project/swc/commit/4d8e1013bb7775f60d463276cc3233ecd7849b31))
1352
-
1353
- ### Refactor
1354
-
1355
-
1356
-
1357
- - **(cli)** Make CLI testable/managable with `swc-bump` ([#8045](https://github.com/swc-project/swc/issues/8045)) ([f717cf2](https://github.com/swc-project/swc/commit/f717cf21cc1cea5e30e87c4d08861daadb25ab14))
1358
-
1359
1347
  <!-- generated by git-cliff -->
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@swc/core",
3
- "version": "1.5.2",
3
+ "version": "1.5.3-nightly-20240429.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.5.2",
177
- "@swc/core-win32-x64-msvc": "1.5.2",
178
- "@swc/core-linux-x64-gnu": "1.5.2",
179
- "@swc/core-linux-x64-musl": "1.5.2",
180
- "@swc/core-win32-ia32-msvc": "1.5.2",
181
- "@swc/core-linux-arm-gnueabihf": "1.5.2",
182
- "@swc/core-linux-arm64-gnu": "1.5.2",
183
- "@swc/core-darwin-arm64": "1.5.2",
184
- "@swc/core-linux-arm64-musl": "1.5.2",
185
- "@swc/core-win32-arm64-msvc": "1.5.2"
176
+ "@swc/core-darwin-x64": "1.5.3-nightly-20240429.2",
177
+ "@swc/core-win32-x64-msvc": "1.5.3-nightly-20240429.2",
178
+ "@swc/core-linux-x64-gnu": "1.5.3-nightly-20240429.2",
179
+ "@swc/core-linux-x64-musl": "1.5.3-nightly-20240429.2",
180
+ "@swc/core-win32-ia32-msvc": "1.5.3-nightly-20240429.2",
181
+ "@swc/core-linux-arm-gnueabihf": "1.5.3-nightly-20240429.2",
182
+ "@swc/core-linux-arm64-gnu": "1.5.3-nightly-20240429.2",
183
+ "@swc/core-darwin-arm64": "1.5.3-nightly-20240429.2",
184
+ "@swc/core-linux-arm64-musl": "1.5.3-nightly-20240429.2",
185
+ "@swc/core-win32-arm64-msvc": "1.5.3-nightly-20240429.2"
186
186
  }
187
187
  }