In Next.js, it is a common usecase where paths contain parenthesis.
https://nextjs.org/docs/app/getting-started/project-structure#route-groups-and-private-folders
The current parsing algorithm of this plugin splits string with ( which results in missing strict checks.