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

Rest params for function declarations #205

Closed
wants to merge 11 commits into from

Commits on Nov 18, 2019

  1. March column_number forward when identifying Spread token

    robertmaloney authored and Jason Williams committed Nov 18, 2019
    Configuration menu
    Copy the full SHA
    93d9fd0 View commit details
    Browse the repository at this point in the history
  2. Refactor function parameter declarations to support expressions

    robertmaloney authored and Jason Williams committed Nov 18, 2019
    Configuration menu
    Copy the full SHA
    67175b1 View commit details
    Browse the repository at this point in the history
  3. Support spread paramter in non-arrow function declaration

    robertmaloney authored and Jason Williams committed Nov 18, 2019
    Configuration menu
    Copy the full SHA
    ac7b7f9 View commit details
    Browse the repository at this point in the history
  4. Syntax error for params after spread parameter

    robertmaloney authored and Jason Williams committed Nov 18, 2019
    Configuration menu
    Copy the full SHA
    7190299 View commit details
    Browse the repository at this point in the history
  5. Support Spread in Interpreter

    robertmaloney authored and Jason Williams committed Nov 18, 2019
    Configuration menu
    Copy the full SHA
    c429d1a View commit details
    Browse the repository at this point in the history
  6. Support rest params in arrow functions

    robertmaloney authored and Jason Williams committed Nov 18, 2019
    Configuration menu
    Copy the full SHA
    9ae397e View commit details
    Browse the repository at this point in the history
  7. Add parser tests for FunctionDecl and ArrowFunctionDecl

    robertmaloney authored and Jason Williams committed Nov 18, 2019
    Configuration menu
    Copy the full SHA
    9674824 View commit details
    Browse the repository at this point in the history
  8. fix fmt

    Jason Williams committed Nov 18, 2019
    Configuration menu
    Copy the full SHA
    fe1f538 View commit details
    Browse the repository at this point in the history
  9. fixing clippy

    Jason Williams committed Nov 18, 2019
    Configuration menu
    Copy the full SHA
    8ff9211 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    eed9f63 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2019

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