Skip to content

Remove the readonly attribute on all prototype #109

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Jun 23, 2021

Conversation

orta
Copy link

@orta orta commented Jun 23, 2021

Basically, when someone sends a type through enough transformation - the readonly can get lost. This can mean when that the two versions of the same thing to not be the same, even though they refer to the same type. It's probably intentional somewhere in the compiler that this happens because readonly support is real real complex in the compiler.

@saschanaz
Copy link
Owner

Very unfortunate, but LGTM. Could you add some more comment why it had to be rolled back?

@orta
Copy link
Author

orta commented Jun 23, 2021

perfect candidate for a squash commit ;)

@saschanaz
Copy link
Owner

Actually all commits are squashed in my fork 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants