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

feat: make compatible with deno 1.7 #48

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

Conversation

jeiea
Copy link

@jeiea jeiea commented Jan 30, 2021

Close #46.

I tested it with only my use cases. It's my first contribution to this repository so feel free to review or close.

.prettierrc.json Outdated Show resolved Hide resolved
@jeiea jeiea force-pushed the deno-1.7 branch 2 times, most recently from c41e3df to 29ab833 Compare January 30, 2021 19:46
@kt3k
Copy link

kt3k commented Feb 3, 2021

@jeiea It seems necessary to update the version number of Deno in .github/workflows/ci.yml to pass the CI

(1.7.1 seems causing another problem. probably it's better to set it to 1.7.0 for now.)

@jeiea
Copy link
Author

jeiea commented Feb 3, 2021

Thanks for the comment. I'll try it few hours later.

util/htmlTemplate.ts Outdated Show resolved Hide resolved
@kt3k
Copy link

kt3k commented Feb 4, 2021

Commented on one point. Otherwise LGTM.

kt3k
kt3k previously approved these changes Feb 4, 2021
Copy link

@kt3k kt3k left a comment

Choose a reason for hiding this comment

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

@jeiea Thanks for the update. LGTM.

README.md Outdated Show resolved Hide resolved
Co-authored-by: Luca Casonato <[email protected]>
Copy link

@kt3k kt3k left a comment

Choose a reason for hiding this comment

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

LGTM

This looks ready to land now. What do you think? @lucacasonato @jeroenptrs

@jeiea
Copy link
Author

jeiea commented Mar 7, 2021

It does not work with deno 1.8 (--watch) for unknown reason. I cannot change it to draft so comment instead.

@jeiea
Copy link
Author

jeiea commented Mar 7, 2021

Never mind. It was my configuration miss.

@blackshot
Copy link

what about an approbal? we need this.

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.

[Problem]: No longer works with Deno 1.7.0
4 participants