JS should allow merging/expando properties on imports #26912
Labels
Domain: JavaScript
The issue relates to JavaScript specifically
In Discussion
Not yet reached consensus
Suggestion
An idea for TypeScript
Expected behavior:
No error, and Ns has property 'expando'
Actual behavior:
Error, 'expando' not found on 'Ns'.
This merge shouldn't be allowed in Typescript, but it will work in Javascript, so it should be allowed there.
The text was updated successfully, but these errors were encountered: