-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
'import type' errors from TypeScript in Deno 1.4.0 #32
Comments
Here's a minimal repro: $ cat foo.ts
import { zip } from "https://deno.land/x/[email protected]/zip.ts";
$ deno test --unstable --coverage foo.ts
[... same as above ...]
$ deno --version
deno 1.4.0
v8 8.7.75
typescript 4.0.2 This must be caused by denoland/deno#7413. Edit: More information in the v1.4 release post. |
Thanks for opening the issue :) |
Thanks for the quick fix! Will the new version automatically show up on deno.land/x? I'm not yet seeing it at https://deno.land/x/[email protected]. |
Hey, the new release is available at https://deno.land/x/[email protected]/zip.ts |
For some reason, when I run Deno 1.4.0's new
deno test --unstable --coverage
command, I get errors from Fae that didn't previously appear:I am importing only the
zip
function, but I assume similar issues would arise in other parts of Fae.The text was updated successfully, but these errors were encountered: