fork-ts-checker-webpack-plugin icon indicating copy to clipboard operation
fork-ts-checker-webpack-plugin copied to clipboard

Solution Builder should set reportDiagnostic on build mode

Open pilaoda opened this issue 1 year ago • 0 comments

Current behavior

Error code: 5055 "Cannot write file 'xxx' because it would overwrite input file." won't be report.

Expected behavior

Error code: 5055 should be report

some report function should set here to report this error. https://github.com/TypeStrong/fork-ts-checker-webpack-plugin/blob/83cbefbfa7960d6ff5701d61e22307c52a7a2604/src/typescript/worker/lib/program/solution-builder.ts#L42

Steps to reproduce the issue

Environment

  • fork-ts-checker-webpack-plugin: 7.3.0
  • typescript: 4.9.5
  • webpack: 5.75.0
  • os: Windows10

pilaoda avatar Mar 12 '23 21:03 pilaoda