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

Add _.restParam #2140

Merged
merged 7 commits into from
Apr 9, 2015
Merged

Add _.restParam #2140

merged 7 commits into from
Apr 9, 2015

Commits on Apr 8, 2015

  1. Attempt at restParams?

    ping @jridgewell @buzzdecafe @davidchambers @jdalton
    Implementation proves to be uglier than I had hoped :z going to write some benchmarks after we head for lunch
    megawac authored and jridgewell committed Apr 8, 2015
    Configuration menu
    Copy the full SHA
    f087449 View commit details
    Browse the repository at this point in the history
  2. Speed up _.restParams

    Fix error
    
    This is the last time I write things in Github editor
    
    Tricky slice
    
    Allow startIndex param
    
    really, really fix it this time
    
    Don't redeclare
    jridgewell committed Apr 8, 2015
    Configuration menu
    Copy the full SHA
    925f1ba View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    add363c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    33f6489 View commit details
    Browse the repository at this point in the history
  5. Use Math.max to simplify

    jridgewell committed Apr 8, 2015
    Configuration menu
    Copy the full SHA
    d9a6f91 View commit details
    Browse the repository at this point in the history
  6. Test _.restParam

    jridgewell committed Apr 8, 2015
    Configuration menu
    Copy the full SHA
    4afa539 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2015

  1. Rename to restArgs

    jridgewell committed Apr 9, 2015
    Configuration menu
    Copy the full SHA
    3caa2b4 View commit details
    Browse the repository at this point in the history