|
2 | 2 |
|
3 | 3 | * [소개](README.md)
|
4 | 4 |
|
5 |
| -## 튜토리얼 |
| 5 | +## 시작하기 |
6 | 6 |
|
| 7 | +* [TS for the New Programmer(en)](pages/tutorials/ts-for-the-new-programmer.md) |
| 8 | +* [TS for JS Programmers(en)](pages/tutorials/ts-for-js-programmers.md) |
| 9 | +* [TS for OOP Programmers(en)](pages/tutorials/ts-for-oopers.md) |
| 10 | +* [TS for Functional Programmers(en)](pages/tutorials/ts-for-functional-programmers.md) |
7 | 11 | * [5분 안에 보는 TypeScript](pages/tutorials/typescript-in-5-minutes.md)
|
8 |
| -* [ASP.NET Core](pages/tutorials/asp.net-core.md) |
9 |
| -* [걸프](pages/tutorials/gulp.md) |
10 |
| -* [JavaScript에서 마이그레이션](pages/tutorials/migrating-from-javascript.md) |
11 |
| -* [리액트 & 웹팩](pages/tutorials/react-&-webpack.md) |
12 | 12 |
|
13 | 13 | ## 핸드북
|
14 | 14 |
|
| 15 | +* [핸드북이란(en)](pages/the-handbook.md) |
15 | 16 | * [기본 타입](pages/basic-types.md)
|
16 |
| -* [변수 선언](pages/variable-declarations.md) |
17 | 17 | * [인터페이스](pages/interfaces.md)
|
18 |
| -* [클래스](pages/classes.md) |
19 | 18 | * [함수](pages/functions.md)
|
20 |
| -* [제네릭](pages/generics.md) |
| 19 | +* [리터럴 타입(en)](pages/literal-types.md) |
| 20 | +* [유니언과 교차 타입(en)](pages/unions-and-intersections.md) |
| 21 | +* [클래스](pages/classes.md) |
21 | 22 | * [열거형](pages/enums.md)
|
22 |
| -* [타입 추론](pages/type-inference.md) |
23 |
| -* [타입 호환성](pages/type-compatibility.md) |
| 23 | +* [제네릭](pages/generics.md) |
| 24 | + |
| 25 | +## 핸드북 레퍼런스 |
| 26 | + |
24 | 27 | * [고급 타입](pages/advanced-types.md)
|
25 |
| -* [심볼](pages/symbols.md) |
| 28 | +* [선언 병합](pages/declaration-merging.md) |
| 29 | +* [데코레이터](pages/decorators.md) |
| 30 | +* [유틸리티 타입](pages/utility-types.md) |
26 | 31 | * [이터레이터와 제네레이터](pages/iterators-and-generators.md)
|
| 32 | +* [JSX](pages/jsx.md) |
| 33 | +* [믹스인](pages/mixins.md) |
27 | 34 | * [모듈](pages/modules.md)
|
| 35 | +* [모듈 해석](pages/module-resolution.md) |
28 | 36 | * [네임스페이스](pages/namespaces.md)
|
29 | 37 | * [네임스페이스와 모듈](pages/namespaces-and-modules.md)
|
30 |
| -* [모듈 해석](pages/module-resolution.md) |
31 |
| -* [선언 병합](pages/declaration-merging.md) |
32 |
| -* [JSX](pages/jsx.md) |
33 |
| -* [데코레이터](pages/decorators.md) |
34 |
| -* [믹스인](pages/mixins.md) |
| 38 | +* [심볼](pages/symbols.md) |
35 | 39 | * [트리플-슬래시 지시자](pages/triple-slash-directives.md)
|
36 |
| -* [JavaScript 파일 타입 검사](pages/type-checking-javaScript-files.md) |
37 |
| -* [유틸리티 타입](pages/utility-types.md) |
| 40 | +* [타입 호환성](pages/type-compatibility.md) |
| 41 | +* [타입 추론](pages/type-inference.md) |
| 42 | +* [타입스크립트와 DOM(en)](pages/tutorials/dom-manipulation.md) |
| 43 | +* [변수 선언](pages/variable-declarations.md) |
| 44 | + |
| 45 | +## 튜토리얼 |
| 46 | + |
| 47 | +* [ASP.NET Core](pages/tutorials/asp.net-core.md) |
| 48 | +* [걸프](pages/tutorials/gulp.md) |
| 49 | +* [JavaScript에서 마이그레이션](pages/tutorials/migrating-from-javascript.md) |
| 50 | +* [TypeScript와 Babel 사용하기(en)](pages/tutorials/babel-with-typescript.md) |
| 51 | +* [리액트 & 웹팩](pages/tutorials/react-&-webpack.md) |
| 52 | + |
| 53 | +## 릴리즈 노트 |
| 54 | + |
| 55 | +* [TypeScript 3.9](pages/release-notes/typescript-3.9.md) |
| 56 | +* [TypeScript 3.8](pages/release-notes/typescript-3.8.md) |
38 | 57 |
|
39 | 58 | ## 선언 파일
|
40 | 59 |
|
41 | 60 | * [소개](pages/declaration-files/introduction.md)
|
42 |
| -* [Library Structures](pages/declaration-files/library-structures.md) |
43 | 61 | * [By Example](pages/declaration-files/by-example.md)
|
44 | 62 | * [Do's and Don'ts](pages/declaration-files/dos-and-don-ts.md)
|
45 | 63 | * [Deep Dive](pages/declaration-files/deep-dive.md)
|
| 64 | +* [Library Structures](pages/declaration-files/library-structures.md) |
46 | 65 | * [Templates](pages/declaration-files/templates.md)
|
47 | 66 | * [global-modifying-module.d.ts](pages/declaration-files/templates/global-modifying-module.d.ts.md)
|
48 | 67 | * [global-plugin.d.ts](pages/declaration-files/templates/global-plugin.d.ts.md)
|
|
54 | 73 | * [Publishing](pages/declaration-files/publishing.md)
|
55 | 74 | * [Consumption](pages/declaration-files/consumption.md)
|
56 | 75 |
|
| 76 | +## 자바스크립트 |
| 77 | + |
| 78 | +* [JavaScript에 TypeScript 적용하기(en)](pages/intro-to-js-with-ts.md) |
| 79 | +* [JavaScript 파일 타입 검사](pages/type-checking-javaScript-files.md) |
| 80 | +* [JSDoc 레퍼런스(en)](pages/jsdoc-reference.md) |
| 81 | +* [.js 파일에서 d.ts 파일 만들기(en)](pages/declaration-files/creating-dts-files-from-js.md) |
| 82 | + |
57 | 83 | ## 프로젝트 환경설정
|
58 | 84 |
|
59 | 85 | * [tsconfig.json](pages/tsconfig.json.md)
|
60 | 86 | * [컴파일러 옵션](pages/compiler-options.md)
|
61 | 87 | * [프로젝트 레퍼런스](pages/project-references.md)
|
62 | 88 | * [MSBuild에서의 컴파일러 옵션](pages/compiler-options-in-msbuild.md)
|
63 | 89 | * [빌드 도구와 통합](pages/integrating-with-build-tools.md)
|
64 |
| -* [Nightly 빌드](pages/nightly-builds.md) |
65 | 90 | * [configuring-watch (en)](pages/configuring-watch.md)
|
| 91 | +* [Nightly 빌드](pages/nightly-builds.md) |
66 | 92 |
|
67 |
| -## 릴리즈 노트 |
68 |
| - |
69 |
| -* [TypeScript 3.9](pages/release-notes/typescript-3.9.md) |
70 |
| -* [TypeScript 3.8](pages/release-notes/typescript-3.8.md) |
|
0 commit comments