You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[source-map] Convert pasta scopes to 'scopes' proposal scopes
This CL converts pasta function ranges to 'OriginalScope' trees (on top
of the existing 'ScopeTreeEntry's). Follow-up changes will update
name resolving to use 'OriginalScope' and remove the 'ScopeTreeEntry'
type altogether.
The 'SourceMapScopesInfo' class currently has one 'OriginalScope' tree
per original source file. This CL also keeps the 'sourcesList'
consistent with the OriginalScope[] tree list for index maps. This
allows us to use the same index to access both the 'sourcesList' array
as well as retrieve the OriginalScope tree for that original source
file. We may change this in the future into a Map keyed on sourceURL
to be less brittle.
[email protected]
Bug: 389857436
Change-Id: I9ab3821cf6e1d4e0b629921e61fe87c43a9b6d2f
Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6189116
Commit-Queue: Simon Zünd <[email protected]>
Reviewed-by: Kim-Anh Tran <[email protected]>
0 commit comments