You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Discovered this quite randomly by having a tuple with a label of "readonly". Since tuple labels cannot have a modifier keyword of readonly, TypeScript thinks this is perfectly fine. (Basically, any valid object JS identifiers should be valid tuple labels AFAIK.) ESBuild, however, fails on this valid TS syntax.
Note, the ESBuild code should probably have tests for other keyword identifiers which are valid in a tuple.