Issue
tinyglobby's dotfile matching behaviour differs from fast-glob's.
When dot: false is set, any path that starts with a . is ignored. This differs from fast-glob's implementation which only ignores paths to files that start with a dot.
It does state in the docs for the dot option that it returns "entries" that start with a dot, not necessarily "paths to files that start with a dot", so the behaviour is at least consistent with the docs.
However, this feels like a nuance that's at least worth documenting if you don't think the behaviour of fast-glob should be replicated.
Reproduction
https://github.com/askoufis/tinyglobby-repro
Issue
tinyglobby's dotfile matching behaviour differs fromfast-glob's.When
dot: falseis set, any path that starts with a.is ignored. This differs fromfast-glob's implementation which only ignores paths to files that start with a dot.It does state in the docs for the
dotoption that it returns "entries" that start with a dot, not necessarily "paths to files that start with a dot", so the behaviour is at least consistent with the docs.However, this feels like a nuance that's at least worth documenting if you don't think the behaviour of
fast-globshould be replicated.Reproduction
https://github.com/askoufis/tinyglobby-repro