-
-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove dequal from the project (#554)
* Remove impossible codepath when building the elementRoleMap. Previously the code was comparing ElementARIARoleRelationTuple to a ARIARoleRelationConcept which would always be false, flatten the code based on this finding. LCOV similarly also shows that this codepath was never utilized. * Remove dequal dep from the project. Unroll the equality check inside of the file for the specifc type comparision.
- Loading branch information
Showing
4 changed files
with
51 additions
and
44 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -66,8 +66,5 @@ | |
"not dead", | ||
"not op_mini all", | ||
"ie 11" | ||
], | ||
"dependencies": { | ||
"dequal": "^2.0.3" | ||
} | ||
] | ||
} |
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