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: CachedInfo - remove unused emit and map field #524

Merged
merged 3 commits into from
Sep 5, 2024

Conversation

dsherret
Copy link
Member

@dsherret dsherret commented Sep 3, 2024

Part of denoland/deno#17703

The map field has been empty for years now and we don't want the emit file to be exposed so it allows us to iterate on making the cache faster. Additionally, it's racy to rely on this information. Instead, people should emit the TS files themselves.

@dsherret dsherret changed the title fix: CachedInfo - remove unused map field fix: CachedInfo - remove unused emit and map field Sep 3, 2024
@dsherret dsherret merged commit bec5a36 into denoland:main Sep 5, 2024
16 checks passed
@dsherret dsherret deleted the fix_remove_map branch September 5, 2024 12:46
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.

2 participants