✨ features
🐛 fixes
- 01ddcc1 perf(graph-utl): improves the algorithm to detect cycles (#1019)
- 9f51aca perf(utl): improves performance of uniqBy and uniqWith functions from O(n^2) to O(n)
- 2049cfb fix: call
ITranspilerWrapper.isAvailable()correctly in svelte pre process (#1020) - thanks to @sushichan044 for spotting the issue and creating a PR for it!