Closed
Description
When running documentation on this file, using the command documentation build src/speedball.js
, it fails.
Firstly it errors, saying that export const __esModule = true;
is invalid. If I comment out that, I just get an empty array returned.
EDIT: I think the error saying the __esModule export is invalid might be correct, but the second problem is still valid.