Skip to content
This repository has been archived by the owner on Nov 6, 2019. It is now read-only.

Include optional dependencies in cycle check #390

Merged
merged 1 commit into from
Jun 16, 2019

Conversation

vidartf
Copy link
Contributor

@vidartf vidartf commented Jun 13, 2019

Fixes #389 by including optional dependencies in the plugin cycle check.

@sccolbert
Copy link
Member

Could you replace the const with let? We only use const when absolutely necessary.

@sccolbert
Copy link
Member

It's not for any particular reason, just that let is faster to type, and we already use it everywhere else.

@jasongrout
Copy link
Member

let is faster to type

To be clear, we are talking about typing on a keyboard, not TypeScript typing.

@sccolbert
Copy link
Member

sccolbert commented Jun 14, 2019 via email

@sccolbert
Copy link
Member

sccolbert commented Jun 14, 2019 via email

@vidartf
Copy link
Contributor Author

vidartf commented Jun 14, 2019

Sure, I agree that maintaining internal consistency is more important here than any of the other concerns I can think of. Pushed.

@sccolbert sccolbert merged commit 400ccd3 into phosphorjs:master Jun 16, 2019
@vidartf vidartf deleted the cycle branch June 16, 2019 18:41
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.

Plugin cyclical check ignores optional plugins
3 participants