Open
Description
Is your feature request related to a problem? Please describe.
We are currently using eval
to run the code. People strongly recommend against using it, though: Why is using the JavaScript eval function a bad idea?
Describe the solution you'd like
@jsjoeio has linked some great resources and proposed an interesting solution here: #39. quickjs-emscripten is the one that interests us the most.
We can adapt this approach for TS, too because what we are ultimately doing is running JS code.
Activity