@wallhackio @aescling JSDOM is extremely heavyweight and you’re unlikely to find a reasonably featureful replacement
if you don’t need the full DOM and just need simple parsing or whatever, there are probably options
@Lady @aescling I wrote a simple node script the other day that parsed an HTML page full of tabulated data to covert the data into useful JSON form (I'll give you one guess for what purpose this was for). I suppose I could use an XML parser if I really wanted to but I don't see any need to rewrite my script given that all works just fine in node.
@wallhackio @Lady i guess you don’t want to use deno 2’s npm integration?