Skip to content

support untyped imports in shims#13758

Merged
vladima merged 1 commit into
masterfrom
vladima/13194
Jan 30, 2017
Merged

support untyped imports in shims#13758
vladima merged 1 commit into
masterfrom
vladima/13194

Conversation

@vladima
Copy link
Copy Markdown
Contributor

@vladima vladima commented Jan 30, 2017

fixes #13194

  1. With untyped imports it is ok to resolve module name to a .js file even if allowJs is not specified = otherwise this imports will be reported as missing
  2. language service should be able to see and process files that originate from untyped modules.

Both fixes are done on the shim layer to make sure that this behavior is specific only to shim users and does not affect other consumers of language service API

@vladima vladima merged commit 9b6f930 into master Jan 30, 2017
@vladima vladima deleted the vladima/13194 branch January 30, 2017 21:19
@microsoft microsoft locked and limited conversation to collaborators Jun 19, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Visual Studio 2015 with TypeScript 2.1.4 extension provides incorrect "Cannot find module" Intellisense

3 participants