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

I18n extractor avoid standalone filesystem api #39006

Commits on Sep 26, 2020

  1. docs(localize): add public api markers for CLI integration

    This commit marks the functions and classes that are
    used by the CLI.
    petebacondarwin committed Sep 26, 2020
    Configuration menu
    Copy the full SHA
    3426f58 View commit details
    Browse the repository at this point in the history
  2. refactor(compiler-cli): avoid free-standing FileSystem functions

    These free standing functions rely upon the "current" `FileSystem`,
    but it is safer to explicitly pass the `FileSystem` into functions or
    classes that need it.
    petebacondarwin committed Sep 26, 2020
    Configuration menu
    Copy the full SHA
    45de7a8 View commit details
    Browse the repository at this point in the history
  3. refactor(localize): avoid free-standing FileSystem functions

    These free standing functions rely upon the "current" `FileSystem`,
    but it is safer to explicitly pass the `FileSystem` into functions or
    classes that need it.
    
    Fixes angular#38711
    petebacondarwin committed Sep 26, 2020
    Configuration menu
    Copy the full SHA
    ca89d35 View commit details
    Browse the repository at this point in the history