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

refactor Dependency.js to es6 #3696

Merged
merged 2 commits into from Jan 8, 2017

Commits on Jan 8, 2017

  1. refactor Dependency.js to es6

    dont expose compareLocations as Dependency attribute anymore as its only used internally anyways
    timse committed Jan 8, 2017
    Copy the full SHA
    b7bdd42 View commit details
    Browse the repository at this point in the history
  2. make Dependency.compare a "static" method again

    its only consumer is the Compilation
    maybe this should be inlined?
    timse committed Jan 8, 2017
    Copy the full SHA
    0b0932f View commit details
    Browse the repository at this point in the history