node-fast-html-parser
node-fast-html-parser copied to clipboard
A very fast HTML parser, generating a simplified DOM, with basic element query support.
Removes [growl](https://github.com/tj/node-growl). It's no longer used after updating ancestor dependency [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together. Removes `growl` Updates `mocha` from 1.21.5 to 10.2.0 Release notes Sourced from...
Bumps [diff](https://github.com/kpdecker/jsdiff) to 5.0.0 and updates ancestor dependency [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together. Updates `diff` from 1.0.8 to 5.0.0 Changelog Sourced from diff's changelog. v5.0.0 Breaking: UMD...
How can i read the text inside a tag? For example `Please check the information` I want to extract "Please check the information" from above tags, who has id "ERROR_MESSAGE"....
When I am importing `var HTMLParser = require('fast-html-parser');` I got this error. node: 8.9.1 npm: 5.8.0 webpack-dev-server: 2.7.1 webpack: 3.10.0 OS: debian ``` ERROR in ./node_modules/apollojs/server.js Module not found: Error:...
Hi, I saw on an issue here that this library is no longer maintained, it would be super helpful to add this to the README at the top so people...
I have been trying to inject a class name into a parsed HTMLElement and when I call rootNode.toString(), the class does not appear. Printing the element that gets fed into...
TS2345: Argument of type '{ script: boolean; }' is not assignable to parameter of type '{ lowerCaseTagName?: boolean; noFix?: boolean; }'. Object literal may only specify known properties, and 'script'...
Hi, great library, using it quickly parse HTML, is there a utility method that can convert modified tree back to HTML?
Would love to be able to get the start/end position of the tag and attributes.
`return pMatchFunctionCache[matcher] = new Function('el', source);` I'm not able to use this library in a serverless environment because of these dynamic functions. Any plans to refactor the code to not...