Skip to content

@lingo.dev/[email protected]

Compare
Choose a tag to compare
@github-actions github-actions released this 11 Jul 15:05
· 64 commits to main since this release

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.