Rafael Mora

Results 22 comments of Rafael Mora

I think that the 'issue' is that this package is not maintained anymore.

I can confirm that by doing this (removing the `bun.lockb`) the issue is solved: ``` rm -f bun.lockb && bun install ```

@riverajohan Hi! I can see in my `lazy-lock.json` file that I have this for treesitter `"nvim-treesitter": { "branch": "master", "commit": "2ce3c9080cfe4a39c7907e672edafd2a95244a7c" },` Is this ok? Thanks

I changed the commit SHA to this one `208504c7072ca81e8bf9fa2e666cf3436dfc0ef5` (latest) in the `lazy-lock.json` file and then LunarVim reverted it back again to `2ce3c9080cfe4a39c7907e672edafd2a95244a7c` How may I change the version/SHA?

@riverajohan hi! Do you mean the nightly version? Thanks

Hey all! I'm still getting the error: ![image](https://github.com/facebook/hermes/assets/4803351/6511a4f9-d85c-46b0-8c8d-8b4b7d191dbb)

I had to use this approach: ``` if (hini instanceof Date && !isNaN(hini) && hfin instanceof Date && !isNaN(hfin)) { ... } ``` Now is working ✅

@DiegoAndai Hi! How long do you think is it going to take for you to release the esm support? Thanks!