alina sireneva

Results 32 issues of alina sireneva

basically the subject ```js // llrt-test.mjs function foo() { return Promise.resolve(42) } console.log(await foo()) ``` ```bash $ ./llrt llrt-test.mjs SyntaxError: unexpected 'await' keyword at llrt-test.mjs:5:12 ```

enhancement

there currently seems to be no way to do AES en/decryption, which is essential for many applications `require('crypto')` doesn't include `createCipheriv`/`createDecipheriv`: ![](https://github.com/awslabs/llrt/assets/86301490/46ac9df5-9b30-4cd4-8385-92aad2db291e) and SubtleCrypto doesn't seem to be implemented either

enhancement

```js /* https://webassembly.github.io/wabt/demo/wat2wasm/ (module ;; add(a, b) returns a+b (func $add (export "add") (param $a i32) (param $b i32) (result i32) (i32.add (local.get $a) (local.get $b)) ) ) */ const...

wontfix

### Rollup Version v4.0.2 ### Operating System (or Browser) n/a ### Node Version (if applicable) _No response_ ### Link To Reproduction https://rollupjs.org/repl/?version=4.0.2&shareable=JTdCJTIyZXhhbXBsZSUyMiUzQW51bGwlMkMlMjJtb2R1bGVzJTIyJTNBJTVCJTdCJTIyY29kZSUyMiUzQSUyMmltcG9ydCUyMCcuJTJGdGVzdC5qcyclM0IlNUNuJTIyJTJDJTIyaXNFbnRyeSUyMiUzQXRydWUlMkMlMjJuYW1lJTIyJTNBJTIybWFpbi5qcyUyMiU3RCUyQyU3QiUyMmNvZGUlMjIlM0ElMjJleHBvcnQlMjBjb25zdCUyMGElMjAlM0QlMjAlNUInZm9vJyU1RC5tYXAocyUyMCUzRCUzRSUyMHMlNUIwJTVEKSU1Q25leHBvcnQlMjBjb25zdCUyMGIlMjAlM0QlMjAlNUInZm9vJyU1RC5maWx0ZXIocyUyMCUzRCUzRSUyMHMlNUIwJTVEJTIwJTNEJTNEJTNEJTIwJ2QnKSU1Q25leHBvcnQlMjBjb25zdCUyMGMlMjAlM0QlMjAlNUInZm9vJyU1RC5yZWR1Y2UoKGElMkMlMjBzKSUyMCUzRCUzRSUyMGElMjAlMkIlMjBzLmxlbmd0aCUyQyUyMDApJTIyJTJDJTIyaXNFbnRyeSUyMiUzQWZhbHNlJTJDJTIybmFtZSUyMiUzQSUyMnRlc3QuanMlMjIlN0QlNUQlMkMlMjJvcHRpb25zJTIyJTNBJTdCJTIyb3V0cHV0JTIyJTNBJTdCJTIyZm9ybWF0JTIyJTNBJTIyZXMlMjIlN0QlMkMlMjJ0cmVlc2hha2UlMjIlM0F0cnVlJTdEJTdE ### Expected Behaviour the export is stripped away...

**Is your feature request related to a problem? Please describe.** in vitest we can use `async` functions as a callback to `describe()`, which allows setting up group-related resource, e.g.: ```ts...

suggestion

in many cases it makes sense to have a separate registry limited to a single scope, similarly to how it's possible in npm the use-cases for this range from enterprise...

jsr

given a `Deno.FsFile`, there's currently no way to determine path to it's underlying file system file. i suggest adding some kind of api that would allow that, something along ```ts...

suggestion

- [x] support publishing to jsr.io (#27) - [ ] ~~stop globally depending on `@types/node`~~ wontfix - [x] `@mtcute/deno` package with platform-specific transport, crypto and storage (#52) - [ ]...

enhancement