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

Fix closure compiler renaming safety. #465

Merged
merged 3 commits into from
Jan 19, 2019
Merged

Fix closure compiler renaming safety. #465

merged 3 commits into from
Jan 19, 2019

Commits on Jan 19, 2019

  1. Fix renaming-safety for compiling with closure compiler.

    JSCompiler_renameProperty can't be exported from a module, it's a global. If it's exported then jscompiler doesn't treat it as special, it's just a normal function.
    rictic committed Jan 19, 2019
    Configuration menu
    Copy the full SHA
    e272169 View commit details
    Browse the repository at this point in the history
  2. Updated CHANGELOG

    rictic committed Jan 19, 2019
    Configuration menu
    Copy the full SHA
    d28be94 View commit details
    Browse the repository at this point in the history
  3. Update CHANGELOG.md

    dfreedm committed Jan 19, 2019
    Configuration menu
    Copy the full SHA
    945a898 View commit details
    Browse the repository at this point in the history