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 import of duplicate method from aliasDangerous.js #14

Merged
merged 1 commit into from
Feb 8, 2021

Conversation

andrewgies17
Copy link
Contributor

@andrewgies17 andrewgies17 commented Feb 7, 2021

This removes an import of expandRulesInclude in aliasDangerous.js that conflicts with the function expandRulesInclude that's declared in that file. Anyone who imports aliasDangerous will encounter a SyntaxError during the module load. The imported function is never used, and so doesn't need to be imported. Removing the import fixes the SyntaxError.

Handles the issue presented in this comment in one of the issues.

@oklas oklas merged commit 5555b8b into oklas:master Feb 8, 2021
@oklas
Copy link
Owner

oklas commented Feb 8, 2021

Thanks 👍 released 0.2.1

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