mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00: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