-
-
Notifications
You must be signed in to change notification settings - Fork 184
Closed
Labels
bugscope: transpileAny transpilation not directly related to code transformsAny transpilation not directly related to code transforms
Description
lib/utils/LuaPanda.lua
require("socket.core")
this code is replaced to
require("lib.utils.socket.core")
There is also an error:
Could not read content of resolved dependency xxx\lib\utils\socket\core.lua.
I don't want such check and replacement for lua. Module "socket.core" is just a C Library but not a source code in my project.
LuaSocket
Please at least provide a configuration to turn off such behaviors.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugscope: transpileAny transpilation not directly related to code transformsAny transpilation not directly related to code transforms