mathiasbynens / mathiasbynens/he
Make scripts write data files + export the data
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 3.6k
- Forks
- 264
- PR merge metrics
- No merged PRs in 30d
Description
Like https://github.com/mathiasbynens/swapcase/blob/8ded201ff6456e72192dd39e6b3e8260ea6762db/scripts/swap-map.js#L46-L53 — it’s much nicer, and it avoids the additional `process-data.js` step by just making it part of `export-data.js`.
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 inspecting the repository's process-data.js and export-data.js scripts, then compare their flow with scripts/swap-map.js lines 46-53 in the referenced commit. The work is complete when the scripts write the data files directly and export-data.js includes the processing step without requiring a separate process-data.js invocation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- build-system, tooling
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100