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

chore: add code generation for @types/deno #25545

Open
wants to merge 15 commits into
base: main
Choose a base branch
from

Conversation

dsherret
Copy link
Member

@dsherret dsherret commented Sep 9, 2024

@dsherret dsherret marked this pull request as draft September 9, 2024 23:10
@dsherret dsherret marked this pull request as ready for review September 10, 2024 03:17
Copy link
Member

@bartlomieju bartlomieju left a comment

Choose a reason for hiding this comment

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

LGTM!

Comment on lines +6 to +8
import $ from "jsr:@david/[email protected]";
import { Node, Project } from "jsr:@ts-morph/[email protected]";
import * as semver from "jsr:@std/[email protected]";
Copy link
Member

Choose a reason for hiding this comment

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

Should we open an issue about using a single deno.json to store all dependencies in tools/deno.json?

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.

Publish deno types to npm
2 participants