Skip to content

Integrate feedback from @mihailik to performance framework#9845

Merged
weswigham merged 2 commits into
microsoft:masterfrom
weswigham:use-new-date-plus
Jul 20, 2016
Merged

Integrate feedback from @mihailik to performance framework#9845
weswigham merged 2 commits into
microsoft:masterfrom
weswigham:use-new-date-plus

Conversation

@weswigham
Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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