Added description to version exports

This commit is contained in:
Bill Ticehurst
2015-03-07 20:12:16 -08:00
parent da5caf5f72
commit a6816fc128
10 changed files with 18 additions and 0 deletions

View File

@@ -11,6 +11,7 @@
/// <reference path='formatting\smartIndenter.ts' />
module ts {
/** The version of the language service API */
export var servicesVersion = "0.4"
export interface Node {