Asger F
Asger F
Makes API graphs incremental. The high-level overview is that we run the underlying data flow analysis in two global stages, where each stage is configured with a set of "roots"...
Improves the detection of minified files, by classifying files with an average line length over 200 as minified. Minifiers typically compile a file to one long line, but sometimes there's...
This query needs a rewrite to ensure good performance, but it has too few results to justify doing this.
When using `new Response()` to construct HTTP responses, the `content-type` header defaults to `text/plain;charset=utf-8` unless explicitly set to something else. This means its argument is not an html-injection sink when...
The Next.js model was missing cases for files named `route.ts` or `page.ts` outside the `pages` or `api` folders.