Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is a combination of 36 commits.
Remove IFuture from function signatures - replace with async...Promise
Replace future wrapper in class-less functions
Replace .wait with await
Replace .wait with await vol 2
Replace .wait with await vol 3
Replace IFuture with Promise in .d.ts
Replace Future.fromResult with async
Mark IFuture functions without access modifiers as async
Replace function..IFuture with async Promise ONE occurrence
Mark execute functions as async...Promise
Mark lambdas as async
Replace future.throw with reject
Replace future.return with resolve
Replace new Future with new Promise(resolve, reject)
Revive lib/common
Remove fibers from package.json
Replace await return/await if with proper language
Fix file in root of lib
Fix lib/tools
Fix lib/commands/plugin
Fix lib/commands
Fix files in lib/services up to test-execution-service.ts
Fix all files in lib/providers
Update package.json with required dependencies for testing. Fix tests from android-project-properties-manager to npm-support (inclusive) - all can be run successfully.
Fix lib/device-sockets
Fix test/platform-commands
Fix services up until test-execution-service
Fix test/platform-service
Fix test/plugin-variables-service
Fix test/lugins-service
Fix test/project-commands
Fix test/project-name-service
Fix test/project-service
test/project-templates-service
Fix the rest of tests/