DelSkayn / rquickjs

High level bindings to the quickjs javascript engine
MIT License
431 stars 58 forks source link

Remove #[non_exhaustive] from EvalOptions #297

Closed richarddd closed 2 months ago

richarddd commented 2 months ago

I saw this was added in 0.6.0 update

Right now we can't eval as a promise but apply non-strict or non-global for instance.

richarddd commented 2 months ago

I was stupid, i might as well just mutate it! 🤦‍♂️