LKG short-hand property

This commit is contained in:
Yui T 2014-11-18 11:39:32 -08:00
parent 838e760729
commit 2a3c4ea3c2
4 changed files with 7731 additions and 19585 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;

4982
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