()
| 17 | const modeCache = new Map<string, FixtureResult>(); |
| 18 | |
| 19 | function buildNode() { |
| 20 | const p = new LLParse(); |
| 21 | const instance = new llhttp.HTTP(p); |
| 22 | |
| 23 | return { llparse: p, entry: instance.build().entry }; |
| 24 | } |
| 25 | |
| 26 | function buildURL() { |
| 27 | const p = new LLParse(); |