proposal-defer-import-eval icon indicating copy to clipboard operation
proposal-defer-import-eval copied to clipboard

Consider `source` phase in `GatherAsynchronousTransitiveDependencies`

Open caiolima opened this issue 4 months ago • 0 comments

This is not a real problem in the spec, but just a reminder when merging this with source phase imports we need to consider if a request.[[Phase]] == source on GatherAsynchronousTransitiveDependencies. IIUC, the expected behavior here is that we don't keep going through the recursion for this request, since the idea with import source is to not traverse the full dependence graph yet.

caiolima avatar Oct 28 '25 12:10 caiolima