HackerTrans
TopNewTrendsCommentsPastAskShowJobs

caspervonb

no profile record

Submissions

Show HN: Wasi.fyi (WebAssembly System Interface test suite dashboard)

wasi.fyi
6 points·by caspervonb·hace 5 años·0 comments

Deno 1.11 Release Notes

deno.com
1 points·by caspervonb·hace 5 años·0 comments

Deno v1.10.2 released (CVE fix)

twitter.com
1 points·by caspervonb·hace 5 años·0 comments

Deno, One Year and Two Hundred Patches Later

dev.to
1 points·by caspervonb·hace 5 años·0 comments

Deno 1.10 Release Notes

deno.com
274 points·by caspervonb·hace 5 años·147 comments

Show HN: Documentation testing will be a first class resident in Deno

twitter.com
1 points·by caspervonb·hace 5 años·0 comments

Deno, one year and two hundred commits later

caspervonb.medium.com
1 points·by caspervonb·hace 5 años·0 comments

Ask HN: How do you deal with long compile times?

1 points·by caspervonb·hace 5 años·3 comments

Deno, One Year and Two Hundred Patches Later

medium.com
1 points·by caspervonb·hace 5 años·0 comments

Deno, One Year and Two Hundred Commits

gist.github.com
4 points·by caspervonb·hace 5 años·0 comments

Deno.land March Outage Postmortem

deno.land
5 points·by caspervonb·hace 5 años·0 comments

Show HN: Code coverage collection and reporting for Deno

twitter.com
1 points·by caspervonb·hace 5 años·0 comments

Show HN: Potentially the fastest test runner for JavaScript

twitter.com
1 points·by caspervonb·hace 5 años·0 comments

Don’t Just Contribute to Open Source, Participate

medium.com
2 points·by caspervonb·hace 6 años·0 comments

comments

caspervonb
·hace 5 años·discuss
We use swc a lot but not for type-checking, that is still done by tsc loaded into a snapshot (precompiled v8 state).

There is a type-checker in the works tho https://stc.dudy.dev/docs/status/
caspervonb
·hace 5 años·discuss
> We quickly realized we might actually be more productive in Rust.

The compile times will catch up with you soon enough! enjoy them while iterating is fast! ;)
caspervonb
·hace 5 años·discuss
Uhm, so this submission was edited and renamed to Deno 1.1, but this is release version 1.10 as in version one dot ten.
caspervonb
·hace 5 años·discuss
Hi there.

Any examples from deno.land/x of what you'd expect from spies and mocks in std/testing?
caspervonb
·hace 5 años·discuss
Thank you! we'll look into it!
caspervonb
·hace 6 años·discuss
Wouldn't recommend it, takes quite a while to build from source.
caspervonb
·hace 6 años·discuss
Rustup is the way to install rust and cargo.