File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 3
3
4
4
/// <reference path='services.ts' />
5
5
6
- module ts . Breakpoints {
6
+ module ts . BreakpointResolver {
7
7
/**
8
8
* Get the breakpoint span in given sourceFile
9
9
*/
Original file line number Diff line number Diff line change @@ -4737,7 +4737,7 @@ module ts {
4737
4737
function getBreakpointStatementAtPosition ( filename : string , position : number ) {
4738
4738
// doesn't use compiler - no need to synchronize with host
4739
4739
filename = TypeScript . switchToForwardSlashes ( filename ) ;
4740
- return Breakpoints . spanInSourceFileAtLocation ( getCurrentSourceFile ( filename ) , position ) ;
4740
+ return BreakpointResolver . spanInSourceFileAtLocation ( getCurrentSourceFile ( filename ) , position ) ;
4741
4741
}
4742
4742
4743
4743
function getNavigationBarItems ( filename : string ) : NavigationBarItem [ ] {
You can’t perform that action at this time.
0 commit comments