Open brianleroux opened 3 years ago
deno doc path/to/file.d.ts works fine; same file once deployed giving the following error:
deno doc path/to/file.d.ts
[0m[32mDownload[0m https://example/blah@0.1.0/mod.d.ts [0m[1m[31merror[0m: Expected ';', '}' or <eof> at https://example/blah@0.1.0/mod.d.ts:1:8
my version(s)
deno 1.15.3 (release, x86_64-apple-darwin) v8 9.5.172.19 typescript 4.4.2
What does a curl -I https://example/blah@0.1.0/mod.d.ts look like? It might be that we are mis-typing the .d.ts file.
curl -I https://example/blah@0.1.0/mod.d.ts
.d.ts
deno doc path/to/file.d.ts
works fine; same file once deployed giving the following error:my version(s)