-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
help wantedExtra attention is neededExtra attention is needed
Description
There are several errors on LexerError that would probably benefit from having the location on them (maybe all of them?)
Lines 40 to 56 in 56ae38b
| pub enum LexerError { | |
| EmptySource, | |
| UnexpectedParen, | |
| UnexpectedBrace, | |
| UnterminatedParen, | |
| UnterminatedBrace, | |
| UnterminatedTemplateString, | |
| UnterminatedStringLiteral, | |
| UnterminatedRegexCharacterClass, | |
| UnterminatedRegex, | |
| UnexpectedEsmImportMeta, | |
| UnexpectedEsmImport, | |
| UnexpectedEsmExport, | |
| TemplateNestOverflow, | |
| /// An error code not recognized by these bindings. | |
| Unknown(i32), | |
| } |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
help wantedExtra attention is neededExtra attention is needed