Глава 2-3-Context.md. Определение для Lexical environment не соответствует спецификации

Open
#95 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
1/5
Estimated time
Under an hour
Newbie friendliness
35/100
Issue type
Documentation
Clarity
Clearly specified
Activity status
Stale
Tech stack
javascript
Domain
documentation

Research direction

Open Chapter 2-3-Context.md and compare the cited terminology with the current ECMAScript sections linked in the issue. Update the outdated definitions for Lexical environment, Object Environment Records, and Global Environment Records. Done means the chapter uses the current specification names and accurately reflects the linked sections.

Written by the indexing model from the issue text.

Description

bug

Определение части спецификации Lexical environment:

Лексический контекст (Lexical environment) — набор
идентификаторов, связанных с определенными
значениями в рамках функции или блока кода (в том
числе блоков циклов, условий и т.д.).

было упразднено в пользу 9.1 Environment Records

Аналогично:
Объектный контекст функции стал Object Environment Records
Глобальный контекст стал Global Environment Records

Dominant language
JavaScript
Stars
499
Forks
85
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from HowProgrammingWorks/Book

All issues in HowProgrammingWorks/Book

Similar issues

More JavaScript issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.