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

Deno 2 support #860

Merged
merged 4 commits into from
Oct 15, 2024
Merged

Deno 2 support #860

merged 4 commits into from
Oct 15, 2024

Conversation

mcandeia
Copy link
Contributor

No description provided.

Signed-off-by: Marcos Candeia <[email protected]>
Copy link
Contributor

Tagging Options

Should a new tag be published when this PR is merged?

  • 👍 for Patch 1.105.3 update
  • 🎉 for Minor 1.106.0 update
  • 🚀 for Major 2.0.0 update

Comment on lines 106 to 116
// Deno 2.0.0 has breaking changes in the deno_doc API
// Deno.bench(
// "transform to schemeable using denodoc",
// { group: "schema_gen" },
// async () => {
// localStorage.clear();
// await Promise.all(testCases.map(({ path, typeName }) => {
// return getSchemeableDenoDoc(path, typeName);
// }));
// },
// );
Copy link
Contributor

Choose a reason for hiding this comment

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

isn't better tojust remove it?

Signed-off-by: Marcos Candeia <[email protected]>
Signed-off-by: Marcos Candeia <[email protected]>
Signed-off-by: Marcos Candeia <[email protected]>
@mcandeia mcandeia merged commit f2432d7 into main Oct 15, 2024
2 checks passed
@mcandeia mcandeia deleted the support/deno2 branch October 15, 2024 12:03
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