Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

feat(ts compilation): improve support for incremental and composite p… #353

Merged
merged 1 commit into from Jul 30, 2020

Conversation

tamj0rd2
Copy link
Owner

…rojects

If you are building a project that has project references, rather than having to rebuild and
typecheck your files, ncdc will make use of the tyepscript build API. It will build any files that
have not yet been built and then skip the additional typecheck.

fix #337

@tamj0rd2 tamj0rd2 added the merge merges the commit once required checks are green label Jul 30, 2020
@codecov
Copy link

codecov bot commented Jul 30, 2020

Codecov Report

Merging #353 into master will increase coverage by 0.08%.
The diff coverage is 98.18%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #353      +/-   ##
==========================================
+ Coverage   94.22%   94.31%   +0.08%     
==========================================
  Files          28       28              
  Lines         606      633      +27     
  Branches      148      154       +6     
==========================================
+ Hits          571      597      +26     
- Misses         20       21       +1     
  Partials       15       15              
Impacted Files Coverage Δ
src/schema/ts-helpers.ts 97.82% <97.82%> (-2.18%) ⬇️
src/commands/generate/command.ts 100.00% <100.00%> (ø)
src/commands/serve/index.ts 100.00% <100.00%> (ø)
src/commands/test/command.ts 100.00% <100.00%> (ø)
src/schema/schema-generator.ts 100.00% <100.00%> (ø)
src/schema/watching-schema-generator.ts 97.36% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update be8e40b...306f59e. Read the comment docs.

…rojects

If you are building a project that has project references, rather than having to rebuild and
typecheck your files, ncdc will make use of the tyepscript build API. It will build any files that
have not yet been built and then skip the additional typecheck.

fix #337
@tamj0rd2
Copy link
Owner Author

🎉 This PR is included in version 0.12.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
merge merges the commit once required checks are green released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Improve support for incremental/composite flags
1 participant