richardspence
richardspence
To be consistent with other typings nugget packages the files should be dropped in Scripts/typings/react/react.d.ts
When building browserify from docker, tsify will complain about "cannot find module abc". I noticed casing anomalies during output, and after some investigation/debugging determined it's related to normalizing filenames in...
Property definitions weren't being proxied correctly. This walks the prototype chain up the super classes and ensures those properties will be passed to the get handler correctly
Properties on the prototype chain are not proxied correctly. See PR #80 for correction This also corrects a thrown type error if there is an enumerable property accessor that is...
Basically updating an app to talk to more resources ultimately breaks existing users that are already onboarded to the app. The workaround we have to this is to have users...