dom-serializer
dom-serializer copied to clipboard
render dom nodes
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...
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...
``` 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...
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...
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 6.21.0 to 7.16.0. Release notes Sourced from @typescript-eslint/parser's releases. v7.16.0 7.16.0 (2024-07-08) 🚀 Features ast-spec: add parent property to AccessorProperty node types (#9487) eslint-plugin: [no-unnecessary-type-parameters] port from...
Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) from 1.6.0 to 2.2.0. Release notes Sourced from dependabot/fetch-metadata's releases. v2.2.0 What's Changed Bump actions/create-github-app-token from 1.9.0 to 1.10.0 by @dependabot in dependabot/fetch-metadata#523 Bump actions/create-github-app-token from 1.10.0 to...
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 7.18.0 to 8.12.2. Release notes Sourced from @typescript-eslint/eslint-plugin's releases. v8.12.2 8.12.2 (2024-10-29) 🩹 Fixes eslint-plugin: [switch-exhaustiveness-check] invert considerDefaultExhaustiveForUnions (#10223) ❤️ Thank You Kirk Waiblinger @kirkwaiblinger You can...