Purple

Results 5 issues of Purple

Looking for the `Plugins` dir in the current working directory is kind of not expected behaviour but this can enable some customized usage. But again I think it should also...

```js const sandbox = new Sandbox(); const code = `function onStart() { console.log(some_undefined_var); } return { onStart: onStart }; `; const exec = sandbox.compile(code); const script_context = exec({}).run(); // here...

Looks like duplicate of https://github.com/marsinator358/luajit-decompiler-v2/issues/36 but I am not sure what's the next step? Uploaded the file. [lazy_require.zip](https://github.com/user-attachments/files/17213337/lazy_require.zip)

Say I have a table entry structure something like the following: ```zig const User = struct { id: usize, name: []const u8, age: usize, }; ``` And I want to...