mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
ab721b4807
The completions handler kept a local copy of getTokenAtPosition plus three stale TODO comments noting the duplication, but the function is already exported from server/src/utils.ts (hover.ts and others import it from there). Drop the local copy, import the canonical one, and remove the now-meaningless comments.
(cherry picked from commit 6edabc64e5)