projectwallace / projectwallace/css-code-coverage
Support declarative shadow DOM
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- TypeScript
- Stars
- 3
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Swap DOMParser().parseFromString to Document.parseHTMLUnsafe()
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Search the TypeScript codebase for DOMParser().parseFromString and read the surrounding parsing path first. Replace the parser call with Document.parseHTMLUnsafe() as described, then verify that declarative shadow DOM is preserved in the generated coverage report; no specific test file is mentioned.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- frontend, web-dev
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100