Skip to content

Commit 3ecf48a

Browse files
authored
remove reference to byots
1 parent 419cbdf commit 3ecf48a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

docs/compiler/overview.md

+1-4
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,7 @@ It is split into the follow key parts:
88
* Checker (`checker.ts`)
99
* Emitter (`emitter.ts`)
1010

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.
1512

1613
## Syntax vs. Semantics
1714
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

Comments
 (0)