@swc/core 1.3.83 → 1.3.85

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 +37 -0
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -5,6 +5,43 @@
5
5
 
6
6
 
7
7
 
8
+ - **(css/modules)** Support composes when using multiple subclass selectors (#7949) ([05ca19b](https://github.com/swc-project/swc/commit/05ca19b84489ae47f69d8228b3c0097164c7ec6e))
9
+
10
+
11
+ - **(es/compat)** Handle single expression case in static block (#7944) ([a80aec4](https://github.com/swc-project/swc/commit/a80aec47efcff953d3408cf6910b66c2312f3006))
12
+
13
+
14
+ - **(es/minifier)** Parse a file as a module only if `opts.module` is `true` (#7943) ([b87ac64](https://github.com/swc-project/swc/commit/b87ac646f81f181b574da798b3e613a3cfa4cad5))
15
+
16
+ ### Features
17
+
18
+
19
+
20
+ - **(es/compat)** Support `pure_getters` for `optional_chaining` (#7933) ([c091c5e](https://github.com/swc-project/swc/commit/c091c5e295ec2ef704be1461f6587ae85051b543))
21
+
22
+
23
+ - **(es/module)** Add an option to make resolver fully resolve `index.js` (#7945) ([7e8d72d](https://github.com/swc-project/swc/commit/7e8d72d03b312b7a48c17afa8d2a4d7f4e802a6a))
24
+
25
+ ## [1.3.84] - 2023-09-11
26
+
27
+ ### Bug Fixes
28
+
29
+
30
+
31
+ - **(es/codegen)** Emit leading comments for `ExprStmt` (#7916) ([2da5895](https://github.com/swc-project/swc/commit/2da58959c26d5afb0b8f179fc681478bf05e6e20))
32
+
33
+
34
+ - **(es/codegen)** Use `emitAssertForImportAttributes` (#7936) ([dac8888](https://github.com/swc-project/swc/commit/dac8888829841e1de19d53c887a2a52c9ab5feaa))
35
+
36
+
37
+ - **(es/compat)** Visit assign expr in generator (#7932) ([97068e1](https://github.com/swc-project/swc/commit/97068e12d16803012a4859114702577def024a36))
38
+
39
+ ## [1.3.83] - 2023-09-07
40
+
41
+ ### Bug Fixes
42
+
43
+
44
+
8
45
  - **(css/modules)** Aggregate class names when composes is chained. (#7917) ([0db25a2](https://github.com/swc-project/swc/commit/0db25a252cf35e4b64b38bde9f34a2f33eb2f662))
9
46
 
10
47
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@swc/core",
3
- "version": "1.3.83",
3
+ "version": "1.3.85",
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.83",
149
- "@swc/core-darwin-x64": "1.3.83",
150
- "@swc/core-linux-x64-gnu": "1.3.83",
151
- "@swc/core-linux-x64-musl": "1.3.83",
152
- "@swc/core-win32-ia32-msvc": "1.3.83",
153
- "@swc/core-linux-arm64-gnu": "1.3.83",
154
- "@swc/core-linux-arm-gnueabihf": "1.3.83",
155
- "@swc/core-darwin-arm64": "1.3.83",
156
- "@swc/core-linux-arm64-musl": "1.3.83",
157
- "@swc/core-win32-arm64-msvc": "1.3.83"
148
+ "@swc/core-win32-x64-msvc": "1.3.85",
149
+ "@swc/core-darwin-x64": "1.3.85",
150
+ "@swc/core-linux-x64-gnu": "1.3.85",
151
+ "@swc/core-linux-x64-musl": "1.3.85",
152
+ "@swc/core-win32-ia32-msvc": "1.3.85",
153
+ "@swc/core-linux-arm64-gnu": "1.3.85",
154
+ "@swc/core-linux-arm-gnueabihf": "1.3.85",
155
+ "@swc/core-darwin-arm64": "1.3.85",
156
+ "@swc/core-linux-arm64-musl": "1.3.85",
157
+ "@swc/core-win32-arm64-msvc": "1.3.85"
158
158
  },
159
159
  "files": [
160
160
  "CHANGELOG.md",