mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-23 07:07:09 -05:00
added an annotation
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user