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

feat: add package name #123

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

Conversation

mannix-lei
Copy link

fix #119

@@ -22,6 +22,11 @@
* canonical export that should be used.
*/
export interface Package {
/**
* The name of the schema, it's best to be unique.
Copy link
Collaborator

Choose a reason for hiding this comment

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

This should say that it's the name of the package.

We almost certainly want to namespace the package names too, since npm isn't the only package registry in town. We have at least GitHub, JSR, and internal repositories. We should discuss namespacing conventions in #119

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.

Package name field
2 participants