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

Use URI instead of library name #191

Merged
merged 2 commits into from
Feb 29, 2024
Merged

Commits on Feb 29, 2024

  1. Use URI instead of library name

    When analyzing library elements, we should use their import
    URIs instead of their library name. This is especially relevant
    as https://dart-review.googlesource.com/c/sdk/+/352977 is
    planning to remove the library name from dart:js_interop.
    
    Also fixes an issue where we were returning instead of continuing
    in the loop that iterates over dart:js_interop.
    srujzs committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    462e284 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7ca9417 View commit details
    Browse the repository at this point in the history