Mukundan Kidambi

Results 8 comments of Mukundan Kidambi

The yarn.lock files updates came when I installed on an ubuntu box, perhaps the original file was checked in on an OSx box?

Had to explicitly specify node versions in the travis.yml file as 10.0 (latest node) seems to have incompatibilities with the current yarn.lock file ![image](https://user-images.githubusercontent.com/942002/39847914-f07a4c98-53b8-11e8-8ae6-f9f3eb22c4b9.png)

Perhaps this can be exposed as an additional flag like the 'strict' option? That way folks can opt into this check?

@caseycarroll42 : Consider the following issue package A -> package B 1.0.0 Package B 2.0.0 In this particular case, as there are breaking changes between the two versions of the...

Thanks it looks like my issue is something else then ... I am trying to publish to port 80 , but I get an access denied exception. I am thinking...

A slightly more complete DeepReadonly type https://gist.github.com/masterkidan/7322752f569b1bba53e0426266768623

@epeli : Not quite... The DeepReadonly type can also be applied to classes as well... Lets say we have a class like so ```ts class Foo { public bar: number...

@carpben : Oops, thanks for catching that, I updated my earlier comment. My point is , the type 'a' that is returned will no longer have the `isBar() ` method.......