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
// A *self-contained* demonstration of the problem follows...// Test this by running `tsc` on the command-line, rather than through another build tool such as Gulp, Webpack, etc.
Expected behavior: the file .gitmodules is empty and causing issues to deno.land website
Actual behavior: No file with 0B data should be there is taken into mind while programming the deno.land website
The file is completely empty
Because of this the deno.land is waiting to fetch the data but not able to and gets into stoped stage
Playground Link:
Related Issues:
The text was updated successfully, but these errors were encountered:
We might be able to delete the file, but, uh, is there a corresponding issue on Deno to deal with empty files appropriately? That sounds like the actual bug.
@DanielRosenwasser Actually this was kind of the first encounter with the empty files I am creating one issue for the empty file so no worry about that :-)
TypeScript Version: 3.7.x-dev.201xxxxx
Search Terms:
Code
Expected behavior: the file .gitmodules is empty and causing issues to deno.land website
Actual behavior: No file with 0B data should be there is taken into mind while programming the deno.land website

The file is completely empty
Because of this the deno.land is waiting to fetch the data but not able to and gets into stoped stage

Playground Link:
Related Issues:
The text was updated successfully, but these errors were encountered: