Skip to content
This repository has been archived by the owner on Dec 1, 2019. It is now read-only.

Loader not working with typescript 2.0.2 (RC) #221

Closed
juanevp opened this issue Sep 1, 2016 · 4 comments · Fixed by #222
Closed

Loader not working with typescript 2.0.2 (RC) #221

juanevp opened this issue Sep 1, 2016 · 4 comments · Fixed by #222

Comments

@juanevp
Copy link

juanevp commented Sep 1, 2016

There seems to be a problem with the implementation of LanguageServiceHost.resolveTypeReferenceDirectives (according to mhegazy on #10633), which is resulting in a lot of types and modules not being found when processing (see issue for details and repro).

@panjiesw
Copy link

panjiesw commented Sep 2, 2016

I hit this issue yesterday. When I compile directly using tsc, it works fine. When I run tests using Karma+Webpack+Awesome Typescript Loader, the tests run fine, but there are lots of TS compile errors, complaining it can't find my internal modules' definition files.

@Delagen
Copy link

Delagen commented Sep 2, 2016

Multiple errors with not resolvable types

@jocelyn-stericker
Copy link
Contributor

This appears related to microsoft/TypeScript#9646.

@s-panferov
Copy link
Owner

I'll take a look soon.

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 a pull request may close this issue.

5 participants