@swc/core 1.3.82 → 1.3.84

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 +34 -0
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -5,6 +5,40 @@
5
5
 
6
6
 
7
7
 
8
+ - **(es/codegen)** Emit leading comments for `ExprStmt` (#7916) ([2da5895](https://github.com/swc-project/swc/commit/2da58959c26d5afb0b8f179fc681478bf05e6e20))
9
+
10
+
11
+ - **(es/codegen)** Use `emitAssertForImportAttributes` (#7936) ([dac8888](https://github.com/swc-project/swc/commit/dac8888829841e1de19d53c887a2a52c9ab5feaa))
12
+
13
+
14
+ - **(es/compat)** Visit assign expr in generator (#7932) ([97068e1](https://github.com/swc-project/swc/commit/97068e12d16803012a4859114702577def024a36))
15
+
16
+ ## [1.3.83] - 2023-09-07
17
+
18
+ ### Bug Fixes
19
+
20
+
21
+
22
+ - **(css/modules)** Aggregate class names when composes is chained. (#7917) ([0db25a2](https://github.com/swc-project/swc/commit/0db25a252cf35e4b64b38bde9f34a2f33eb2f662))
23
+
24
+
25
+ - **(es/module)** Revert #7901 (#7906) ([85d6e9b](https://github.com/swc-project/swc/commit/85d6e9be07af7bb788594b21a986636657d86f03))
26
+
27
+
28
+ - **(es/module)** Fix `jsc.paths` for projects using pnpm (#7918) ([a86e9f3](https://github.com/swc-project/swc/commit/a86e9f3bb5bd490ebf0b18fe7349a2b0fbc0c45f))
29
+
30
+ ### Features
31
+
32
+
33
+
34
+ - **(es/codegen)** Add an option to print `assert` for import attributes (#7914) ([ee75756](https://github.com/swc-project/swc/commit/ee7575695de6dad140457ffb8bb8f0ac80c4dcdc))
35
+
36
+ ## [1.3.82] - 2023-09-01
37
+
38
+ ### Bug Fixes
39
+
40
+
41
+
8
42
  - **(common)** Fix logic for excluding `FileName` from source maps (#7900) ([aa64955](https://github.com/swc-project/swc/commit/aa6495519b9271cb21d380c0c5a35fe79d31ee14))
9
43
 
10
44
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@swc/core",
3
- "version": "1.3.82",
3
+ "version": "1.3.84",
4
4
  "description": "Super-fast alternative for babel",
5
5
  "homepage": "https://swc.rs",
6
6
  "main": "./index.js",
@@ -145,16 +145,16 @@
145
145
  "url": "https://opencollective.com/swc"
146
146
  },
147
147
  "optionalDependencies": {
148
- "@swc/core-win32-x64-msvc": "1.3.82",
149
- "@swc/core-darwin-x64": "1.3.82",
150
- "@swc/core-linux-x64-gnu": "1.3.82",
151
- "@swc/core-linux-x64-musl": "1.3.82",
152
- "@swc/core-win32-ia32-msvc": "1.3.82",
153
- "@swc/core-linux-arm64-gnu": "1.3.82",
154
- "@swc/core-linux-arm-gnueabihf": "1.3.82",
155
- "@swc/core-darwin-arm64": "1.3.82",
156
- "@swc/core-linux-arm64-musl": "1.3.82",
157
- "@swc/core-win32-arm64-msvc": "1.3.82"
148
+ "@swc/core-win32-x64-msvc": "1.3.84",
149
+ "@swc/core-darwin-x64": "1.3.84",
150
+ "@swc/core-linux-x64-gnu": "1.3.84",
151
+ "@swc/core-linux-x64-musl": "1.3.84",
152
+ "@swc/core-win32-ia32-msvc": "1.3.84",
153
+ "@swc/core-linux-arm64-gnu": "1.3.84",
154
+ "@swc/core-linux-arm-gnueabihf": "1.3.84",
155
+ "@swc/core-darwin-arm64": "1.3.84",
156
+ "@swc/core-linux-arm64-musl": "1.3.84",
157
+ "@swc/core-win32-arm64-msvc": "1.3.84"
158
158
  },
159
159
  "files": [
160
160
  "CHANGELOG.md",