mirror of
https://github.com/jsdoc/jsdoc.git
synced 2025-12-08 19:46:11 +00:00
ignore SpreadElement nodes (#555)
This commit is contained in:
parent
96c8f6994d
commit
058cf91392
@ -461,7 +461,6 @@ Visitor.prototype.makeSymbolFoundEvent = function(node, parser, filename) {
|
||||
case Syntax.ImportSpecifier:
|
||||
case Syntax.MethodDefinition:
|
||||
case Syntax.ModuleDeclaration:
|
||||
case Syntax.SpreadElement:
|
||||
logger.warn('JSDoc does not currently handle %s nodes. Source file: %s, line %s',
|
||||
node.type, filename, (node.loc && node.loc.start) ? node.loc.start.line : '??');
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user