You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to check that all potential problems during compiling process with lingui compile --strict are causing non zero-exit code.
There are plugins for webpack / snowpack / vite which uses the same compilation mechanism BUT don't have "--strict" feature.
We should provide feature parity with cli compiler to these plugins.
Also during this work we can add more validation to catalogs. IT would be great if we would validate ICU messages and found issues earlier. The most useful would be validation of ICU syntax and validity of plural forms. (that's probably we can take as separate task)
The text was updated successfully, but these errors were encountered:
Similarly to #1419
lingui compile --strict
are causing non zero-exit code.We should provide feature parity with cli compiler to these plugins.
Also during this work we can add more validation to catalogs. IT would be great if we would validate ICU messages and found issues earlier. The most useful would be validation of ICU syntax and validity of plural forms. (that's probably we can take as separate task)
The text was updated successfully, but these errors were encountered: