Divy Srivastava
Divy Srivastava
Tons of good improvements that can be made to the codebase: https://deepsource.io/gh/elsaland/elsa/issues/?category=recommended
Hey everyone :wave: Been busy with several other projects recently which made it hard for me and @filipporeds to be able to work full-time on this. It's time to resume...
Add tests for all the js/ts files inside `testing/` and `std/` The test file **should be named in the pattern `*_test.js`** for elsa to identify it as a test file....
Update quickjs to 2020-09-06 release. https://github.com/bellard/quickjs/commit/7c312df422572cf867f29a1d80693e8a77f7fb2a We're currently using https://github.com/elsaland/quickjs/blob/master/version.h . Marking this as a good first issue.
Tracking issue for support for top level await - because, why not? :) PS: This will be a bundling step (esbuild) rather than runtime Waiting for esbuild to support top...
There is a PR for arm32 builds but I'm unable to proceed because of a `cgo` issue in the quickjs bindings. https://github.com/elsaland/elsa/pull/16/checks?check_run_id=1166845295 This is the tracking issue for the above...
Similar implementation as done in Deno. https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API
Unlike you mentioned on your dev.to article... this is not at all AI.. basically doing if and else on the input doesn't make it AI. Please consider changing the README...
So its been a few months since we've commited something to this projects and the lack of time and dedication required is clearly an indication that the project will not...
[Deno](https://deno.land) is another runtime for JS/TS written in Rust similar to Node.js There is no such JS parser for Deno that can be used as a library. Also, since Deno...