dom-serializer icon indicating copy to clipboard operation
dom-serializer copied to clipboard

render dom nodes

Results 7 dom-serializer issues
Sort by recently updated
recently updated
newest added

Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 6.21.0 to 7.6.0. Release notes Sourced from @​typescript-eslint/parser's releases. v7.6.0 7.6.0 (2024-04-08) 🚀 Features add name field to shared configs and flat config types (#8863) bump npm...

dependencies
javascript

Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) from 1.6.0 to 2.0.0. Release notes Sourced from dependabot/fetch-metadata's releases. v2.0.0 - Switch to node20 What's Changed Upgrade from node16 to node20 by @​Nishnha in dependabot/fetch-metadata#443 👈 this...

dependencies
github_actions

``` import serialize from "dom-serializer"; import { parseDocument } from "htmlparser2"; const html = ` `; const result = serialize(parseDocument(html), { selfClosingTags: true, xmlMode: true}) // result = ` //...

Hello and thank you for making these tools :) If you add a non-String attribute to any node and ask `dom-serializer` to parse it, it will treat the attribute value...

Hi ! 👋 I'm using dom-serializer in a project and i needed to extend the behavior. In order to do so i had to rework the code to use a...

Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 6.21.0 to 7.10.0. Release notes Sourced from @​typescript-eslint/parser's releases. v7.10.0 7.10.0 (2024-05-20) 🚀 Features eslint-plugin: [sort-type-constituents] support case sensitive sorting (#8760) 🩹 Fixes eslint-plugin: [prefer-regexp-exec] fix heuristic...

dependencies
javascript

Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) from 1.6.0 to 2.1.0. Release notes Sourced from dependabot/fetch-metadata's releases. v2.1.0 What's Changed Relax engine-strict=true by @​jeffwidman in dependabot/fetch-metadata#510 Handle branch names containing hyphen separators by @​tspencer244 in...

dependencies
github_actions