Skip to content

Commit 3a74147

Browse files
committed
Add empty 'module' declarations for chrome-devtools
Like: `var SDK = {}`. These are normally generated by the Chrome dev tools build; adding them gets rid of more than 10,000 errors
1 parent d338ecd commit 3a74147

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
var Common = {};
2+
var UI = {};
3+
var SDK = {};
4+
var ConsoleModel = {};
5+
var MobileThrottling = {};
6+
var Main = {};
7+
var TimelineModel = {};
8+
var Accessibility = {};
9+
var Protocol = {};
10+
var Workspace = {};

0 commit comments

Comments
 (0)