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
Instead of maintaining a hand crafted list of global variables, deno_lint should take either a list generated externally when the API is called, or parse a set of provided API files when the API is called.
With the generated list, the Deno CLI (or other consumer) would generate a list of global symbol names and pass in based on the ambient configuration.
The other option would be that Deno CLI (or other consumer) would supply a list of lib.*.d.ts files that are being applied to the program/files to be linted, which should be parsed so that their global symbols are extracted.
The text was updated successfully, but these errors were encountered:
Instead of maintaining a hand crafted list of global variables, deno_lint should take either a list generated externally when the API is called, or parse a set of provided API files when the API is called.
With the generated list, the Deno CLI (or other consumer) would generate a list of global symbol names and pass in based on the ambient configuration.
The other option would be that Deno CLI (or other consumer) would supply a list of
lib.*.d.ts
files that are being applied to the program/files to be linted, which should be parsed so that their global symbols are extracted.The text was updated successfully, but these errors were encountered: