@Lady is there something like JSDOM for deno
@wallhackio @Lady i guess you don’t want to use deno 2’s npm integration?
@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.