@swc/core 1.2.142 → 1.2.143
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 +17 -0
- package/package.json +14 -14
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,23 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
## [unreleased]
|
|
3
3
|
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
- **(es/lints)** Implement `no-restricted-syntax` rule (#3607) ([72343ba](https://github.com/swc-project/swc/commit/72343baf5be311809fe786ee8bbea52515197286))
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
- **(es/minifier)** Treat `!0` as a literal while inlining (#3631) ([d2c9441](https://github.com/swc-project/swc/commit/d2c94416a8735715f37fc680c7b5178bc88239ce))
|
|
12
|
+
|
|
13
|
+
### Performance
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
- **(es/minifier)** Fix performance bug of the mangler (#3633) ([fd0e952](https://github.com/swc-project/swc/commit/fd0e952aec427e86d276b51e8f6659de8f9eac94))
|
|
18
|
+
|
|
19
|
+
## [1.2.142] - 2022-02-18
|
|
20
|
+
|
|
4
21
|
### Bug Fixes
|
|
5
22
|
|
|
6
23
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@swc/core",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.143",
|
|
4
4
|
"description": "Super-fast alternative for babel",
|
|
5
5
|
"homepage": "https://swc.rs",
|
|
6
6
|
"main": "./index.js",
|
|
@@ -104,18 +104,18 @@
|
|
|
104
104
|
"url": "https://opencollective.com/swc"
|
|
105
105
|
},
|
|
106
106
|
"optionalDependencies": {
|
|
107
|
-
"@swc/core-win32-x64-msvc": "1.2.
|
|
108
|
-
"@swc/core-darwin-x64": "1.2.
|
|
109
|
-
"@swc/core-linux-x64-gnu": "1.2.
|
|
110
|
-
"@swc/core-linux-x64-musl": "1.2.
|
|
111
|
-
"@swc/core-freebsd-x64": "1.2.
|
|
112
|
-
"@swc/core-win32-ia32-msvc": "1.2.
|
|
113
|
-
"@swc/core-linux-arm64-gnu": "1.2.
|
|
114
|
-
"@swc/core-linux-arm-gnueabihf": "1.2.
|
|
115
|
-
"@swc/core-darwin-arm64": "1.2.
|
|
116
|
-
"@swc/core-android-arm64": "1.2.
|
|
117
|
-
"@swc/core-linux-arm64-musl": "1.2.
|
|
118
|
-
"@swc/core-win32-arm64-msvc": "1.2.
|
|
119
|
-
"@swc/core-android-arm-eabi": "1.2.
|
|
107
|
+
"@swc/core-win32-x64-msvc": "1.2.143",
|
|
108
|
+
"@swc/core-darwin-x64": "1.2.143",
|
|
109
|
+
"@swc/core-linux-x64-gnu": "1.2.143",
|
|
110
|
+
"@swc/core-linux-x64-musl": "1.2.143",
|
|
111
|
+
"@swc/core-freebsd-x64": "1.2.143",
|
|
112
|
+
"@swc/core-win32-ia32-msvc": "1.2.143",
|
|
113
|
+
"@swc/core-linux-arm64-gnu": "1.2.143",
|
|
114
|
+
"@swc/core-linux-arm-gnueabihf": "1.2.143",
|
|
115
|
+
"@swc/core-darwin-arm64": "1.2.143",
|
|
116
|
+
"@swc/core-android-arm64": "1.2.143",
|
|
117
|
+
"@swc/core-linux-arm64-musl": "1.2.143",
|
|
118
|
+
"@swc/core-win32-arm64-msvc": "1.2.143",
|
|
119
|
+
"@swc/core-android-arm-eabi": "1.2.143"
|
|
120
120
|
}
|
|
121
121
|
}
|