module runtime for rollup
npm install rollup-runtimejavascript
__rollup_dynamic_import__(src:string, base:string, deps:string[], css:string[], img:string[]):Promise
`
With Polyfill
ie 6-8
`
Array.isArray
Array.prototype.findIndex
Array.prototype.forEach
Array.prototype.indexOf
Array.prototype.map
Array.prototype.some
Object.create
Object.defineProperty
Promise
Promise.prototype.finally
String.prototype.startsWith
URL
URLSearchParams
console
document.head
queueMicrotask
`
other unsupport esm
`
Array.isArray
Array.prototype.findIndex
Object.create
Object.defineProperties
Object.defineProperty
Object.keys
Promise
Promise.prototype.finally
String.prototype.startsWith
String.prototype.trim
URL
URLSearchParams
console
document.currentScript
document.head
document.scripts
location
queueMicrotask
``