Rafael Mora
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 ```
I'm still getting this error
@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: 
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!
@DiegoAndai Thank you! I will be waiting :)