Skip to content

metatypedev/deno

This branch is 1 commit ahead of, 13282 commits behind denoland/deno:refs/heads/main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1e823f2 · Nov 22, 2023

History

1 Commit
Nov 22, 2023
Nov 22, 2023

Repository files navigation

Embeddable Deno

Embeddable Deno is part of the Metatype ecosystem. Consider checking out how this component integrates with the whole ecosystem and browse the documentation to see more examples.

Syncing upstream version

git remote add upstream git@github.com:denoland/deno.git

git checkout PREV_TAG-embeddable
git checkout -b TAG-embeddable
git pull --rebase upstream TAG
# resolve conflict and reset lockfile
git checkout HEAD -- Cargo.lock
git push origin TAG-embeddable