if one dir(which is start with '.' and ignore by default) has a loop symbolic links, fast-glob will throw:
Error: ENAMETOOLONG: name too long, scandir 'atian25/node-snippets/test/fixtures/.sff/node_modules/_@types_koa@2.0.50@@types/koa/node_modules/@types/koa-compose/node_modules/@types/koa/node_modules/@types/koa-compose/node_modules/@types/koa/node_modules/@types/koa-compose
Expected behavior
followSymbolicLinks should not follow ignore items
Environment
Actual behavior
if one dir(which is start with '.' and ignore by default) has a loop symbolic links, fast-glob will throw:
Expected behavior
followSymbolicLinks should not follow ignore items
Steps to reproduce
see the test case: https://github.com/atian25/node-snippets/pull/1
.sff
.sff/node_modules
test/fixtures/.sff/node_modules/@types/koa -> ../_@types_koa@2.0.50@@types/koa
Code sample