File tree Expand file tree Collapse file tree
packages/language-service/src Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ import {
5454 ExpressionSymbol ,
5555} from '@angular/compiler-cli/src/ngtsc/typecheck/api' ;
5656import { TemplateTypeChecker } from '@angular/compiler-cli/src/ngtsc/typecheck/api/checker' ;
57- import { findFirstMatchingNode } from '@angular/compiler-cli/src/ngtsc/typecheck/src/comments ' ;
57+ import { findFirstMatchingNode } from '@angular/compiler-cli/private/hybrid_analysis ' ;
5858import ts from 'typescript' ;
5959
6060import { TypeCheckInfo } from './utils' ;
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ import {
4040import {
4141 ExpressionIdentifier ,
4242 hasExpressionIdentifier ,
43- } from '@angular/compiler-cli/src/ngtsc/typecheck/src/comments ' ;
43+ } from '@angular/compiler-cli/private/hybrid_analysis ' ;
4444import ts from 'typescript' ;
4545
4646import { getTargetAtPosition , TargetNodeKind } from './template_target' ;
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ import {
5454 TmplAstVisitor ,
5555} from '@angular/compiler' ;
5656import { NgCompiler } from '@angular/compiler-cli/src/ngtsc/core' ;
57- import { findFirstMatchingNode } from '@angular/compiler-cli/src/ngtsc/typecheck/src/comments ' ;
57+ import { findFirstMatchingNode } from '@angular/compiler-cli/private/hybrid_analysis ' ;
5858import tss from 'typescript' ;
5959
6060import {
You can’t perform that action at this time.
0 commit comments