-
Notifications
You must be signed in to change notification settings - Fork 482
chore(build): error TS2300: Duplicate identifier 'XXXXX' #150
Comments
There is only one type of error thrown left - the culprit is https://github.com/angular/angular/blob/3dca9d522a79d037b3c2deba537ed547fc3f65b8/modules/angular2/manual_typings/globals-es6.d.ts#L14 |
there are two node typings installed |
this will be fixed with webpack and ts-loader |
any news about this issue? Do you need help? |
when we switch to webpack we can ignore the warnings until the angular repo fixes it's typings |
fixed with refactored build system. I'm also deleting the angular2 typings during install. We will also switch to typings to ensure the warnings we see are correct ones |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
tsc is throwing so much TS2300 errors when running the build command (
build.typescript.all
).here is a sample :
After some investigation, it seems it has something to do with this issue from typescript microsoft/TypeScript#1039. I am trying to find a fix.
The text was updated successfully, but these errors were encountered: