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
It's annoying that Deno LSP always highlights the process object as a warning, even with the lint rule no-process-globals disabled. It wants me to do the node:process import, but I can't use that in a Next JS application.
Steps to reproduce:
Get the reproducible example here (make sure you get the exact branch and commit that is linked)
Open VS Code with Deno LSP enabled
Open the ContestForm.tsx file and scroll to one of the lines with the process error
It should say Cannot find name 'process'
The same also works in the command line by running deno check .
The text was updated successfully, but these errors were encountered:
Version: Deno 2.0.3
It's annoying that Deno LSP always highlights the process object as a warning, even with the lint rule
no-process-globals
disabled. It wants me to do thenode:process
import, but I can't use that in a Next JS application.Steps to reproduce:
ContestForm.tsx
file and scroll to one of the lines with the process errorCannot find name 'process'
The same also works in the command line by running
deno check .
The text was updated successfully, but these errors were encountered: