Closed madaz closed 10 months ago
Ive rolled back to fork-ts-checker-webpack-plugin@3.1.1
and it seems the diagnostics/lints passed into compilationDone
are NormalizedMessage where as in fork-ts-checker-webpack-plugin@4.0.2
they are plain objects
Yeah - they have changed. Some work (not much) needs to be done to switch the API. Fancy helping out? I bet it's pretty straightforward and I'm kinda snowed myself
I can take a look but wouldn't be able till next week.
On Thu, 23 Jan 2020, 16:16 John Reilly, notifications@github.com wrote:
Yeah - they have changed. Some work (not much) needs to be done to switch the API. Fancy helping out? I bet it's pretty straightforward and I'm kinda snowed myself
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/johnnyreilly/fork-ts-checker-notifier-webpack-plugin/issues/33?email_source=notifications&email_token=AAIWJPOTY7QLZLUHHDIK3ADQ7EY35A5CNFSM4KKOGSMKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEJWEWRA#issuecomment-577522500, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAIWJPOI7LD44UZSLZDGHRTQ7EY35ANCNFSM4KKOGSMA .
Go for it! 🤗
Expected Behaviour
Upgraded
fork-ts-checker-webpack-plugin
3.1.1
=>4.0.2
To notify when typescript compile errors
Actual Behaviour
Added some typescript breaking code to test upgrade
Steps to Reproduce the Problem
webpack@4.41.5 webpack-cli@3.3.10 webpack-dev-server@3.10.1 typescript@3.7.5 fork-ts-checker-webpack-plugin@4.0.2 fork-ts-checker-notifier-webpack-plugin@1.0.3 eslint@6.8.0 @typescript-eslint/parser@2.16.0 @typescript-eslint/eslint-plugin@2.16.0
Location of a Minimal Repository that Demonstrates the Issue.