-
Notifications
You must be signed in to change notification settings - Fork 30
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
In the spec draft, missing exposing of Symbol.{ dispose, asyncDispose }
#185
Comments
I don't think this is the cause of node having the wrong descriptors here, to be fair, but it's certainly an omission. |
The current spec has nothing about the descriptors of those symbols (but it should be for consistency with all the rest), so it seems it's the cause of this issue. |
The original implementer in node wasn't looking at the spec either way, they were just adding the Symbols. |
As an option. |
I can add these to the proposal spec, though the intent was to emulate the exact same behavior we specify for every other built-in symbol on |
Maybe this is related to typechecking the Playwright project by using
|
Like here:
That causes such issues: nodejs/node#48699
The text was updated successfully, but these errors were encountered: