node-coordinator icon indicating copy to clipboard operation
node-coordinator copied to clipboard

ES6 modules broken

Open ventralnet opened this issue 7 years ago • 2 comments

If you are using ES6 modules, coordinator will not import

https://github.com/beatgammit/node-coordinator/blob/32e3a86698032426cfcc7d2c87767790c891416c/coordinator.js#L5

The line above will always return null (factory() passes in a null converter which is then returned)

ventralnet avatar Jun 12 '18 12:06 ventralnet

Believe this is a duplicate of #8

ventralnet avatar Jul 16 '18 14:07 ventralnet

Ugh. I might take a look at this soon. This library needs some work, so I might just overhaul the whole thing with some ES6 fixes.

beatgammit avatar Oct 02 '18 14:10 beatgammit