Studying all day long)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

1 lines
1.1 KiB

{"version":3,"file":"use-default.min.js","sources":["../../src/extras/use-default.js"],"sourcesContent":["/*\n * Interop for AMD modules to return the direct AMD binding instead of a\n * `{ default: amdModule }` object from `System.import`\n * \n * Note: This extra is deprecated and will be removed in the next major.\n */\n(function (global) {\n var systemJSPrototype = global.System.constructor.prototype;\n var originalImport = systemJSPrototype.import;\n\n systemJSPrototype.import = function () {\n return originalImport.apply(this, arguments).then(function (ns) {\n return ns.__useDefault ? ns.default : ns;\n });\n };\n})(typeof self !== 'undefined' ? self : global);\n"],"names":["global","systemJSPrototype","System","constructor","prototype","originalImport","import","apply","this","arguments","then","ns","__useDefault","default","self"],"mappings":"CAMA,SAAWA,GACT,IAAIC,EAAoBD,EAAOE,OAAOC,YAAYC,UAC9CC,EAAiBJ,EAAkBK,OAEvCL,EAAkBK,OAAS,WACzB,OAAOD,EAAeE,MAAMC,KAAMC,WAAWC,MAAK,SAAUC,GAC1D,OAAOA,EAAGC,aAAeD,EAAGE,QAAUF,MAN5C,CASmB,oBAATG,KAAuBA,KAAOd"}