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
@zifeo it's effectively the distinction between a registry name and a module export, where components can export registry-named pieces of code that can be used to globally define interfaces or implementations. The TypeScript issue to track is microsoft/TypeScript#40594.
We could potentially have an option to customize this and in the Deno case, to disable this feature just like we do in the TypeScript generation right now.
The following code generate some likely invalid values:
Same repro as #102.
The text was updated successfully, but these errors were encountered: