chore(build): update TypeScript version to unreleased beta
Also fixup the typings which were broken by changes in typescript's lib.d.ts
This commit is contained in:
parent
a51a5c2968
commit
59824e40e8
|
@ -19,6 +19,5 @@ interface Window {
|
||||||
JSON: typeof JSON;
|
JSON: typeof JSON;
|
||||||
Math: typeof Math;
|
Math: typeof Math;
|
||||||
assert: typeof assert;
|
assert: typeof assert;
|
||||||
NaN: typeof NaN;
|
|
||||||
gc(): void;
|
gc(): void;
|
||||||
}
|
}
|
||||||
|
|
|
@ -6,4 +6,4 @@ import {global} from 'angular2/src/facade/lang';
|
||||||
export var __esModule = true;
|
export var __esModule = true;
|
||||||
|
|
||||||
export var Math = global.Math;
|
export var Math = global.Math;
|
||||||
export var NaN = global.NaN;
|
export var NaN = typeof NaN;
|
||||||
|
|
|
@ -72,9 +72,6 @@
|
||||||
"selenium-webdriver/selenium-webdriver.d.ts": {
|
"selenium-webdriver/selenium-webdriver.d.ts": {
|
||||||
"commit": "be0b6b394f77a59e192ad7cfec18078706e44db5"
|
"commit": "be0b6b394f77a59e192ad7cfec18078706e44db5"
|
||||||
},
|
},
|
||||||
"touch-events/touch-events.d.ts": {
|
|
||||||
"commit": "055b3172e8eb374a75826710c4d08677872620d3"
|
|
||||||
},
|
|
||||||
"zone/zone.d.ts": {
|
"zone/zone.d.ts": {
|
||||||
"commit": "055b3172e8eb374a75826710c4d08677872620d3"
|
"commit": "055b3172e8eb374a75826710c4d08677872620d3"
|
||||||
}
|
}
|
||||||
|
|
|
@ -8712,7 +8712,7 @@
|
||||||
},
|
},
|
||||||
"typescript": {
|
"typescript": {
|
||||||
"version": "1.5.0",
|
"version": "1.5.0",
|
||||||
"resolved": "git://github.com/alexeagle/TypeScript.git#93dbbe2a2d0b42cefd02ac949e4bc8ab6b5b5823"
|
"resolved": "git://github.com/mhegazy/TypeScript.git#v1.5-beta"
|
||||||
},
|
},
|
||||||
"vinyl": {
|
"vinyl": {
|
||||||
"version": "0.4.6",
|
"version": "0.4.6",
|
||||||
|
|
|
@ -13443,8 +13443,8 @@
|
||||||
},
|
},
|
||||||
"typescript": {
|
"typescript": {
|
||||||
"version": "1.5.0",
|
"version": "1.5.0",
|
||||||
"from": "git://github.com/alexeagle/TypeScript.git#93dbbe2a2d0b42cefd02ac949e4bc8ab6b5b5823",
|
"from": "git://github.com/mhegazy/TypeScript.git#v1.5-beta",
|
||||||
"resolved": "git://github.com/alexeagle/TypeScript.git#93dbbe2a2d0b42cefd02ac949e4bc8ab6b5b5823"
|
"resolved": "git://github.com/mhegazy/TypeScript.git#v1.5-beta"
|
||||||
},
|
},
|
||||||
"vinyl": {
|
"vinyl": {
|
||||||
"version": "0.4.6",
|
"version": "0.4.6",
|
||||||
|
|
|
@ -108,7 +108,7 @@
|
||||||
"through2": "^0.6.1",
|
"through2": "^0.6.1",
|
||||||
"ts2dart": "^0.3.0",
|
"ts2dart": "^0.3.0",
|
||||||
"tsd": "^0.5.7",
|
"tsd": "^0.5.7",
|
||||||
"typescript": "alexeagle/TypeScript#93dbbe2a2d0b42cefd02ac949e4bc8ab6b5b5823",
|
"typescript": "mhegazy/TypeScript#v1.5-beta",
|
||||||
"vinyl": "^0.4.6",
|
"vinyl": "^0.4.6",
|
||||||
"walk-sync": "^0.1.3",
|
"walk-sync": "^0.1.3",
|
||||||
"xtend": "^4.0.0",
|
"xtend": "^4.0.0",
|
||||||
|
|
Loading…
Reference in New Issue