Skip to content

Commit c1261b0

Browse files
atscottpkozlowski-opensource
authored andcommitted
refactor: extract comments utilities to private
allows comments utils to be used in other language service packages
1 parent 9aa315c commit c1261b0

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

packages/compiler-cli/private/hybrid_analysis.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,8 @@ export {
3737
type HostListenerDecorator,
3838
type HostBindingDecorator,
3939
} from '../src/ngtsc/typecheck/src/host_bindings';
40+
export {
41+
findFirstMatchingNode,
42+
ExpressionIdentifier,
43+
hasExpressionIdentifier,
44+
} from '../src/ngtsc/typecheck/src/comments';

0 commit comments

Comments
 (0)