How the TypeScript Compiler Compiles - understanding the compiler internal

Поділитися
Вставка
  • Опубліковано 26 вер 2024

КОМЕНТАРІ • 26

  • @mattetis
    @mattetis Рік тому +7

    This should be used as the golden example of how to give a good presentation, the large font, perfect amount of stuff on each slide, the enormous titles for each section, love it, exactly what I wanted!

  • @johnreilly6886
    @johnreilly6886 2 роки тому +15

    This is an awesome talk! I really like the multicolour background for flow nodes illustrating the different type possibilities depending on what narrowing has taken place. It's so .... clear! Makes me want to write a VS Code plugin that does exactly that!

    • @ortatherox
      @ortatherox  2 роки тому

      Not sure if I mentioned it in the talk, but there is a playground plugin showing flow nodes - though not doesn't use color like that - but it would be a good idea.

  • @hugodsa89
    @hugodsa89 2 роки тому +1

    Thank you William for introducing me to Ortha. Typescript videos ❤️❤️

  • @brig2913
    @brig2913 Рік тому +1

    Such an underrated channel. I loved this video, thank you!

  • @leonidpyrlya9795
    @leonidpyrlya9795 2 роки тому +3

    This is a great overview of what is under the hood of TS! 💙 loved it 🙌🏻

  • @valeriofunk5000
    @valeriofunk5000 2 роки тому +1

    TS is beatiful 🤩 i had problems understanding the flow of the type checking of the compiler. you made it so clear thank you so much that was an awesome talk

  • @javiasilis
    @javiasilis 2 роки тому

    Yooooo. This was exactly the video that I was looking for. Thank you very muuuuch

  • @timocov
    @timocov 2 роки тому +1

    Thanks Orta! Quite interesting introduction to the compiler internals.

  • @NathanHedglin
    @NathanHedglin 2 роки тому

    Great Video. It is interesting to see under the hood of a transpiler.

  • @cedvdb6473
    @cedvdb6473 Рік тому

    This is fantastic

  • @rohanmalik895
    @rohanmalik895 Місяць тому

    The symbol plugin broke btw

  • @AnkurOberoi
    @AnkurOberoi 8 місяців тому

    Great talk, I learned a lot! What's the best way to learn about the "helicoptering into a random position" and gaining context from the surrounding file type work that Anders mentions in the referenced talk? It sounds like this covers the usage of tsc as a CLI tool, but I'm eager to learn a little more about how its used as a library too!

  • @KirkWaiblinger
    @KirkWaiblinger 10 місяців тому

    Is there a useful public api doc for the compiler api anywhere? I am trying to understand some of the details of typescript eslint but i can't find info on the compiler api calls

  • @Luxcium
    @Luxcium Рік тому

    When asking ChatGPT to correct my comment on a youtube video and he goes: «"I hit pause at 8:30, just before you said it was in the Plugin tab. So, I was on the hunt for that Scanner thing and the AST. And I was like, " *bro should have said it's in the plugin section.* " Also, I was thinkin' " *damn, who is this Orta?* " (cause that name was all over the Plugin list). He seems like an amazing < _equivalent word for Rustaceans but for the Python equivalent of Pythonista but in the TypeScript context_ >. Then I was like, " *I gotta check out who this Orta dude is* " after watchin' that video. And let's be real, I might have even watched the video just to find out. Haha. Oh and by the way, you know what's better than finding Orta's code in the plugin section? Getting a maple bar from Top Pot doughnuts on a rainy day in Seattle."»...

  • @emdadgar_official
    @emdadgar_official 2 роки тому +1

    if you say TS written in TS‌ finally , maybe write an operating system in typescript ?

  • @jsjoeio
    @jsjoeio 2 роки тому +1

    I'm really enjoying this so far, but 3mins in I have to ask, how did you create such a beautiful presentation? Is this Keynote?

    • @ortatherox
      @ortatherox  2 роки тому +4

      Yep, all my best stuff is keynote - I try to learn one new keynote concept each talk I give

  • @Dev_Owon
    @Dev_Owon 6 місяців тому

    This is awesome, thank you so much

  • @lantianyou
    @lantianyou 2 роки тому

    Really helpful talk! Learned a lot. Would you mind sharing the keynote in de description below? 🙏🙏

    • @ortatherox
      @ortatherox  2 роки тому

      Added to the description, thanks

  • @bart9522
    @bart9522 2 роки тому

    How do template literal types work?

  • @muzam1l
    @muzam1l Рік тому +2

    This is porno!

  • @bnny2175
    @bnny2175 2 роки тому +2

    Very informative overview. Thank you!

  • @JordanLynn
    @JordanLynn 2 роки тому +1

    Crazy good video. So when the checker starts inferring types from parsing the tree, is it possible to miss diagnostics from the Binder since that process is already complete? Seems like it could be an issue whenever you mutate the syntax tree?

  • @user-florin
    @user-florin 2 роки тому +1

    This is gold! Thank you!