@swc/core 1.3.89 → 1.3.91
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.
- package/CHANGELOG.md +73 -0
- package/package.json +11 -11
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,79 @@
|
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
|
|
8
|
+
- **(es/compat)** Use return statements for method and setter decorator (#8017) ([38bc710](https://github.com/swc-project/swc/commit/38bc71006ed6f46c0145e07acccce75f7be26553))
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
- **(es/compat)** Generate `OptCall` for `OptCall` for private fields (#8031) ([06b6eb9](https://github.com/swc-project/swc/commit/06b6eb999964c25a964b0105bd7a4f20b51300dd))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
- **(es/minifier)** Check if object shorthand is skippable for seq inliner (#8036) ([01391e3](https://github.com/swc-project/swc/commit/01391e3c13e42b7f42f80ab13b396cad182942ff))
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
- **(es/module)** Sort the exported ESM bindings (#8024) ([990ca06](https://github.com/swc-project/swc/commit/990ca06aca3242a789e165f4318c95d0bb64b02e))
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
- **(es/typescript)** Rename wrong `unresolved_mark` (#8018) ([5817268](https://github.com/swc-project/swc/commit/58172689ce7f8dd2f0a79d8771c52fe309880b44))
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
- **(es/typescript)** Preserve default value of an exported binding in a namespace (#8029) ([cf96171](https://github.com/swc-project/swc/commit/cf96171a53589118a0103495169e02fed10a675f))
|
|
24
|
+
|
|
25
|
+
### Documentation
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
- **(counter)** Document the purpose of the package (#8032) ([b6b5a4d](https://github.com/swc-project/swc/commit/b6b5a4d3a6f1c6c74d47c855081a8fee17066829))
|
|
30
|
+
|
|
31
|
+
### Features
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
- **(bindings)** Create a minifier-only package (#7993) ([64d8f4b](https://github.com/swc-project/swc/commit/64d8f4b59f81c71bffbb906595bafa356f326924))
|
|
36
|
+
|
|
37
|
+
### Miscellaneous Tasks
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
- **(ci)** Prepare `@swc/minifier` (#8027) ([8214b9e](https://github.com/swc-project/swc/commit/8214b9ed4e214dc6a52e7d2c80cd3b8ca87d3a12))
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
- **(ci)** Expose more crates to JS (#8033) ([186ecfa](https://github.com/swc-project/swc/commit/186ecfadb55430405d1a4e1400574a6e958f9458))
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
- **(ci)** Remove wrong `if`s ([dec68c3](https://github.com/swc-project/swc/commit/dec68c32126e38066feb813fce4635e7d40a8429))- **general**: Fix yarn lockfile ([7f91274](https://github.com/swc-project/swc/commit/7f9127420867cba856faa4ede8ef62ec3146e382))- **general**: Fix yarn lockfile ([c062536](https://github.com/swc-project/swc/commit/c0625361a1ad7537ca53a157fbdc8599fbbe2a44))
|
|
48
|
+
|
|
49
|
+
### Refactor
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
- **(es)** Extract parser/codegen code for `swc::Compiler` (#8030) ([a13f5cb](https://github.com/swc-project/swc/commit/a13f5cbe03f067b376f9f3318ef822142551eb96))
|
|
54
|
+
|
|
55
|
+
|
|
56
|
+
- **(es/minifier)** Move JS options to `swc_ecma_minifier` (#8028) ([725f7f5](https://github.com/swc-project/swc/commit/725f7f5bda0881bdaac1bf1254f58e5341633d4e))
|
|
57
|
+
|
|
58
|
+
## [1.3.90] - 2023-09-27
|
|
59
|
+
|
|
60
|
+
### Bug Fixes
|
|
61
|
+
|
|
62
|
+
|
|
63
|
+
|
|
64
|
+
- **(es/codegen)** Fix codegen of unicode surrogates (#7985) ([39c680d](https://github.com/swc-project/swc/commit/39c680d814644fbde50b0f73a29aebe791812eb2))
|
|
65
|
+
|
|
66
|
+
|
|
67
|
+
- **(es/codegen)** Fix codegen of optional chaining expr with a comment (#8005) ([f07bb48](https://github.com/swc-project/swc/commit/f07bb482e694a422591085621a38aff747294502))
|
|
68
|
+
|
|
69
|
+
|
|
70
|
+
- **(es/typescript)** Handle `DeclareCollect` correctly (#8008) ([9d08b8a](https://github.com/swc-project/swc/commit/9d08b8a6145d486e570a22563c62a69722cf8759))
|
|
71
|
+
|
|
72
|
+
|
|
73
|
+
- **(es/typescript)** Handle qualified access in assign pat (#8012) ([2f01aba](https://github.com/swc-project/swc/commit/2f01aba978415add87994f9b20e3e2db83fc48b6))
|
|
74
|
+
|
|
75
|
+
## [1.3.89] - 2023-09-25
|
|
76
|
+
|
|
77
|
+
### Bug Fixes
|
|
78
|
+
|
|
79
|
+
|
|
80
|
+
|
|
8
81
|
- **(es)** Enable resolver if `jsc.baseUrl` is specified (#7998) ([f374ad9](https://github.com/swc-project/swc/commit/f374ad903a066ebf3a7e54a3656cb3fc44b37445))
|
|
9
82
|
|
|
10
83
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@swc/core",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.91",
|
|
4
4
|
"description": "Super-fast alternative for babel",
|
|
5
5
|
"homepage": "https://swc.rs",
|
|
6
6
|
"main": "./index.js",
|
|
@@ -148,16 +148,16 @@
|
|
|
148
148
|
"url": "https://opencollective.com/swc"
|
|
149
149
|
},
|
|
150
150
|
"optionalDependencies": {
|
|
151
|
-
"@swc/core-win32-x64-msvc": "1.3.
|
|
152
|
-
"@swc/core-darwin-x64": "1.3.
|
|
153
|
-
"@swc/core-linux-x64-gnu": "1.3.
|
|
154
|
-
"@swc/core-linux-x64-musl": "1.3.
|
|
155
|
-
"@swc/core-win32-ia32-msvc": "1.3.
|
|
156
|
-
"@swc/core-linux-arm64-gnu": "1.3.
|
|
157
|
-
"@swc/core-linux-arm-gnueabihf": "1.3.
|
|
158
|
-
"@swc/core-darwin-arm64": "1.3.
|
|
159
|
-
"@swc/core-linux-arm64-musl": "1.3.
|
|
160
|
-
"@swc/core-win32-arm64-msvc": "1.3.
|
|
151
|
+
"@swc/core-win32-x64-msvc": "1.3.91",
|
|
152
|
+
"@swc/core-darwin-x64": "1.3.91",
|
|
153
|
+
"@swc/core-linux-x64-gnu": "1.3.91",
|
|
154
|
+
"@swc/core-linux-x64-musl": "1.3.91",
|
|
155
|
+
"@swc/core-win32-ia32-msvc": "1.3.91",
|
|
156
|
+
"@swc/core-linux-arm64-gnu": "1.3.91",
|
|
157
|
+
"@swc/core-linux-arm-gnueabihf": "1.3.91",
|
|
158
|
+
"@swc/core-darwin-arm64": "1.3.91",
|
|
159
|
+
"@swc/core-linux-arm64-musl": "1.3.91",
|
|
160
|
+
"@swc/core-win32-arm64-msvc": "1.3.91"
|
|
161
161
|
},
|
|
162
162
|
"files": [
|
|
163
163
|
"CHANGELOG.md",
|