-
-
Notifications
You must be signed in to change notification settings - Fork 133
Issues: gvergnaud/ts-pattern
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
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
groups
does not exist in type KnownPattern<RegExpExecArray>
#299
opened Nov 16, 2024 by
tao-cumplido
P.instanceof cannot be used for classes which has a private constructor.
#285
opened Sep 20, 2024 by
LumaKernel
Exhaustiveness check fails for tagged union with a partial discriminant.
#278
opened Sep 4, 2024 by
jb-asi
Expose New feature or request
getSelectionKeys
from new ./<internals | helpers | advanced>
package entry-point.
enhancement
#275
opened Aug 29, 2024 by
audunolsen
Ability to Dynamically Build Match Cases
enhancement
New feature or request
#274
opened Aug 24, 2024 by
rjray
.exhaustive()
does not cause TS error when using instanceOf
#264
opened Jun 17, 2024 by
BenLorantfy-AB
Template literal matching support
enhancement
New feature or request
#227
opened Mar 8, 2024 by
cyberixae
How to check if a key of unknown type exists on an object?
enhancement
New feature or request
#222
opened Feb 7, 2024 by
davezuch
Deconstruct string matched with New feature or request
.startsWith
, .endsWith
, regex
enhancement
#220
opened Jan 29, 2024 by
titouancreach
a way to split long match blocks
enhancement
New feature or request
#215
opened Jan 17, 2024 by
phaux
Select sub-type for exhaustive check. E.g. New feature or request
.exhaustive(([state, event]) => event.type)
enhancement
#212
opened Jan 8, 2024 by
audunolsen
Preventing use of New feature or request
.exhaustive()
for enum checks
enhancement
#205
opened Nov 22, 2023 by
tbarusseau
Question: How can I make a pattern for "if array contains a certain element"?
#193
opened Sep 21, 2023 by
EdmundMai
Add type checking to isMatching pattern argument
enhancement
New feature or request
#188
opened Aug 21, 2023 by
luisgrases
P.when doesn't work with .exhaustive() when type guard input doesn't match
#187
opened Aug 14, 2023 by
migueloller
exhaustive
doesn't work when the conditions use an enum with numeric values
#183
opened Jul 23, 2023 by
alcuadrado
Previous Next
ProTip!
Exclude everything labeled
bug
with -label:bug.