Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
function emit(command) {
return exporter.emit.command(command, emitters[command.command], {
variableLookup: Command.variableLookup,
emitNewWindowHandling: Command.extras.emitNewWindowHandling,
})
}
function emit(command) {
return exporter.emit.command(command, Command.emitters[command.command], {
variableLookup: Command.variableLookup,
emitNewWindowHandling: Command.extras.emitNewWindowHandling,
})
}