Skip to content
This repository was archived by the owner on Aug 4, 2021. It is now read-only.

Typescript errors are not reported to user #2

Closed
flyingmutant opened this issue Nov 12, 2015 · 3 comments
Closed

Typescript errors are not reported to user #2

flyingmutant opened this issue Nov 12, 2015 · 3 comments
Labels

Comments

@flyingmutant
Copy link

Errors that tsc would show are silently dropped. Spotted in rollup/rollup#280.

@LabEG
Copy link

LabEG commented Dec 8, 2015

  • same problem

@Victorystick
Copy link
Contributor

This issue stems from not setting the reportDiagnostics property of transpileOptions to true, see microsoft/TypeScript#5790 (comment). I'll see what I can do.

@sam-s4s
Copy link

sam-s4s commented Sep 29, 2016

Is there any fix for this?

Currently even fatal compile errors are not being reported for me...

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

4 participants