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

Unified Diff: third_party/WebKit/Source/devtools/front_end/formatter_worker/module.json

Issue 2770123002: DevTools: produce javascript outline for javascript classess (Closed)
Patch Set: address comments Created 3 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/devtools/front_end/formatter_worker/module.json
diff --git a/third_party/WebKit/Source/devtools/front_end/formatter_worker/module.json b/third_party/WebKit/Source/devtools/front_end/formatter_worker/module.json
index a6eb3fb6ea17f7d1beb288600bc799d95cd37577..c7cc03b0fde61f0ecf0cdc3cf218bedcb5351aec 100644
--- a/third_party/WebKit/Source/devtools/front_end/formatter_worker/module.json
+++ b/third_party/WebKit/Source/devtools/front_end/formatter_worker/module.json
@@ -10,6 +10,7 @@
"ESTreeWalker.js",
"FormatterWorker.js",
"acorn/acorn.js",
+ "acorn/acorn_loose.js",
"CSSFormatter.js",
"AcornTokenizer.js",
"JavaScriptFormatter.js",
@@ -22,6 +23,7 @@
],
"skip_compilation": [
"acorn/acorn.js",
+ "acorn/acorn_loose.js",
"../cm_web_modes/css.js",
"../cm_web_modes/xml.js"
]

Powered by Google App Engine
This is Rietveld 408576698