This website requires JavaScript.
Explore
Help
Sign In
Protei
/
PromucFlow_constructor
Watch
2
Star
0
Fork
0
You've already forked PromucFlow_constructor
Code
Issues
Pull Requests
Actions
2
Packages
Projects
Releases
Wiki
Activity
f455dae7a8
PromucFlow_constructor
/
app
/
shared
/
shared-dependencies.json
5 lines
58 B
JSON
Raw
Normal View
History
Unescape
Escape
feat: ast mono repo poc (#15610) * POC for Shared AST Logic using Yarn Symlinks * fix: preinstall script for bundling shared packages * Merge commit * fix: updated the script to link, unlink the package as shared dep * fix: updated dependencies * Add a post-install script and fix yarn.lock file * Remove commented code * fix: added verification script, readme, moved scripts to shared Co-authored-by: Ayangade Adeoluwa <adeoluayangade@yahoo.com>
2022-08-11 15:29:26 +00:00
{
"client"
:
[
"@shared/ast"
]
,
feat: AST apis for parsing script and returning identifiers (#16252) * rts configurations for ast * update shared dependencies.json for shared ast module * feat: api for script to identifiers * fix: typo for identifiers * feat: api for multiple scripts to get identifiers * fix: rts config, apis for ast * fix: removed unnecessary changes for ast modules * fix: docker image for rts including ast shared module, rts file alias ref * fix: added comments in build.sh file Co-authored-by: Aman Agarwal <aman@appsmith.com>
2022-09-12 09:15:47 +00:00
"rts"
:
[
"@shared/ast"
]
feat: ast mono repo poc (#15610) * POC for Shared AST Logic using Yarn Symlinks * fix: preinstall script for bundling shared packages * Merge commit * fix: updated the script to link, unlink the package as shared dep * fix: updated dependencies * Add a post-install script and fix yarn.lock file * Remove commented code * fix: added verification script, readme, moved scripts to shared Co-authored-by: Ayangade Adeoluwa <adeoluayangade@yahoo.com>
2022-08-11 15:29:26 +00:00
}
Reference in New Issue
Copy Permalink