in lib/file.js [40:42]
static create(filepath) { return File.read(filepath).then(content => new File(filepath, content)); }