-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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
feat(runtime): log deprecated message on first usage of window
global
#19319
Conversation
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.
LGTM
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.
Before doing this, we should add a deno_lint
warning
@lucacasonato there has been a |
Oh, looks like we should make it more strict:
Opened denoland/deno_lint#1163 |
ArraySplit, | ||
ObjectDefineProperties, | ||
StringSlice, |
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.
Probably ArrayPrototypeSplit
and StringPrototypeSlice
are collect.
This is stale, so going to close. |
Part of #13367