Motivation: oktaysenkan/monicon#54 (comment)
// ./node_modules/metro/src/node-haste/DependencyGraph.js
// https://github.com/facebook/metro/issues/330
getSha1(filename) {
const sha1 = this._fileSystem.getSha1(filename);
if (!sha1) {
function getFileHash(file) {