File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 129
129
130
130
# TypeScript를 위한 빌드 모드 (Build Mode for TypeScript)
131
131
132
- 오래 기다린 기능은 TypeScirpt 프로젝트를 위한 똑똑한 증분 빌드입니다.
132
+ 오래 기다린 기능은 TypeScript 프로젝트를 위한 똑똑한 증분 빌드입니다.
133
133
3.0에서 ` tsc ` 에서 ` --build ` 플래그를 사용할 수 있게 되었습니다.
134
134
이것은 단순한 컴파일러보다 빌드 관리자처럼 동작하는 ` tsc ` 의 새로운 진입점입니다.
135
135
Original file line number Diff line number Diff line change @@ -557,7 +557,7 @@ x(y);
557
557
### 와일드카드 모듈 선언 (Wildcard module declarations)
558
558
559
559
[ SystemJS] ( https://github.com/systemjs/systemjs/blob/master/docs/overview.md#plugin-syntax ) 나
560
- [ AMD] ( https://github.com/amdjs/amdjs-api/blob/master/LoaderPlugins.md ) 와 같은 모듈 로더는 비-JavaScirpt 내용을 import 할 수 있습니다.
560
+ [ AMD] ( https://github.com/amdjs/amdjs-api/blob/master/LoaderPlugins.md ) 와 같은 모듈 로더는 비-JavaScript 내용을 import 할 수 있습니다.
561
561
이 둘은 일반적으로 접두사 또는 접미사를 사용하여 특수한 로딩 의미를 표시합니다.
562
562
이러한 경우를 다루기 위해 와일드카드 모듈 선언을 사용할 수 있습니다.
563
563
You can’t perform that action at this time.
0 commit comments