-
-
Notifications
You must be signed in to change notification settings - Fork 119
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
Add es2025
globals (Same as es2021
)
#256
Conversation
@@ -23,4 +23,4 @@ jobs: | |||
commit-message: Update | |||
branch: automated-update | |||
branch-suffix: timestamp | |||
title: Update | |||
title: Update globals |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I saw you use Update globals
in the release note, so you may want do this change,
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
BTW, do you want the automated update to run less frequently? I can change it to monthly if you agree.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
BTW, do you want the automated update to run less frequently? I can change it to monthly if you agree.
👍
ES2025 was implemented by globals: sindresorhus/globals#256 and the `Iterator` support included here: sindresorhus/globals#266 Should we support es3, es5 and es2015 too? https://github.com/sindresorhus/globals/blob/main/data/es3.mjs https://github.com/sindresorhus/globals/blob/main/data/es5.mjs https://github.com/sindresorhus/globals/blob/main/data/es2015.mjs
ES2025 was implemented by globals: sindresorhus/globals#256 and the `Iterator` support included here: sindresorhus/globals#266 Should we support es3, es5 and es2015 too? https://github.com/sindresorhus/globals/blob/main/data/es3.mjs https://github.com/sindresorhus/globals/blob/main/data/es5.mjs https://github.com/sindresorhus/globals/blob/main/data/es2015.mjs
No description provided.