Skip to content

Removing unnecessary properties from LetContext.prototype

Compare
Choose a tag to compare
@phillipskevin phillipskevin released this 09 Jul 16:35
· 19 commits to master since this release

Previously the LetContext had properties like one that would prevent you from ever using these keys in a Scope. This removes properties that are not needed from LetContext.prototype and only leaves required properties and Symbols.

#205