Skip to content

Conversation

@taras
Copy link
Contributor

@taras taras commented Aug 31, 2017

@msftclas
Copy link

This seems like a small (but important) contribution, so no Contribution License Agreement is required at this point. We will now review your pull request.
Thanks,
Microsoft Pull Request Bot

@ikatyang
Copy link
Contributor

These files are not meant to be edited by hand. If you need to make modifications, the respective files should be changed within the repository's top-level src directory. Running jake LKG will then appropriately update the files in this directory. (https://github.com/Microsoft/TypeScript/tree/master/lib#readme)

-> https://github.com/Microsoft/TypeScript/tree/master/src/lib#readme

@taras
Copy link
Contributor Author

taras commented Aug 31, 2017

@ikatyang I didn't realize that this was the case. I added it to src directory and built. The build modified lots of files but I only committed the 2 that are relevant to this commit.

@taras
Copy link
Contributor Author

taras commented Aug 31, 2017

@ikatyang ready to go

* Returns an object containing all own property descriptors of an object
* @param o Object that contains the properties and methods. This can be an object that you created or an existing Document Object Model (DOM) object.
*/
getOwnPropertyDescriptors<T>(o: T): {[P in keyof T]: TypedPropertyDescriptor<T[P]>} & { [x: string]: PropertyDescriptor };
Copy link
Contributor

Choose a reason for hiding this comment

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

please revert changes to this file. this file is generated from src/lib/es2017.object.d.ts

@taras
Copy link
Contributor Author

taras commented Sep 1, 2017

@mhegazy I made the change that you requested.

@mhegazy mhegazy merged commit 59aa29b into microsoft:master Sep 7, 2017
@microsoft microsoft locked and limited conversation to collaborators Jun 14, 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.

4 participants