glathoud / fext

Fast explicit tail calls. In today's JavaScript!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

code cleanup: remove `__fext_undefined__`

glathoud opened this issue · comments

AFAIK all browsers support a non-modifiable undefined so we don't need that extra variable __fext_undefined__, let's remove it.

Thanks to Frederico Kereki for the feedback.