@lingui/swc-plugin 5.3.0 → 5.4.0
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
|
@@ -88,6 +88,26 @@ SWC Plugin support is still experimental. They do not guarantee a semver backwar
|
|
|
88
88
|
|
|
89
89
|
So you need to select an appropriate version of the plugin to match compatible `swc_core` using a https://plugins.swc.rs/.
|
|
90
90
|
|
|
91
|
+
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.
|
|
92
|
+
|
|
93
|
+
| Plugin Version | used `swc_core` |
|
|
94
|
+
|---------------------------------------------------|-------------------------------------------------------|
|
|
95
|
+
| `0.1.0`, `4.0.0-next.0` | `0.52.8` |
|
|
96
|
+
| `0.2.*`, `4.0.0-next.1` ~ `4.0.0-next.3` | `0.56.1` |
|
|
97
|
+
| `4.0.0` | `0.75.33` |
|
|
98
|
+
| `4.0.1` | `0.76.0` |
|
|
99
|
+
| `4.0.2` | `0.76.41` |
|
|
100
|
+
| `4.0.3` | `0.78.28` |
|
|
101
|
+
| `4.0.4` | `0.79.x` |
|
|
102
|
+
| `4.0.5`, `4.0.6` | [`0.87.x`](https://plugins.swc.rs/versions/range/10) |
|
|
103
|
+
| `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) |
|
|
104
|
+
| `4.0.9` | [`0.96.9`](https://plugins.swc.rs/versions/range/15) |
|
|
105
|
+
| `4.0.10` | [`0.101.4`](https://plugins.swc.rs/versions/range/94) |
|
|
106
|
+
| `4.1.0`, `5.0.0` ~ `5.2.0` | [`0.106.3`](https://plugins.swc.rs/versions/range/95) |
|
|
107
|
+
| `5.3.0` | [`5.0.4`](https://plugins.swc.rs/versions/range/116) |
|
|
108
|
+
| `5.4.0` | [`14.1.0`](https://plugins.swc.rs/versions/range/138) |
|
|
109
|
+
|
|
110
|
+
|
|
91
111
|
> **Note**
|
|
92
112
|
> 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).
|
|
93
113
|
>
|
package/package.json
CHANGED
|
Binary file
|