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

refactor: update for Deno 2 #54

Merged
merged 2 commits into from
Oct 23, 2024
Merged

refactor: update for Deno 2 #54

merged 2 commits into from
Oct 23, 2024

Conversation

iuioiua
Copy link
Contributor

@iuioiua iuioiua commented Oct 22, 2024

This change makes the codebase compatible with Deno 2.

Comment on lines -72 to -77

- name: Bundle code
run: deno bundle mod.ts > mod.bundle.js

- name: Try running the bundled code
run: deno run ./mod.bundle.js
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Note: deno bundle was removed in Deno 2.

Copy link
Owner

@cmd-johnson cmd-johnson left a comment

Choose a reason for hiding this comment

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

Ah nice, thank you for this!

@cmd-johnson cmd-johnson merged commit 4bf3f0d into cmd-johnson:master Oct 23, 2024
10 checks passed
@iuioiua iuioiua deleted the deno-2 branch October 23, 2024 07:40
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