tautologistics / node-htmlparser

Forgiving HTML/XML/RSS Parser in JS for *both* Node and Browsers
MIT License
1.15k stars 139 forks source link

Add CommonJS/AMD support with UMD wrapper. #70

Closed kruppel closed 6 months ago

kruppel commented 9 years ago

In attempting to use this lib as a dependency, I was unable to use it in the browser as anything other than a global. This patch wraps htmlparser with a UMD pattern, so that loading via AMD or CommonJS is supported.