(options)
| 1 | const fs = require('fs'); |
| 2 | |
| 3 | function addUI(options) {} |
| 4 | addUI.prototype.apply = function (compiler) { |
| 5 | compiler.plugin('emit', function (compilation, callback) { |
| 6 | fs.readFile(__dirname + "/src/index.js", 'utf8', (err, data) => { |
nothing calls this directly
no outgoing calls
no test coverage detected