-
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FIX: v1.1.17 Issue with cycle dependencies (#42)
* Ignore vscode files * Fix tests * Update dependencies and audit fix * FIX: Issue with cycle dependencies Using built-in circular dependencies support, rather than overriding methods, fixes issues with some output path strings resolving to root directory * Update DependencyGraph.test.js * Update index-tests.js * Update utils.js Co-authored-by: Vladimir Mikulic <35997844+VladimirMikulic@users.noreply.github.com>
- Loading branch information
1 parent
0e6b08d
commit 5ac1ddd
Showing
6 changed files
with
2,059 additions
and
1,249 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,3 +2,5 @@ dist* | |
.cache | ||
coverage | ||
node_modules | ||
.history | ||
.vscode |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.