Gulg
Gulg
Will this feature be implemented?
I think it's not that hard to implement. `StaticModuleRecord` could wrap code in an async function, and `import` could await precompiled function before returning.
Same issue, typescript 4.8.3
There's no problem in obfuscator, you just wrote incorrect code.
I'm still getting this issue on Node v22.5.1 and TypeScript 5.5.4 with ts-patch 3.2.1
+1, this feature would be useful
I didn't find a way to create a Realm inside a WebWorker in the ECMAScript specification, so I doubt that this is possible. I found another way to secure my...
Implementations of `BinaryenStringIterNext`, `BinaryenStringIterMove`, and `BinaryenStringSliceIter` were added in https://github.com/WebAssembly/binaryen/commit/0821cd10da9ca81371688e132ed17164f23ea889, but for some reason they were later removed.
I started to create my own TypeScript wrapper for Binaryen, and I have some questions. Should reference types be nominal or should they be just aliases to numbers? Nominal types...
I think that wrapping `WalkerPass` could be a viable solution. That would mean that we also need to provide some way to interact with delegations fields API. Maybe creating a...