htmlparser2-without-node-native
Version:
htmlparser2 build that excludes node native modules so that you can use it in platforms like React Native.
7 lines (4 loc) • 314 B
Markdown
# htmlparser2-without-node-native
[htmlparser2](https://github.com/fb55/htmlparser2) build that excludes node native modules so that you can use it in platforms like React Native.
* Remove `Stream` and `WritableStream`.
* Use [eventemitter2](https://github.com/asyncly/EventEmitter2) instead of native `events`.