Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: microsoft/TypeScript-Compiler-Notes
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: quick-debugging-notes
Choose a base ref
...
head repository: microsoft/TypeScript-Compiler-Notes
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 3 files changed
  • 5 contributors

Commits on Feb 2, 2022

  1. Merge pull request #1 from microsoft/quick-debugging-notes

    Quick debugging notes
    sandersn authored Feb 2, 2022
    Configuration menu
    Copy the full SHA
    4c984c5 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2023

  1. 🐛 Add missing link references for "God Objects" and Ternary enum de…

    …finition (#3)
    
    * 🐛 Fix missing link reference to "God Objects"
    
    Signed-off-by: Babak K. Shandiz <babak.k.shandiz@gmail.com>
    
    * 🐛 Add missing link references for `Ternary` enum definition
    
    Signed-off-by: Babak K. Shandiz <babak.k.shandiz@gmail.com>
    
    * Update codebase/src/compiler/checker.md
    
    Co-authored-by: Holger Jeromin <mailgithub@katur.de>
    
    ---------
    
    Signed-off-by: Babak K. Shandiz <babak.k.shandiz@gmail.com>
    Co-authored-by: Holger Jeromin <mailgithub@katur.de>
    babakks and HolgerJeromin authored Apr 3, 2023
    Configuration menu
    Copy the full SHA
    ae57903 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    61dc462 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2023

  1. Add note about the checker's type relations (#5)

    * create note about the type relations
    
    * address CR
    
    * grammar fixes
    gabritto authored Apr 10, 2023
    Configuration menu
    Copy the full SHA
    3142567 View commit details
    Browse the repository at this point in the history
Loading