Closed kaizhu256 closed 2 years ago
fixes #413 (and re-fixes #382).
this pr adds new directive /*jslint fart*/ which allows destructing in fat-arrows, and {...} statement-blocks.
/*jslint fart*/
{...}
the fat-arrow parser/walker has been cleaned up to better align with how regular-functions are parsed.
fixes #413 (and re-fixes #382).
this pr adds new directive
/*jslint fart*/
which allows destructing in fat-arrows, and{...}
statement-blocks.the fat-arrow parser/walker has been cleaned up to better align with how regular-functions are parsed.