This is an auto-generated analysis of where we will need async and await keywords, based on tonight's mozilla-central. The tool I used to create this analysis is one of my own design, named StackLizard, heavily using several tools mozilla-central already uses for eslint. This is its raison d'être. I'd like some feedback before I start adding in these keywords. It's not perfect. StackLizard missed the AppUpdater.jsm module for browser's AppUpdater() constructor, for one, and that's one problem point.
Bug 1642039 Comment 3 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
This is an auto-generated analysis of where we will need async and await keywords, based on tonight's mozilla-central. The tool I used to create this analysis is one of my own design, named StackLizard, heavily using several tools mozilla-central already uses for eslint. This is its raison d'être. I'd like some feedback before I start adding in these keywords. It's not perfect. StackLizard missed looking for instances of the browser's AppUpdater() constructor, for one, and that's one problem point.