Update LKG.

This commit is contained in:
Cyrus Najmabadi 2014-11-18 13:28:19 -08:00
parent 22e2bde7e9
commit a9cf216d34
4 changed files with 7767 additions and 19589 deletions

4
bin/lib.core.d.ts vendored
View file

@ -499,6 +499,10 @@ declare var Number: {
POSITIVE_INFINITY: number;
}
interface TemplateStringsArray extends Array<string> {
raw: string[];
}
interface Math {
/** The mathematical constant e. This is Euler's number, the base of natural logarithms. */
E: number;

4
bin/lib.d.ts vendored
View file

@ -499,6 +499,10 @@ declare var Number: {
POSITIVE_INFINITY: number;
}
interface TemplateStringsArray extends Array<string> {
raw: string[];
}
interface Math {
/** The mathematical constant e. This is Euler's number, the base of natural logarithms. */
E: number;

5002
bin/tsc.js

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long