-
-
Notifications
You must be signed in to change notification settings - Fork 147
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
Exhaustiveness check fails when matching arrays with 2 or more elements
#322
opened May 14, 2025 by
allan-cannon
Exhaustiveness check fails for
P.optional(undefined)
depending on ordering
#321
opened May 14, 2025 by
nicoespeon
Idea: Compile match() to zero-runtime if/switch via Babel/TS plugin for worklet-safe and embedded use
enhancement
New feature or request
#320
opened May 12, 2025 by
salemkode
"Type of property 'value' circularly references itself in mapped type" error or type resolving to any
#315
opened Mar 22, 2025 by
Athari
Pattern match on exceptions
enhancement
New feature or request
#312
opened Feb 26, 2025 by
rbertramResi
P.select()
failing to extract any
type, but succeeds for all other types
#301
opened Dec 2, 2024 by
drazik
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
Previous Next
ProTip!
Add no:assignee to see everything that’s not assigned.