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

refactor: move snapshot check into typecheckFile #391

Merged
merged 1 commit into from
Aug 8, 2022

Commits on Jul 22, 2022

  1. refactor: move snapshot check into typecheckFile

    - just slightly simplify / DRY up repeated code
      - this matches the style of some of the other functions in the codebase, such as `emitDeclaration`, `getAllReferences`, etc
    
    - also fix indentation in `typecheckFile`
      - apparently I double-intended this accidentally, so make it single indent
    agilgur5 committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    72bc705 View commit details
    Browse the repository at this point in the history