Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
(pattern, info) => {
innerScope.__define(
pattern,
new ParameterDefinition(
pattern,
node,
i,
info.rest
)
);
this.referencingDefaultValue(
pattern,
info.assignments,
null,
true
);
}
);