webdoc-labs / webdoc

Documentation generator for the web
https://www.webdoclabs.com
Other
79 stars 9 forks source link

Using the rest parameters syntax results in a crash #70

Closed bigtimebuddy closed 3 years ago

bigtimebuddy commented 3 years ago

Received the following crash error:

(node:47460) UnhandledPromiseRejectionWarning: TypeError: Cannot read property 'name' of undefined

when attempting to use rest parameters, here's an example:

const { maxValue, ...options } = { maxValue: 1, foo: 'bar', bar: 'baz' };
ShukantPal commented 3 years ago

Sorry, this was closed by #71