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 #14 #24

Commits on Jun 1, 2024

  1. Configuration menu
    Copy the full SHA
    7b5a372 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b498ae3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9356157 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bdbcfb9 View commit details
    Browse the repository at this point in the history
  5. Update changelog

    github-actions[bot] authored and bristermitten committed Jun 1, 2024
    Configuration menu
    Copy the full SHA
    7101456 View commit details
    Browse the repository at this point in the history
  6. feat(renamer): 🐛 Fix #14 and significantly improve error message qual…

    …ity for unknown names
    
    Fixes issues where names are implicitly imported because other modules imported them. Additionally, significantly improves the quality of error messages related to unknown names, now suggesting typo fixes or imports to add
    bristermitten committed Jun 1, 2024
    Configuration menu
    Copy the full SHA
    d22a9b5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bbd9441 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8936a7c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8e4d3c0 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9162419 View commit details
    Browse the repository at this point in the history
  11. refactor(renamer): ♻️ Change renamer to have the current module be _o…

    …ptional_
    
    needed for unit tests to compile (when renaming specific expressions we don't have a whole module)
    bristermitten committed Jun 1, 2024
    Configuration menu
    Copy the full SHA
    515f619 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    8dca1bb View commit details
    Browse the repository at this point in the history