Update dependencies and clean up the repository #136
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is a set of changes that are all kind of connected to each other, and since only 19 files are changed, I decided to keep them in the same PR. The main changes are:
.DS_Store
anddebug
that are not needed for anything and were likely included by accident.index.ts
underlib/
to ensure all the exported stuff is now underlib/
and not at the root. This also helps simplify some rules.--maxWorkers=50%
to thetest
script, because it runs a lot faster that way and uses a lot less memory. I think Jest, by default, uses way too many workers for the tests in this repository. It was eating up around 20GB of memory for me when running the tests without that worker limit, and the tests took several times longer, as well.Any feedback would be welcome! 🙂 I just ended up having a look at this repo after some warnings appeared in Comunica link traversal (that were unrelated, I think, in the end).