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

Unified Diff: third_party/WebKit/Source/devtools/front_end/formatter_worker/acorn/acorn.js

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/acorn/acorn.js
diff --git a/third_party/WebKit/Source/devtools/front_end/formatter_worker/acorn/acorn.js b/third_party/WebKit/Source/devtools/front_end/formatter_worker/acorn/acorn.js
index c4d500d9e3c28ca7d8dbd08deb3d945cdc0d3156..5d10b5338c5f0cb029bc2f1ef25a2be5ef9e7f17 100644
--- a/third_party/WebKit/Source/devtools/front_end/formatter_worker/acorn/acorn.js
+++ b/third_party/WebKit/Source/devtools/front_end/formatter_worker/acorn/acorn.js
@@ -1,3 +1,4 @@
+// clang-format off
(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
typeof define === 'function' && define.amd ? define(['exports'], factory) :
@@ -3403,4 +3404,5 @@ exports.lineBreakG = lineBreakG;
Object.defineProperty(exports, '__esModule', { value: true });
-})));
+})));
+// clang-format on

Powered by Google App Engine
This is Rietveld 408576698