Skip to content
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

[TIMOB-24198] Improve code generator class usage detection (2_0_X) #136

Merged
merged 1 commit into from Mar 16, 2017

Conversation

janvennemann
Copy link
Contributor

JIRA: https://jira.appcelerator.org/browse/TIMOB-24198

The code generator would exclude classes that were required by the user
but not actually used, which resulted in Module not found errors. This
commit fixes that by checking if a class was explicitly required by the
user.

2_0_X backport of #135

The code generator would exclude classes that were required by the user
but not actually used, which resulted in Module not found errors. This
commit fixes that by checking if a class was explicitly required by the
user.
@hansemannn hansemannn merged commit f7c56df into tidev:2_0_X Mar 16, 2017
@janvennemann janvennemann deleted the TIMOB-24198-2_0_X-fix branch March 23, 2017 13:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants