WrenSupport.addModuleFileWatch

Add a dynamic reloadable .wren source file. The module is reloaded and compared when reloadScriptsThatChanged() is called. Development purpose. For a release plug-in, you want to use addModuleSource instead.

class WrenSupport
@nogc nothrow
void
addModuleFileWatch
(
const(char)[] moduleName
,
const(char)[] wrenFilePath
)

Meta