(str)
| 6 | const { parse, walk, generate, compress } = syntax; |
| 7 | |
| 8 | function normalize(str) { |
| 9 | return (str || '').replace(/\n|\r\n?|\f/g, '\n'); |
| 10 | } |
| 11 | |
| 12 | function createCompressTest(name, test) { |
| 13 | const testFn = () => { |
no outgoing calls
no test coverage detected
searching dependent graphs…