mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-20 22:51:17 -05:00
Add test harnesses
This commit is contained in:
@@ -541,7 +541,7 @@ namespace ts.server {
|
||||
throw new Error("Not Implemented Yet.");
|
||||
}
|
||||
|
||||
getDocCommentScaffoldingAtPosition(fileName: string, position: number): string {
|
||||
getDocCommentScaffoldingAtPosition(fileName: string, position: number): TextInsertion {
|
||||
throw new Error("Not Implemented Yet.");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user