estools / escope

Escope: ECMAScript scope analyzer
BSD 2-Clause "Simplified" License
546 stars 77 forks source link

Drop function's rest support #53

Open Constellation opened 9 years ago

Constellation commented 9 years ago

Use RestElement and drop function's rest support.

/cc @nzakas

nzakas commented 9 years ago

:+1: we also will make this switch as a breaking change

Constellation commented 9 years ago

@nzakas

Could you tell me when this is switched? At that time, I'll drop function.rest and handle RestElement in function's params.

nzakas commented 9 years ago

Yup. We have this issue tracking it: https://github.com/eslint/espree/issues/84

Is this blocking for the module-related changes?