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