REPL always loads dependencies on change of code
Open
enhancement
- Dominant language
- TypeScript
- Stars
- 19
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
Description
Instead of using some caching technique, REPL app just downloads and reevaluates all the dependencies of realm, which is inefficient and can lead to some problems, if mutable side effects occur when evaluating downloaded modules.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.