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

Remove Intern's dependency on dojo #936

Closed
jason0x43 opened this issue Jul 18, 2018 · 1 comment
Closed

Remove Intern's dependency on dojo #936

jason0x43 opened this issue Jul 18, 2018 · 1 comment
Labels
enhancement A new or improved feature

Comments

@jason0x43
Copy link
Member

The dojo packages use Intern for testing, and Intern uses a few modules from dojo (mostly Task). The cyclical dependencies have caused a number of typing-related issues during dojo development. This could be alleviated by making Intern independent of dojo. This will involve finding replacements for features provided by dojo, or extracting the relevant functionality from dojo into a separate package.

@jason0x43
Copy link
Member Author

This was resolved with a1e4b1f

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement A new or improved feature
Projects
None yet
Development

No branches or pull requests

1 participant