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

Support for license comments /*! license */ #332

Closed
wants to merge 6 commits into from

Commits on Mar 2, 2012

  1. Support for licenses statements marked like this:

    /*!
      license
    */
    These will be new elements in the AST, and will always be generated into the minified code.
    
    I also pass the comments and line numbers out of the parser, by adding extra properties to the AST arrays.
    This is useful to those using the parser without the minifier.
    kennethkufluk committed Mar 2, 2012
    Configuration menu
    Copy the full SHA
    28efb89 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2012

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

Commits on Mar 18, 2012

  1. Configuration menu
    Copy the full SHA
    a2ba573 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3321026 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7551bf1 View commit details
    Browse the repository at this point in the history