TSLint 问答列表

Typescript 对象可能为 null,尽管它具有初始值

作者:Yery cs 提问时间:3/22/2023

1: let a: Record<string, any> | null = {}; 2: a['b'] = 2; 在第 2 行,我收到错误,尽管它具有初始值。TS2531: Object is...

摆脱 TypeScript 转换中的未知

作者:Igor Shmukler 提问时间:7/17/2023

我写了下面的代码。 const incompleteKYCClaims = completedProvidersWithoutStripeAccount.map( async (p) => { ...

Subscribe 已弃用:使用观察器而不是错误回调

作者:ismaestro 提问时间:4/2/2019

当我运行 linter 时,它说: subscribe is deprecated: Use an observer instead of an error callback 来自这个 angu...


共3条 当前第1页