You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
import { indent } from "indent.js";
html=indent.html(html)
I am getting
Uncaught TypeError: Cannot read properties of undefined (reading 'Int16Array')
at intArray (indent.js:677)
at indent (indent.js:474)
at Object.html (indent.js:451)
at App.svelte:62