1.0.0 roadmap
Nobody has claimed this yet.
Assessment
- Difficulty
- 5/5
- Estimated time
- Over a week
- Newbie friendliness
- 25/100
- Issue type
- Feature
- Clarity
- Needs clarification
- Activity status
- Active
- Tech stack
- node.js, typescript
- Domain
- tooling
Research direction
No files, tests, or entry points are named. Start by reviewing the proposed 1.0.0 changes and their Node.js, ESM, dependency, and compatibility implications. This roadmap needs a concrete proposal selected and scoped before implementation can have a defined done state.
Written by the indexing model from the issue text.
Description
still likely not happening anytime soon, just leaving future plans here to gather thoughts:
plan is to make 1.0.0 as full of major changes as possible to ideally never have to release a major version again
- removal of deprecated
patternsoption - make
expandDirectoriesdefault tofalse(considering, unsure, would involve MOST users changing their code to maintain the same behavior, would make it less compatible withglobbyby default but more compatible withfast-glob) - switch to esm (would half package size, users on old node versions could still use 0.x which id try to still maintain)
- would this involve upping engines range? not sure. ideally would be
>=20.19.0or something like that for require-esm - to avoid people migrating back to
fast-globthis could wait untilfast-globgoes esm-only. i've seen it's planned for 5.0.0. it's not even at 4.0.0 yet so it might take a while
- would this involve upping engines range? not sure. ideally would be
- switch to
zeptomatch. would need switching to esm- this would be great since it's faster than picomatch, smaller and actively maintained.
picomatchalso has some longstanding bugs - downside: it's two dependencies instead of none. considering node-glob just got to 6 dependencies i really don't want to increase the number of dependencies to remain competitive
- this would be great since it's faster than picomatch, smaller and actively maintained.
- should
ignorestop takingstrings? every other library only takesstring[]s
super future potential plans (2.0.0 or something like that, might never happen)
- go zero dependency and use
fs.globandpath.matchesGlob- they both currently use
minimatchunder the hood which is slow. would need node to make it more performant. itd be cool if they moved the implementation to c++ - would need a huge engines increase (id be most comfortable with
>=24). if this ever happens enough time would have passed for it to be a common engine range - the point of
tinyglobbywould then be for those who can't migrate tofs.globdue to needing the same api and behavior asglobby/fast-glob
- they both currently use
- Dominant language
- TypeScript
- Stars
- 544
- Forks
- 30
- PR merge metrics
- No merged PRs in 30d
Contributor guide
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.
More from SuperchupuDev/tinyglobby
-
bug upstream
Difficulty 3/5 1-2 days Newbie friendliness 67/100
SuperchupuDev/tinyglobby#188 · 2 comments ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 58/100
SuperchupuDev/tinyglobby#187 ·
-
Difficulty 3/5 1-2 days Newbie friendliness 48/100
SuperchupuDev/tinyglobby#186 · 3 comments ·
-
Setting `onlyDirectories` to `true` results in a returned value with an additional trailing slash. Open
Difficulty 3/5 1-2 days Newbie friendliness 45/100
SuperchupuDev/tinyglobby#185 ·
-
upstream
Difficulty 2/5 1-3 hours Newbie friendliness 55/100
SuperchupuDev/tinyglobby#182 · 2 comments · 2 reactions ·
All issues in SuperchupuDev/tinyglobby
Similar issues
-
clawsweeper:fix-shape-clear clawsweeper:queueable-fix clawsweeper:source-repro impact:ux-friction issue-rating: 🦞 diamond lobster no-stale P3
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
-
community first-timers-only good first issue hacktoberfest help wanted low hanging fruit up-for-grabs
Difficulty 1/5 Under an hour Newbie friendliness 76/100
-
code-quality refactoring
Difficulty 2/5 1-3 hours Newbie friendliness 84/100
github/gh-aw-firewall#8816 ·
-
integration:quickjs org:external priority:backlog topic:code-interpreter topic:middleware type:feature
Difficulty 2/5 1-3 hours Newbie friendliness 74/100
langchain-ai/deepagents#6450 ·
-
Difficulty 1/5 Under an hour Newbie friendliness 88/100
vercel/react-tweet#225 ·