eclipse-theia/theia

[lint][performance] detect uncollected disposables

Open

#8,005 创建于 2020年6月14日

在 GitHub 查看
 (0 评论) (0 反应) (0 负责人)TypeScript (18,676 star) (2,478 fork)batch import
help wantedlintingperformancequality

描述

Leaking disposables cat capture other objects and cause memory leaks, i.e. the common use case listeners leaking widget or react components. It would be good to have linting rule for such cases. One should consider that there can be use cases when it is not necessary, i.e. for services which are bound to the application lifetime.

贡献者指南