playX
playX
I think it is worth to keep this issue open. To get dynamic import first I have to implement async functions (there's already some of functionality for async fns internally...
No for both. I haven't gotten to this and that is why almost all test262 module tests fail now. :( I guess for test262 module tests some special handling is...
ModuleLoader trait sounds nice but where do we store *currently* running module path so `ref_path` is always up to date?
I thought about Rc a little bit more and it seems that's not a bad option actually. And obtaining module path from current call frame does not sound bad either....
I think I could try to use [libimmixcons](https://github.com/playXE/libimmixcons)
DataView type is implemented and now only typed arrays are left...
Problem with implementing it is we down `break` and `continue` to single jumps which means `finally` can't be executed correctly and `return` is lowered to `OP_RET` which instantly returns, there...
Hello! I'm not familiar with react and ssr. Can you explain what is this and how Starlight could help there? Note that Starlight right now only has support for ES5.1...
@sessionboy oh nice! React seems like a great framework. > How does starlight compare to v8? I hope it is light enough and comparable in performance to v8. It is...
Right now there are some problems running tests with just `cargo test` you at least need `cargo test -- -test-threads 1` for it to work.