Close of Build

Great stuff!
Can we get the code from the talk somewhere?
I'm VERY Interested in that .d.ts for promised-io!
Daniel,
If you compile promisified-io.ts with "-d" switch, it produces the .d.ts file, which is simply:
/// <reference path="typings/node/node.d.ts" />
/// <reference path="typings/request/request.d.ts" />
export declare function httpRequest(uri: string): Promise<string>;
export declare function readFile(fileName: string): Promise<string>;
@PurityControl:I think the code is all here: https://github.com/Microsoft/TypeScriptSamples, but I could not find any links in the presentations.
Excellent content. Lots of little tricks like launching vscode with code . or debugging node. awesome
Excellent Presentation! Anders is as always great to watch!
I love the JSX integration! Also the VSCode tricks/tips were great too.
Anders talks are always excellent.
Code from this talk is up! You can find it here: https://github.com/microsoft/typescript-build2016-demos
The non-nullable types would automatically solve this serious TLS handling bug in Node.js/Socket.IO: Node.js and Socket.IO: How Security Fails When ‘null’ Is ‘false’ - so cool
https://github.com/Microsoft/typescript-build2016-demos
What is Anders' color theme?
@Bogac: Monokai