We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
defclass
version v0.7.100
problem Can't extend a defclass with a property that has the same name as a core function name
repro https://squint-cljs.github.io/squint/?src=KG5zIG15ZWxlbWVudAogICg6cmVxdWlyZSBbc3F1aW50LmNvcmUgOnJlZmVyIFtkZWZjbGFzc11dKSkKCihkZWZjbGFzcyBFeGFtcGxlCiAgKGNvbnN0cnVjdG9yIFt0aGlzXSkKCiAgT2JqZWN0CiAgKHVwZGF0ZSBbdGhpc10KICAgIChqcy9jb25zb2xlLmxvZyAidXBkYXRlIikpKQ%3D%3D
In the above example update is causing the issue.
update
expected behavior You should be allowed to define any named property.
The text was updated successfully, but these errors were encountered:
42fd2b5
No branches or pull requests
version
v0.7.100
problem
Can't extend a
defclass
with a property that has the same name as a core function namerepro
https://squint-cljs.github.io/squint/?src=KG5zIG15ZWxlbWVudAogICg6cmVxdWlyZSBbc3F1aW50LmNvcmUgOnJlZmVyIFtkZWZjbGFzc11dKSkKCihkZWZjbGFzcyBFeGFtcGxlCiAgKGNvbnN0cnVjdG9yIFt0aGlzXSkKCiAgT2JqZWN0CiAgKHVwZGF0ZSBbdGhpc10KICAgIChqcy9jb25zb2xlLmxvZyAidXBkYXRlIikpKQ%3D%3D
In the above example
update
is causing the issue.expected behavior
You should be allowed to define any named property.
The text was updated successfully, but these errors were encountered: