diff options
Diffstat (limited to 'script-beta/workspace/require-path.lua')
-rw-r--r-- | script-beta/workspace/require-path.lua | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/script-beta/workspace/require-path.lua b/script-beta/workspace/require-path.lua new file mode 100644 index 00000000..a9bd6fc0 --- /dev/null +++ b/script-beta/workspace/require-path.lua @@ -0,0 +1,7 @@ +local m = {} + +--- `aaa/bbb/ccc.lua` 与 `?.lua` 将返回 `a.b.c` +function m.getVisiblePath(path, searcher) +end + +return m |