Lingo.Dev AI Localization
Version updated for https://github.com/lingodotdev/lingo.dev to version @lingo.dev/_compiler@0.7.0.
- This action is used across all versions by 66 repositories.
Go to the GitHub Marketplace to find the latest changes.
Release notes
Minor Changes
#997
bd9538a
Thanks @VAIBHAVSING! - ### Whitespace Normalization Fix- Improved
normalizeJsxWhitespace
logic to preserve leading spaces inside JSX elements while removing unnecessary formatting whitespace and extra lines. - Ensured explicit whitespace (e.g.,
{" "}
) is handled correctly without introducing double spaces. - Added targeted tests (
jsx-content-whitespace.spec.ts
) to verify whitespace handling. - Cleaned up unnecessary debug/test files created during development.
- Improved