Are there any plans for this package to natively support Deno in the future? I am aware I can use an npm: specifier in the deno.json file, e.g.
"imports": {"hostlist-compiler": "npm:@adguard/hostlist-compiler"}
Supporting deno natively would probably greatly boost performance as well. As it's currently written, it appears to be single-threaded.