outputFile(file: File) {
    return fs.outputFile(path.join(this.cwd, file.path), file.contents);
  }