mirror of
https://github.com/pyscript/pyscript.git
synced 2025-12-23 04:03:00 -05:00
@@ -80,7 +80,7 @@ export class BaseEvalElement extends HTMLElement {
|
||||
protected async _register_esm(pyodide: PyodideInterface): Promise<void> {
|
||||
const imports: { [key: string]: unknown } = {};
|
||||
const nodes = document.querySelectorAll("script[type='importmap']");
|
||||
let importmaps: Array<any>;
|
||||
const importmaps: Array<any> = [];
|
||||
nodes.forEach( node =>
|
||||
{
|
||||
let importmap;
|
||||
|
||||
Reference in New Issue
Block a user