Fixing a whitespace issue and revving the servicesVerion

This commit is contained in:
Jason Ramsay
2016-03-09 15:50:24 -08:00
parent 11102dc771
commit fe9da694b2
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -642,7 +642,7 @@ namespace ts {
value = normalizePath(combinePaths(basePath, value));
if (value === "") {
value = ".";
}
}
}
options[opt.name] = value;
}
+1 -1
View File
@@ -13,7 +13,7 @@
namespace ts {
/** The version of the language service API */
export const servicesVersion = "0.4";
export const servicesVersion = "0.5";
export interface Node {
getSourceFile(): SourceFile;