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
It would be nice to sync automatically jsx.d.ts and jsx-h.d.ts because doing it manually is prone to error (and rarely time-consuming when there are a lot of changes at once).
It would be nice to sync automatically
jsx.d.ts
andjsx-h.d.ts
because doing it manually is prone to error (and rarely time-consuming when there are a lot of changes at once).I suppose this can be done with https://github.com/oxc-project/oxc but last time I tried parsing JSX types with it, it failed for different reasons.
@edemaine proposed to only update
jsx-h.d.ts
and remove theFunctionMaybe
and friends from it. Sounds like a plan.The text was updated successfully, but these errors were encountered: