Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(473)

Side by Side Diff: third_party/WebKit/Source/devtools/front_end/es_tree/module.json

Issue 1653053002: Devtools: parse variables scopes and sourcemap them (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 { 1 {
2 "dependencies": [ 2 "dependencies": [
3 "common" 3 "common"
4 ], 4 ],
5 "scripts": [ 5 "scripts": [
6 "Diff.js", 6 "../acorn/acorn.js",
7 "diff_match_patch.js" 7 "ESTreeWalker.js"
8 ], 8 ],
9 "skip_compilation": [ 9 "skip_compilation": [
10 "diff_match_patch.js" 10 "../acorn/acorn.js"
11 ] 11 ]
12 } 12 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698