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

fix(compiler): use Program as fallback for language service #1381

Closed
wants to merge 2 commits into from
Closed

fix(compiler): use Program as fallback for language service #1381

wants to merge 2 commits into from

Conversation

ahnpnl
Copy link
Collaborator

@ahnpnl ahnpnl commented Feb 10, 2020

Fixes #1336

@kulshekhar I'm sure this PR will affect to performance since now we use Program as fallback for language service when language service cannot compile a file. However, I don't know how much it will affect.

Perhaps we should switch to use Program instead (#1146)

@coveralls
Copy link

Pull Request Test Coverage Report for Build 3985

  • 19 of 20 (95.0%) changed or added relevant lines in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.1%) to 90.625%

Changes Missing Coverage Covered Lines Changed/Added Lines %
src/compiler.ts 19 20 95.0%
Totals Coverage Status
Change from base Build 3972: 0.1%
Covered Lines: 1083
Relevant Lines: 1139

💛 - Coveralls

@ahnpnl
Copy link
Collaborator Author

ahnpnl commented Feb 12, 2020

close in favor of #1385

@ahnpnl ahnpnl closed this Feb 12, 2020
@ahnpnl ahnpnl deleted the fix/composite-project-monorepo branch February 13, 2020 14:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants