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

fix(localize): ensure that formatOptions is optional #38787

Commits on Sep 10, 2020

  1. fix(localize): ensure that formatOptions is optional

    Some lower level APIs are used by CLI, and requiring
    the `formatOpions` argument at that level is a
    breaking change. This commit makes it optional
    at every level to avoid the breaking change.
    petebacondarwin committed Sep 10, 2020
    Copy the full SHA
    ca62728 View commit details
    Browse the repository at this point in the history