Interface ParsedLiteral

A representation of a parsed RegExp instance.

This library uses regexpp to parse JS RegExps. For more information on the regexpp AST format, see the definition or see it live in action on astexplorer.net.

Hierarchy

  • ParsedLiteral

Properties

Properties

flags: Flags
pattern: Pattern