(absolutePath)
| 21996 | this._setDefaultParser("", ["scroll"], [contents]) |
| 21997 | } |
| 21998 | async getFusedFile(absolutePath) { |
| 21999 | const file = await this.getFile(absolutePath) |
| 22000 | await file.singlePassFuse() |
| 22001 | return file |
| 22002 | } |
| 22003 | async getFile(absolutePath) { |
| 22004 | if (this._fusedFiles[absolutePath]) return this._fusedFiles[absolutePath] |
| 22005 | const file = new ScrollFile(undefined, absolutePath, this) |
no test coverage detected