pub const OUTPUT_DIRS: &[&str];Expand description
Known output directory names that may appear in exports map targets.
When an exports map points to ./dist/utils.js, we try replacing these
prefixes with src/ (the conventional source directory) to find the tracked
source file.