Adding Features Position independent code Little libraries Interprocedural optimization Adding Features There are lots of compiler and linker settings. When you need to add s...
Adding Features Position independent code Little libraries Interprocedural optimization Adding Features There are lots of compiler and linker settings. When you need to add ...
Performance Improvements Better Module Visibility Rules Performance Improvements The 1.1 compiler is typically around 4x faster than any previous release. See this blog post fo...
TypeScript 1.1 Performance Improvements Better Module Visibility Rules TypeScript 1.1 Performance Improvements The 1.1 compiler is typically around 4x faster than any previ...
Performance Improvements Better Module Visibility Rules Performance Improvements The 1.1 compiler is typically around 4x faster than any previous release. See this blog post f...
Exercise: Loops and Functions Exercise: Loops and Functions As a way to play with functions and loops, let's implement a square root function: given a number x, we want to fin...
Beautify the output Add color Format the output style Beautify the output Actually, we have finished the core feature of the tool with the data we needed. However, it is bet...