Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(core/i18n/t): Precise typing for message parameters #1840

Closed
wants to merge 24 commits into from

Commits on Jan 22, 2024

  1. Configuration menu
    Copy the full SHA
    a89baef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    865dfad View commit details
    Browse the repository at this point in the history
  3. feat(core/i18n/t): only allow omit values param object if message str…

    …ing contains no params
    dilame committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    2da35cf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    61e92d4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1777509 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. Configuration menu
    Copy the full SHA
    ab1419f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7f9e45d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fdd3fd8 View commit details
    Browse the repository at this point in the history
  4. chore: yarn.lock type-fest

    dilame committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    01fa074 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a53d429 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1bf144f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    43edfb2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1726d7c View commit details
    Browse the repository at this point in the history
  9. refactor(core/i18n.t): use wide record type for values in case of wid…

    …e string type for a message
    dilame committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    a866f4f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    60bbaf8 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    dfd9d8e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    01d6608 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    64c697b View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    53d904b View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    9d29f2d View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    c8cf4d1 View commit details
    Browse the repository at this point in the history
  17. chore(core/i18n.t/values): write explanation comments at each line of…

    … type ExtractBraceBody
    dilame committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    e42c01e View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2024

  1. Configuration menu
    Copy the full SHA
    d8463d1 View commit details
    Browse the repository at this point in the history
  2. chore(core/i18n/t): rename parameter 'id' to '_' in overloads

    For beautiful "Inlay Hints" for Parameter names in IDE. Previously IDE showed "id" even when you called it with descriptor. Now it doesn't show the first parameter name at all, which is more logical
    dilame committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    3fc4562 View commit details
    Browse the repository at this point in the history