Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Learn TypeScript from the ground up with James Henry, а также все другие курсы, прямо сейчас!
Премиум
  • Урок 1. 00:06:54
    The anatomy of the tsconfig.json
  • Урок 2. 00:05:28
    Excluding files from our compilation
  • Урок 3. 00:03:19
    Including files in our compilation
  • Урок 4. 00:04:54
    Fine-tuning which files gets included
  • Урок 5. 00:05:48
    Controlling when to output JavaScript
  • Урок 6. 00:05:19
    Emitting declaration files
  • Урок 7. 00:04:18
    Emitting source-maps
  • Урок 8. 00:05:49
    Increasing the default type safety of the compiler
  • Урок 9. 00:05:36
    Decreasing the default type safety of the compiler
  • Урок 10. 00:03:08
    Allowing unreachable code and unused labels
  • Урок 11. 00:06:06
    Using the compiler to enforce high quality source code
  • Урок 12. 00:09:03
    Module scoping and the module option
  • Урок 13. 00:06:22
    Module vs target and resolution strategy
  • Урок 14. 00:06:24
    Configuring compiler CLI output
  • Урок 15. 00:07:03
    TypeScript's relationship with strict mode
  • Урок 16. 00:10:18
    Advanced tweaks to emitted output
  • Урок 17. 00:07:50
    Fine-tuning type aquisition
  • Урок 18. 00:06:13
    Configuring TypeScript helper inclusion
  • Урок 19. 00:06:12
    Advanced output controls
  • Урок 20. 00:11:37
    React and JSX options (.tsx files)
  • Урок 21. 00:09:51
    Typed `this`
  • Урок 22. 00:06:12
    Type Guards
  • Урок 23. 00:08:22
    Type Assertions
  • Урок 24. 00:04:48
    Non-null Assertion Operator
  • Урок 25. 00:07:20
    Intersection Types
  • Урок 26. 00:09:34
    keyof and Lookup Types
  • Урок 27. 00:10:00
    Mapped Types
  • Урок 28. 00:10:58
    All about objects
  • Урок 29. 00:09:15
    Merging interfaces
  • Урок 30. 00:13:32
    Module augmentation
  • Урок 31. 00:10:12
    Declaring enums
  • Урок 32. 00:09:52
    Const and ambient enums
  • Урок 33. 00:06:11
    Exhaustivity checks on enums
  • Урок 34. 00:09:18
    Project initialization
  • Урок 35. 00:10:52
    TypeScript configuration
  • Урок 36. 00:13:05
    Tests setup
  • Урок 37. 00:14:35
    Prettier TypeScript
  • Урок 38. 00:28:01
    Multi-platform build
  • Урок 39. 00:05:27
    Publishing our project
  • Урок 40. 00:15:57
    Adding the first feature
  • Урок 41. 00:08:49
    Ensuring code coverage
  • Урок 42. 00:09:17
    Fine tuning our types and tests
  • Урок 43. 00:03:10
    Project review and future