Make sure version is public

This commit is contained in:
Mohamed Hegazy 2016-11-15 11:53:01 -08:00
parent d64c98cec7
commit 17e1e15294

View File

@ -1,11 +1,13 @@
/// <reference path="types.ts"/>
/// <reference path="performance.ts" />
namespace ts {
/** The version of the TypeScript compiler release */
export const version = "2.0.10";
}
/* @internal */
namespace ts {
export const version = "2.0.10";
/**
* Ternary values are defined such that
* x & y is False if either x or y is False.