-
-
Notifications
You must be signed in to change notification settings - Fork 33.7k
Closed
Labels
questionIssues that look for answers.Issues that look for answers.
Description
i am trying to use es6 rest parameters
class mediasController extends lib.baseClasses.apiControllerAsyncBase().apiControllerAsync { constructor(...args) { super(...args); this.xyz = {}; }
but when i run the code it gives me error as "unexpected token .." ,i am using node version 4.2.6, please provide me with the solution of the same.
Metadata
Metadata
Assignees
Labels
questionIssues that look for answers.Issues that look for answers.