You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
lua_modules has been populated by luarocks install <package> --tree lua_modules with, eg, inspect.
In this case, should I just copy the contents of inspect.d.tl from this repo into src/inspect.d.tl?
The text was updated successfully, but these errors were encountered:
That's a great question, and one that really needs a good answer eventually, but at this time we really haven't done much tooling for teal-types in terms of making the workflow more automated.
So for now the approach you suggested should be sufficient. But personally what I'd love to see would be some sort of LuaRocks integration.
My folder structure looks like this:
lua_modules
has been populated byluarocks install <package> --tree lua_modules
with, eg,inspect
.In this case, should I just copy the contents of
inspect.d.tl
from this repo intosrc/inspect.d.tl
?The text was updated successfully, but these errors were encountered: