dot-diver icon indicating copy to clipboard operation
dot-diver copied to clipboard

setByPath shows Paths to readonly properties

Open djfhe opened this issue 2 years ago • 0 comments

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.

djfhe avatar Mar 24 '23 20:03 djfhe