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

draft: Interaction with the Stage 2 Record & Tuple proposal for ECMAScript #1184

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from

Commits on Aug 4, 2022

  1. wip: describe record to dictionary conversion

    Robin Ricard committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    9e02bc7 View commit details
    Browse the repository at this point in the history
  2. wip: attempt to make tuples into sequences

    Robin Ricard committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    af2d4cf View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2022

  1. remove nested call to ToObject

    Robin Ricard committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    7961378 View commit details
    Browse the repository at this point in the history
  2. hoist ToObject out of the loop

    Robin Ricard committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    e64fed8 View commit details
    Browse the repository at this point in the history
  3. remove unneeded ToObject

    Robin Ricard committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    4fb12ed View commit details
    Browse the repository at this point in the history