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- //
1+ //
22// Copyright (c) Microsoft Corporation. All rights reserved.
33//
44// Licensed under the Apache License, Version 2.0 (the "License");
Original file line number Diff line number Diff line change 1- /**
1+ /**
22 * Declaration module describing the TypeScript Server protocol
33 */
44declare namespace ts . server . protocol {
Original file line number Diff line number Diff line change 1- /// <reference path="..\compiler\commandLineParser.ts" />
1+ /// <reference path="..\compiler\commandLineParser.ts" />
22/// <reference path="..\services\services.ts" />
33/// <reference path="protocol.d.ts" />
44/// <reference path="editorServices.ts" />
Original file line number Diff line number Diff line change 1- /* @internal */
1+ /* @internal */
22namespace ts . NavigateTo {
33 type RawNavigateToItem = { name : string ; fileName : string ; matchKind : PatternMatchKind ; isCaseSensitive : boolean ; declaration : Declaration } ;
44
Original file line number Diff line number Diff line change 1- /// <reference path="..\compiler\program.ts"/>
1+ /// <reference path="..\compiler\program.ts"/>
22/// <reference path="..\compiler\commandLineParser.ts"/>
33
44/// <reference path='types.ts' />
Original file line number Diff line number Diff line change 1- //
1+ //
22// Copyright (c) Microsoft Corporation. All rights reserved.
33//
44// Licensed under the Apache License, Version 2.0 (the "License");
Original file line number Diff line number Diff line change 1- namespace ts {
1+ namespace ts {
22 export interface Node {
33 getSourceFile ( ) : SourceFile ;
44 getChildCount ( sourceFile ?: SourceFile ) : number ;
You can’t perform that action at this time.
0 commit comments