denoland / deno_graph

The module graph logic for Deno CLI
https://docs.rs/deno_graph
MIT License
114 stars 39 forks source link

feat: `follow_fast_check_modules` option for conditional walking of fast check modules #431

Closed iuioiua closed 6 months ago

iuioiua commented 6 months ago

Previously, when a slow type was added to a file, the fast check was skipped, and all specifiers were checked. This new option, if toggled, allows you to check all specifiers anyway.

We should add a test, but I'm not sure how to.

Towards fixing https://github.com/denoland/deno/issues/23023

CLAassistant commented 6 months ago

CLA assistant check
All committers have signed the CLA.