@swc/core 1.3.67 → 1.3.68

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 +47 -0
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -5,6 +5,53 @@
5
5
 
6
6
 
7
7
 
8
+ - **(css/modules)** Fix `:local` and `:global` (#7600) ([f0ab5b3](https://github.com/swc-project/swc/commit/f0ab5b39f79685023cfc9529bc60e96231ad18d7))
9
+
10
+
11
+ - **(es/compat)** Visit transformed expression in optional chaining pass (#7614) ([c087c82](https://github.com/swc-project/swc/commit/c087c82aa3131ecafa2e42cdef6ecfba6c80b9b8))
12
+
13
+
14
+ - **(es/fixer)** Don't change default decls to default expr exports (#7585) ([e272545](https://github.com/swc-project/swc/commit/e2725451aa507c18222c5f66cf0a5a049c92bd0b))
15
+
16
+
17
+ - **(es/minifier)** Add usage to inlined ident eagerly (#7597) ([4f866de](https://github.com/swc-project/swc/commit/4f866de8788558a4f9f3e3f889048136c7896ee3))
18
+
19
+
20
+ - **(es/parser)** Re-lex `<<` as two `<`-s if required (#7439) ([6850372](https://github.com/swc-project/swc/commit/68503726a78cfc37cd995eda69a3e8982b6fdf57))
21
+
22
+
23
+ - **(plugin/runner)** Disable wasi env cleanup (#7607) ([8209594](https://github.com/swc-project/swc/commit/8209594a8c11d2a65061763fef5d3a7780976f39))
24
+
25
+
26
+ - **(xml/codegen)** Fix wrong minification of spaces in a self-closing tag (#7595) ([769d651](https://github.com/swc-project/swc/commit/769d6516a50796e6642d6724e8472dd32d871612))
27
+
28
+ ### Features
29
+
30
+
31
+
32
+ - **(es/compat)** Implement transform for explicit resource management (#7376) ([bcd5a1d](https://github.com/swc-project/swc/commit/bcd5a1d6665bc6f4aaa857d1f88b0da82a6c4a04))
33
+
34
+
35
+ - **(es/minifier)** Drop unused properties (#7534) ([47d2edd](https://github.com/swc-project/swc/commit/47d2edd4dc448a611396006852f30e2b8de1c42c))
36
+
37
+
38
+ - **(es/minifier)** Compress common sub expressions in sequences (#7587) ([ff1ad95](https://github.com/swc-project/swc/commit/ff1ad95b59732282c014474609bbb405e0f9edb4))
39
+
40
+
41
+ - **(es/optimization)** Support `default` imports for const modules (#7604) ([ac02b84](https://github.com/swc-project/swc/commit/ac02b84918932f2d51840b4c4cef9adf460fce40))
42
+
43
+ ### Refactor
44
+
45
+
46
+
47
+ - **(es/compat)** Remove usage of `box_patterns` (#7613) ([0a26066](https://github.com/swc-project/swc/commit/0a26066b7b01d06a6d9e3df2ab7c7e47f4aa9e4c))
48
+
49
+ ## [1.3.67] - 2023-06-29
50
+
51
+ ### Bug Fixes
52
+
53
+
54
+
8
55
  - **(es/minifier)** Don't drop assignments to unused top-level variables (#7581) ([a685c88](https://github.com/swc-project/swc/commit/a685c88c61248e5bff98fb339a71b40b8fd4e528))
9
56
 
10
57
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@swc/core",
3
- "version": "1.3.67",
3
+ "version": "1.3.68",
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.67",
149
- "@swc/core-darwin-x64": "1.3.67",
150
- "@swc/core-linux-x64-gnu": "1.3.67",
151
- "@swc/core-linux-x64-musl": "1.3.67",
152
- "@swc/core-win32-ia32-msvc": "1.3.67",
153
- "@swc/core-linux-arm64-gnu": "1.3.67",
154
- "@swc/core-linux-arm-gnueabihf": "1.3.67",
155
- "@swc/core-darwin-arm64": "1.3.67",
156
- "@swc/core-linux-arm64-musl": "1.3.67",
157
- "@swc/core-win32-arm64-msvc": "1.3.67"
148
+ "@swc/core-win32-x64-msvc": "1.3.68",
149
+ "@swc/core-darwin-x64": "1.3.68",
150
+ "@swc/core-linux-x64-gnu": "1.3.68",
151
+ "@swc/core-linux-x64-musl": "1.3.68",
152
+ "@swc/core-win32-ia32-msvc": "1.3.68",
153
+ "@swc/core-linux-arm64-gnu": "1.3.68",
154
+ "@swc/core-linux-arm-gnueabihf": "1.3.68",
155
+ "@swc/core-darwin-arm64": "1.3.68",
156
+ "@swc/core-linux-arm64-musl": "1.3.68",
157
+ "@swc/core-win32-arm64-msvc": "1.3.68"
158
158
  },
159
159
  "files": [
160
160
  "CHANGELOG.md",