-
Notifications
You must be signed in to change notification settings - Fork 360
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
Implement access tracking for containingUrl #2220
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ntkme
force-pushed
the
access-containing-url
branch
5 times, most recently
from
April 12, 2024 04:14
8b90f10
to
71370a3
Compare
ntkme
force-pushed
the
access-containing-url
branch
from
April 12, 2024 04:32
71370a3
to
bdd0191
Compare
ntkme
force-pushed
the
access-containing-url
branch
2 times, most recently
from
April 12, 2024 15:54
f0336f7
to
c467ae7
Compare
nex3
requested changes
Apr 12, 2024
nex3
reviewed
Apr 12, 2024
ntkme
force-pushed
the
access-containing-url
branch
4 times, most recently
from
April 13, 2024 02:01
d6979b9
to
5929113
Compare
ntkme
force-pushed
the
access-containing-url
branch
from
April 13, 2024 02:17
5929113
to
3ddea86
Compare
nex3
requested changes
Apr 17, 2024
ntkme
force-pushed
the
access-containing-url
branch
from
April 17, 2024 05:17
1e86303
to
372c560
Compare
ntkme
force-pushed
the
access-containing-url
branch
from
April 17, 2024 05:23
372c560
to
10f9657
Compare
nex3
approved these changes
Apr 17, 2024
2 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR adds a
CanonicalizeContext
class in dart which is able to track ifcontainingUrl
is accessed or not, it also changes the dart2jsJSCanonicalizeContext
class to be a wrapper, so that the containingUrl in JS would lazily access the dartcontainingUrl
method instead of eagerly during construction. Finally for embedded host, this adds acontainingUrlWithoutMarking
method that allow the serialization of embedded protocol without marking, and we can mark it accordingly depends on the result from host.sass/sass#3835
sass/embedded-host-node#285