You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@bterlson Would detecting this potentially cause a spec violation? I'd assume the presence of such tokens would cause a SyntaxError anyway, so we'd just be giving a helpful message. Just want to make sure.
dilijev
changed the title
ParseError for Merge conflict marker (as detected by TypeScript)
SyntaxError for Merge conflict marker (as detected by TypeScript)
Sep 9, 2017
dilijev
changed the title
SyntaxError for Merge conflict marker (as detected by TypeScript)
Request: SyntaxError message for Merge conflict marker (as detected by TypeScript)
Sep 9, 2017
Typescript has a great error message. When encountering lines generated by a merge conflict (and left in if unresolved or incorrectly resolved):
error TS1185: Merge conflict marker encountered.
Note: This wouldn't be able to detect markers inside of multiline-strings.
/cc @bterlson
The text was updated successfully, but these errors were encountered: