(code)
| 21970 | return absoluteImportFilePath |
| 21971 | } |
| 21972 | static sortParsers(code) { |
| 21973 | return new parsersParser(code)._sortParticlesByInScopeOrder()._sortWithParentParsersUpTop() |
| 21974 | } |
| 21975 | static _combineParsers(filePaths, fileContents, baseParsersCode = "") { |
| 21976 | const parserDefinitionRegex = /^[a-zA-Z0-9_]+Parser$/ |
| 21977 | const atomDefinitionRegex = /^[a-zA-Z0-9_]+Atom/ |
no test coverage detected