Skip to content
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

core(tsc): add type checking of some top-level audits #5086

Merged
merged 2 commits into from
May 2, 2018
Merged

Conversation

brendankenny
Copy link
Member

some easy ones

export interface DevtoolsTimelineModelNode {
children: Map<string, DevtoolsTimelineModelNode>;
selfTime: number;
event: {
Copy link
Member

Choose a reason for hiding this comment

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

fwiw this is SDK.TracingModel.Event might as well leave that in a comment since theres a lot more in this obj than what we call out here.

Copy link
Member Author

Choose a reason for hiding this comment

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

yeah. We didn't seem to really use it except for event-type grouping so I just kept it simple, but I'll add the comment for easy future expansion when needed

@brendankenny brendankenny merged commit 9ddae1e into master May 2, 2018
@brendankenny brendankenny deleted the tsaudits1 branch May 2, 2018 20:18
kdzwinel pushed a commit to kdzwinel/lighthouse that referenced this pull request Aug 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants