From 4b31aba327f54ac654a067cfe1da9515cec646ba Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Jul 2020 06:03:46 +0900 Subject: [PATCH] release 2020-07-21-16 (#125) Co-authored-by: GitHub --- index.html | 442 +++-- pages/advanced-types.html | 435 +++-- pages/basic-types.html | 435 +++-- pages/classes.html | 435 +++-- pages/compiler-options-in-msbuild.html | 427 +++-- pages/compiler-options.html | 427 +++-- pages/configuring-watch.html | 435 +++-- pages/declaration-files/by-example.html | 431 +++-- pages/declaration-files/consumption.html | 431 +++-- .../creating-dts-files-from-js.html | 1235 ++++++++++++ pages/declaration-files/deep-dive.html | 431 +++-- pages/declaration-files/dos-and-don-ts.html | 427 +++-- pages/declaration-files/introduction.html | 435 +++-- .../declaration-files/library-structures.html | 435 +++-- pages/declaration-files/publishing.html | 427 +++-- pages/declaration-files/templates.html | 431 +++-- .../global-modifying-module.d.ts.html | 427 +++-- .../templates/global-plugin.d.ts.html | 427 +++-- .../templates/global.d.ts.html | 427 +++-- .../templates/module-class.d.ts.html | 427 +++-- .../templates/module-function.d.ts.html | 427 +++-- .../templates/module-plugin.d.ts.html | 427 +++-- .../templates/module.d.ts.html | 427 +++-- pages/declaration-merging.html | 435 +++-- pages/decorators.html | 435 +++-- pages/enums.html | 435 +++-- pages/functions.html | 435 +++-- pages/generics.html | 435 +++-- pages/integrating-with-build-tools.html | 431 +++-- pages/interfaces.html | 435 +++-- pages/intro-to-js-with-ts.html | 1189 ++++++++++++ pages/iterators-and-generators.html | 435 +++-- pages/jsdoc-reference.html | 1645 ++++++++++++++++ pages/jsx.html | 435 +++-- pages/literal-types.html | 1213 ++++++++++++ pages/mixins.html | 435 +++-- pages/module-resolution.html | 435 +++-- pages/modules.html | 435 +++-- pages/namespaces-and-modules.html | 431 +++-- pages/namespaces.html | 431 +++-- pages/nightly-builds.html | 437 +++-- pages/project-references.html | 427 +++-- pages/release-notes/typescript-3.8.html | 435 +++-- pages/release-notes/typescript-3.9.html | 431 +++-- pages/symbols.html | 435 +++-- pages/the-handbook.html | 1178 ++++++++++++ pages/triple-slash-directives.html | 435 +++-- pages/tsconfig.json.html | 431 +++-- pages/tutorials/asp.net-core.html | 431 +++-- pages/tutorials/babel-with-typescript.html | 1170 ++++++++++++ pages/tutorials/dom-manipulation.html | 1279 +++++++++++++ pages/tutorials/gulp.html | 427 +++-- .../tutorials/migrating-from-javascript.html | 431 +++-- pages/tutorials/react-&-webpack.html | 437 +++-- .../ts-for-functional-programmers.html | 1688 +++++++++++++++++ pages/tutorials/ts-for-js-programmers.html | 1406 ++++++++++++++ pages/tutorials/ts-for-oopers.html | 1274 +++++++++++++ .../tutorials/ts-for-the-new-programmer.html | 1274 +++++++++++++ pages/tutorials/typescript-in-5-minutes.html | 435 +++-- pages/type-checking-javaScript-files.html | 435 +++-- pages/type-compatibility.html | 435 +++-- pages/type-inference.html | 435 +++-- pages/unions-and-intersections.html | 1437 ++++++++++++++ pages/utility-types.html | 435 +++-- pages/variable-declarations.html | 435 +++-- search_index.json | 2 +- sitemap.xml | 54 +- 67 files changed, 32171 insertions(+), 6791 deletions(-) create mode 100644 pages/declaration-files/creating-dts-files-from-js.html create mode 100644 pages/intro-to-js-with-ts.html create mode 100644 pages/jsdoc-reference.html create mode 100644 pages/literal-types.html create mode 100644 pages/the-handbook.html create mode 100644 pages/tutorials/babel-with-typescript.html create mode 100644 pages/tutorials/dom-manipulation.html create mode 100644 pages/tutorials/ts-for-functional-programmers.html create mode 100644 pages/tutorials/ts-for-js-programmers.html create mode 100644 pages/tutorials/ts-for-oopers.html create mode 100644 pages/tutorials/ts-for-the-new-programmer.html create mode 100644 pages/unions-and-intersections.html diff --git a/index.html b/index.html index 8f041dd5..cb1bd14d 100644 --- a/index.html +++ b/index.html @@ -65,7 +65,7 @@ - + @@ -111,16 +111,16 @@ -
  • 튜토리얼
  • +
  • 시작하기
  • -
  • +
  • - + - 5분 안에 보는 TypeScript + TS for the New Programmer(en) @@ -128,12 +128,12 @@
  • -
  • +
  • - + - ASP.NET Core + TS for JS Programmers(en) @@ -141,12 +141,12 @@
  • -
  • +
  • - + - 걸프 + TS for OOP Programmers(en) @@ -154,12 +154,12 @@
  • -
  • +
  • - + - JavaScript에서 마이그레이션 + TS for Functional Programmers(en) @@ -167,12 +167,12 @@
  • -
  • +
  • - + - 리액트 & 웹팩 + 5분 안에 보는 TypeScript @@ -187,12 +187,12 @@ -
  • +
  • - + - 기본 타입 + 핸드북이란(en) @@ -200,12 +200,12 @@
  • -
  • +
  • - + - 변수 선언 + 기본 타입 @@ -226,12 +226,12 @@
  • -
  • +
  • - + - 클래스 + 함수 @@ -239,12 +239,12 @@
  • -
  • +
  • - + - 함수 + 리터럴 타입(en) @@ -252,12 +252,12 @@
  • -
  • +
  • - + - 제네릭 + 유니언과 교차 타입(en) @@ -265,12 +265,12 @@
  • -
  • +
  • - + - 열거형 + 클래스 @@ -278,12 +278,12 @@
  • -
  • +
  • - + - 타입 추론 + 열거형 @@ -291,12 +291,12 @@
  • -
  • +
  • - + - 타입 호환성 + 제네릭 @@ -304,7 +304,14 @@
  • -
  • + + + +
  • 핸드북 레퍼런스
  • + + + +
  • @@ -317,12 +324,38 @@
  • -
  • +
  • - + - 심볼 + 선언 병합 + + + + + +
  • + +
  • + + + + + 데코레이터 + + + + + +
  • + +
  • + + + + + 유틸리티 타입 @@ -330,7 +363,7 @@
  • -
  • +
  • @@ -343,7 +376,33 @@
  • -
  • +
  • + + + + + JSX + + + + + +
  • + +
  • + + + + + 믹스인 + + + + + +
  • + +
  • @@ -356,7 +415,20 @@
  • -
  • +
  • + + + + + 모듈 해석 + + + + + +
  • + +
  • @@ -369,7 +441,7 @@
  • -
  • +
  • @@ -382,12 +454,12 @@
  • -
  • +
  • - + - 모듈 해석 + 심볼 @@ -395,12 +467,12 @@
  • -
  • +
  • - + - 선언 병합 + 트리플-슬래시 지시자 @@ -408,12 +480,12 @@
  • -
  • +
  • - + - JSX + 타입 호환성 @@ -421,12 +493,12 @@
  • -
  • +
  • - + - 데코레이터 + 타입 추론 @@ -434,12 +506,12 @@
  • -
  • +
  • - + - 믹스인 + 타입스크립트와 DOM(en) @@ -447,12 +519,12 @@
  • -
  • +
  • - + - 트리플-슬래시 지시자 + 변수 선언 @@ -460,12 +532,19 @@
  • -
  • + + + +
  • 튜토리얼
  • + + + +
  • - + - JavaScript 파일 타입 검사 + ASP.NET Core @@ -473,12 +552,51 @@
  • -
  • +
  • - + - 유틸리티 타입 + 걸프 + + + + + +
  • + +
  • + + + + + JavaScript에서 마이그레이션 + + + + + +
  • + +
  • + + + + + TypeScript와 Babel 사용하기(en) + + + + + +
  • + +
  • + + + + + 리액트 & 웹팩 @@ -489,16 +607,16 @@ -
  • 선언 파일
  • +
  • 릴리즈 노트
  • -
  • +
  • - + - 소개 + TypeScript 3.9 @@ -506,12 +624,32 @@
  • -
  • +
  • - + - Library Structures + TypeScript 3.8 + + + + + +
  • + + + + +
  • 선언 파일
  • + + + +
  • + + + + + 소개 @@ -519,7 +657,7 @@
  • -
  • +
  • @@ -532,7 +670,7 @@
  • -
  • +
  • @@ -545,7 +683,7 @@
  • -
  • +
  • @@ -558,7 +696,20 @@
  • -
  • +
  • + + + + + Library Structures + + + + + +
  • + +
  • @@ -572,7 +723,7 @@