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
I'm not sure if this is a typescript error or due to this plugin but because the project is using 2.7.2 and vscode is using 2.9.2 I'm assuming it's due to the version being lower than in vscode.
The below error is being caught by vscode but when I run parcel with the parcel-plugin-typescript it doesn't catch this error and caused a weird error with a concatenated type as well
The text was updated successfully, but these errors were encountered:
scrossan-crown
changed the title
Typescript not catching import of type that doesn't exist as an export
Not catching import of type that doesn't exist as an export
Jul 31, 2018
I'm not sure if this is a typescript error or due to this plugin but because the project is using
2.7.2
and vscode is using2.9.2
I'm assuming it's due to the version being lower than in vscode.The below error is being caught by vscode but when I run parcel with the parcel-plugin-typescript it doesn't catch this error and caused a weird error with a concatenated type as well
The text was updated successfully, but these errors were encountered: