This repository was archived by the owner on Feb 23, 2023. It is now read-only.
This repository was archived by the owner on Feb 23, 2023. It is now read-only.
Keep types when using pipes #94
Open
Description
I'm submitting a ... (check one with "x")
[ ] bug report => search github for a similar issue or PR before submitting
[x] feature request
Current behavior
all to any
, no types any more
Expected behavior
keep types
Minimal reproduction of the problem with instructions
numbers: number[] = [1, 2, 3, 4, 5]
numbers | where: 1
is an any[]
not number[]
What is the motivation / use case for changing the behavior?
Metadata
Metadata
Assignees
Labels
No labels