Keith Li
Keith Li
Hi @AleksanderBodurri , can I take this feature if no one is acting on it? Thanks!
Hey @AleksanderBodurri, I have been trying to run our devtool dev server but kept getting this error - which results in a blank page from localhost:4200. Is this a known...
> @hereiskeith can you rebase onto the latest main and try it now? Should be fixed Thanks @AleksanderBodurri , it seems to be fixed perfectly!
@AleksanderBodurri , just want some clarifications here : Are we looking to add a new panel "Functions" under "Properties" panel to display the getters and setters? If so, what properties...
@AleksanderBodurri Thanks for the clarifications. Have been pretty busy recently and did not get to catch up on the work here, my apologies for that. I will work on the...
Everything seems working pretty well with the changes added in object-utils.ts From the devtools UI we could see both getters and setters get their values evaluated in runtime (editable as...
However, from `isEditable` method in `serialized-descriptor-factory.ts`, we may need extra logic to deal with getter and setter `prop` because it comes from the prototype of the instance (`Object.getOwnPropertyDescriptor(instance, propName as...