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

Expose all public APIs #63

Merged
merged 1 commit into from
Jan 18, 2024
Merged

Conversation

smorimoto
Copy link
Contributor

@smorimoto smorimoto commented Jan 17, 2024

Before

export {
  BuildTarget,
  Manifest,
  Package,
  PackageCache,
  Snapshot,
  submitSnapshot
}

After

export {
  BuildTarget,
  type DependencyRelationship,
  type DependencyScope,
  type Detector,
  type Job,
  Manifest,
  Package,
  PackageCache,
  Snapshot,
  jobFromContext,
  shaFromContext,
  submitSnapshot
}

Signed-off-by: Sora Morimoto <sora@morimoto.io>
@smorimoto smorimoto requested a review from a team as a code owner January 17, 2024 20:25
@smorimoto smorimoto mentioned this pull request Jan 17, 2024
Copy link
Contributor

@febuiles febuiles left a comment

Choose a reason for hiding this comment

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

Thank you!

@febuiles febuiles merged commit 5361b68 into github:main Jan 18, 2024
5 checks passed
@smorimoto smorimoto deleted the expose-all-public-apis branch January 18, 2024 15:23
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.

None yet

2 participants