Skip to content

Commit f6b2984

Browse files
author
์žฅํ˜„์„
committed
Update docs
1 parent 6a99fbd commit f6b2984

File tree

6 files changed

+20
-20
lines changed

6 files changed

+20
-20
lines changed

โ€ŽREADME.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# ํƒ€์ž…์Šคํฌ๋ฆฝํŠธ ํ•œ๊ธ€ ๋ฒˆ์—ญ
1+
# TypeScript-Handbook ํ•œ๊ธ€ ๋ฌธ์„œ
22

33
[![Build Status](https://travis-ci.org/Microsoft/TypeScript-Handbook.svg)](https://travis-ci.org/Microsoft/TypeScript-Handbook)
44

5-
[TypeScript Handbook](https://www.typescriptlang.org/docs/handbook/basic-types.html)์„ ํ•œ๊ธ€ ๋ฒˆ์—ญํ•˜๋Š” ์ €์žฅ์†Œ์ž…๋‹ˆ๋‹ค.
5+
[TypeScript Handbook](https://www.typescriptlang.org/docs/handbook/basic-types.html)์„ ๋ฒˆ์—ญํ•˜๋Š” ์ €์žฅ์†Œ์ž…๋‹ˆ๋‹ค.
66

77
# ๋ฒˆ์—ญ ํ’ˆ์งˆ
88
์ดˆ๋ณด ๋ฒˆ์—ญ๊ฐ€์ด๋ฉฐ ๊ธฐ์ดˆ์ ์ธ Java ์ง€์‹๊ณผ JavaScript ๊ฐœ๋ฐœ์„ ์ฃผ๋กœํ•˜๋Š” ๊ฐœ๋ฐœ์ž๋“ค์ด ํ•จ๊ป˜ ๋ฒˆ์—ญํ–ˆ์Šต๋‹ˆ๋‹ค.
@@ -19,7 +19,7 @@ TypeScript ๋ฒˆ์—ญ์„ ํ•˜๋ฉฐ ์ „๋ฌธ์ ์ด๊ฑฐ๋‚˜ ์˜๋ฏธ๋ก ์ ์ธ ์ง€์‹์ด ๋งŽ์ด
1919
[์ด๊ณณ](https://github.com/typescript-kr/typescript-kr.github.io/blob/master/progress.md)์„ ํ†ตํ•ด ํ™•์ธํ•  ์ˆ˜ ์žˆ์Šต๋‹ˆ๋‹ค.
2020

2121
# ๊ธฐ์—ฌ
22-
[๋ฒˆ์—ญ๊ฐ€์ด๋“œ ๋ฐ ๊ทœ์น™](https://github.com/typescript-kr/typescript-kr.github.io/wiki/translation-rules)์„ ์ฐธ๊ณ ํ•˜์—ฌ PR ํ•ด์ฃผ์‹œ๋ฉด ๋ฉ๋‹ˆ๋‹ค.
22+
[๋ฒˆ์—ญ๊ฐ€์ด๋“œ ๋ฐ ๊ทœ์น™](https://github.com/typescript-kr/typescript-kr.github.io/wiki/translation-rules)์„ ์ฐธ๊ณ ํ•˜์—ฌ `develop ๋ธŒ๋žœ์น˜`์— PR ํ•ด์ฃผ์‹œ๋ฉด ๋ฉ๋‹ˆ๋‹ค.
2323

2424
๊นƒํ—™ ์‚ฌ์šฉ์ด ์–ด๋ ต๊ฑฐ๋‚˜ ๊ฐ„๋‹จํ•œ ์˜๊ฒฌ ๊ฐ™์€ ๊ฒฝ์šฐ์—๋Š” [์ด์Šˆ](https://github.com/typescript-kr/typescript-kr.github.io/issues) ๋“ฑ๋ก์„ ํ•ด์ฃผ์‹œ๋ฉด ๊ฐ์‚ฌํ•˜๊ฒ ์Šต๋‹ˆ๋‹ค
2525

โ€ŽSUMMARY.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@
3535
* [ํŠธ๋ฆฌํ”Œ-์Šฌ๋ž˜์‹œ ์ง€์‹œ์ž](pages/Triple-Slash Directives.md)
3636
* [JavaScript ํŒŒ์ผ ํƒ€์ž… ๊ฒ€์‚ฌ](pages/Type Checking JavaScript Files.md)
3737

38-
## Declaration Files
38+
## ์„ ์–ธ ํŒŒ์ผ
3939

40-
* [Introduction](pages/declaration files/Introduction.md)
40+
* [์†Œ๊ฐœ](pages/declaration files/Introduction.md)
4141
* [Library Structures](pages/declaration files/Library Structures.md)
4242
* [By Example](pages/declaration files/By Example.md)
4343
* [Do's and Don'ts](pages/declaration files/Do's and Don'ts.md)
@@ -46,10 +46,10 @@
4646
* [Publishing](pages/declaration files/Publishing.md)
4747
* [Consumption](pages/declaration files/Consumption.md)
4848

49-
## Project Configuration
49+
## ํ”„๋กœ์ ํŠธ ํ™˜๊ฒฝ์„ค์ •
5050

5151
* [tsconfig.json](pages/tsconfig.json.md)
52-
* [Compiler Options](pages/Compiler Options.md)
53-
* [Compiler Options in MSBuild](pages/Compiler Options in MSBuild.md)
54-
* [Integrating with Build Tools](pages/Integrating with Build Tools.md)
55-
* [Nightly Builds](pages/Nightly Builds.md)
52+
* [์ปดํŒŒ์ผ๋Ÿฌ ์˜ต์…˜](pages/Compiler Options.md)
53+
* [MSBuild์—์„œ์˜ ์ปดํŒŒ์ผ๋Ÿฌ ์˜ต์…˜](pages/Compiler Options in MSBuild.md)
54+
* [๋นŒ๋“œ ๋„๊ตฌ์™€ ํ†ตํ•ฉ](pages/Integrating with Build Tools.md)
55+
* [Nightly ๋นŒ๋“œ](pages/Nightly Builds.md)

โ€Žbook.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"plugins": ["theme-darkblue", "addcssjs", "highlight-1", "custom-favicon", "forkmegithub", "sitemap-general", "sitemap"],
2+
"plugins": ["theme-darkblue", "addcssjs", "highlight-1", "custom-favicon", "forkmegithub", "sitemap-general", "sitemap", "analytics"],
33
"pluginsConfig": {
44
"sitemap-general": {
55
"prefix": "https://typescript-kr.gitbooks.io/"
@@ -22,4 +22,4 @@
2222
"google": "UA-99001722-6"
2323
}
2424
}
25-
}
25+
}

โ€Žpackage-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

โ€Žpages/Classes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ if (employee.fullName) {
362362
์ฒซ์งธ, ์ ‘๊ทผ์ž๋ฅผ ์‚ฌ์šฉํ•˜๋ ค๋ฉด ECMAScript5 ์ด์ƒ์„ ์ถœ๋ ฅํ•˜๋„๋ก ์ปดํŒŒ์ผ๋Ÿฌ๋ฅผ ์„ค์ •ํ•ด์•ผ ํ•ฉ๋‹ˆ๋‹ค.
363363
ECMAScript3 ๋‹ค์šด๊ทธ๋ ˆ์ด๋“œ๋Š” ์ง€์›๋˜์ง€ ์•Š์Šต๋‹ˆ๋‹ค.
364364

365-
๋‘˜์งธ, `set`์„ ๊ฐ€์ง€๊ณ  ์žˆ์ง€ ์•Š์€ ์ ‘๊ทผ์ž๋Š” ์ž๋™์ ์œผ๋กœ `readonly`๋กœ ์ถ”๋ก ๋ฉ๋‹ˆ๋‹ค.
365+
๋‘˜์งธ, `get`๊ณผ `set`์„ ๊ฐ€์ง„ ์ ‘๊ทผ์ž๋Š” ์ž๋™์ ์œผ๋กœ `readonly`๋กœ ์ถ”๋ก ๋ฉ๋‹ˆ๋‹ค.
366366
์ด๊ฒƒ์€ ์ฝ”๋“œ์—์„œ `.d.ts` ํŒŒ์ผ์„ ์ƒ์„ฑํ•  ๋•Œ ์œ ์šฉํ•ฉ๋‹ˆ๋‹ค. ์™œ๋ƒํ•˜๋ฉด ํ”„๋กœํผํ‹ฐ๋ฅผ ๋ณ€๊ฒฝํ•  ์ˆ˜ ์—†๋‹ค๋Š” ๊ฒƒ์„ ์•Œ ์ˆ˜ ์žˆ๊ธฐ ๋•Œ๋ฌธ์ž…๋‹ˆ๋‹ค.
367367

368368
# ์ •์  ํ”„๋กœํผํ‹ฐ (Static Properties)

โ€Žpages/Variable Declarations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -653,7 +653,7 @@ let defaults = { food: "spicy", price: "$$", ambiance: "noisy" };
653653
let search = { food: "rich", ...defaults };
654654
```
655655

656-
`defaults`์˜ `food`์†์„ฑ์„ `food: "rich"`๋กœ ๋ฎ์–ด์“ฐ๋Š”๋ฐ ์šฐ๋ฆฌ๋Š” ์ด๊ฒƒ์„ ์›ํ•œ ๊ฒŒ ์•„๋‹™๋‹ˆ๋‹ค.
656+
`defaults`์˜ `food` ํ”„๋กœํผํ‹ฐ๊ฐ€ `food: "rich"`๋ฅผ ๋ฎ์–ด์“ฐ๊ฒŒ ๋ฉ๋‹ˆ๋‹ค. ๊ทธ๋Ÿฌ๋‚˜ ์ด๊ฒƒ์€ ์šฐ๋ฆฌ๊ฐ€ ์›ํ•œ ๊ฒฐ๊ณผ๊ฐ€ ์•„๋‹™๋‹ˆ๋‹ค.'
657657

658658
๊ฐ์ฒด Spread์—๋Š” ๋ช‡ ๊ฐ€์ง€ ๋‹ค๋ฅธ ๋†€๋ผ์šด ํ•œ๊ณ„๊ฐ€ ์žˆ์Šต๋‹ˆ๋‹ค.
659659

0 commit comments

Comments
ย (0)