mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-13 16:34:39 -06:00
added an annotation
This commit is contained in:
parent
3b6fb32cd6
commit
92b42ee42d
@ -421,7 +421,7 @@ namespace ts {
|
||||
}
|
||||
|
||||
export function isInComment(sourceFile: SourceFile, position: number) {
|
||||
return isInCommentHelper(sourceFile, position, c => true);
|
||||
return isInCommentHelper(sourceFile, position, /*extraCheck*/ c => true);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user