Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upOff-thread compiled scripts don't have dynamic import integration #27349
Comments
|
I've added a |
bors-servo
added a commit
that referenced
this issue
Jul 22, 2020
bors-servo
added a commit
that referenced
this issue
Jul 22, 2020
bors-servo
added a commit
that referenced
this issue
Jul 22, 2020
bors-servo
added a commit
that referenced
this issue
Jul 22, 2020
bors-servo
added a commit
that referenced
this issue
Jul 22, 2020
bors-servo
added a commit
that referenced
this issue
Jul 23, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When reading through the changes from #26710, I realized that only the scripts that are compiled as part of evaluation get the script private set on them. We should extend this to the off-thread compiled scripts as well.