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

PoC required packages #454

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

PoC required packages #454

wants to merge 1 commit into from

Conversation

hansott
Copy link
Collaborator

@hansott hansott commented Nov 15, 2024

No description provided.

Copy link

codecov bot commented Nov 15, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

📢 Thoughts on this report? Let us know!

@@ -36,6 +36,7 @@ export class Agent {
private preventedPrototypePollution = false;
private incompatiblePackages: Record<string, string> = {};
private wrappedPackages: Record<string, WrappedPackage> = {};
private requiredPackages: Record<string, string[]> = {};
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It doesn't make much difference, but perhaps we should use maps more often in the lib.
https://www.zhenghao.io/posts/object-vs-map

Base automatically changed from beta to main December 3, 2024 15:57
An error occurred while trying to automatically change base from beta to main December 3, 2024 15:57
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