Skip to content

Commit

Permalink
Update overview.md
Browse files Browse the repository at this point in the history
  • Loading branch information
basarat authored Dec 24, 2019
1 parent b2f94de commit d637ad7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/compiler/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ It is split into the follow key parts:
Each of these get their own unique files in the source. These parts will be explained later on in this chapter.

## BYOTS
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 e.g. by exposing internal APIs. You can use it to expose your local app's version of TypeScript globally.
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.

## Syntax vs. Semantics
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
Expand Down

0 comments on commit d637ad7

Please sign in to comment.