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

build: minor fixes for google3 sync #18354

Merged
merged 1 commit into from
Jul 24, 2020
Merged

Commits on Jul 24, 2020

  1. build: minor fixes for google3 sync

    This commit makes a few minor changes to enable syncing the CLI repository
    into google3.
    
    1. mark pkg_tar and pkg_npm as external
    2. remove dependencies (marked as comment) which are stale in google3
    3. remove TS files generated from JSON schema in BUILD files since these
       files are compiled and added to the g3 codebase at sync time
    4. Some minor typing changes
    5. Remove duplicate licenses
    6. mark dependencies which are not available in g3 as external
    7. Immediately type the result of JSON.parse() as required by g3 linter.
       Otherwise, the type defaults to `any`.
    kyliau committed Jul 24, 2020
    Configuration menu
    Copy the full SHA
    05d94af View commit details
    Browse the repository at this point in the history