ember-fastboot / ember-fastboot/simple-dom
Implement `querySelector` in Document
Open
- Dominant language
- TypeScript
- Stars
- 207
- Forks
- 30
- PR merge metrics
- No merged PRs in 30d
Description
Although the API of this DOM implementation intends to be minimal, would you deem acceptable to implement only `querySelector` and `querySelectorAll` on the document to enable some usages in ember-fastboot?
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the Document entry point and checking how querySelector and querySelectorAll are represented in the DOM implementation. Confirm the minimal API needed by ember-fastboot, then verify that both methods work on the document and that the relevant existing tests pass or add coverage for the requested behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100