Skip to content
This repository has been archived by the owner on Oct 10, 2018. It is now read-only.

Imports from newly added tsx files aren't seen by resolver #169

Merged
merged 1 commit into from Feb 9, 2017

Conversation

dpoineau
Copy link
Contributor

@dpoineau dpoineau commented Feb 8, 2017

This fixes a bug where changes in new tsx files aren't seen by the resolver. So for example, if you added a new tsx file, then created a new exported class, that class wouldn't currently be seen by the resolver.

The workaround was to manually restart the resolver, but this change seems to fix the issue in my local testing (it seems this was just an oversight when support for tsx files was added).

@buehler
Copy link
Owner

buehler commented Feb 8, 2017

@dpoineau Perfect!
Thank you :-)

Just one thing: would you mind to add the corresponding description to the CHANGELOG under "fixed" ?

Cheers

edit: changelog -> unreleased -> fixed :-)

@buehler buehler merged commit 8b40d83 into buehler:master Feb 9, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
2 participants