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

Update Closure Compiler to v20160822 #450

Merged
merged 3 commits into from
Aug 28, 2016
Merged

Commits on Aug 24, 2016

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

Commits on Aug 25, 2016

  1. Preserve this property in plugin wrappers

    This is required to make polyfills work, as discussed in
    CindyJS#444 (comment)
    gagern committed Aug 25, 2016
    Configuration menu
    Copy the full SHA
    18e090a View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2016

  1. Handle synthetic sources in source map rewrites

    As closure compiler has recently started to enable polyfilling by default,
    we now may have references to synthetic polyfill sources as part of our
    source maps.  We can't open these for inlining into the source map, so we
    have to recognize them and avoid relativizing their path.
    gagern committed Aug 26, 2016
    Configuration menu
    Copy the full SHA
    f2a1bc6 View commit details
    Browse the repository at this point in the history