You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
parser.py ~13591: the NodeNext/ESM suffix-substitution fallback only tries .ts and .tsx, so a ./foo.js specifier no longer resolves to an on-disk foo.jsx (allowJs/Babel layouts), and .mts/.cts sources never resolve (noted merging fix(parser): resolve dotted-stem relative imports in JS/TS and Dart #845).
daemon_cli.py: the forced-stop escalation catches only ProcessLookupError; on Windows a vanished PID raises OSError WinError 87, which would surface a raw traceback in a narrow race (noted merging fix(daemon): stop cleanly on Windows #844).
Collecting the small non-blocking items noted while reviewing and merging the August batch, so they are not lost: