({ tagName })
| 49 | |
| 50 | // generic helper to disambiguate between custom element and script |
| 51 | const isScript = ({ tagName }) => tagName === "SCRIPT"; |
| 52 | |
| 53 | // Used to create either Pyodide or MicroPython workers |
| 54 | // with the PyScript module available within the code |