Closed suharshan closed 2 years ago
Without quotes complex glob patterns like test/{controllers,routes,models,modules}/**/*.{js,ts} can not be parsed.
test/{controllers,routes,models,modules}/**/*.{js,ts}
@suharshan Thank you very much for your contribution! Just one nit that I've added a suggestion for.
Thanks for the suggestion @chaosaffe and sorry for the slow turnaround time. Updated accordingly.
Purpose
Without quotes complex glob patterns like
test/{controllers,routes,models,modules}/**/*.{js,ts}
can not be parsed.