Deno.emit
throws RangeError: Invalid string length
with too many diagnostic messages
#45
Labels
Deno.emit
throws RangeError: Invalid string length
with too many diagnostic messages
#45
Expected
Deno.emit
should make a best effort to capture all diagnostic messages when compiling.Actual
Large numbers of
Deno.emit
diagnostic messages result in aRangeError: Invalid string length
due to the resulting JSON string being too large.Steps to replicate
main.js
importMap.json
Executing the following
yields the
RangeError
Changing
checkJs: false
results in no errorsThe text was updated successfully, but these errors were encountered: