Skip to content

Fix Symbol.valueOf method signature #13553

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

Merged
merged 1 commit into from
Jan 23, 2017

Conversation

falsandtru
Copy link
Contributor

Fixes #13552

@@ -5556,7 +5556,7 @@ interface Symbol {
toString(): string;

/** Returns the primitive value of the specified object. */
valueOf(): Object;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you revert these changes. all you need is the change to src/lib/es2015.symbol.d.ts.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These files are generated from the build, and are not edited manually.

@falsandtru
Copy link
Contributor Author

done.

@mhegazy mhegazy merged commit f6ee80c into microsoft:master Jan 23, 2017
@falsandtru falsandtru deleted the lib.d.ts/symbol branch January 23, 2017 23:17
@microsoft microsoft locked and limited conversation to collaborators Jun 19, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants