GitShow/sindresorhus/domify
sindresorhus

domify

html -> elements

by sindresorhus
Star on GitHubForknpm

JavaScript

261 stars31 forks18 contributorsQuiet · 6mo agoSince 2012v3.0.0MIT

Meet the team

See all 18 on GitHub →
tj
tj40 contributions
jonathanong
jonathanong19 contributions
TooTallNate
TooTallNate9 contributions
sindresorhus
sindresorhus8 contributions
timoxley
timoxley8 contributions
stephenmathieson
stephenmathieson7 contributions
domenic
domenic3 contributions
jkroso
jkroso3 contributions

Languages

View on GitHub →
JavaScript100%

Commit activity

Last 12 weeks · 0 commits

Full graph →

Community health

4 of 6 standards met

Community profile →
85
✓README✓License✓Contributing✓Code of Conduct○Issue Template○PR Template

Recent fixes

View closed PRs →
nikku
Migrate to ESM only packageMergedPR

turn into ES module migrate to named export Closes #50

nikku · 6mo ago
nikku
Turn project into an ES moduleClosedIssue

What is the problem This project is not an ES module, despite having an declaration (ref). This causes some bundlers/built chains (https://angular.dev/) to warn when using the library from ESM setups. Proposed improvement I propose to turn this library into an ESM only module which can be nowadays consumed by modern environments (Node >= 20.12, bundlers, browsers). Essentially this means to add "type": "module" and simplify "exports" declaration.

nikku · 6mo ago
Kequc
Doesn't seem to support comment inputClosedIssue

Running the following code returns a text node. Seems to be because the function bails early when it does not detect a matching tag.

Kequc · 2y ago
Structured data for AI agents

Repository: sindresorhus/domify. Description: html -> elements Stars: 261, Forks: 31. Primary language: JavaScript. Languages: JavaScript (100%). License: MIT. Latest release: v3.0.0 (6mo ago). Open PRs: 0, open issues: 0. Last activity: 6mo ago. Community health: 85%. Top contributors: tj, jonathanong, TooTallNate, sindresorhus, timoxley, stephenmathieson, domenic, jkroso, lancejpollard, matthewmueller and others.

·@ofershap

Replace github.com with gitshow.dev