feat(tslib): add tslib helpers to global (#6351)

* feat(tslib): add tslib helpers to global

* Adds tslib as a dependency to tns-core-modules
* Replaces globals/decorators with globals/tslib
* Adds support for async/await, rest and spread operators.

* refactor: rename tslib to ts-helpers to avoid confusion with npm package
This commit is contained in:
Morten Sjøgren
2018-10-05 16:12:45 +02:00
committed by Alexander Vakrilov
parent c3fabd66f7
commit 1232d1edfd
9 changed files with 40 additions and 53 deletions

View File

@@ -1,5 +1,5 @@
console.log("Loading inspector modules...");
require("./globals/decorators");
require("./globals/ts-helpers");
require("./debugger/webinspector-network");
require("./debugger/webinspector-dom");
require("./debugger/webinspector-css");