File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- /// <reference path='..\services\services.ts' />
1+ /// <reference path='..\services\services.ts' />
22/// <reference path='..\services\shims.ts' />
33/// <reference path='..\server\client.ts' />
44/// <reference path='harness.ts' />
Original file line number Diff line number Diff line change @@ -295,8 +295,8 @@ module ts.SignatureHelp {
295295 var tagExpression = < TaggedTemplateExpression > templateExpression . parent ;
296296 Debug . assert ( templateExpression . kind === SyntaxKind . TemplateExpression ) ;
297297
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 ) ) {
300300 return undefined ;
301301 }
302302
You can’t perform that action at this time.
0 commit comments