-
Notifications
You must be signed in to change notification settings - Fork 172
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
DOM Errors: Document is not defined #590
Comments
As far as I know, there's no way of configuring what variables are defined globally. I'm not really sure |
Thanks for the response :) I was curious if there's a way about it, currently i am just slapping So linting is a big part of the project, i guess it isn't 'breaking', but it would be really nice to have :) Though saying that, it seems like But the above is just my opinion |
I'm leaning towards accepting more configuration in Rust API for the linter so we can synchronize list of globals based on the |
We need to find a way to integrate the linter with TypeScript in the long term so that tsc can be queried and get type information. Maintaining lists of global variables is intenrsincly a bad idea, as any number of things can be changed which impact the global variables. |
Possible to use any tsconfig with
deno lint
, or any other way to bypass these errors?The text was updated successfully, but these errors were encountered: