Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(WIP): introduce the scope of function parameters #1480

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Commits on Dec 6, 2023

  1. (WIP): introduce the scope of function parameters

    Function parameters inhabit their own scope, a liminal space between the
    scope outside the function, and the scope within. When a default
    parameter refers to another variable, it looks to other parameters and
    outside, but never within the function.
    
    I'm pushing this PR with failing tests first.
    fabiosantoscode committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    ecff8bb View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2024

  1. Do not take the /*#__PURE__*/ annotation into account when the side_e…

    …ffects option is false. Closes #672
    fabiosantoscode committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    c2cb25d View commit details
    Browse the repository at this point in the history
  2. update changelog

    fabiosantoscode committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    09c9ffc View commit details
    Browse the repository at this point in the history
  3. 5.26.0

    fabiosantoscode committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    8b8ac45 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bd80a73 View commit details
    Browse the repository at this point in the history
  5. lint

    fabiosantoscode committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    2780426 View commit details
    Browse the repository at this point in the history
  6. update changelog

    fabiosantoscode committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    d24a82f View commit details
    Browse the repository at this point in the history
  7. 5.27.0

    fabiosantoscode committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    c7e4a2b View commit details
    Browse the repository at this point in the history
  8. fix(deps): update dependency acorn to v8.11.3 (#1483)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored and fabiosantoscode committed Feb 11, 2024
    Configuration menu
    Copy the full SHA
    6271a4d View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. Configuration menu
    Copy the full SHA
    db79835 View commit details
    Browse the repository at this point in the history