PromucFlow_constructor/app/shared/ast
Apeksha Bhosale efa8b68a47
fix: Parse js actions for view mode changes (#18357)
* added new function inside parse js actions for view moe

* fixing test cases

* added evaluateSync with isTriggered false

* Add types
Add switch case for diff.event
Add function get back app mode

* Change foreach loops to for of

* Dont return jsUpdates from view mode save resolved since no operation is happening
Change viewModeSaveResolvedFunctionsAndJSUpdates -> viewModeSaveResolvedFunctions to reflect
what it's functionality is

* Refactor JSObject code

* Refactor code for JSobject
* remove any
* export parsed object's type from ast
* create function for deleteResolvedFunctionsAndCurrentJSCollectionState

* Code review changes

* Fix tests

* Change returns in for of loops to continue
Remove try for evaluate sync
Js updates return

* Fix bug

* Fix bug

Co-authored-by: Rimil Dey <rimil@appsmith.com>
Co-authored-by: Aishwarya UR <aishwarya@appsmith.com>
2022-12-12 19:45:40 +05:30
..
src fix: Parse js actions for view mode changes (#18357) 2022-12-12 19:45:40 +05:30
index.d.ts feat: Linting in entity properties and methods (#16171) 2022-09-17 18:40:28 +01:00
index.ts fix: Parse js actions for view mode changes (#18357) 2022-12-12 19:45:40 +05:30
jest.config.js fix: workflow for shared modules testing (#16778) 2022-09-30 18:36:25 +05:30
package.json fix: workflow for shared modules testing (#16778) 2022-09-30 18:36:25 +05:30
rollup.config.js feat: Extraction of AST Logic (#15892) 2022-08-23 16:39:42 +05:30
tsconfig.json feat: Extraction of AST Logic (#15892) 2022-08-23 16:39:42 +05:30
yarn.lock fix: workflow for shared modules testing (#16778) 2022-09-30 18:36:25 +05:30