(ast, separator = ',')
| 1450 | } |
| 1451 | |
| 1452 | astKey(ast, separator = ',') { |
| 1453 | if (!ast.start || !ast.end) throw new Error('AST start and end needed'); |
| 1454 | return `${ast.start}${separator}${ast.end}`; |
| 1455 | } |
| 1456 | } |
| 1457 | |
| 1458 | const typeLookupMap = { |
no outgoing calls
no test coverage detected