taoqf / node-html-parser

A very fast HTML parser, generating a simplified DOM, with basic element query support.
MIT License
1.11k stars 107 forks source link

es6 module package #79

Closed jogibear9988 closed 3 years ago

jogibear9988 commented 3 years ago

Is it possible to release a ES6 package?

If I try to use the package directly in browser I get this error:

image

taoqf commented 3 years ago

Sorry I can't see the image in my country, would you please past the error text?

jogibear9988 commented 3 years ago

in the browser i get "exports is not defined"

I've created a pull request, wich compiles to "esm" in the esm subfolder