typescript-book
typescript-book copied to clipboard
:books: The definitive guide to TypeScript and possibly the best TypeScript book :book:. Free and Open Source 🌹
Add missing packages * libegl1 * libopengl0
It should be *non-null assertion*. #363
Added quick value return
Just started reading the book. Elegant introduction and as I'm not English native, maybe I'm missing something.
Looking at https://github.com/basarat/typescript-book/blob/120b111141abcffca11e63aa98639fb7d66073a6/docs/javascript/truthy.md?plain=1#L27 I see the book is using the `!!` for converting something to an explicit boolean value, which is always a bit hacky to read. What about using...
``` Creating PDF Output... 67% Running PDF Output plugin 68% Parsed all content for markup transformation 70% Completed markup transformation QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-runner' WebEngineContext used before...
Dynamic import expressions are now in Stage 4 and have been introduced in ES2020.