OlegGulevskyy / better-ts-errors.nvim

MIT License
117 stars 7 forks source link

Cache prettified JS objects #1

Closed OlegGulevskyy closed 11 months ago

OlegGulevskyy commented 11 months ago

Atm prettifying JS objects, if they are bigger than few keys, takes quite some time. Maybe hashing them and returning output on the consequitive calls would be better Or use something else for prettifying, like prettierd ? https://github.com/fsouza/prettierd