Lines Matching defs:const
8 const types = {
21 const group = arity[schema.length] = arity[schema.length] || []
31 const schemas = rawSchemas.split('|')
32 const arity = {}
36 const type = schema[ii]
53 const type = schema[ii]
54 const typeCheck = types[type].check
58 const labels = matching.map(_ => types[_[ii]].label).filter(_ => _ != null)
87 const english = englishList(expected)
88 const args = expected.every(ex => ex.length === 1)
100 const err = new Error(msg)