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

Use TypeScript to get the list of source files #6

Merged
merged 4 commits into from
Oct 25, 2017
Merged

Use TypeScript to get the list of source files #6

merged 4 commits into from
Oct 25, 2017

Conversation

smikula
Copy link
Owner

@smikula smikula commented Oct 25, 2017

This change actually involves a number of improvements:

  • Consolidate all the code for interacting with TS into the TypeScriptProgram class.
  • Use TS to parse the tsconfig file, so that it properly respects the case where it extends another tsconfig.
  • Use TS to get the list of source files based on the tsconfig, instead of naively globbing for them.

@smikula smikula merged commit 1b29bf7 into master Oct 25, 2017
@smikula smikula deleted the tsconfig branch October 25, 2017 23:51
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.

1 participant