* assign undefined for empty scripts during evaluation * add unit tests * handle anonymous_function when undefined * update unit tests * remove unwanted assignments in evaluation scripts * update unit tests * Update app/client/src/workers/evaluate.test.ts * fix lint cypress tests * remove semicolon * fix API_bugs_spec * undo anonymous function change * Update app/client/src/workers/evaluate.ts Co-authored-by: Hetu Nandu <hetunandu@gmail.com> * add comment * return back when JS is empty * Update app/client/src/workers/evaluate.ts Co-authored-by: Hetu Nandu <hetunandu@gmail.com> Co-authored-by: Arpit Mohan <arpit@appsmith.com>
* Test for lint * Basic tests for Linting Warning/Error * Updated tests * Updated tests * Updated tests with another lint scenario * updated test * Added tests for list and text Widget * Updated tests * Updated tests