joshuabenuck / seran-wiki

Experiment to create a Deno based implementation of Federated Wiki
MIT License
11 stars 7 forks source link

Deno 1.0.0 is out #40

Closed maparent closed 4 years ago

maparent commented 4 years ago

There are still issues but this is the best I could do without help.

joshuabenuck commented 4 years ago

This PR is very timely. It unblocks an experiment with some 1.0 APIs. Thank you!

Something broke in the outposts meta-site recently. I was seeing the same behavior you were seeing even without the 1.0 changes. I temporarily commented out the offending call to get that meta-site to work.

For the convert meta-site, I modified it to use wiki.Handler and everything appears to be working. I'm going to remove the older style route handling APIs (e.g. metapages and custom serve functions). This is one of the last meta-sites that needed to be modified for that to happen.