| 18786 | ParsersFloatAtom.parserFunctionName = "parseFloat" |
| 18787 | // ErrorAtomType => parsers asks for a '' atom type here but the parsers does not specify a '' atom type. (todo: bring in didyoumean?) |
| 18788 | class ParsersBooleanAtom extends AbstractParsersBackedAtom { |
| 18789 | constructor() { |
| 18790 | super(...arguments) |
| 18791 | this._trues = new Set(["1", "true", "t", "yes"]) |
nothing calls this directly
no outgoing calls
no test coverage detected