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
Copy file name to clipboardexpand all lines: src/Hook.lua
+2-1
Original file line number
Diff line number
Diff line change
@@ -76,7 +76,8 @@ local validT =
76
76
reverseMapPathFilter= {}, -- This hook returns two arrays keepA, ignoreA to keep or
77
77
-- ignore a path in the reverseMap mapping
78
78
colorize_fullName= {}, -- Allow module avail and list to colorize name and/or version
79
-
add_to_module= {}, -- Allow dynamic additions to modules. The additions are still run through the sandbox. It passes the following table as a parameter {path, name, version, contents}.
79
+
decorate_module= {}, -- Allow dynamic additions to modules. The additions are still run through the sandbox.
80
+
-- It passes the following table as a parameter {path, name, version, contents}.
0 commit comments