en.javascript.info
en.javascript.info copied to clipboard
feat: replace old term "Lexical Environment" with "Environment Record"
Here are links to ECMAScript2020 and ECMAScript2023.
There is no such term as "Lexical Environment" anymore (only "LexicalEnvironment" component as a state of an execution context).
All "Lexical Environment" terms were replaced with "Environment Record" all over the "Executable Code and Execution Contexts" article.
I'm glad they finally did it in the standard.
It'll be much easier to describe. Need to rewrite the article and pics =)
this article is definitely a prime target