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

cleanups to "go generate" #166

Merged
2 commits merged into from
Jan 31, 2023
Merged

cleanups to "go generate" #166

2 commits merged into from
Jan 31, 2023

Commits on Jan 31, 2023

  1. cleanups to "go generate"

    - don't check in the generated files; instead, add them to a local
      gitignore
    - use "npx tsc" rather than "tsc". This means people don't need tsc
      globally installed, plus it ensures we all use the same version.
    - only invoke tsc once, to save some time
    Yuval Shavit committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    94c71a2 View commit details
    Browse the repository at this point in the history
  2. add more go-generates

    Yuval Shavit committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    7df4cb7 View commit details
    Browse the repository at this point in the history