You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/compiler/overview.md
+1-4
Original file line number
Diff line number
Diff line change
@@ -8,10 +8,7 @@ It is split into the follow key parts:
8
8
* Checker (`checker.ts`)
9
9
* Emitter (`emitter.ts`)
10
10
11
-
Each of these get their own unique files in the source. These parts will be explained later on in this chapter.
12
-
13
-
## BYOTS
14
-
We have a project called [Bring Your Own TypeScript (BYOTS)](https://github.com/basarat/byots) which makes it easier to play around with the compiler API by exposing internal APIs.
11
+
Each of these get their own unique files in the source. These parts will be explained later on in this chapter.
15
12
16
13
## Syntax vs. Semantics
17
14
Just because something is *syntactically* correct doesn't mean it is *semantically* correct. Consider the following piece of TypeScript code which although *syntactically* valid is *semantically* wrong
0 commit comments