Skip to content

Instantly share code, notes, and snippets.

@juliandescottes
Created March 10, 2020 10:40
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save juliandescottes/92faa85890ea46b48a5ba60a94070841 to your computer and use it in GitHub Desktop.
Save juliandescottes/92faa85890ea46b48a5ba60a94070841 to your computer and use it in GitHub Desktop.
/Users/jdescottes/Development/hg/fx-team-artifact/devtools/client/aboutdebugging/src/actions/debug-targets.js
308:30 error Unexpected `await` inside a loop. no-await-in-loop (eslint)
/Users/jdescottes/Development/hg/fx-team-artifact/devtools/client/aboutdebugging/src/actions/runtimes.js
496:9 error Unexpected `await` inside a loop. no-await-in-loop (eslint)
514:9 error Unexpected `await` inside a loop. no-await-in-loop (eslint)
/Users/jdescottes/Development/hg/fx-team-artifact/devtools/client/accessibility/accessibility-view.js
164:24 error Unexpected `await` inside a loop. no-await-in-loop (eslint)
168:13 error Unexpected `await` inside a loop. no-await-in-loop (eslint)
/Users/jdescottes/Development/hg/fx-team-artifact/devtools/client/debugger/packages/devtools-source-map/src/source-map.js
285:13 error Unexpected `await` inside a loop. no-await-in-loop (eslint)
/Users/jdescottes/Development/hg/fx-team-artifact/devtools/client/debugger/src/actions/breakpoints/breakpointPositions.js
139:24 error Unexpected `await` inside a loop. no-await-in-loop (eslint)
/Users/jdescottes/Development/hg/fx-team-artifact/devtools/client/debugger/src/actions/breakpoints/index.js
206:7 error Unexpected `await` inside a loop. no-await-in-loop (eslint)
/Users/jdescottes/Development/hg/fx-team-artifact/devtools/client/debugger/src/actions/pause/inlinePreview.js
112:7 error Unexpected `await` inside a loop. no-await-in-loop (eslint)
/Users/jdescottes/Development/hg/fx-team-artifact/devtools/client/debugger/src/actions/pause/mapFrames.js
123:51 error Unexpected `await` inside a loop. no-await-in-loop (eslint)
/Users/jdescottes/Development/hg/fx-team-artifact/devtools/client/debugger/src/actions/project-text-search.js
106:7 error Unexpected `await` inside a loop. no-await-in-loop (eslint)
107:7 error Unexpected `await` inside a loop. no-await-in-loop (eslint)
/Users/jdescottes/Development/hg/fx-team-artifact/devtools/client/debugger/src/actions/sources/blackbox.js
24:5 error Unexpected `await` inside a loop. no-await-in-loop (eslint)
/Users/jdescottes/Development/hg/fx-team-artifact/devtools/client/debugger/src/actions/sources/loadSourceText.js
91:18 error Unexpected `await` inside a loop. no-await-in-loop (eslint)
136:7 error Unexpected `await` inside a loop. no-await-in-loop (eslint)
/Users/jdescottes/Development/hg/fx-team-artifact/devtools/client/debugger/src/actions/sources/prettyPrint.js
61:5 error Unexpected `await` inside a loop. no-await-in-loop (eslint)
/Users/jdescottes/Development/hg/fx-team-artifact/devtools/client/debugger/src/client/firefox/commands.js
418:30 error Unexpected `await` inside a loop. no-await-in-loop (eslint)
/Users/jdescottes/Development/hg/fx-team-artifact/devtools/client/debugger/src/client/firefox/targets.js
35:7 error Unexpected `await` inside a loop. no-await-in-loop (eslint)
51:27 error Unexpected `await` inside a loop. no-await-in-loop (eslint)
111:5 error Unexpected `await` inside a loop. no-await-in-loop (eslint)
112:5 error Unexpected `await` inside a loop. no-await-in-loop (eslint)
113:5 error Unexpected `await` inside a loop. no-await-in-loop (eslint)
114:5 error Unexpected `await` inside a loop. no-await-in-loop (eslint)
/Users/jdescottes/Development/hg/fx-team-artifact/devtools/client/debugger/src/utils/pause/mapScopes/findGeneratedBindingFromPosition.js
43:20 error Unexpected `await` inside a loop. no-await-in-loop (eslint)
82:20 error Unexpected `await` inside a loop. no-await-in-loop (eslint)
117:27 error Unexpected `await` inside a loop. no-await-in-loop (eslint)
138:18 error Unexpected `await` inside a loop. no-await-in-loop (eslint)
275:14 error Unexpected `await` inside a loop. no-await-in-loop (eslint)
/Users/jdescottes/Development/hg/fx-team-artifact/devtools/client/debugger/src/utils/pause/mapScopes/index.js
135:22 error Unexpected `await` inside a loop. no-await-in-loop (eslint)
405:32 error Unexpected `await` inside a loop. no-await-in-loop (eslint)
410:22 error Unexpected `await` inside a loop. no-await-in-loop (eslint)
412:22 error Unexpected `await` inside a loop. no-await-in-loop (eslint)
423:40 error Unexpected `await` inside a loop. no-await-in-loop (eslint)
429:29 error Unexpected `await` inside a loop. no-await-in-loop (eslint)
456:40 error Unexpected `await` inside a loop. no-await-in-loop (eslint)
462:22 error Unexpected `await` inside a loop. no-await-in-loop (eslint)
/Users/jdescottes/Development/hg/fx-team-artifact/devtools/client/framework/browser-toolbox/Launcher.jsm
307:20 error Unexpected `await` inside a loop. no-await-in-loop (eslint)
/Users/jdescottes/Development/hg/fx-team-artifact/devtools/client/inspector/boxmodel/utils/editing-session.js
138:7 error Unexpected `await` inside a loop. no-await-in-loop (eslint)
174:7 error Unexpected `await` inside a loop. no-await-in-loop (eslint)
/Users/jdescottes/Development/hg/fx-team-artifact/devtools/client/inspector/changes/ChangesView.js
218:20 error Unexpected `await` inside a loop. no-await-in-loop (eslint)
221:22 error Unexpected `await` inside a loop. no-await-in-loop (eslint)
/Users/jdescottes/Development/hg/fx-team-artifact/devtools/client/inspector/flexbox/flexbox.js
218:25 error Unexpected `await` inside a loop. no-await-in-loop (eslint)
/Users/jdescottes/Development/hg/fx-team-artifact/devtools/client/inspector/fonts/fonts.js
387:34 error Unexpected `await` inside a loop. no-await-in-loop (eslint)
1002:25 error Unexpected `await` inside a loop. no-await-in-loop (eslint)
/Users/jdescottes/Development/hg/fx-team-artifact/devtools/client/inspector/grids/grid-inspector.js
160:27 error Unexpected `await` inside a loop. no-await-in-loop (eslint)
370:23 error Unexpected `await` inside a loop. no-await-in-loop (eslint)
412:10 error Unexpected `await` inside a loop. no-await-in-loop (eslint)
420:33 error Unexpected `await` inside a loop. no-await-in-loop (eslint)
464:40 error Unexpected `await` inside a loop. no-await-in-loop (eslint)
621:9 error Unexpected `await` inside a loop. no-await-in-loop (eslint)
/Users/jdescottes/Development/hg/fx-team-artifact/devtools/client/inspector/node-picker.js
94:7 error Unexpected `await` inside a loop. no-await-in-loop (eslint)
111:7 error Unexpected `await` inside a loop. no-await-in-loop (eslint)
/Users/jdescottes/Development/hg/fx-team-artifact/devtools/client/inspector/shared/highlighters-overlay.js
548:11 error Unexpected `await` inside a loop. no-await-in-loop (eslint)
675:30 error Unexpected `await` inside a loop. no-await-in-loop (eslint)
680:9 error Unexpected `await` inside a loop. no-await-in-loop (eslint)
847:9 error Unexpected `await` inside a loop. no-await-in-loop (eslint)
1262:9 error Unexpected `await` inside a loop. no-await-in-loop (eslint)
1273:9 error Unexpected `await` inside a loop. no-await-in-loop (eslint)
1279:9 error Unexpected `await` inside a loop. no-await-in-loop (eslint)
1374:7 error Unexpected `await` inside a loop. no-await-in-loop (eslint)
1378:7 error Unexpected `await` inside a loop. no-await-in-loop (eslint)
/Users/jdescottes/Development/hg/fx-team-artifact/devtools/client/memory/actions/diffing.js
109:41 error Unexpected `await` inside a loop. no-await-in-loop (eslint)
/Users/jdescottes/Development/hg/fx-team-artifact/devtools/client/memory/actions/snapshot.js
254:36 error Unexpected `await` inside a loop. no-await-in-loop (eslint)
414:22 error Unexpected `await` inside a loop. no-await-in-loop (eslint)
626:18 error Unexpected `await` inside a loop. no-await-in-loop (eslint)
688:20 error Unexpected `await` inside a loop. no-await-in-loop (eslint)
/Users/jdescottes/Development/hg/fx-team-artifact/devtools/client/netmonitor/src/actions/search.js
74:7 error Unexpected `await` inside a loop. no-await-in-loop (eslint)
82:7 error Unexpected `await` inside a loop. no-await-in-loop (eslint)
/Users/jdescottes/Development/hg/fx-team-artifact/devtools/client/netmonitor/src/connector/firefox-data-provider.js
254:22 error Unexpected `await` inside a loop. no-await-in-loop (eslint)
279:22 error Unexpected `await` inside a loop. no-await-in-loop (eslint)
/Users/jdescottes/Development/hg/fx-team-artifact/devtools/client/netmonitor/src/har/har-builder.js
64:28 error Unexpected `await` inside a loop. no-await-in-loop (eslint)
/Users/jdescottes/Development/hg/fx-team-artifact/devtools/client/netmonitor/src/utils/request-utils.js
78:29 error Unexpected `await` inside a loop. no-await-in-loop (eslint)
/Users/jdescottes/Development/hg/fx-team-artifact/devtools/client/performance-new/browser.js
434:9 error Unexpected `await` inside a loop. no-await-in-loop (eslint)
437:16 error Unexpected `await` inside a loop. no-await-in-loop (eslint)
/Users/jdescottes/Development/hg/fx-team-artifact/devtools/client/performance/modules/widgets/graphs.js
232:9 error Unexpected `await` inside a loop. no-await-in-loop (eslint)
258:7 error Unexpected `await` inside a loop. no-await-in-loop (eslint)
433:21 error Unexpected `await` inside a loop. no-await-in-loop (eslint)
/Users/jdescottes/Development/hg/fx-team-artifact/devtools/client/performance/performance-controller.js
276:9 error Unexpected `await` inside a loop. no-await-in-loop (eslint)
281:9 error Unexpected `await` inside a loop. no-await-in-loop (eslint)
/Users/jdescottes/Development/hg/fx-team-artifact/devtools/client/performance/views/details.js
103:33 error Unexpected `await` inside a loop. no-await-in-loop (eslint)
/Users/jdescottes/Development/hg/fx-team-artifact/devtools/client/storage/ui.js
601:15 error Unexpected `await` inside a loop. no-await-in-loop (eslint)
614:11 error Unexpected `await` inside a loop. no-await-in-loop (eslint)
666:21 error Unexpected `await` inside a loop. no-await-in-loop (eslint)
672:17 error Unexpected `await` inside a loop. no-await-in-loop (eslint)
676:17 error Unexpected `await` inside a loop. no-await-in-loop (eslint)
1168:13 error Unexpected `await` inside a loop. no-await-in-loop (eslint)
/Users/jdescottes/Development/hg/fx-team-artifact/devtools/client/styleeditor/StyleEditorUI.jsm
263:9 error Unexpected `await` inside a loop. no-await-in-loop (eslint)
368:13 error Unexpected `await` inside a loop. no-await-in-loop (eslint)
961:22 error Unexpected `await` inside a loop. no-await-in-loop (eslint)
/Users/jdescottes/Development/hg/fx-team-artifact/devtools/client/webconsole/webconsole-wrapper.js
363:13 error Unexpected `await` inside a loop. no-await-in-loop (eslint)
372:13 error Unexpected `await` inside a loop. no-await-in-loop (eslint)
/Users/jdescottes/Development/hg/fx-team-artifact/devtools/server/actors/root.js
423:9 error Unexpected `await` inside a loop. no-await-in-loop (eslint)
/Users/jdescottes/Development/hg/fx-team-artifact/devtools/server/actors/source.js
526:9 error Unexpected `await` inside a loop. no-await-in-loop (eslint)
567:24 error Unexpected `await` inside a loop. no-await-in-loop (eslint)
/Users/jdescottes/Development/hg/fx-team-artifact/devtools/server/actors/storage.js
369:26 error Unexpected `await` inside a loop. no-await-in-loop (eslint)
2094:9 error Unexpected `await` inside a loop. no-await-in-loop (eslint)
2128:24 error Unexpected `await` inside a loop. no-await-in-loop (eslint)
2132:22 error Unexpected `await` inside a loop. no-await-in-loop (eslint)
2156:30 error Unexpected `await` inside a loop. no-await-in-loop (eslint)
2519:9 error Unexpected `await` inside a loop. no-await-in-loop (eslint)
2532:24 error Unexpected `await` inside a loop. no-await-in-loop (eslint)
2930:22 error Unexpected `await` inside a loop. no-await-in-loop (eslint)
2952:7 error Unexpected `await` inside a loop. no-await-in-loop (eslint)
2971:11 error Unexpected `await` inside a loop. no-await-in-loop (eslint)
3023:22 error Unexpected `await` inside a loop. no-await-in-loop (eslint)
3026:9 error Unexpected `await` inside a loop. no-await-in-loop (eslint)
3554:9 error Unexpected `await` inside a loop. no-await-in-loop (eslint)
/Users/jdescottes/Development/hg/fx-team-artifact/devtools/server/actors/styles.js
602:7 error Unexpected `await` inside a loop. no-await-in-loop (eslint)
/Users/jdescottes/Development/hg/fx-team-artifact/devtools/server/actors/stylesheets.js
714:22 error Unexpected `await` inside a loop. no-await-in-loop (eslint)
790:25 error Unexpected `await` inside a loop. no-await-in-loop (eslint)
832:28 error Unexpected `await` inside a loop. no-await-in-loop (eslint)
/Users/jdescottes/Development/hg/fx-team-artifact/devtools/server/actors/thread.js
504:9 error Unexpected `await` inside a loop. no-await-in-loop (eslint)
/Users/jdescottes/Development/hg/fx-team-artifact/devtools/server/actors/webbrowser.js
310:21 error Unexpected `await` inside a loop. no-await-in-loop (eslint)
/Users/jdescottes/Development/hg/fx-team-artifact/devtools/server/actors/webconsole.js
749:15 error Unexpected `await` inside a loop. no-await-in-loop (eslint)
/Users/jdescottes/Development/hg/fx-team-artifact/devtools/server/socket/websocket-server.js
102:18 error Unexpected `await` inside a loop. no-await-in-loop (eslint)
/Users/jdescottes/Development/hg/fx-team-artifact/devtools/shared/adb/adb-binary.js
160:7 error Unexpected `await` inside a loop. no-await-in-loop (eslint)
/Users/jdescottes/Development/hg/fx-team-artifact/devtools/shared/adb/adb-process.js
31:9 error Unexpected `await` inside a loop. no-await-in-loop (eslint)
35:5 error Unexpected `await` inside a loop. no-await-in-loop (eslint)
/Users/jdescottes/Development/hg/fx-team-artifact/devtools/shared/adb/adb.js
164:7 error Unexpected `await` inside a loop. no-await-in-loop (eslint)
/Users/jdescottes/Development/hg/fx-team-artifact/devtools/shared/fronts/root.js
212:21 error Unexpected `await` inside a loop. no-await-in-loop (eslint)
214:26 error Unexpected `await` inside a loop. no-await-in-loop (eslint)
262:24 error Unexpected `await` inside a loop. no-await-in-loop (eslint)
/Users/jdescottes/Development/hg/fx-team-artifact/devtools/shared/fronts/targets/target-mixin.js
438:19 error Unexpected `await` inside a loop. no-await-in-loop (eslint)
/Users/jdescottes/Development/hg/fx-team-artifact/devtools/shared/resources/target-list.js
324:9 error Unexpected `await` inside a loop. no-await-in-loop (eslint)
480:21 error Unexpected `await` inside a loop. no-await-in-loop (eslint)
/Users/jdescottes/Development/hg/fx-team-artifact/devtools/shared/webconsole/test/chrome/test_jsterm.html
241:24 error Unexpected `await` inside a loop. no-await-in-loop (eslint)
248:29 error Unexpected `await` inside a loop. no-await-in-loop (eslint)
/Users/jdescottes/Development/hg/fx-team-artifact/devtools/shared/webconsole/test/chrome/test_jsterm_autocomplete.html
130:7 error Unexpected `await` inside a loop. no-await-in-loop (eslint)
518:24 error Unexpected `await` inside a loop. no-await-in-loop (eslint)
614:24 error Unexpected `await` inside a loop. no-await-in-loop (eslint)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment