chrome-devtools-frontend
Version:
Chrome DevTools UI
20 lines (13 loc) • 509 B
text/typescript
// Copyright 2020 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// @ts-nocheck
import * as IssuesModule from './issues.js';
self.Issues = self.Issues || {};
Issues = Issues || {};
/**
* @constructor
*/
Issues.IssuesPane = IssuesModule.IssuesPane.IssuesPane;
Issues.IssueRevealer = IssuesModule.IssueRevealer.IssueRevealer;
Issues.CSPViolationsView = IssuesModule.CSPViolationsView.CSPViolationsView;