Asger F

Results 39 issues of 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"...

JS
Python
no-change-note-required
Ruby

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...

JS
documentation

This query needs a rewrite to ensure good performance, but it has too few results to justify doing this.

JS

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...

JS
documentation

The Next.js model was missing cases for files named `route.ts` or `page.ts` outside the `pages` or `api` folders.

JS
documentation