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
Yeah, these are all subtle variations of the same issue. This one is for an in-project re-export; I can think of situations where I would want either the outer-most or the inner-most export, so the duplication isn't a problem for me. It's that the duplicates all point to the same (outer) export.
TypeScript Version: 2.7.0-dev.20171109
(Using VS Code 1.18.0)
Code
env.ts
:util.ts
:index.ts
:test.ts
:Expected behavior:
See 3 options for
isDevelopmentEnvironment
, one for the source and two for re-exports.Actual behavior:
See 3 options for
isDevelopmentEnvironment
, but all of them are for theindex
export.Trace output for completions from tsserver:
The text was updated successfully, but these errors were encountered: