gotanda.ts #2
Leko
TypeScriptオタクです
主催:Dylan Schiemann(@dylans)
by Anders Hejlsberg
3.6 -> 3.7
— Flatter Error Reporting - Announcing TypeScript 3.7 | TypeScript
by Tom Ball (@tballmsft) and Holly Mitchell
by Dan Vanderkam (@danvdk)
import { f } from "my-lib"; // f is(n: number) => void
// $ExpectType void
f(1);
// Can also write the assertion on the same line.
f(2); // $ExpectType void
// $ExpectError
f("one");
懇親会や休憩時間に挨拶と交渉
Ryan Cavanaugh, Daniel Rosenwasser
前夜祭的に開催されたSeattle TypeScriptへ誘われる
目標を持ち海外カンファレンスに行きたいエンジニアWanted