@swc/core 1.2.172 → 1.2.173
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 +47 -0
- package/package.json +15 -15
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,53 @@
|
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
|
|
8
|
+
- **(es)** Remove wrong debug assertion (#4445) ([962cf4a](https://github.com/swc-project/swc/commit/962cf4a08caaee6dc0579aed556df55bc60bf093))
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
- **(es/async-generator)** Fix `yield*` in async generators (#4452) ([0bc0bae](https://github.com/swc-project/swc/commit/0bc0bae90dcf6f448f45d35edc02ce025c0d8114))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
- **(es/parser)** Throw syntax error for missing function expr body (#4462) ([393cfa8](https://github.com/swc-project/swc/commit/393cfa84b65264a07f90387a0f7852535d87cd6d))
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
- **(es/preset-env)** Do not import new features when using old core-js (#4458) ([4262874](https://github.com/swc-project/swc/commit/4262874ce458260fc6a7d363522b5c6591df93b3))
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
- **(html/parser)** Fix a bug with nested tags (#4438) ([8c4dc4c](https://github.com/swc-project/swc/commit/8c4dc4cc46e73265ad45e63fecd513f4ba4cf7bb))
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
- **(html/parser)** Parse table including broken one (#4451) ([6e60813](https://github.com/swc-project/swc/commit/6e6081336714861055a1ae148f1305e2ab180efc))
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
- **(html/parser)** Fix fosting logic for text nodes (#4457) ([65a158a](https://github.com/swc-project/swc/commit/65a158a66b2a394f70757ae363ab329ced71436f))
|
|
27
|
+
|
|
28
|
+
### Features
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
- **(es/parser)** Reject indirect opt chain in assignment (#4447) ([df7b3f6](https://github.com/swc-project/swc/commit/df7b3f611a7bf5509e143cf81a69e0443cf80288))
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
- **(html/minifier)** Compress whitespaces (#4463) ([0ae4350](https://github.com/swc-project/swc/commit/0ae43502f3f54ad7d77b790c9f1ad2af63d32090))
|
|
36
|
+
|
|
37
|
+
### Miscellaneous Tasks
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
- **(es/minifier)** Don't run tests with infinite loops (#4448) ([ec7dfb9](https://github.com/swc-project/swc/commit/ec7dfb92098897d9b8dbe5726bef78ea2a868053))
|
|
42
|
+
|
|
43
|
+
### Testing
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
- **(html/codegen)** Improve fixture testing (#4450) ([f30e771](https://github.com/swc-project/swc/commit/f30e7717a20348af2f6ef65bb7ff800fbffeadb4))
|
|
48
|
+
|
|
49
|
+
## [1.2.172] - 2022-04-26
|
|
50
|
+
|
|
51
|
+
### Bug Fixes
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
|
|
8
55
|
- **(es/ast)** Fix tag of `BigInt` (#4440) ([2813eaa](https://github.com/swc-project/swc/commit/2813eaadcd0703b9f8c11d77f91c70cd002c9296))
|
|
9
56
|
|
|
10
57
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@swc/core",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.173",
|
|
4
4
|
"description": "Super-fast alternative for babel",
|
|
5
5
|
"homepage": "https://swc.rs",
|
|
6
6
|
"main": "./index.js",
|
|
@@ -83,7 +83,7 @@
|
|
|
83
83
|
"@babel/preset-typescript": "^7.13.0",
|
|
84
84
|
"@babel/types": "^7.14.0",
|
|
85
85
|
"@napi-rs/cli": "^2.4.5",
|
|
86
|
-
"@swc/helpers": "^0.
|
|
86
|
+
"@swc/helpers": "^0.3.8",
|
|
87
87
|
"@taplo/cli": "^0.3.2",
|
|
88
88
|
"@types/jest": "^26.0.23",
|
|
89
89
|
"@types/node": "^14.14.41",
|
|
@@ -121,18 +121,18 @@
|
|
|
121
121
|
"url": "https://opencollective.com/swc"
|
|
122
122
|
},
|
|
123
123
|
"optionalDependencies": {
|
|
124
|
-
"@swc/core-win32-x64-msvc": "1.2.
|
|
125
|
-
"@swc/core-darwin-x64": "1.2.
|
|
126
|
-
"@swc/core-linux-x64-gnu": "1.2.
|
|
127
|
-
"@swc/core-linux-x64-musl": "1.2.
|
|
128
|
-
"@swc/core-freebsd-x64": "1.2.
|
|
129
|
-
"@swc/core-win32-ia32-msvc": "1.2.
|
|
130
|
-
"@swc/core-linux-arm64-gnu": "1.2.
|
|
131
|
-
"@swc/core-linux-arm-gnueabihf": "1.2.
|
|
132
|
-
"@swc/core-darwin-arm64": "1.2.
|
|
133
|
-
"@swc/core-android-arm64": "1.2.
|
|
134
|
-
"@swc/core-linux-arm64-musl": "1.2.
|
|
135
|
-
"@swc/core-win32-arm64-msvc": "1.2.
|
|
136
|
-
"@swc/core-android-arm-eabi": "1.2.
|
|
124
|
+
"@swc/core-win32-x64-msvc": "1.2.173",
|
|
125
|
+
"@swc/core-darwin-x64": "1.2.173",
|
|
126
|
+
"@swc/core-linux-x64-gnu": "1.2.173",
|
|
127
|
+
"@swc/core-linux-x64-musl": "1.2.173",
|
|
128
|
+
"@swc/core-freebsd-x64": "1.2.173",
|
|
129
|
+
"@swc/core-win32-ia32-msvc": "1.2.173",
|
|
130
|
+
"@swc/core-linux-arm64-gnu": "1.2.173",
|
|
131
|
+
"@swc/core-linux-arm-gnueabihf": "1.2.173",
|
|
132
|
+
"@swc/core-darwin-arm64": "1.2.173",
|
|
133
|
+
"@swc/core-android-arm64": "1.2.173",
|
|
134
|
+
"@swc/core-linux-arm64-musl": "1.2.173",
|
|
135
|
+
"@swc/core-win32-arm64-msvc": "1.2.173",
|
|
136
|
+
"@swc/core-android-arm-eabi": "1.2.173"
|
|
137
137
|
}
|
|
138
138
|
}
|