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

Switch entire codebase to TypeScript #3110

Merged
merged 5 commits into from May 25, 2021
Merged

Switch entire codebase to TypeScript #3110

merged 5 commits into from May 25, 2021

Commits on May 25, 2021

  1. Migrate to TS: rename .js to .ts and fix everything in latter PRs (

    …#3088)
    
    using this `find src -name "*.js" -exec sh -c 'git mv "$0" "${0%.js}.ts"' {} \;` shell command renamed all files in `src`
    saihaj authored and IvanGoncharov committed May 25, 2021
    Copy the full SHA
    8d4d4f3 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    2192d55 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    ce21a1f View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    9bc0dac View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    6c042cc View commit details
    Browse the repository at this point in the history