UNPKG

eslint-plugin-sonarjs

Version:
6 lines (5 loc) 266 B
import type { CapturingGroup, Group, LookaroundAssertion, Pattern } from '@eslint-community/regexpp/ast'; /** * An alternation is a regexpp node that has an `alternatives` field. */ export type Alternation = Pattern | CapturingGroup | Group | LookaroundAssertion;