@lingui/swc-plugin 5.9.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,31 +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
- | Plugin Version | used `swc_core` |
95
- |---------------------------------------------------|-------------------------------------------------------|
96
- | `0.1.0`, `4.0.0-next.0` | `0.52.8` |
97
- | `0.2.*`, `4.0.0-next.1` ~ `4.0.0-next.3` | `0.56.1` |
98
- | `4.0.0` | `0.75.33` |
99
- | `4.0.1` | `0.76.0` |
100
- | `4.0.2` | `0.76.41` |
101
- | `4.0.3` | `0.78.28` |
102
- | `4.0.4` | `0.79.x` |
103
- | `4.0.5`, `4.0.6` | [`0.87.x`](https://plugins.swc.rs/versions/range/10) |
104
- | `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) |
105
- | `4.0.9` | [`0.96.9`](https://plugins.swc.rs/versions/range/15) |
106
- | `4.0.10` | [`0.101.4`](https://plugins.swc.rs/versions/range/94) |
107
- | `4.1.0`, `5.0.0` ~ `5.2.0` | [`0.106.3`](https://plugins.swc.rs/versions/range/95) |
108
- | `5.3.0` | [`5.0.4`](https://plugins.swc.rs/versions/range/116) |
109
- | `5.4.0` | [`14.1.0`](https://plugins.swc.rs/versions/range/138) |
110
- | `5.5.0` ~ `5.5.2` | [`15.0.1`](https://plugins.swc.rs/versions/range/271) |
111
- | `5.6.0` ~ `5.6.1` | [`27.0.6`](https://plugins.swc.rs/versions/range/364) |
112
- | `5.7.0` | [`39.0.3`](https://plugins.swc.rs/versions/range/426) |
113
- | `5.8.0` | [`45.0.2`](https://plugins.swc.rs/versions/range/497) |
114
- | `5.9.0` | [`46.0.3`](https://plugins.swc.rs/versions/range/713) |
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
+
115
120
 
116
121
  > **Note**
122
+ >
117
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).
118
124
  >
119
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lingui/swc-plugin",
3
- "version": "5.9.0",
3
+ "version": "5.10.1",
4
4
  "description": "A SWC Plugin for LinguiJS",
5
5
  "author": {
6
6
  "name": "Timofei Iatsenko",