I really like the pattern-matching approach provided by libraries such as ts-pattern, and I'd love to see something similar become part of JavaScript itself. Is there meaningful support for the proposal, and is it likely to advance through the language-standardization process anytime soon?
3 Answers
The proposal is currently only at Stage 1, so it’s still very early. I wouldn’t expect it to land in JavaScript anytime soon—possibly not for many years.
In the meantime, destructuring, ordinary conditionals, and switch statements can cover some of the same use cases. They’re less expressive and less concise, but they’re available today without waiting for a language proposal.
There has been interest in pattern matching before, but progress has stalled more than once. The idea seems appealing to many people, yet the proposal is also quite large and introduces a lot of new syntax. Standardization tends to be cautious about making the language bigger and harder to learn, so the proposal would first need an active group of champions and substantial design work before it could move forward.

Related Questions
How To: Running Codex CLI on Windows with Azure OpenAI
Set Wordpress Featured Image Using Javascript
How To Fix PHP Random Being The Same
Why no WebP Support with Wordpress
Replace Wordpress Cron With Linux Cron
Customize Yoast Canonical URL Programmatically