-
Notifications
You must be signed in to change notification settings - Fork 12.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
npm link forces two imports of the same type to be compared structurally #14746
Comments
Still repros on master. |
This appears to be two bugs.
(1) is supposed to be fixed by #8486, I think. I will investigate why this is not the case. |
Actually, this is a duplicate of #6496. The issue is actually that
The first monet is the one that {
"compilerOptions": {
"outDir": "dist",
"baseUrl": ".",
"paths": {
"monet": ["node_modules/monet"]
}
},
"include": [
"./src/**/*.ts"
],
"exclude": [
"node_modules"
]
} This will force both |
thanks for your investigation |
TypeScript Version: 2.1.4, 2.1.6, 2.2.1
(my environment: node 7.7.3, OS X El Capitan)
Code
See > https://github.com/hiroshi-cl/bug-sample-tsc-crash
Expected behavior:
Some compiled code / user-friendly error message
Actual behavior:
crash (memory leak?)
The text was updated successfully, but these errors were encountered: