[go: up one dir, main page]

Skip to content

Commit

Permalink
3.7 LKG update (microsoft#33690)
Browse files Browse the repository at this point in the history
* Update versions to beta

* LKG

* Fix the build protocol script

* Follow-up LKG

* Rename this function so it stops shadowing a local we use elsewhere

* Update tsserver library baseline
  • Loading branch information
RyanCavanaugh authored Oct 1, 2019
1 parent 7be7cba commit 20983ae
Show file tree
Hide file tree
Showing 35 changed files with 102,246 additions and 69,811 deletions.
2 changes: 1 addition & 1 deletion lib/ko/diagnosticMessages.generated.json
Original file line number Diff line number Diff line change
Expand Up @@ -885,7 +885,7 @@
"The_target_of_an_object_rest_assignment_must_be_a_variable_or_a_property_access_2701": "개체 rest 할당의 대상은 변수 또는 속성 액세스여야 합니다.",
"The_this_context_of_type_0_is_not_assignable_to_method_s_this_of_type_1_2684": "'{0}' 형식의 'this' 컨텍스트를 메서드의 '{1}' 형식 'this'에 할당할 수 없습니다.",
"The_this_types_of_each_signature_are_incompatible_2685": "각 시그니처의 'this' 형식이 호환되지 않습니다.",
"The_type_argument_for_type_parameter_0_cannot_be_inferred_from_the_usage_Consider_specifying_the_typ_2453": "형식 매개 변수 '{0}'의 형식 인수를 유추할 수 없습니다. 형식 인수를 명시적으로 지정하세요.",
"The_type_argument_for_type_parameter_0_cannot_be_inferred_from_the_usage_Consider_specifying_the_typ_2453": "사용량에서 형식 매개 변수 '{0}'의 형식 인수를 유추할 수 없습니다. 형식 인수를 명시적으로 지정하세요.",
"The_type_returned_by_the_next_method_of_an_async_iterator_must_be_a_promise_for_a_type_with_a_value__2547": "비동기 반복기의 'next()' 메서드에서 반환하는 형식은 'value' 속성이 있는 형식에 대한 프라미스여야 합니다.",
"The_type_returned_by_the_next_method_of_an_iterator_must_have_a_value_property_2490": "반복기의 'next()' 메서드에 의해 반환되는 형식에는 'value' 속성이 있어야 합니다.",
"The_variable_declaration_of_a_for_in_statement_cannot_have_an_initializer_1189": "'for...in' 문의 변수 선언에 이니셜라이저가 포함될 수 없습니다.",
Expand Down
Loading

0 comments on commit 20983ae

Please sign in to comment.