Simplified glob matching. Supports a subset of glob patterns:
*
matches anything inside a path segment?
matches 1 character inside a path segment**
matches anything including an empty path segment{js,ts}
=> js or ts)Simplified glob matching. Supports a subset of glob patterns:
*
matches anything inside a path segment?
matches 1 character inside a path segment**
matches anything including an empty path segment{js,ts}
=> js or ts)Optional
hasSibling: (name: string) => boolean
eslint-disable-next-line @typescript-eslint/no-explicit-any