stencil-quantum
Version:
Experience the quantum realm of stencil.
20 lines (16 loc) • 1.06 kB
JavaScript
;
const index = require('./index-059fa27d.js');
/*
Stencil Client Patch Browser v2.3.0 | MIT Licensed | https://stenciljs.com
*/
const patchBrowser = () => {
const importMeta = (typeof document === 'undefined' ? new (require('u' + 'rl').URL)('file:' + __filename).href : (document.currentScript && document.currentScript.src || new URL('stencil-quantum.cjs.js', document.baseURI).href));
const opts = {};
if ( importMeta !== '') {
opts.resourcesUrl = new URL('.', importMeta).href;
}
return index.promiseResolve(opts);
};
patchBrowser().then(options => {
return index.bootstrapLazy([["quantum-consumer.cjs",[[4,"quantum-consumer",{"bind":[16],"name":[1537],"namespace":[1537],"debug":[1540]}]]],["quantum-display.cjs",[[0,"quantum-display",{"bind":[16],"name":[1537],"namespace":[1537],"debug":[1540],"mapper":[16],"value":[32]}]]],["quantum-fetch.cjs",[[4,"quantum-fetch"]]],["quantum-provider.cjs",[[4,"quantum-provider",{"bind":[16],"name":[1537],"namespace":[1537],"debug":[1540],"value":[8]}]]]], options);
});