You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like commit c796ac2 has broken the loading of our esdoc config:
.esdoc:2
"source": "./src/js",
^
SyntaxError: Unexpected token :
at exports.runInThisContext (vm.js:73:16)
at Module._compile (module.js:443:25)
at Object.Module._extensions..js (module.js:478:10)
at Module.load (module.js:355:32)
at Function.Module._load (module.js:310:12)
at Module.require (module.js:365:17)
at require (module.js:384:17)
@mmoss Hi! Thanks for this issue!
Is your esdoc config file extention non .json, by any chance?
If it is, please rename the file name to .json as workaround.
It looks like commit c796ac2 has broken the loading of our esdoc config:
Current config:
The text was updated successfully, but these errors were encountered: