Updated Architectural Overview (markdown)
Родитель
feb17fd7f0
Коммит
ed6f88ba47
|
@ -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
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче