Skip to content

Conversation

@phenomnomnominal
Copy link

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

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 <[email protected]>
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.

2 participants