commit | 77e3e6831112050b340b13bafe31274a3e142360 | [log] [tgz] |
---|---|---|
author | Jan Scheffler <[email protected]> | Thu Jul 30 09:00:54 2020 |
committer | Commit Bot <[email protected]> | Thu Jul 30 15:26:20 2020 |
tree | a21a811dd95e2baa515809809b97855c74424daa | |
parent | 688afaac76e20dc5e29ac6f475191f6246cfb2d8 [diff] [blame] |
Migrate `front_end/profiler` to `devtools_entrypoint` [email protected], [email protected] Bug: 1101738 Change-Id: Ie603b7d8535a9051196da6c952cc1e5b9e0f9759 Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/2328764 Reviewed-by: Jack Franklin <[email protected]> Commit-Queue: Jan Scheffler <[email protected]>
diff --git a/front_end/profiler/LiveHeapProfileView.js b/front_end/profiler/LiveHeapProfileView.js index 3a2bf0c..ec38925 100644 --- a/front_end/profiler/LiveHeapProfileView.js +++ b/front_end/profiler/LiveHeapProfileView.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 DataGrid from '../data_grid/data_grid.js'; import * as SDK from '../sdk/sdk.js';