You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When compile with tspc directly, program parameter is Program type, but when compile with tspc -w, program parameter is BuilderProgram type.
I can confirm to fix this issue by patching with tsp.diagnosticMap.set(program.getProgram ? program.getProgram() : program, allDiagnostics), but since I'm not familiar with typescript source codes, I would not give a pull request.
I don't know if this is an issue.
I can get all the
extras.diagnostics
after changescomposite
to false.In addition, I noticed when work with
ts-loader
,extras.diagnostics
becomes empty too, while usingtspc
command is OK.I also find when work with
tspc -w
, same issue happens.The text was updated successfully, but these errors were encountered: