65a0d2b53db151bf1d464783fc47336079d26484
This is a potential fix for https://github.com/angular/vscode-ng-language-service/issues/235 suggested by @andrius-pra in https://github.com/andrius-pra/angular/commit/47696136e3d487098c2ba466e21b09cbb6bdfaeb. Currently, CRLF line endings are converted to LFs and this causes the diagnostics span to be off in templates that use CRLF. The line endings must be preserved in order to maintain correct span offset. The solution is to add an option to the Tokenizer to indicate such preservation. PR Close #33241
Angular
Angular is a development platform for building mobile and desktop web applications using TypeScript/JavaScript and other languages.
Quickstart
Changelog
Learn about the latest improvements.
Want to help?
Want to file a bug, contribute some code, or improve documentation? Excellent! Read up on our guidelines for contributing and then check out one of our issues in the hotlist: community-help.
Languages
TypeScript
68.6%
HTML
12.8%
JavaScript
8.4%
Pug
7%
Starlark
1.4%
Other
1.7%