hpq
hpq copied to clipboard
Utility to parse and query HTML into an object shape
The current implementation depends on browser APIs like `createHTMLDocument`, `querySelector`, `querySelectorAll`. It's not possible to use this library with Node.js or React Native. It would be possible to simulate DOM...
This pull request seeks to change the behavior of passing a markup string, setting as the base for sourcing the root node of the markup string passed. This improves consistency...
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.21.3 to 7.23.2. Release notes Sourced from @babel/traverse's releases. v7.23.2 (2023-10-11) NOTE: This release also re-publishes @babel/core, even if it does not appear in the linked release...