dot-diver
dot-diver copied to clipboard
setByPath shows Paths to readonly properties
setByPath() uses the Path type, which does not differ between readonly and writeable properties. So the auto completion contains paths to properties, which are readonly.
We should create an extra type for setByPath similiar to Path which only returns paths to writeable properties.