Skip to content
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

Does not handle Deno.FsFile #88

Closed
kitsonk opened this issue Feb 21, 2022 · 0 comments · Fixed by #90
Closed

Does not handle Deno.FsFile #88

kitsonk opened this issue Feb 21, 2022 · 0 comments · Fixed by #90
Labels
enhancement New feature or request

Comments

@kitsonk
Copy link

kitsonk commented Feb 21, 2022

As of Deno 1.19, Deno.File is deprecated and Deno.FsFile is used. Code using the new Deno.FsFile will not compile properly. You will get errors like Property 'FsFile' does not exist on type 'typeof Deno'. Did you mean 'File'?.

@kitsonk kitsonk added the bug Something isn't working label Feb 21, 2022
@dsherret dsherret added enhancement New feature or request and removed bug Something isn't working labels Feb 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants