mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-09 12:15:34 -06:00
remove unused file
This commit is contained in:
parent
693e4e2d6a
commit
ea8ae93a41
@ -1,8 +1,6 @@
|
||||
// Copyright (c) Microsoft. All rights reserved. Licensed under the Apache License, Version 2.0.
|
||||
// See LICENSE.txt in the project root for complete license information.
|
||||
|
||||
///<reference path='references.ts' />
|
||||
|
||||
module TypeScript.Services.Breakpoints {
|
||||
function createBreakpointSpanInfo(parentElement: TypeScript.ISyntaxElement, ...childElements: TypeScript.ISyntaxElement[]): TextSpan {
|
||||
if (!parentElement) {
|
||||
|
||||
@ -1,4 +1,3 @@
|
||||
///<reference path='references.ts' />
|
||||
|
||||
module TypeScript.Services {
|
||||
export class NavigationBarItemGetter {
|
||||
|
||||
@ -1,4 +1,3 @@
|
||||
///<reference path='references.ts' />
|
||||
|
||||
module TypeScript.Indentation {
|
||||
export function columnForEndOfTokenAtPosition(syntaxTree: SyntaxTree, position: number, options: FormattingOptions): number {
|
||||
|
||||
@ -13,8 +13,6 @@
|
||||
// limitations under the License.
|
||||
//
|
||||
|
||||
///<reference path='references.ts' />
|
||||
|
||||
module ts {
|
||||
|
||||
export interface OutliningSpan {
|
||||
|
||||
@ -1,26 +0,0 @@
|
||||
/////<reference path='es5compat.ts' />
|
||||
/////<reference path='..\compiler\typescript.ts' />
|
||||
|
||||
//// document.ts depends on incrementalParser.ts being run first.
|
||||
/////<reference path='..\compiler\syntax\incrementalParser.ts' />
|
||||
/////<reference path='document.ts' />
|
||||
|
||||
/////<reference path='syntaxUtilities.generated.ts' />
|
||||
/////<reference path='coreServices.ts' />
|
||||
/////<reference path='classifier.ts' />
|
||||
/////<reference path='compilerState.ts' />
|
||||
/////<reference path='indentation.ts' />
|
||||
/////<reference path='languageService.ts' />
|
||||
/////<reference path='completionHelpers.ts' />
|
||||
/////<reference path='keywordCompletions.ts' />
|
||||
/////<reference path='signatureInfoHelpers.ts' />
|
||||
/////<reference path='completionSession.ts' />
|
||||
/////<reference path='pullLanguageService.ts' />
|
||||
/////<reference path='findReferenceHelpers.ts' />
|
||||
/////<reference path='shims.ts' />
|
||||
/////<reference path='formatting\formatting.ts' />
|
||||
/////<reference path='outliningElementsCollector.ts' />
|
||||
/////<reference path='braceMatcher.ts' />
|
||||
/////<reference path='indenter.ts' />
|
||||
/////<reference path='breakpoints.ts' />
|
||||
/////<reference path='getScriptLexicalStructureWalker.ts' />
|
||||
Loading…
x
Reference in New Issue
Block a user