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
The conflict is only conceptual rather than breaking. In TypeScript Record exists only as a global symbol in the 'type space', where as the Record constructor in this proposal is a global name in the JavaScript 'value space', so the TypeScript compiler can tell the difference between the two.
Since Typescript adoption is quite large, will not the
Record
name conflict withRecord
interface?Knowing about the Type Annotations proposal, it may conflict too?
The text was updated successfully, but these errors were encountered: