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

Create and map bare-returns into new parse property name #961

Closed
wants to merge 6 commits into from
Closed

Create and map bare-returns into new parse property name #961

wants to merge 6 commits into from

Commits on Feb 6, 2016

  1. Create and map bare-returns into new parse property name

    * Following as much previous structure as possible... see analysis at #935 (comment)
    * Using `undefined` as default since is technically assigned elsewhere
    * Note entirely sure if https://github.com/mishoo/UglifyJS2/blob/master/test/compress/return_undefined.js is the test for this or not
    * Change README.md to reflect and add additional sub-note about Userscript IIFE possibility
    
    Applies to #935
    Martii committed Feb 6, 2016
    Configuration menu
    Copy the full SHA
    a13b7de View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of git@github.com:mishoo/UglifyJS2.git into mis…

    …hoo/UglifyJS2/Issue-935bareReturns
    
    # Conflicts:
    #	tools/node.js
    
    Somehow this got foo'd... merging mishoo:master in again... was checked out as master and branch was created off of that master
    Martii committed Feb 6, 2016
    Configuration menu
    Copy the full SHA
    e28e807 View commit details
    Browse the repository at this point in the history
  3. Scoot the README.md reference up a few notches

    * The sentence below doesn't make any sense if this isn't done but deviates from the coding pattern
    
    Applies to #935
    Martii committed Feb 6, 2016
    Configuration menu
    Copy the full SHA
    b18bf2b View commit details
    Browse the repository at this point in the history
  4. Put in the minify option

    * Forgot to do this... late night coding woes
    
    Applies to #932
    Martii committed Feb 6, 2016
    Configuration menu
    Copy the full SHA
    4f7b8b8 View commit details
    Browse the repository at this point in the history
  5. Add period

    * No idea where this page referenced is store at this time so it might need to be tweaked to the README.md
    
    Applies to #935
    Martii committed Feb 6, 2016
    Configuration menu
    Copy the full SHA
    708f152 View commit details
    Browse the repository at this point in the history
  6. Whitespace adjustment

    * Missed this in the merge conflict on re-paste... apologies for the extra noise g'night :)
    
    Applies to #935
    Martii committed Feb 6, 2016
    Configuration menu
    Copy the full SHA
    0aeb280 View commit details
    Browse the repository at this point in the history