mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 15:04:11 -05:00
672216d65a
Fixes the `Debug Failure` errors described in https://github.com/denoland/deno/issues/23643#issuecomment-2094552765 . The issue here was that we were passing diagnostic codes as strings but TSC expects the codes to be numbers. This resulted in some quick fixes not working (as illustrated by the test added here which fails before this PR). The first commit is the actual fix. The rest are just test related. |
||
---|---|---|
.. | ||
server | ||
std@7d419485c7 |