@swc/core 1.4.4 → 1.4.5

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 +14 -11
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -1,4 +1,18 @@
1
1
  # Changelog
2
+ ## [unreleased]
3
+
4
+ ### Bug Fixes
5
+
6
+
7
+
8
+ - **(es/module)** Fix relativeness check for `jsc.paths` ([#8702](https://github.com/swc-project/swc/issues/8702)) ([d37125f](https://github.com/swc-project/swc/commit/d37125fb8ea23eb7b7fae09835c92f548fa5f0ab))
9
+
10
+ ### Features
11
+
12
+
13
+
14
+ - **(es/parser)** Support Regular Expression `v` flag ([#8690](https://github.com/swc-project/swc/issues/8690)) ([4ce39eb](https://github.com/swc-project/swc/commit/4ce39ebf32d79982a31458b7b70d9fecde40cd35))
15
+
2
16
  ## [1.4.3] - 2024-03-05
3
17
 
4
18
  ### Bug Fixes
@@ -1404,9 +1418,6 @@
1404
1418
 
1405
1419
  - **(es/minifier)** Do not drop properties used via `this` ([#7785](https://github.com/swc-project/swc/issues/7785)) ([552d9aa](https://github.com/swc-project/swc/commit/552d9aa344cb6db2dff1e20011411a56f92d4f06))
1406
1420
 
1407
-
1408
- - **(es/module)** Use `jsc.baseUrl` while resolving absolute paths ([#7775](https://github.com/swc-project/swc/issues/7775)) ([5c4bfa6](https://github.com/swc-project/swc/commit/5c4bfa61f9e4f7732bc1a9da6cd25f52e593a374))
1409
-
1410
1421
  ### Features
1411
1422
 
1412
1423
 
@@ -1419,12 +1430,4 @@
1419
1430
 
1420
1431
  - **(es/compat)** Improve time complexity of `class_properties` ([#7786](https://github.com/swc-project/swc/issues/7786)) ([76c6258](https://github.com/swc-project/swc/commit/76c6258d1544ede09cb4f281c42e1fc80ad4145b))
1421
1432
 
1422
- ## [1.3.75] - 2023-08-08
1423
-
1424
- ### Refactor
1425
-
1426
-
1427
-
1428
- - **(es/minifier)** Support stable rustc ([#7734](https://github.com/swc-project/swc/issues/7734)) ([f7afe7e](https://github.com/swc-project/swc/commit/f7afe7edecc65f41845721c75b77d2f6dba04a6a))
1429
-
1430
1433
  <!-- generated by git-cliff -->
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@swc/core",
3
- "version": "1.4.4",
3
+ "version": "1.4.5",
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.4",
177
- "@swc/core-win32-x64-msvc": "1.4.4",
178
- "@swc/core-linux-x64-gnu": "1.4.4",
179
- "@swc/core-linux-x64-musl": "1.4.4",
180
- "@swc/core-win32-ia32-msvc": "1.4.4",
181
- "@swc/core-linux-arm-gnueabihf": "1.4.4",
182
- "@swc/core-linux-arm64-gnu": "1.4.4",
183
- "@swc/core-darwin-arm64": "1.4.4",
184
- "@swc/core-linux-arm64-musl": "1.4.4",
185
- "@swc/core-win32-arm64-msvc": "1.4.4"
176
+ "@swc/core-darwin-x64": "1.4.5",
177
+ "@swc/core-win32-x64-msvc": "1.4.5",
178
+ "@swc/core-linux-x64-gnu": "1.4.5",
179
+ "@swc/core-linux-x64-musl": "1.4.5",
180
+ "@swc/core-win32-ia32-msvc": "1.4.5",
181
+ "@swc/core-linux-arm-gnueabihf": "1.4.5",
182
+ "@swc/core-linux-arm64-gnu": "1.4.5",
183
+ "@swc/core-darwin-arm64": "1.4.5",
184
+ "@swc/core-linux-arm64-musl": "1.4.5",
185
+ "@swc/core-win32-arm64-msvc": "1.4.5"
186
186
  }
187
187
  }