Skip to content

Add Array.isArray improvement#23

Open
phenomnomnominal wants to merge 4 commits into
mattpocock:mainfrom
phenomnomnominal:main
Open

Add Array.isArray improvement#23
phenomnomnominal wants to merge 4 commits into
mattpocock:mainfrom
phenomnomnominal:main

Conversation

@phenomnomnominal

Copy link
Copy Markdown

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

Comment thread readme.md Outdated
Comment thread 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.

Copy link
Copy Markdown

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
Copy Markdown
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.

2 participants