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

Remove package:js/dart:js_interop conflicts #124879

Merged
merged 1 commit into from
Apr 18, 2023
Merged

Commits on Apr 17, 2023

  1. Remove package:js/dart:js_interop conflicts

    dart:js_interop and package:js will start conflicting,
    since they both have an @js annotation. Until we're
    ready to only use dart:js_interop (which will require
    updating the SDK constraints of every package), we
    should hide the @js annotation from dart:js_interop.
    Due to shadowing, this is the behavior today, so there
    should be no functional change.
    srujzs committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    69e0b6a View commit details
    Browse the repository at this point in the history