(codeAtStart, absoluteFilePath)
| 21914 | if (standardParserDirectory) this._loadDefaultParser() |
| 21915 | } |
| 21916 | newFile(codeAtStart, absoluteFilePath) { |
| 21917 | return new this.defaultFileClass(codeAtStart, absoluteFilePath, this) |
| 21918 | } |
| 21919 | _loadDefaultParser() { |
| 21920 | const { standardParserDirectory } = this |
| 21921 | const defaultParserFiles = Disk.getFiles(standardParserDirectory).filter(file => file.endsWith(PARSERS_EXTENSION)) |
no outgoing calls
no test coverage detected