@lingui/swc-plugin 5.10.0 → 5.10.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/README.md
CHANGED
|
@@ -89,32 +89,37 @@ SWC Plugin support is still experimental. They do not guarantee a semver backwar
|
|
|
89
89
|
|
|
90
90
|
So you need to select an appropriate version of the plugin to match compatible `swc_core` using a https://plugins.swc.rs/.
|
|
91
91
|
|
|
92
|
-
Below is a table referencing the swc_core version used during the plugin build, along with a link to the plugin's site to check compatibility with runtimes for this swc_core range.
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
|
97
|
-
|
|
98
|
-
| `4.0.0`
|
|
99
|
-
| `4.0.1`
|
|
100
|
-
| `4.0.
|
|
101
|
-
| `4.0.
|
|
102
|
-
| `4.0.
|
|
103
|
-
| `4.0.
|
|
104
|
-
| `4.0.
|
|
105
|
-
| `4.0.
|
|
106
|
-
| `4.0.
|
|
107
|
-
| `4.
|
|
108
|
-
| `
|
|
109
|
-
| `5.
|
|
110
|
-
| `5.
|
|
111
|
-
| `5.
|
|
112
|
-
| `5.
|
|
113
|
-
| `5.
|
|
114
|
-
| `5.
|
|
115
|
-
| `5.
|
|
92
|
+
Below is a table referencing the `swc_core` version used during the plugin build, along with a link to the plugin's site to check compatibility with runtimes for this `swc_core` range.
|
|
93
|
+
|
|
94
|
+
To learn more about SWC Plugins compatibility check this issue https://github.com/lingui/swc-plugin/issues/179
|
|
95
|
+
|
|
96
|
+
| Plugin Version | used `swc_core` |
|
|
97
|
+
|---------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
|
98
|
+
| `0.1.0`, `4.0.0-next.0` | `0.52.8` |
|
|
99
|
+
| `0.2.*`, `4.0.0-next.1` ~ `4.0.0-next.3` | `0.56.1` |
|
|
100
|
+
| `4.0.0` | `0.75.33` |
|
|
101
|
+
| `4.0.1` | `0.76.0` |
|
|
102
|
+
| `4.0.2` | `0.76.41` |
|
|
103
|
+
| `4.0.3` | `0.78.28` |
|
|
104
|
+
| `4.0.4` | `0.79.x` |
|
|
105
|
+
| `4.0.5`, `4.0.6` | [`0.87.x`](https://plugins.swc.rs/versions/range/10) |
|
|
106
|
+
| `4.0.7`, `4.0.8`, `5.0.0-next.0` ~ `5.0.0-next.1` | [`0.90.35`](https://plugins.swc.rs/versions/range/12) |
|
|
107
|
+
| `4.0.9` | [`0.96.9`](https://plugins.swc.rs/versions/range/15) |
|
|
108
|
+
| `4.0.10` | [`0.101.4`](https://plugins.swc.rs/versions/range/94) |
|
|
109
|
+
| `4.1.0`, `5.0.0` ~ `5.2.0` | [`0.106.3`](https://plugins.swc.rs/versions/range/95) |
|
|
110
|
+
| `5.3.0` | [`5.0.4`](https://plugins.swc.rs/versions/range/116) |
|
|
111
|
+
| `5.4.0` | [`14.1.0`](https://plugins.swc.rs/versions/range/138) |
|
|
112
|
+
| `5.5.0` ~ `5.5.2` | [`15.0.1`](https://plugins.swc.rs/versions/range/271) |
|
|
113
|
+
| `5.6.0` ~ `5.6.1` | [`27.0.6`](https://plugins.swc.rs/versions/range/364) |
|
|
114
|
+
| `5.7.0` | [`39.0.3`](https://plugins.swc.rs/versions/range/426) |
|
|
115
|
+
| `5.8.0` | [`45.0.2`](https://plugins.swc.rs/versions/range/497) |
|
|
116
|
+
| `5.9.0` | [`46.0.3`](https://plugins.swc.rs/versions/range/713) |
|
|
117
|
+
| `5.10.0` | [`50.2.3`](https://plugins.swc.rs/versions/range/768) |
|
|
118
|
+
| `5.10.1` | [`50.2.3`](https://plugins.swc.rs/versions/range/768) with [`--cfg=swc_ast_unknown`](https://swc.rs/docs/plugin/ecmascript/compatibility#make-your-plugin-compatible) |
|
|
119
|
+
|
|
116
120
|
|
|
117
121
|
> **Note**
|
|
122
|
+
>
|
|
118
123
|
> next `v13.2.4` ~ `v13.3.1` cannot execute SWC Wasm plugins, due to a [bug of next-swc](https://github.com/vercel/next.js/issues/46989#issuecomment-1486989081).
|
|
119
124
|
>
|
|
120
125
|
> next `v13.4.3` ~ `v13.4.5-canary.7` cannot execute SWC Wasm plugins, due to [missing filesystem cache](https://github.com/vercel/next.js/pull/50651).
|
package/package.json
CHANGED
|
Binary file
|