@swc/core 1.3.99 → 1.3.100-nightly-20231122.1
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 +8 -6
- package/package.json +10 -10
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,12 @@
|
|
|
1
1
|
# Changelog
|
|
2
|
+
## [unreleased]
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
- **(es/typescript)** Handle shebang with jsx pragma ([#8318](https://github.com/swc-project/swc/issues/8318)) ([c25601d](https://github.com/swc-project/swc/commit/c25601dec21d7293ad48549a1f49ccd161f9da72))
|
|
9
|
+
|
|
2
10
|
## [1.3.98] - 2023-11-21
|
|
3
11
|
|
|
4
12
|
### Bug Fixes
|
|
@@ -1646,9 +1654,6 @@
|
|
|
1646
1654
|
|
|
1647
1655
|
|
|
1648
1656
|
|
|
1649
|
-
- **(es/compat)** Handle export function in `reserved_word` ([#7251](https://github.com/swc-project/swc/issues/7251)) ([2e947e7](https://github.com/swc-project/swc/commit/2e947e7aeb1fd2989a10fb49a2ffa2ea35bc9941))
|
|
1650
|
-
|
|
1651
|
-
|
|
1652
1657
|
- **(es/minifier)** Fix handling of optional chaining when `hoist_props` is enabled ([#7246](https://github.com/swc-project/swc/issues/7246)) ([a44fea1](https://github.com/swc-project/swc/commit/a44fea1ec8f19a822d84c744b9e39c122026fd9d))
|
|
1653
1658
|
|
|
1654
1659
|
### Features
|
|
@@ -1660,9 +1665,6 @@
|
|
|
1660
1665
|
|
|
1661
1666
|
- **(es)** Use `minify.format.ascii_only` if `output.charset` is not specified ([#7258](https://github.com/swc-project/swc/issues/7258)) ([1fe5c3a](https://github.com/swc-project/swc/commit/1fe5c3a803daf247709ac51f8c637ba7e56181bc))
|
|
1662
1667
|
|
|
1663
|
-
|
|
1664
|
-
- **(plugin)** Enable validation ([#7250](https://github.com/swc-project/swc/issues/7250)) ([efad714](https://github.com/swc-project/swc/commit/efad714983459393639f4b026da7793807c1b401))
|
|
1665
|
-
|
|
1666
1668
|
### Refactor
|
|
1667
1669
|
|
|
1668
1670
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@swc/core",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.100-nightly-20231122.1",
|
|
4
4
|
"description": "Super-fast alternative for babel",
|
|
5
5
|
"homepage": "https://swc.rs",
|
|
6
6
|
"main": "./index.js",
|
|
@@ -147,15 +147,15 @@
|
|
|
147
147
|
"url": "https://opencollective.com/swc"
|
|
148
148
|
},
|
|
149
149
|
"optionalDependencies": {
|
|
150
|
-
"@swc/core-win32-x64-msvc": "1.3.
|
|
151
|
-
"@swc/core-darwin-x64": "1.3.
|
|
152
|
-
"@swc/core-linux-x64-gnu": "1.3.
|
|
153
|
-
"@swc/core-linux-x64-musl": "1.3.
|
|
154
|
-
"@swc/core-win32-ia32-msvc": "1.3.
|
|
155
|
-
"@swc/core-linux-arm64-gnu": "1.3.
|
|
156
|
-
"@swc/core-darwin-arm64": "1.3.
|
|
157
|
-
"@swc/core-linux-arm64-musl": "1.3.
|
|
158
|
-
"@swc/core-win32-arm64-msvc": "1.3.
|
|
150
|
+
"@swc/core-win32-x64-msvc": "1.3.100-nightly-20231122.1",
|
|
151
|
+
"@swc/core-darwin-x64": "1.3.100-nightly-20231122.1",
|
|
152
|
+
"@swc/core-linux-x64-gnu": "1.3.100-nightly-20231122.1",
|
|
153
|
+
"@swc/core-linux-x64-musl": "1.3.100-nightly-20231122.1",
|
|
154
|
+
"@swc/core-win32-ia32-msvc": "1.3.100-nightly-20231122.1",
|
|
155
|
+
"@swc/core-linux-arm64-gnu": "1.3.100-nightly-20231122.1",
|
|
156
|
+
"@swc/core-darwin-arm64": "1.3.100-nightly-20231122.1",
|
|
157
|
+
"@swc/core-linux-arm64-musl": "1.3.100-nightly-20231122.1",
|
|
158
|
+
"@swc/core-win32-arm64-msvc": "1.3.100-nightly-20231122.1"
|
|
159
159
|
},
|
|
160
160
|
"files": [
|
|
161
161
|
"CHANGELOG.md",
|