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

Typescriptify event queue #177

Merged
merged 3 commits into from
Jul 24, 2020
Merged

Typescriptify event queue #177

merged 3 commits into from
Jul 24, 2020

Conversation

Half-Shot
Copy link
Contributor

This is a fairly easy candidate to port, as it was using ES6 classes already.

@Half-Shot Half-Shot requested a review from a team July 24, 2020 12:36
@jaller94
Copy link
Contributor

Please fix the linting errors first.

@Half-Shot Half-Shot assigned jaller94 and unassigned Half-Shot Jul 24, 2020
Copy link
Contributor

@jaller94 jaller94 left a comment

Choose a reason for hiding this comment

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

giphub

private queues: { [identifer: string]: {
events: Array<{ dataReady: DataReady }>;
consuming: boolean;
}; } = {};
Copy link
Contributor

Choose a reason for hiding this comment

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

This line and the two above are allowed to have semicolons??

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yeah, it's a substitute for a comma. The linter informs me that was the style choice we went for 🤔

@Half-Shot Half-Shot merged commit b334c87 into develop Jul 24, 2020
@jaller94 jaller94 deleted the hs/event-queue-finally branch July 24, 2020 14:27
@jaller94 jaller94 removed their assignment Jul 27, 2020
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.

None yet

2 participants