MCPcopy Create free account
hub / github.com/breck7/scroll / sortParsers

Method sortParsers

external/.scrollLibs.js:21972–21974  ·  view source on GitHub ↗
(code)

Source from the content-addressed store, hash-verified

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/

Callers 1

_combineParsersMethod · 0.95

Tested by

no test coverage detected