@swc/core 1.2.149 → 1.2.150
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 +11 -0
- package/package.json +14 -14
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,17 @@
|
|
|
5
5
|
|
|
6
6
|
|
|
7
7
|
|
|
8
|
+
- **(es/module)** Fix `jsc.paths` (#3879) ([a65755f](https://github.com/swc-project/swc/commit/a65755fd9a2dfa9bad929df735bb7b3c21613972))
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
- **(es/parser)** Fix parsing of `const` in ambient context (#3883) ([aea59b8](https://github.com/swc-project/swc/commit/aea59b844ce224250e42315b44ca19db19fbc537))
|
|
12
|
+
|
|
13
|
+
## [1.2.149] - 2022-03-06
|
|
14
|
+
|
|
15
|
+
### Bug Fixes
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
8
19
|
- **(css/lints)** Allow empty `@layer` at-rule before `@import` at-rule (#3842) ([90fdbab](https://github.com/swc-project/swc/commit/90fdbab0d67f1fca8b52fb6df9b927cc35219445))
|
|
9
20
|
|
|
10
21
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@swc/core",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.150",
|
|
4
4
|
"description": "Super-fast alternative for babel",
|
|
5
5
|
"homepage": "https://swc.rs",
|
|
6
6
|
"main": "./index.js",
|
|
@@ -107,18 +107,18 @@
|
|
|
107
107
|
"url": "https://opencollective.com/swc"
|
|
108
108
|
},
|
|
109
109
|
"optionalDependencies": {
|
|
110
|
-
"@swc/core-win32-x64-msvc": "1.2.
|
|
111
|
-
"@swc/core-darwin-x64": "1.2.
|
|
112
|
-
"@swc/core-linux-x64-gnu": "1.2.
|
|
113
|
-
"@swc/core-linux-x64-musl": "1.2.
|
|
114
|
-
"@swc/core-freebsd-x64": "1.2.
|
|
115
|
-
"@swc/core-win32-ia32-msvc": "1.2.
|
|
116
|
-
"@swc/core-linux-arm64-gnu": "1.2.
|
|
117
|
-
"@swc/core-linux-arm-gnueabihf": "1.2.
|
|
118
|
-
"@swc/core-darwin-arm64": "1.2.
|
|
119
|
-
"@swc/core-android-arm64": "1.2.
|
|
120
|
-
"@swc/core-linux-arm64-musl": "1.2.
|
|
121
|
-
"@swc/core-win32-arm64-msvc": "1.2.
|
|
122
|
-
"@swc/core-android-arm-eabi": "1.2.
|
|
110
|
+
"@swc/core-win32-x64-msvc": "1.2.150",
|
|
111
|
+
"@swc/core-darwin-x64": "1.2.150",
|
|
112
|
+
"@swc/core-linux-x64-gnu": "1.2.150",
|
|
113
|
+
"@swc/core-linux-x64-musl": "1.2.150",
|
|
114
|
+
"@swc/core-freebsd-x64": "1.2.150",
|
|
115
|
+
"@swc/core-win32-ia32-msvc": "1.2.150",
|
|
116
|
+
"@swc/core-linux-arm64-gnu": "1.2.150",
|
|
117
|
+
"@swc/core-linux-arm-gnueabihf": "1.2.150",
|
|
118
|
+
"@swc/core-darwin-arm64": "1.2.150",
|
|
119
|
+
"@swc/core-android-arm64": "1.2.150",
|
|
120
|
+
"@swc/core-linux-arm64-musl": "1.2.150",
|
|
121
|
+
"@swc/core-win32-arm64-msvc": "1.2.150",
|
|
122
|
+
"@swc/core-android-arm-eabi": "1.2.150"
|
|
123
123
|
}
|
|
124
124
|
}
|