emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#63880: closed (29.0.91; typescript-ts-mode fails to highlight infer


From: GNU bug Tracking System
Subject: bug#63880: closed (29.0.91; typescript-ts-mode fails to highlight infer keyword)
Date: Thu, 08 Jun 2023 09:29:02 +0000

Your message dated Thu, 08 Jun 2023 12:28:02 +0300
with message-id <83edmm2ti5.fsf@gnu.org>
and subject line Re: bug#63880: 29.0.91; typescript-ts-mode fails to highlight 
infer keyword
has caused the debbugs.gnu.org bug report #63880,
regarding 29.0.91; typescript-ts-mode fails to highlight infer keyword
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
63880: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=63880
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: 29.0.91; typescript-ts-mode fails to highlight infer keyword Date: Sun, 04 Jun 2023 00:57:19 +0100
Reproduction:

1. echo 'type Flatten<Type> = Type extends Array<infer Item> ? Item :
Type;' > test.ts
2. C-x C-f test.ts
3. M-x typescript-ts-mode
4. Observe the infer keyword is not highlighted

Expectation:

Typescript has an
[`infer`](https://www.typescriptlang.org/docs/handbook/2/conditional-types.html#inferring-within-conditional-types)
keyword, it should be highlighted.




--- End Message ---
--- Begin Message --- Subject: Re: bug#63880: 29.0.91; typescript-ts-mode fails to highlight infer keyword Date: Thu, 08 Jun 2023 12:28:02 +0300
> Cc: 63880@debbugs.gnu.org, casouri@gmail.com, jostein@kjonigsen.net,
>  wyuenho@gmail.com
> Date: Tue, 06 Jun 2023 14:51:33 +0300
> From: Eli Zaretskii <eliz@gnu.org>
> 
> > From: Theodor Thornhill <theo@thornhill.no>
> > Cc: 63880@debbugs.gnu.org
> > Date: Tue, 06 Jun 2023 06:28:03 +0200
> > 
> > Now fixed in emacs-29.
> 
> Thanks.

No further comments, so I'm closing this bug.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]