plenary.nvim icon indicating copy to clipboard operation
plenary.nvim copied to clipboard

feat(luassert): Add luassert annotation types

Open kristijanhusak opened this issue 1 year ago • 0 comments

Add annotation types for luassert since most of its methods/props are dynamic.

Types are generated with the script by reading the luassert namespace where it holds the assertions and modifiers.

Most of the things are dynamic except figuring out what number of arguments does an assertion have. Most of them have 1, and other ones are added as an exception.

kristijanhusak avatar Jan 30 '24 18:01 kristijanhusak