Skip to content

Commit

Permalink
Add empty 'module' declarations for chrome-devtools
Browse files Browse the repository at this point in the history
Like: `var SDK = {}`.

These are normally generated by the Chrome dev tools build; adding them
gets rid of more than 10,000 errors
  • Loading branch information
sandersn committed Nov 27, 2017
1 parent d338ecd commit 3a74147
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions tests/cases/user/chrome-devtools-frontend/definitions.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
var Common = {};
var UI = {};
var SDK = {};
var ConsoleModel = {};
var MobileThrottling = {};
var Main = {};
var TimelineModel = {};
var Accessibility = {};
var Protocol = {};
var Workspace = {};

0 comments on commit 3a74147

Please sign in to comment.