island205 / h2m

Tool for converting HTML to Markdown, like html2markdown.
http://island205.github.io/h2m/
271 stars 44 forks source link

support react-native #13

Closed hans-lizihan closed 6 years ago

hans-lizihan commented 6 years ago

benchmark lib: https://github.com/AndreasMadsen/htmlparser-benchmark

for htmlparser2-without-node-native:

7.46853 ms/file ± 5.47285

for htmlparser2:

5.37445 ms/file ± 4.75978

好像差别并不大

coveralls commented 6 years ago

Coverage Status

Coverage remained the same at 99.034% when pulling db8dab16e6d42e2ec5c8ce31bb349c45d883de0b on hans-lizihan:master into e9fab791add0afe529bc35350294f18a2999fb08 on island205:master.

hans-lizihan commented 6 years ago

或者考虑换一个bundler?browserify和react-native似乎兼容性有问题

https://github.com/calvinmetcalf/rollup-plugin-node-builtins

island205 commented 6 years ago

好的,欢迎提交 PR