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

fix(document): make array getters avoid unintentionally modifying array, defer getters until index access instead #13774

Merged
merged 4 commits into from
Aug 28, 2023

Commits on Aug 23, 2023

  1. test(document): repro #13748

    vkarpov15 committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    743c556 View commit details
    Browse the repository at this point in the history
  2. fix(document): make array getters avoid unintentionally modifying arr…

    …ay, defer getters until index access instead
    
    Fix #13748
    vkarpov15 committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    bebdc09 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

  1. Configuration menu
    Copy the full SHA
    6eeb875 View commit details
    Browse the repository at this point in the history
  2. style: fix lint

    vkarpov15 committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    65245a4 View commit details
    Browse the repository at this point in the history