TypeScript Support in Svelte, Thinking in Types

TypeScript Weekly

Issue #144 — July 23, 2020

Advanced TypeScript

An index of TypeScript posts that Stefan Baumgartner has written on his blog, covering various topics like control flow, generics, and ambient declarations.

Stefan Baumgartner

Svelte

Svelte now officially supports TypeScript. This means we can use TypeScript inside <script> blocks, and of course we also get support for the type checking and autocompletion we love.

Orta Therox

TypeScript Contribution Diary: // @ts-expect-error

A walkthrough of what it was like to implement the // @ts-expect-error comment directive in the TypeScript compiler.

Josh Goldberg

A Mental Model to think in Typescript

An attempt to help developers think more in types and develop a mental model.

TK

Using ESLint with TypeScript

How to set up ESLint in a TypeScript project.

Carl Rippon

Older messages

Variadic Tuple Types, Computing with Types

Monday, July 6, 2020

TypeScript Weekly Issue #143 — July 6, 2020 What's coming in TypeScript 4? An overview of upcoming features in TypeScript 4.0 with a handful of examples: variadic tuple types, labeled tuple types,

TypeScript 4.0 Beta, Type Guards and Assertion Functions

Monday, June 29, 2020

TypeScript Weekly Issue #142 — June 29, 2020 Announcing TypeScript 4.0 Beta The beta of TypeScript 4.0 is out and brings some exciting new features, including variadic tuple types, labeled tuple

Variadic Tuple Types, Interview with TypeScript's Engineering Lead

Monday, June 22, 2020

TypeScript Weekly Issue #141 — June 11, 2020 Talking TypeScript with the Engineering Lead An interview with Ryan Cavanaugh, the principal engineering lead for the TypeScript language at Microsoft. Ryan

TypeScript Types Deep Dive, Type Assertions

Thursday, June 11, 2020

TypeScript Weekly Issue #140 — June 11, 2020 Black Lives Matter. TypeScript Types Deep Dive (Part 1) In ~55 minutes, Jaime gives us an overview of how TypeScript is used at Google and walks us through

Introducing Snowpack 2.0, Dangers of TypeScript Enums

Wednesday, May 27, 2020

TypeScript Weekly Issue #138 — May 27, 2020 Introducing Snowpack 2.0 A build system for the modern web with built-in support for TypeScript and JSX. Fred K. Schott The Dangers of TypeScript Enums Tips

You Might Also Like

📧 Implementing API Gateway Authentication With YARP

Saturday, May 4, 2024

​ Implementing API Gateway Authentication With YARP Read on: m​y website / Read time: 5 minutes BROUGHT TO YOU BY ​ Supercharging Development With AI and APIs ​ ​Announcing Postman v11: Streamline API

Software Testing Weekly - Issue 218

Friday, May 3, 2024

Unit, Integration and End-to-End Tests 🔧 View on the Web Archives ISSUE 218 May 4th 2024 COMMENT Welcome to the 218th issue! I loved going through this discussion among software engineers: What is your

gpt2-chatbot and OpenAI search engine - Weekly News Roundup - Issue #465

Friday, May 3, 2024

Plus: Med-Gemini; Vidu - Chinese answer to OpenAI's Sora; the first race of Abu Dhabi Autonomous Racing League; deepfaking celebrities to teach math and physics; and more! ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏

NASA comes to the rescue of crowded rocket launch sites

Friday, May 3, 2024

Plus: Fisker's legal woes and Sprinklr lays off 100 View this email online in your browser By Christine Hall Friday, May 3, 2024 Good afternoon, and welcome to TechCrunch PM. We made it to Friday,

🎮 Forget the PS5 Pro, I Still Love My PS4 — The Best Lock Screen Widgets for iPhone

Friday, May 3, 2024

Also: Smart Home Mistakes to Avoid, and More! How-To Geek Logo May 3, 2024 Did You Know Half of the world's geysers are located in Yellowstone National Park. 🔑 More Passkeys Happy Friday! You can

JSK Daily for May 3, 2024

Friday, May 3, 2024

JSK Daily for May 3, 2024 View this email in your browser A community curated daily e-mail of JavaScript news The Power of React's Virtual DOM: A Comprehensive Explanation Modern JavaScript

Musk raises $6B for AI startup

Friday, May 3, 2024

Also, is TikTok dodging Apple's commissions? View this email online in your browser By Haje Jan Kamps Friday, May 3, 2024 Welcome to Startups Weekly — Haje's weekly recap of everything you can

SWLW #597: Seek first to understand, The "Iterative Adjacent Possible", and more.

Friday, May 3, 2024

Weekly articles & videos about people, culture and leadership: everything you need to design the org that makes the product. A weekly newsletter by Oren Ellenbogen with the best content I found

iOS Dev Weekly - Issue 659

Friday, May 3, 2024

Is Swift 6 hitting one of the REAL hard problems? Not generics, not data race safety, but naming things! 😬 View on the Web Archives ISSUE 659 May 3rd 2024 Comment Naming things is one of the two hard

Daily Coding Problem: Problem #1430 [Easy]

Friday, May 3, 2024

Daily Coding Problem Good morning! Here's your coding interview problem for today. This problem was asked by Facebook. You have a large array with most of the elements as zero. Use a more space-