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

feat(compiler): expose internal ts Program via ConfigSet tsCompiler #1433

Merged
merged 4 commits into from Mar 19, 2020
Merged

feat(compiler): expose internal ts Program via ConfigSet tsCompiler #1433

merged 4 commits into from Mar 19, 2020

Conversation

ahnpnl
Copy link
Collaborator

@ahnpnl ahnpnl commented Mar 18, 2020

Expose internal ts Program via ConfigSet.tsCompiler.program

closes #1146

@ahnpnl ahnpnl requested a review from kulshekhar March 18, 2020 20:48
@coveralls
Copy link

Pull Request Test Coverage Report for Build 4135

  • 46 of 46 (100.0%) changed or added relevant lines in 4 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.3%) to 92.455%

Totals Coverage Status
Change from base Build 4134: 0.3%
Covered Lines: 1124
Relevant Lines: 1162

💛 - Coveralls

@ahnpnl ahnpnl changed the title feat(compiler): expose Program as public property of ts-jest TsCompiler feat(compiler): expose Program as public property of ts-jest TsCompiler Mar 18, 2020
@ahnpnl ahnpnl changed the title feat(compiler): expose Program as public property of ts-jest TsCompiler feat(compiler): expose internal ts Program via ConfigSet tsCompiler Mar 18, 2020
@ahnpnl ahnpnl merged commit 7153246 into kulshekhar:master Mar 19, 2020
@ahnpnl ahnpnl deleted the expose-program branch March 19, 2020 05:14
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.

Experiment: Try out TypeScript Program in compiler
3 participants