()
| 19200 | // `this.getAtomsFrom(${requireds.length + 1})` |
| 19201 | // todo: cleanup typings. todo: remove this hidden logic. have a "baseType" property? |
| 19202 | getAtomConstructor() { |
| 19203 | return this.preludeKind || ParsersAnyAtom |
| 19204 | } |
| 19205 | get preludeKind() { |
| 19206 | return PreludeKinds[this.getAtom(0)] || PreludeKinds[this._getExtendedAtomTypeId()] |
| 19207 | } |
no outgoing calls
no test coverage detected