We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The basic idea is that a list of dependencies can be generated by observing the virtual file names passed while running test suites etc.
Quick prototype:
local require = _G.require _G.require = function(virtualFileName) printf("Required module: %s", virtualFileName) return require(virtualFileName) end
It might make sense to add an event for this so that it can simply be triggered with the trace command? (requires #55 )
trace
The text was updated successfully, but these errors were encountered:
Will this conflict with LUAZIP searchers?
If vfs.require is used to load files from zip apps, it should also support observability hooks, with no code changes.
vfs.require
Sorry, something went wrong.
rdw-software
Successfully merging a pull request may close this issue.
The basic idea is that a list of dependencies can be generated by observing the virtual file names passed while running test suites etc.
Quick prototype:
It might make sense to add an event for this so that it can simply be triggered with the
trace
command? (requires #55 )The text was updated successfully, but these errors were encountered: