-
Notifications
You must be signed in to change notification settings - Fork 39
update JS interop - remove JS typedef references #97
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
Conversation
Compilation issues I'm seeing locally:
|
Nice, looking good! You're getting those errors because you have to declare a representation field/type on every inline class (now possibly called extension type!). For your purposes, it'll likely always be |
cc @mit-mit for FYI re: the updates for the latest inline classes impl. |
Thanks @devoncarew, looks nice |
Contribution guidelines:
dart format
.Note that many Dart repos have a weekly cadence for reviewing PRs - please allow for some latency before initial review feedback.