Issue by busykai
Wednesday Jan 15, 2014 at 15:36 GMT
Originally opened as adobe/brackets#6530
Implement support for asynchronous providers through scanFileAsync function. Each provider is limited by 500ms timeout now. Providers are executed in parallel (even though it only makes sense for the truly async ones). Providers are never rejected if actual provider rejects its promised, it is resolve with null results and does not appear in the problems panel.
Additionally some closure compiler notation issues in JSDoc have been fixed.
cc:@peterflynn,@ingorichter
busykai included the following code: https://github.com/adobe/brackets/pull/6530/commits
Wednesday Jan 15, 2014 at 15:36 GMT
Originally opened as adobe/brackets#6530
Implement support for asynchronous providers through scanFileAsync function. Each provider is limited by 500ms timeout now. Providers are executed in parallel (even though it only makes sense for the truly async ones). Providers are never rejected if actual provider rejects its promised, it is resolve with null results and does not appear in the problems panel.
Additionally some closure compiler notation issues in JSDoc have been fixed.
cc:
@peterflynn,@ingorichterbusykai included the following code: https://github.com/adobe/brackets/pull/6530/commits