commit | 132b4bab67e15c0e25a8d65cb23e17a806507374 | [log] [tgz] |
---|---|---|
author | Tim van der Lippe <tvanderlippe@chromium.org> | Wed Sep 02 16:00:48 2020 +0100 |
committer | Commit Bot <commit-bot@chromium.org> | Wed Sep 02 16:14:00 2020 +0000 |
tree | f07f33eef1b27dbbf55c1448e6d660eabc03f8cb | |
parent | d99fe639339e87f4298d6cd5b4058e5282e1abfe [diff] [blame] |
Migrate lighthouse to devtools_entrypoint R=jacktfranklin@chromium.org Bug: 1101738 Change-Id: I996f71c6fa757c3ee51d3cdc9af6f7a5c985c4b4 Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/2390623 Commit-Queue: Tim van der Lippe <tvanderlippe@chromium.org> Reviewed-by: Jack Franklin <jacktfranklin@chromium.org>
diff --git a/front_end/lighthouse/LighthouseReportRenderer.js b/front_end/lighthouse/LighthouseReportRenderer.js index 57ea445..c6cab69 100644 --- a/front_end/lighthouse/LighthouseReportRenderer.js +++ b/front_end/lighthouse/LighthouseReportRenderer.js
@@ -2,6 +2,9 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. +// @ts-nocheck +// TODO(crbug.com/1011811): Enable TypeScript compiler checks + import * as Common from '../common/common.js'; import * as Components from '../components/components.js'; import * as HostModule from '../host/host.js';