benjamn / ast-types

Esprima-compatible implementation of the Mozilla JS Parser API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spread operator in function arguments (RestElement) not treated as declaration

strobox opened this issue · comments

I found that using ast-types@0.12.3
function(e,...t) {
Only e appears in bindings.

I just experienced the same issue; any news? I'm using version 0.14.1.

See PR #409