fix(ios): devtools inspector_modules

This commit is contained in:
Nathan Walker
2020-10-25 18:16:32 -07:00
parent 0eb2246b7d
commit 15f3d882d9
9 changed files with 71 additions and 8 deletions

View File

@ -2,7 +2,7 @@ import { CSSComputedStyleProperty } from './css-agent';
import { InspectorEvents } from './devtools-elements-interfaces';
// Needed for typings only
import { ViewBase } from '../ui/core/view-base';
import type { ViewBase } from '../ui/core/view-base';
const registeredDomNodes = {};
const ELEMENT_NODE_TYPE = 1;