The 7 Best TypeScript Runners Compared

Поделиться
HTML-код
  • Опубликовано: 12 янв 2025

Комментарии • 6

  • @VeaceslavBARBARII
    @VeaceslavBARBARII Месяц назад

    16:26 Whoa-whoa-whoa, for those who need a translation :)

    • @TypeScriptTV
      @TypeScriptTV  Месяц назад

      🤣🤣

    • @VeaceslavBARBARII
      @VeaceslavBARBARII Месяц назад

      @TypeScriptTV Thank you very much! Great overview. It seems that `tsc --noEmit && tsx main.ts` is still a thing.

    • @LReis
      @LReis 24 дня назад

      @@VeaceslavBARBARII I wish I could go with tsx but it's annoying that they don't support decorators and emit decorators metadata... I will stick the usage of:
      tsc --noEmit && node --no-warnings=ExperimentalWarning --loader ts-node/esm/transpile-only --watch src/main.ts
      hahaha

  • @LReis
    @LReis 24 дня назад

    the more you learn about node, the more you can see that is really f*** up

  • @noblemajo
    @noblemajo Месяц назад

    Bun