mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-14 19:16:17 -06:00
revert serviceVersion change as the API is still compatible
This commit is contained in:
parent
1b1a45be6b
commit
fe96258920
4423
src/services/services.js
Normal file
4423
src/services/services.js
Normal file
File diff suppressed because it is too large
Load Diff
@ -9,7 +9,7 @@
|
||||
/// <reference path='formatting\smartIndenter.ts' />
|
||||
|
||||
module ts {
|
||||
export var servicesVersion = "0.4.1"
|
||||
export var servicesVersion = "0.4";
|
||||
|
||||
export interface Node {
|
||||
getSourceFile(): SourceFile;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user