File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- /// <reference path='..\services\services.ts' />
1
+ /// <reference path='..\services\services.ts' />
2
2
/// <reference path='..\services\shims.ts' />
3
3
/// <reference path='..\server\client.ts' />
4
4
/// <reference path='harness.ts' />
Original file line number Diff line number Diff line change @@ -295,8 +295,8 @@ module ts.SignatureHelp {
295
295
var tagExpression = < TaggedTemplateExpression > templateExpression . parent ;
296
296
Debug . assert ( templateExpression . kind === SyntaxKind . TemplateExpression ) ;
297
297
298
- // If we're just after a template tail, don't show signature help.
299
- if ( node . kind === SyntaxKind . TemplateTail && ! isInsideTemplateLiteral ( < LiteralExpression > node , position ) ) {
298
+ // If we're just after a template tail, don't show signature help.
299
+ if ( node . kind === SyntaxKind . TemplateTail && ! isInsideTemplateLiteral ( < LiteralExpression > node , position ) ) {
300
300
return undefined ;
301
301
}
302
302
You can’t perform that action at this time.
0 commit comments