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

refactor(localize): remove deprecated canParse method from TranslationParsers #47275

Closed
wants to merge 1 commit into from

Commits on Aug 30, 2022

  1. refactor(localize): remove deprecated canParse method from Translat…

    …ionParsers
    
    This change removed the deprecated `canParse` method from all the TranslationParsers.
    
    BREAKING CHANGE:
    
    - `canParse` method has been removed from all translation parsers in `@angular/localize/tools`. `analyze` should be used instead.
    -  the `hint` parameter in the`parse` methods is now mandatory.
    alan-agius4 committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    a974932 View commit details
    Browse the repository at this point in the history