We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11102dc commit fe9da69Copy full SHA for fe9da69
2 files changed
src/compiler/commandLineParser.ts
@@ -642,7 +642,7 @@ namespace ts {
642
value = normalizePath(combinePaths(basePath, value));
643
if (value === "") {
644
value = ".";
645
- }
+ }
646
}
647
options[opt.name] = value;
648
src/services/services.ts
@@ -13,7 +13,7 @@
13
14
namespace ts {
15
/** The version of the language service API */
16
- export const servicesVersion = "0.4";
+ export const servicesVersion = "0.5";
17
18
export interface Node {
19
getSourceFile(): SourceFile;
0 commit comments