Skip to content

Object Spread/Rest #8

Description

@icefapper

the infrastructure is there and all needed for this transpiler to be able to consume Object Spread/Rest is:
parser:

  • recognize spread/rest
  • track errors that pertain to said constructs, and leak

transformer/emitter:

  • transform spread/rest into appropriate node(s) consumable by the emitter

  • create emitters for the node(s) resulting from transforming those constructs, if they are new

  • write tests to ensure the whole parse/transform/emit pipeline is working as it should for these constructs

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions