Open mplewis opened 9 years ago
In file compile-store.js:
module.exports = Reflux.createStore({ // ... snip ... onCompileSuccess: function(files) { this.trigger({loaded: true, files: files}) } })
Inch thinks this is:
PostProcess
Inch gives it this name instead:
PostProcess#module.exports.init.onRequestCompile.file.data.onLoading.loaded.files.onCompileSuccess
Re: [U] PostProcess#module.exports.init.onRequestCompile.file.data.onLoading.loaded.files.onCompileSuccess in mplewis/json-pojo-frontend
Puh, that does not look very good :cry:
I will see if I can figure this one out, since parsing is delegated to JSDoc ...
In file compile-store.js:
Inch thinks this is:
PostProcess
, while it is actually declared in a call on the next line,Inch gives it this name instead:
Re: [U] PostProcess#module.exports.init.onRequestCompile.file.data.onLoading.loaded.files.onCompileSuccess in mplewis/json-pojo-frontend