wbuchwalter / tslint-loader

tslint loader for webpack
193 stars 65 forks source link

Ref #76: Resolve typeCheck performance issue #113

Closed Annoraaq closed 5 years ago

Annoraaq commented 5 years ago

Another approach of solving the typeCheck performance issue. The program is cached and only created again if the watcher detects a change. This improves the performance of linting with typeCheck enabled by an order of magnitude.