Sam Cao
Sam Cao
I wonder if you encapsulated your business logic in some functions. That would keep the number of global objects fixed (which is the number of the functions) so that GC...
You may try the section **Manual Patch** in the same doc. It's a more reliable solution.
Which one did you patch? It needs to be the original one.
New versions of Node.js somehow break embedders' reusing the process. The current solution is to downgrade to an early version of Javet. Here are 2 similar issues for your reference....
> Which version of Javet to downgrade? I'm not sure. Could you try them respectively? In the meanwhile, I'll look into it once I have time.
SQLite version needs to be a little bit lower.
Thank @bkiers and @KvanTTT for the input. It makes sense. The problem I'm facing is to find a proper library which can generate an AST from the JS code and...
> I have no objection of making the grammar more strict if it's possible. Sounds good. I'll try to introduce [LeftHandSideExpression](https://262.ecma-international.org/13.0/#sec-left-hand-side-expressions).
> we could setup the github actions, such that any tagged commit gets its docker image built and push to dockerhub. I could do a PR for that if needed....
Thank you for the help. > Ok. I may have misunderstood something. What is the purpose of the uploaded docker image? From the dockerfile in the repo, it looks like...