My project file organization is sometimes a bit complicated. For example, when I import "xxx/a.mjs", I want deno to look for "a.mjs" in the "f1" folder first, and if it is not found, then look for ...
Currently there is no mechanism to check whether a particular deeply nested array item or object property has changed vs not changed when setting an object from (for example) the property on the ...