Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Array.isArray improvement #23

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

phenomnomnominal
Copy link

Fix the annoying thing where Array.isArray doesn't correctly narrow ReadonlyArray!

readme.md Outdated Show resolved Hide resolved
readme.md Outdated
import "@total-typescript/ts-reset/array-includes";
```

This rule improves on TypeScript's default `Array.isArray` behaviour. Without this rule enabled, TypeScript will not include `ReadonlyArray<Item>` when narrowing Array types.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also I weakly suggest using American standard spelling, though I suspect Mr. Pocock will prefer yours. ;)

Suggested change
This rule improves on TypeScript's default `Array.isArray` behaviour. Without this rule enabled, TypeScript will not include `ReadonlyArray<Item>` when narrowing Array types.
This rule improves on TypeScript's default `Array.isArray` behavior. With this rule enabled, TypeScript will now include `ReadonlyArray<Item>` when narrowing Array types.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤓 Commonwealth power!

Co-authored-by: Tim Buckley <timothypbuckley@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants