From ed6f88ba47e5de2fbf514d0f012b04a739a57ecc Mon Sep 17 00:00:00 2001 From: Mohamed Hegazy Date: Wed, 28 Jan 2015 12:40:14 -0800 Subject: [PATCH] Updated Architectural Overview (markdown) --- Architectural-Overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Architectural-Overview.md b/Architectural-Overview.md index ed6a7d2..bc7a2a8 100644 --- a/Architectural-Overview.md +++ b/Architectural-Overview.md @@ -21,7 +21,7 @@ Failed import resolution does not result in an error, as an ambient module could * **Language Service:** The "Language Service" exposes an additional layer around the core compiler bibeline that are best suiting editor-like applications. The language service supports the common set of a typical editor operations like statement completions, signature help, code formatting and outlining, colorization, etc... Basic re-factoring like rename, Debugging interface helpers like validating breakpoints as well as TypeScript-specific features like support of incremental compilation (--watch equivalent on the command-line). The language service is designed to efficiently handle scenarios with files changing over time within a long-lived compilation context; in that sense, the language service provides a slightly different perspective about working with programs and source files from that of the other compiler interfaces. -> Please refer to the [[Language Service API]] page for more details. +> Please refer to the [[Using the Language Service API]] page for more details. ## Data Structures