issues
search
nanoapi-io
/
napi
Transpile your monolithic codebases to microservices in seconds
https://nanoapi.io
Other
171
stars
3
forks
source link
no tree branch isolation, run splitting on the whole tree
#36
Closed
florianbgt
closed
5 days ago
florianbgt
commented
1 week ago
Type of change
[x] Bug fix (non-breaking change that fixes an issue)
[ ] New feature (non-breaking change that adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
[ ] Documentation update
Description
fix for
https://github.com/nanoapi-io/napi/issues/26
Run the program on the whole tree instead of just a branch.
Leverage tree sitter query to simplify the code
This seem to make the code a bit slower. But it is much easier to deal with and to extend
Should investigate if switching to golang would help. Need to create some benchmark
remove support for require and dynamic import. This is temporary, will look to add it again in the future
Type of change
Description