PromucFlow_constructor/app/rts
Ayangade Adeoluwa 610509506e
fix: update rts logic to use updated shared AST logic (#16849)
* update rts logic to use updated shared AST logic

* Make changes to naming conventions

* Add test cases for RTS and rename ast functions

* Add running jest test to RTS workflow

* Install dependencies and then trigger jest tests in workflow

* Close server connection after test ends

* Remove logs

* Improve jest test descriptions
2022-09-28 17:28:18 +00:00
..
src fix: update rts logic to use updated shared AST logic (#16849) 2022-09-28 17:28:18 +00:00
.env.example fix: revamped rts server architecture (#15870) 2022-08-11 15:06:02 +05:30
.gitignore Initialise comments (#3328) 2021-04-29 16:03:51 +05:30
build.sh fix: build error due to fn name change, copy node_modules on mac error (#16874) 2022-09-20 13:57:48 +05:30
Dockerfile feat: AST apis for parsing script and returning identifiers (#16252) 2022-09-12 14:45:47 +05:30
jest.config.js fix: update rts logic to use updated shared AST logic (#16849) 2022-09-28 17:28:18 +00:00
package.json fix: update rts logic to use updated shared AST logic (#16849) 2022-09-28 17:28:18 +00:00
README.md ci: Modularizing the Github actions workflow for maintainability (#16505) 2022-09-09 01:08:55 +05:30
start-server.sh Initialise comments (#3328) 2021-04-29 16:03:51 +05:30
tsconfig.json fix: update rts logic to use updated shared AST logic (#16849) 2022-09-28 17:28:18 +00:00
yarn.lock fix: update rts logic to use updated shared AST logic (#16849) 2022-09-28 17:28:18 +00:00

Appsmith Realtime Server

This is the code for the Appsmith realtime server.