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

Cache parsed tsConfig and webpackConfig files to speed up lookups #110

Closed
wants to merge 1 commit into from

Conversation

AMoo-Miki
Copy link

A map is created to store parsed tsConfig compiler options and resolved webpackConfig. Before parsing each, the cache is checked and used if anything is found there.

Fixes #96

Signed-off-by: Miki [email protected]

AMoo-Miki added a commit to AMoo-Miki/node-dependency-tree that referenced this pull request Jan 31, 2023
@XhmikosR
Copy link
Member

XhmikosR commented May 5, 2023

This needs a rebase, and tests

@XhmikosR
Copy link
Member

Feel free to make a new PR and CC me.

@XhmikosR XhmikosR closed this Apr 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

webpack config appears to be re-executed once for every resolve attempt
2 participants