eclipse-theia/theia

[lint][performance] detect uncollected disposables

开放

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

 (0 条评论) (0 个反应) (0 位负责人)TypeScript (2,478 个派生)batch import
help wantedlintingperformancequality

仓库指标

星标
 (18,676 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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.

贡献者指南