Add browser build step for minified browser version using querySelectorAll polyfill
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 99
- Forks
- 25
- PR merge metrics
- No merged PRs in 30d
Description
There should be a binary script that will take the current version of html-lang and prepare it as a minified version for the browser.
This minified version should use a querySelectorAll polyfill to utilize whatever DOM selector engine is available and assign it to $.
Tests should be included.
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
Start by locating the current html-lang source, any existing build scripts, and the test setup. Define the browser build entry point and how the querySelectorAll polyfill should be provided and assigned to $, then add tests that verify the minified browser version is produced and behaves as requested.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- build-system, frontend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100