hyperweb-io / hyperweb-io/telescope
helper code breaks isolatedDeclarations
- Dominant language
- TypeScript
- Stars
- 154
- Forks
- 53
- PR merge metrics
- No merged PRs in 30d
Description
Code like
https://github.com/hyperweb-io/telescope/blob/40a4298beb51c0a2f7bfb5d44c53c5c49d121632/packages/telescope/src/helpers/binary-coder.ts#L121
https://github.com/hyperweb-io/telescope/blob/40a4298beb51c0a2f7bfb5d44c53c5c49d121632/packages/telescope/src/helpers/utf8-helper.ts#L36
https://github.com/hyperweb-io/telescope/blob/40a4298beb51c0a2f7bfb5d44c53c5c49d121632/packages/telescope/src/helpers/binary-coder.ts#L437
is missing explicit types or return types, which breaks
https://www.typescriptlang.org/tsconfig/isolatedDeclarations.html
https://jsr.io/docs/about-slow-types
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.