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
Where as if you remove the // a comment it does not.
The crash error is:
/home/user/node_modules/flow-jsdoc/index.js:210
if (declaration.type === 'VariableDeclaration') {
^
TypeError: Cannot read property 'type' of null
at getCommentedFunctionNode (/home/user/node_modules/flow-jsdoc/index.js:210:29)
at decorateFunctions (/home/user/node_modules/flow-jsdoc/index.js:291:20)
at /home/user/node_modules/flow-jsdoc/index.js:408:9
at walk (/home/user/node_modules/flow-jsdoc/lib/falafel.js:62:9)
at /home/user/node_modules/flow-jsdoc/lib/falafel.js:53:25
at Array.forEach (<anonymous>)
at forEach (/home/user/node_modules/flow-jsdoc/lib/falafel.js:10:31)
at /home/user/node_modules/flow-jsdoc/lib/falafel.js:51:17
at Array.forEach (<anonymous>)
at forEach (/home/user/node_modules/flow-jsdoc/lib/falafel.js:10:31)
The text was updated successfully, but these errors were encountered:
The following code causes a crash:
Where as if you remove the
// a
comment it does not.The crash error is:
The text was updated successfully, but these errors were encountered: