-
Notifications
You must be signed in to change notification settings - Fork 87
Pass script uri for javascript expression compilation #2682
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
base: main
Are you sure you want to change the base?
Conversation
313abb3
to
009e734
Compare
…on compilation in parts.
…nthing and not release
009e734
to
6eeba23
Compare
I don't know if there's any process for bumping major versions and/or min dart sdk --- this does both (and as a consequence of going from language version 3.7 to 3.10 most of the changes are formatting --- would it make more sense to land a min sdk change with a formatting first? |
Yeah, let's land a formatting change first. I have a WIP PR that I'll pick up to do that. |
Let's wait for #2662 to land. |
Please send a ping when the formatting changes are landed and this is rebased so this change is easier to review. Thanks :) |
Sorry for the delay on the formatting PR @jensjoha. We should be good to move forward with this PR now! |
Pass over the script uri (which when in parts is different from the library uri) when doing js expression evaluation.