Merge branch 'main' into feat/epsilon-float-comparison

This commit is contained in:
Barrett Ruth 2026-02-26 22:59:25 -05:00 committed by GitHub
commit e4a7e7c434
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 201 additions and 42 deletions

View file

@ -375,6 +375,8 @@ function M.get_data_pretty()
return vim.inspect(cache_data)
end
M._cache = cache_data
function M.get_raw_cache()
return cache_data
end
return M