Closed benalbrecht closed 10 years ago
Thanks. Any references for what changed the ===
operator in ts? I can't see any mention of that sort of thing in the 1.1 release notes...
No idea, I have no experience with typescript.
Ahh cool, fwiw it was actually a legitimate complaint (I was comparing objects of different types, although both types are confusingly named "Window"). Fixed in 3cd2ce1183be642f084464f67e69bfa42ce1d80b
the build tool currently installs the latest typescript version. compilation with typescript 1.1 (released on oct 6) fails with to the following error:
this patch forces the installation of an older typescript version which works correctly