Closed
Description
Please consider adding an option to disable the declare closure static inspection for short functions (fn
). The purpose of this syntax is to be brief, so it may be desirable to ignore the static micro-optimization since fn
maintains brevity better than static fn
and the infinitesimal performance benefit is seldom worth the effort.
Activity