UNPKG

js-ast-parser

Version:
21 lines (20 loc) 552 B
export declare const Patterns: { keywords: RegExp; whiteSpaceOrComment: RegExp; reservedWordsStrict: RegExp; reservedWordsStrictBind: RegExp; reservedWords: RegExp; keywordRelationalOperator: RegExp; stringStart: RegExp; blockStart: RegExp; blockClose: RegExp; operators: RegExp; lineBreak: RegExp; unaryOperator: RegExp; canPrefixAssign: RegExp; assign: RegExp; canReapeat: RegExp; canBeSuffixUnary: RegExp; ParticularLiteral: RegExp; prefixUnary: RegExp; };