File tree Expand file tree Collapse file tree 3 files changed +12
-0
lines changed
device_mode_emulation_frame Expand file tree Collapse file tree 3 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 33// found in the LICENSE file.
44
55import '../../core/dom_extension/dom_extension.js' ;
6+ // eslint-disable-next-line @typescript-eslint/ban-ts-comment
7+ // @ts -ignore: tsc 6.0 does not support side-effect imports without a type definition.
8+ // We cannot use `@ts-expect-error` here because the import is correctly resolved
9+ // when bundling the application (which doesn't error) and only errors in unbundled builds.
610import '../../Images/Images.js' ;
711
812if ( window . opener ) {
Original file line number Diff line number Diff line change 22// Use of this source code is governed by a BSD-style license that can be
33// found in the LICENSE file.
44
5+ // eslint-disable-next-line @typescript-eslint/ban-ts-comment
6+ // @ts -ignore: tsc 6.0 does not support side-effect imports without a type definition.
7+ // We cannot use `@ts-expect-error` here because the import is correctly resolved
8+ // when bundling the application (which doesn't error) and only errors in unbundled builds.
59import '../../Images/Images.js' ;
610import '../../core/dom_extension/dom_extension.js' ;
711import '../../panels/sources/sources-meta.js' ;
Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ import '../main/main-meta.js';
66import '../inspector_main/inspector_main-meta.js' ;
77import '../../core/sdk/sdk-meta.js' ;
88import '../../models/workspace/workspace-meta.js' ;
9+ // eslint-disable-next-line @typescript-eslint/ban-ts-comment
10+ // @ts -ignore: tsc 6.0 does not support side-effect imports without a type definition.
11+ // We cannot use `@ts-expect-error` here because the import is correctly resolved
12+ // when bundling the application (which doesn't error) and only errors in unbundled builds.
913import '../../Images/Images.js' ;
1014import '../../models/logs/logs-meta.js' ;
1115import '../../models/persistence/persistence-meta.js' ;
You can’t perform that action at this time.
0 commit comments