Files
react-native/packager/src
Jean LauliacandFacebook Github Bot 1e6bca22db packager: TransformCache: include UID + do not use base64
Summary:
Two things in there:

* Using `base64` was kinda broken, as it can contain slashes, invalid in file names. It would still work however because it would just create a second level folder when doing `mkdirp`. Still I think it's better to fix that correctness.
* Include the UID in the hash, so that different users have different folders for sure, and that we reduce potiential permissions issues. `tmpdir()` already returns a folder that's user-specific on OS X, but this is not a guarantee on all platforms.

Reviewed By: cpojer

Differential Revision: D4969856

fbshipit-source-id: 4a9be35104ac9698edf2c84c58d395ee171ce2a8
2017-04-28 10:03:07 -07:00
..
2017-04-21 04:01:02 -07:00
2017-04-27 17:46:40 -07:00
2017-04-25 11:45:45 -07:00
2017-02-27 14:04:57 -08:00
2017-04-27 17:46:40 -07:00