This commit adds the implementation for providing "go to type definition" functionality in the Ivy Language Service. PR Close #39145
This commit adds the module name as the `containerName` to the quick info for directives. PR Close #39121
Adds implementation for `getQuickInfoAtPosition` to the Ivy Language Service, which now returns `ts.QuickInfo` for inline templates. PR Close #39060