{“ast”:null,“code”:“/* global Promise */n'use strict'; // load the global object first:n// - it should be better integrated in the system (unhandledRejection in node)n// - the environment may have a custom Promise implementation (see zone.js)nnvar ES6Promise = null;nnif (typeof Promise !== "undefined") {n ES6Promise = Promise;n} else {n ES6Promise = require("lie");n}n/**n * Let the user use/change some implementations.n */nnnmodule.exports = {n Promise: ES6Promisen};”,“map”:null,“metadata”:{},“sourceType”:“module”}