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

Spread type #13288

Closed
wants to merge 11 commits into from
Closed

Spread type #13288

wants to merge 11 commits into from

Commits on Jan 4, 2017

  1. Spread types

    sandersn committed Jan 4, 2017
    Configuration menu
    Copy the full SHA
    c2562b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dd08d55 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e7f9a9c View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2017

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

Commits on Jan 12, 2017

  1. Change spread type syntax to spread(T, U)

    `spread(T)` is also allowed, for unary spreads
    sandersn committed Jan 12, 2017
    Configuration menu
    Copy the full SHA
    268969b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f1c1b7 View commit details
    Browse the repository at this point in the history
  3. Fix lint in parser.ts

    sandersn committed Jan 12, 2017
    Configuration menu
    Copy the full SHA
    a464f24 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2017

  1. Configuration menu
    Copy the full SHA
    4ac6e57 View commit details
    Browse the repository at this point in the history
  2. getRootSymbols gets all root symbols of a spread symbol

    Previously it would only get the top two.
    sandersn committed Jan 25, 2017
    Configuration menu
    Copy the full SHA
    7a2d0ca View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2017

  1. Configuration menu
    Copy the full SHA
    c1a5482 View commit details
    Browse the repository at this point in the history
  2. Remove unused SyntheticSymbolKind type.

    I missed this in the object-spread PR.
    sandersn committed Jan 27, 2017
    Configuration menu
    Copy the full SHA
    0a9c179 View commit details
    Browse the repository at this point in the history