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

update readme for release on deno.land #129

Draft
wants to merge 317 commits into
base: master
Choose a base branch
from
Draft

update readme for release on deno.land #129

wants to merge 317 commits into from

Conversation

DetachHead
Copy link
Owner

@DetachHead DetachHead commented Nov 21, 2021

closes #107

currently not working because the imports are wrong. need to figure out a way to publish both deno and node compatible code, preferably without having to convert the whole project to esm. i don't want to remove commonJS support because esm in node is a mess

so for now, just use esm.sh

import { exactly } from 'http://esm.sh/@detachhead/ts-helpers/dist/utilityFunctions/misc.ts'

@DetachHead DetachHead changed the title update readme for release on deno.land (draft) update readme for release on deno.land Nov 21, 2021
@DetachHead DetachHead added documentation Improvements or additions to documentation module stuff (esm/amd/umd/etc.) labels Jan 28, 2022
@DetachHead DetachHead changed the title (draft) update readme for release on deno.land update readme for release on deno.land Aug 1, 2022
@DetachHead DetachHead marked this pull request as draft August 1, 2022 10:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation module stuff (esm/amd/umd/etc.)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

publish on deno.land
2 participants