You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 25, 2023. It is now read-only.
remove tsconfig_includes function from API (f5bd182)
perf!: operate more efficiently on an input list (9856abc)
BREAKING CHANGES
change dimensionality of input, accept a list
By accepting a list of tsconfig.json files to enumerate sources for,
we can calculate the result more efficiently by calculating a library's
input sources one time and reusing the result.
remove the tsconfig_includes function from crate API