• Paul Slaughter's avatar
    Remove extends and use _ for private methods · 105a247c
    Paul Slaughter authored
    Extends is used to represent an "is-a" relationship.
    It doesn't make sense for IncrementalWebpackCompiler
    is a NoopCompiler. Just because they are the same
    interface does not mean they have to inherit eachother.
    105a247c
incremental_webpack_compiler.js 3.6 KB