|
|
|
@ -45,7 +45,7 @@ module.exports = (pluginManager, fileProviders, fileManager, compiler, udapp) => |
|
|
|
|
getCompilationResult: (mod, cb) => { |
|
|
|
|
cb(null, compiler.lastCompilationResult) |
|
|
|
|
}, |
|
|
|
|
sendCompilactionResult: (mod, file, languageVersion, data, cb) => { |
|
|
|
|
sendCompilationResult: (mod, file, languageVersion, data, cb) => { |
|
|
|
|
pluginManager.receivedDataFrom('sendCompilationResult', mod, file, languageVersion, data) |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|