Closed FaberVitale closed 4 years ago
Looking good.
I think importmap is still unstable and not 100% convinced whether it’s here to stay yet. We could consider deps.ts
...
Think there are a few other references to Deno 1.2.0 that are likely worth upgrading to latest as well.
deno fmt suggestion sounds good.
Looking good.
I think importmap is still unstable and not 100% convinced whether it’s here to stay yet. We could consider
deps.ts
...
We'd force users to download react, react-dom, dejs, swagger etc... just to test a json response or a redirect: Imo, It wouldn't be the best 1st impression.
We'd force users to download react, react-dom, dejs, swagger etc... just to test a json response or a redirect: Imo, It wouldn't be the best 1st impression.
Agree
Issue
#44
Details
Fixes #44
Resolves #44 and updates the following deps:
examples/
These updates have the benefit of removing unversioned
deno.land/std
dependencies.set deno_version in
test.yml
to1.2.1
ran deno fmt; we should exclude
docs/*
path.I've looked into an importmap solution but I don't think support from the vscode extension is good enough and importmap feature seems quite limiting in ts current implementation.
CheckList