This repository was archived by the owner on Nov 21, 2025. It is now read-only.
Commit 2caa6cf
fix(server): return the right range for the original source file of DTS (#1604)
When the user tries to go to the definition that is in the DTS file,
the Angular LS will map it to the original source file. Because of
not updating the `scriptInfo`, the Angular LS returns the wrong range
of the definition.
(cherry picked from commit 9a5ecd9)1 parent 1ee183b commit 2caa6cf
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
930 | 930 | | |
931 | 931 | | |
932 | 932 | | |
933 | | - | |
| 933 | + | |
| 934 | + | |
| 935 | + | |
| 936 | + | |
934 | 937 | | |
935 | 938 | | |
936 | 939 | | |
| |||
0 commit comments