apazureck / odatatools

OData Tools for vscode
24 stars 12 forks source link

Promise & async await #14

Closed apazureck closed 7 years ago

apazureck commented 7 years ago

Support Typescript 2.1 async await for ES6 / ES5 / ES3

New Usage example:

let comm = new Container("address", "name");
let value = await comm.GetAsync();
apazureck commented 7 years ago

Fixed in V 1.0.0