Comment by masklinn 4 years ago That assumes all promise-generating code can be and is properly annotated, though. 3 comments masklinn Reply yunyu 4 years ago Typescript will cover this! masklinn 4 years ago Typescript lets you call into un-annotated libraries or annotate things as `any` or whatever. tekknik 4 years ago You can cover this with eslint: https://github.com/typescript-eslint/typescript-eslint/blob/...
yunyu 4 years ago Typescript will cover this! masklinn 4 years ago Typescript lets you call into un-annotated libraries or annotate things as `any` or whatever. tekknik 4 years ago You can cover this with eslint: https://github.com/typescript-eslint/typescript-eslint/blob/...
masklinn 4 years ago Typescript lets you call into un-annotated libraries or annotate things as `any` or whatever. tekknik 4 years ago You can cover this with eslint: https://github.com/typescript-eslint/typescript-eslint/blob/...
tekknik 4 years ago You can cover this with eslint: https://github.com/typescript-eslint/typescript-eslint/blob/...
Typescript will cover this!
Typescript lets you call into un-annotated libraries or annotate things as `any` or whatever.
You can cover this with eslint: https://github.com/typescript-eslint/typescript-eslint/blob/...