Skip to content

Commit fe9da69

Browse files
committed
Fixing a whitespace issue and revving the servicesVerion
1 parent 11102dc commit fe9da69

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/compiler/commandLineParser.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -642,7 +642,7 @@ namespace ts {
642642
value = normalizePath(combinePaths(basePath, value));
643643
if (value === "") {
644644
value = ".";
645-
}
645+
}
646646
}
647647
options[opt.name] = value;
648648
}

src/services/services.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
namespace ts {
1515
/** The version of the language service API */
16-
export const servicesVersion = "0.4";
16+
export const servicesVersion = "0.5";
1717

1818
export interface Node {
1919
getSourceFile(): SourceFile;

0 commit comments

Comments
 (0)