-
Notifications
You must be signed in to change notification settings - Fork 174
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
Automate acquisition of global properties #423
Comments
bartlomieju
changed the title
Globals discrepancies
Automate acquisition of global properties
Oct 20, 2020
@bartlomieju I see there are some entries in |
@jsejcksn could you list those? I've checked the list when I added it originally so I'm a bit surprised something is |
@bartlomieju See item 3 below. Here's a script that will
|
bartlomieju
added
the
globals
Issues related to acquiring symbols available globally
label
Aug 24, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
#419 was just fixed by #421, adding
AggregateError
to the globals list: https://github.com/denoland/deno_lint/blob/master/src/globals.rsHowever, I noticed that there are some other inconsistencies between that list and what is produced by enumerating the list in Deno:
Which produces this list in Deno
1.4.6
:How is
src/globals.rs
being maintained? Is it a manual process? Can it be automated?The text was updated successfully, but these errors were encountered: