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

Browserify-specific fix for #29 #36

Merged
merged 9 commits into from
Nov 2, 2016

Commits on Oct 24, 2016

  1. Fix for nolanlawson#7: Not as optimized for Webpack as it could be. A…

    …dds ability to wrap functions that are elements of an array literal in an argument list
    aickin committed Oct 24, 2016
    Configuration menu
    Copy the full SHA
    a9a37e3 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2016

  1. Configuration menu
    Copy the full SHA
    4895d38 View commit details
    Browse the repository at this point in the history
  2. Modified the array literal logic to very specifically track with webp…

    …ack patterns rather than all array literal function parameters.
    aickin committed Oct 29, 2016
    Configuration menu
    Copy the full SHA
    aa9efd3 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2016

  1. Configuration menu
    Copy the full SHA
    3b81b45 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b07c712 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2016

  1. Merged upstream master and fixed test failures that resulted from mov…

    …e from walk-ast to estree-walker
    aickin committed Oct 31, 2016
    Configuration menu
    Copy the full SHA
    6904e09 View commit details
    Browse the repository at this point in the history
  2. Merged upstream and fixed test failures resulting from move from walk…

    …-ast to estree-walker
    aickin committed Oct 31, 2016
    Configuration menu
    Copy the full SHA
    89f24d2 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2016

  1. Merged upstream master

    aickin committed Nov 1, 2016
    Configuration menu
    Copy the full SHA
    5638335 View commit details
    Browse the repository at this point in the history
  2. Merge upstream master

    aickin committed Nov 1, 2016
    Configuration menu
    Copy the full SHA
    064ba80 View commit details
    Browse the repository at this point in the history