Files
TypeScript/src/compiler
Nathan Shively-Sanders 76a2ae3d69 Only issue matching token errors on non-dupe locations (#43460)
* Only issue matching token errors on non-dupe locations

Intead of unconditionally retrieving the last error and attaching a
related span, `parseErrorAt` and friends now return the last error and
return `false` when there is none.

Also make one more place use parseExpectedMatchingBrackets that I missed
last time.

* Inline parseTokenForError, return undefined not false

* skip redundant undefined assignment

* address PR comments
2021-03-31 13:54:53 -07:00
..
2021-03-26 16:29:22 -07:00
2021-02-09 17:07:28 -08:00
2021-03-26 16:29:22 -07:00
2021-03-26 16:29:22 -07:00
2019-09-23 06:14:52 -07:00
2021-03-10 13:31:25 -08:00
2021-03-26 20:11:02 -07:00
2021-03-26 20:11:02 -07:00