PromucFlow_constructor/app/client/src/plugins/Linting
Rishabh Rathod e15da63f57
fix: setter mutation issue (#25886)
## Description

When we added a mutation task to the microtask queue, earlier we didn't
update the evalProps as soon as the change is triggered, due to this we
lost the update.

Now, we update the evalProps as soon as the setter or getter for
JSObject variable is triggered making sure the latest value is always
present.

#### PR fixes following issue(s)
Fixes #25364
2023-08-08 19:42:07 +05:30
..
handlers feat: Improve Linting performance (#23865) 2023-07-05 14:34:03 +01:00
lib/entity feat: Improve Linting performance (#23865) 2023-07-05 14:34:03 +01:00
linters perf: reduce the bundle size, vol. 2 (#24969) 2023-07-17 00:19:41 +05:30
utils fix: setter mutation issue (#25886) 2023-08-08 19:42:07 +05:30
constants.ts feat: widget property setters (#23441) 2023-07-08 19:37:26 +05:30
globalData.ts feat: widget property setters (#23441) 2023-07-08 19:37:26 +05:30
Linter.ts perf: reduce the bundle size, vol. 2 (#24969) 2023-07-17 00:19:41 +05:30
lintTree.ts feat: widget property setters (#23441) 2023-07-08 19:37:26 +05:30
types.ts feat: Improve Linting performance (#23865) 2023-07-05 14:34:03 +01:00