Skip to content

Integrate feedback from @mihailik to performance framework #9845

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 2 commits into from
Jul 20, 2016

Conversation

weswigham
Copy link
Member

Integrates @mihailik's comments from #9536. Also flattens the namespaces in performance.ts (removing mostly meaningless whitespace), and unifies all timestamping found in the compiler to use a single timestamp function.

The definition of timestamp is still in performance, since performance still needs to use it, and it defined before core.

@rbuckton Do you wanna okay this change?

@weswigham weswigham changed the title Integrate feedback from @mihailik Integrate feedback from @mihailik to performance framework Jul 20, 2016
@@ -1,107 +1,110 @@
/*@internal*/
namespace ts {
Copy link
Contributor

Choose a reason for hiding this comment

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

should this also be /*@internal*/?

Copy link
Member Author

Choose a reason for hiding this comment

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

Do we not want to publicly expose timestamp? I guess we don't have a good reason to expose it, so may as well not.

@rbuckton
Copy link
Contributor

👍

@weswigham weswigham merged commit 729464d into microsoft:master Jul 20, 2016
@weswigham weswigham deleted the use-new-date-plus branch July 20, 2016 22:42
@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