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
This is happening in VS Code with the latest Deno extension.
Any two files sharing a variable produce the error. They don't even need to be in the same folder, just open at the same time.
I understand that this might be related to this issue, but since deno only supports modules this issue should not apply. All files should be in an isolated scope when using deno_lint because thats how they will be handled by deno.
Lint Name
Cannot redeclare block-scoped variable '_a'.deno-ts(2451)
Code Snippet
Place this in two files.
Expected Result
No error
Actual Result
Cannot redeclare block-scoped variable '_a'.deno-ts(2451)
Additional Info
This is happening in VS Code with the latest Deno extension.
Any two files sharing a variable produce the error. They don't even need to be in the same folder, just open at the same time.
I understand that this might be related to this issue, but since deno only supports modules this issue should not apply. All files should be in an isolated scope when using deno_lint because thats how they will be handled by deno.
Version
The text was updated successfully, but these errors were encountered: