in src/io/directory.ts [19:23]
constructor({ filePath, stderr }: DirectoryConstructorParams) { super({ filePath, stderr }); this.files = {}; }