Skip to content

Sync and bump release 4.7 to RC #49007

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 123 commits into from
May 7, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
123 commits
Select commit Hold shift + click to select a range
3fd8a6e
Some refactoring for baselining for easy update (#48516)
sheetalkamat Apr 6, 2022
8f6e626
Permit type alias variance annotations only for certain object types …
ahejlsberg Apr 6, 2022
4c6f25a
More refactoring of tsc baselines to help with easier updates (#48572)
sheetalkamat Apr 6, 2022
702bc52
Add additional tests for intra expression inference (#48584)
Andarist Apr 6, 2022
94d33ba
Ensure late painted statements are only transformed once, so inner su…
weswigham Apr 6, 2022
4d2fb54
Preserve the distributivity of inlined conditional types in declarati…
weswigham Apr 7, 2022
b975dfa
Write more useful types in .types test outputs (#48578)
rbuckton Apr 7, 2022
b18141b
Do not reset control flow analysis on index signatures (#48427)
jihndai Apr 7, 2022
d8edd19
Write version for baselining in buildinfo (#48602)
sheetalkamat Apr 7, 2022
ca96d2e
Fix semantic merge conflict
weswigham Apr 7, 2022
f4b99ea
preserve this when extracting functions (#41992)
Zzzen Apr 7, 2022
b45cf0d
disentangle the meaning of `SymbolLinks.target` (#47098)
lowr Apr 7, 2022
b1fb729
LEGO: Merge pull request 48612
csigs Apr 8, 2022
3b2fa50
fix(48487): allow using private names as the self-assignment entity n…
a-tarasyuk Apr 8, 2022
1df8073
Update release-branch-artifact.yaml
weswigham Apr 8, 2022
ee82068
Update new-release-branch.yaml
weswigham Apr 8, 2022
8e44746
Update accept-baselines-fix-lints.yaml
weswigham Apr 8, 2022
a33e7ac
Update ci.yml
weswigham Apr 8, 2022
b246dee
Update nightly.yaml
weswigham Apr 8, 2022
6bcc53b
Update set-version.yaml
weswigham Apr 8, 2022
76e6e46
Update sync-branch.yaml
weswigham Apr 8, 2022
5e721d9
Update update-lkg.yml
weswigham Apr 8, 2022
f30ce1f
Update update-package-lock.yaml
weswigham Apr 8, 2022
12c4ea8
Fix semantic merge conflict
weswigham Apr 8, 2022
af3e1d4
Reuse type nodes from optional parameters even when not written as a …
andrewbranch Apr 8, 2022
b797a3e
LEGO: Merge pull request 48621
csigs Apr 9, 2022
a744862
Explore fewer constraints in getResolvedBaseConstraint (#48613)
ahejlsberg Apr 9, 2022
f81f63f
LEGO: Merge pull request 48633
csigs Apr 10, 2022
dfb9f2f
don't have type annotations on suggested object literal methods (#48607)
gabritto Apr 11, 2022
c1db699
Don't skip tests named *Fourslash.ts (#48615)
jablko Apr 11, 2022
a7d818b
Allow twoslash-repros action to be run on-demand
andrewbranch Apr 11, 2022
15c2120
Update affected files pending emit when emitting using SemanticDignos…
sheetalkamat Apr 11, 2022
02787cf
Make LKG and nightly declaration emit the same (#48641)
andrewbranch Apr 11, 2022
a1e77ed
Fix the issue with not serializing impliedFormat when signature and v…
sheetalkamat Apr 11, 2022
c9a4d01
Update package-lock.json
typescript-bot Apr 12, 2022
cce61d1
Variance annotations on class expressions + deferred valiation (#48645)
ahejlsberg Apr 12, 2022
988fa85
Handle declaration file names consistently (#48647)
sheetalkamat Apr 12, 2022
a027cfa
More permissive parsing of instantiation expressions (#48659)
ahejlsberg Apr 13, 2022
73c93ee
fix(48657): allow JSXElement names to be IdentifierNames (#48661)
a-tarasyuk Apr 13, 2022
796be45
Update signatures to avoid post-LKG error (#48677)
andrewbranch Apr 13, 2022
cb8ddd9
WIP (#48682)
andrewbranch Apr 14, 2022
d7c9593
setup-node needs a version spec (#48688)
andrewbranch Apr 14, 2022
f1df67c
Fix workflow syntax
andrewbranch Apr 14, 2022
4fdffbf
Checkout needs everything (#48689)
andrewbranch Apr 14, 2022
6a4cb30
Update package-lock.json
typescript-bot Apr 14, 2022
fa2515e
Fixed multiple prologue directives with parameter properties (#48687)
JoshuaKGoldberg Apr 14, 2022
e6dcf6f
Fix lints after dep update (#48707)
jakebailey Apr 14, 2022
8bd7ce6
Find Source Definition (#48264)
andrewbranch Apr 14, 2022
0d9a4fe
Update package-lock.json
typescript-bot Apr 15, 2022
0976658
Allow triggering twoslash bisection manually (#48721)
andrewbranch Apr 15, 2022
56a4a93
Instead of maintaining cache id etc, reset the "working" exports map …
sheetalkamat Apr 15, 2022
65f6cb2
Constraints for mapped types with filtering 'as' clauses (#48699)
ahejlsberg Apr 18, 2022
d3943fc
Disallow line break between entity name and type arguments in typeof …
jakebailey Apr 18, 2022
6894f91
Update package-lock.json
typescript-bot Apr 19, 2022
2e619fd
Fix transformed constructor code when there is code between prologue …
patrickszmucer Apr 19, 2022
d81a976
Ensure enum aliases referenced in other enum members do not get marke…
andrewbranch Apr 19, 2022
ce487e4
Fix meta property symbol lookup (#48773)
weswigham Apr 20, 2022
273a567
Fix handling of prologue statements when there are parameter property…
jlusty Apr 20, 2022
45faac7
If we are updating dts of any of the file and it affects global scope…
sheetalkamat Apr 21, 2022
7a59e45
During emit, if shape signature for the file is same as version, then…
sheetalkamat Apr 21, 2022
ab2523b
Handles time on vfs and write non empty shadowed files in baseline ev…
sheetalkamat Apr 21, 2022
7abdb9e
Format completion snippet text before escaping (#48793)
andrewbranch Apr 21, 2022
d71dd1d
fix(48556): throw an error on jsx spread attributes with an invalid t…
a-tarasyuk Apr 21, 2022
71f94c5
Update package-lock.json
typescript-bot Apr 22, 2022
af30c79
Fixed string literal completions for partially-typed strings when ove…
Andarist Apr 22, 2022
94cb657
Fix: verification of incremental correctness that was not working bec…
sheetalkamat Apr 22, 2022
07660c8
Fix emit for undefined SourceFile (#48774)
jakebailey Apr 22, 2022
c99380f
Fix auto-import completions sometimes not updating existing imports (…
andrewbranch Apr 22, 2022
06fb307
Update package-lock.json
typescript-bot Apr 25, 2022
42fc05b
Don't run scheduled GitHub actions on forks (#48693)
marekdedic Apr 25, 2022
7920783
Fix workflow syntax error (#48842)
andrewbranch Apr 25, 2022
787bb9d
Improve support for numeric string types (#48837)
ahejlsberg Apr 25, 2022
c5f493e
Update package-lock.json
typescript-bot Apr 26, 2022
7b6b4dc
Fix `getExportSymbolOfValueSymbolIfExported` (#48769)
andrewbranch Apr 26, 2022
3d3fa0c
Update package-lock.json
typescript-bot Apr 27, 2022
bab02d2
Add Node v18 to CI (#48824)
ddzz Apr 27, 2022
2a78b22
Stop tag after @callback from crashing (#48860)
sandersn Apr 27, 2022
d45012c
Add JS-specific diagnostic message for `resolve()` in Promise where t…
nicdard Apr 27, 2022
717a1be
feat(48743): allow autocompletion in parameter object destructuring i…
a-tarasyuk Apr 27, 2022
476fc62
Eagerly resolve module specifiers for auto-import completions in `--m…
andrewbranch Apr 27, 2022
0885482
Fix export default expression comment (#48323)
xiaoxiangmoe Apr 27, 2022
9b3853d
fix(48851): exclude in from document highlights (#48853)
a-tarasyuk Apr 28, 2022
61c3bfe
Dont reload config file when package.json change is detected (#48866)
sheetalkamat Apr 28, 2022
189c2b9
Update package-lock.json
typescript-bot Apr 29, 2022
18b08fc
Use same error for iteration in <=ES5 (#48881)
DanielRosenwasser Apr 29, 2022
fd06132
Fix #47753 - Organize imports removes type imports that are only refe…
komyg Apr 29, 2022
99ffa39
fix(48759): throw an error on using import expression with type argum…
a-tarasyuk Apr 29, 2022
7ae0988
Update package-lock.json
typescript-bot May 1, 2022
eca1b45
LEGO: Merge pull request 48909
csigs May 1, 2022
7cb8846
Update package-lock.json
typescript-bot May 2, 2022
6834969
LEGO: Merge pull request 48913
csigs May 2, 2022
63a941d
Add a regression test for completion list in object literal involving…
Andarist May 2, 2022
e73d755
Fix formatter's processChildNodes (#48921)
sandersn May 2, 2022
bb887ea
fix(48557): Add missing JSDoc parameters (#48560)
dev-itsheng May 2, 2022
3b8b207
Temporarily revert unconstrained type parameter strictness in TS 4.7 …
DanielRosenwasser May 2, 2022
8f56f6b
Don't go past import in cross-project renaming (#48758)
gabritto May 3, 2022
38c1460
Fix blocking of recursive dependencies in getNarrowedTypeOfSymbol (#4…
ahejlsberg May 3, 2022
5f9c9a6
Start Node ESM stable version at Node16 (#48879)
DanielRosenwasser May 3, 2022
9469f95
Add tests case for function check type being correctly paranthesized …
Andarist May 4, 2022
ad2b7a6
Document encodeURIComponent/encodeURI's argument as unencoded (#48803)
BrandonXLF May 4, 2022
d337cbc
Run `mocha` using `process.execPath` instead of harcoding `"node"` (#…
Andarist May 4, 2022
d879880
Don’t let other completions shadow type keywords in type locations (#…
andrewbranch May 4, 2022
c8ec855
When source file is redirected, set the prototype correctly in node f…
sheetalkamat May 4, 2022
f579f33
Revert "Don't treat a colon in a conditional expression branch as par…
jakebailey May 4, 2022
e26bc8a
Skip missing nodes in formatting (#48953)
andrewbranch May 4, 2022
7d60dc1
Revert "feat(47595): allow using private fields in type queries" (#48…
jakebailey May 4, 2022
46e8306
Skip ambient modules in globalThis (#48938)
sandersn May 5, 2022
650c056
No error on toplevel return in JS (#48874)
sandersn May 5, 2022
eb1a8b1
Remove some unused baselines. (#48964)
DanielRosenwasser May 5, 2022
1e157ef
Fix node16 tests (#48974)
sheetalkamat May 5, 2022
8e433cd
Allow export map entries to remap back to input files for a program (…
weswigham May 5, 2022
f8a09be
fix(48878): return errorType on invalid nodes in getTypeAtLocation (#…
a-tarasyuk May 5, 2022
4680b54
Clear ExportMapCache on cancellation requested (#48979)
andrewbranch May 5, 2022
58114cf
Harden combineProjectOutputForReferences against empty results (#48978)
amcasey May 5, 2022
4a0b083
Add ES2022 `Intl.Segmenter` type (#48800)
petamoriken May 6, 2022
4765355
Fix more tests missing 'it' call in 'describe' (#48994)
jakebailey May 6, 2022
2ffe686
Respect importModuleSpecifierEnding inside node_modules packages (#48…
andrewbranch May 6, 2022
8d0393d
Fix missing parsingContext restore at return in parseDelimitedList (#…
jakebailey May 6, 2022
1a4643b
Flag resolution mode assertions in non-nightly builds (#49002)
RyanCavanaugh May 6, 2022
c99b802
Merge branch 'main' into release-4.7
DanielRosenwasser May 6, 2022
34e93a1
Bump version to 4.7.1-rc
DanielRosenwasser May 6, 2022
6c13ec8
Accepted baselines.
DanielRosenwasser May 6, 2022
ca59c9b
Update LKG.
DanielRosenwasser May 6, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
6 changes: 3 additions & 3 deletions .github/workflows/accept-baselines-fix-lints.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Use node version 12
uses: actions/setup-node@v1
- name: Use node version 14
uses: actions/setup-node@v3
with:
node-version: 12
node-version: 14
registry-url: https://registry.npmjs.org/

- name: Configure Git, Run Tests, Update Baselines, Apply Fixes
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ jobs:

strategy:
matrix:
node-version: [12.x, 14.x, 16.x]
node-version: [14.x, 16.x, 18.x]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 5
- name: Use node version ${{ matrix.node-version }}
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Remove existing TypeScript
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:

# CodeQL runs on ubuntu-latest and windows-latest
runs-on: ubuntu-latest
if: github.repository == 'microsoft/TypeScript'

steps:
- name: Checkout repository
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ensure-related-repos-run-crons.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
if: github.repository == 'microsoft/TypeScript'

steps:
- name: Configure git
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/new-release-branch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Use node version 12.x
uses: actions/setup-node@v1
- name: Use node version 14.x
uses: actions/setup-node@v3
with:
node-version: 12.x
node-version: 14.x
- uses: actions/checkout@v2
with:
fetch-depth: 5
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,14 @@ on:
jobs:
build:
runs-on: ubuntu-latest
if: github.repository == 'microsoft/TypeScript'

steps:
- uses: actions/checkout@v2
- name: Use node version 12
uses: actions/setup-node@v1
- name: Use node version 14
uses: actions/setup-node@v3
with:
node-version: 12
node-version: 14
registry-url: https://registry.npmjs.org/
- name: Setup and publish nightly
run: |
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release-branch-artifact.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Use node version 12
uses: actions/setup-node@v1
- name: Use node version 14
uses: actions/setup-node@v3
with:
node-version: 12
node-version: 14
- name: Remove existing TypeScript
run: |
npm uninstall typescript --no-save
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rich-navigation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
fetch-depth: 5

- uses: actions/setup-node@v2
- uses: actions/setup-node@v3
with:
node-version: 14

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/set-version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Use node version 12.x
uses: actions/setup-node@v1
- name: Use node version 14.x
uses: actions/setup-node@v3
with:
node-version: 12.x
node-version: 14.x
- uses: actions/checkout@v2
with:
ref: ${{ github.event.client_payload.branch_name }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/sync-branch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Use node version 12.x
uses: actions/setup-node@v1
- name: Use node version 14.x
uses: actions/setup-node@v3
with:
node-version: 12.x
node-version: 14.x
- uses: actions/checkout@v2
with:
ref: ${{ github.event.inputs.branch_name || github.event.client_payload.branch_name }}
Expand Down
32 changes: 27 additions & 5 deletions .github/workflows/twoslash-repros.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,38 @@ on:
- cron: '0 8 * * *'
repository_dispatch:
types: run-twoslash-repros
issues:
types:
- labeled
workflow_dispatch:
inputs:
bisect_issue:
description: Triggers a bisect request on the given issue number instead of updating repros on all issues
required: false
type: string

jobs:
build:
run:
if: ${{ github.repository == 'microsoft/TypeScript' && !github.event.label && !github.event.inputs.bisect_issue }}
runs-on: ubuntu-latest
steps:
- name: Use node
uses: actions/setup-node@v1
- run: |
npm init -y
npm install --save typescript@next
uses: actions/setup-node@v3
- uses: microsoft/TypeScript-Twoslash-Repro-Action@master
with:
github-token: ${{ secrets.TS_BOT_GITHUB_TOKEN }}

bisect:
if: ${{ github.event.label.name == 'Bisect Repro' || github.event.inputs.bisect_issue }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-node@v3
with:
node-version: 16
- uses: microsoft/TypeScript-Twoslash-Repro-Action@master
with:
github-token: ${{ secrets.TS_BOT_GITHUB_TOKEN }}
bisect: ${{ github.event.issue.number || github.event.inputs.bisect_issue }}
6 changes: 3 additions & 3 deletions .github/workflows/update-lkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Use node version 12
uses: actions/setup-node@v1
- name: Use node version 14
uses: actions/setup-node@v3
with:
node-version: 12
node-version: 14
registry-url: https://registry.npmjs.org/

- name: Configure Git and Update LKG
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/update-package-lock.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,13 @@ on:
jobs:
build:
runs-on: ubuntu-latest
if: github.repository == 'microsoft/TypeScript'

steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
- uses: actions/setup-node@v3
with:
node-version: 12
node-version: 14
registry-url: https://registry.npmjs.org/

- name: Configure git and update package-lock.json
Expand Down
1 change: 1 addition & 0 deletions AUTHORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ TypeScript is authored by:
- Gabriel Isenberg
- Gabriela Araujo Britto
- Gabriela Britto
- Gao Sheng
- gb714us
- Gilad Peleg
- Godfrey Chan
Expand Down
6 changes: 4 additions & 2 deletions lib/cs/diagnosticMessages.generated.json
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@
"Add_void_to_Promise_resolved_without_a_value_95143": "Přidat void k objektu Promise vyřešenému bez hodnoty",
"Add_void_to_all_Promises_resolved_without_a_value_95144": "Přidat void ke všem objektům Promise vyřešeným bez hodnoty",
"Adding_a_tsconfig_json_file_will_help_organize_projects_that_contain_both_TypeScript_and_JavaScript__5068": "Přidání souboru tsconfig.json vám pomůže uspořádat projekty, které obsahují jak soubory TypeScript, tak soubory JavaScript. Další informace najdete na adrese https://aka.ms/tsconfig.",
"All_declarations_of_0_must_have_identical_constraints_2838": "Všechny deklarace {0} musí mít identická omezení.",
"All_declarations_of_0_must_have_identical_modifiers_2687": "Všechny deklarace {0} musí mít stejné modifikátory.",
"All_declarations_of_0_must_have_identical_type_parameters_2428": "Všechny deklarace {0} musí mít stejné parametry typu.",
"All_declarations_of_an_abstract_method_must_be_consecutive_2516": "Všechny deklarace abstraktní metody musí jít po sobě.",
Expand Down Expand Up @@ -573,7 +574,6 @@
"Duplicate_index_signature_for_type_0_2374": "Duplicitní signatura indexu pro typ {0}.",
"Duplicate_label_0_1114": "Duplicitní popisek {0}",
"Duplicate_property_0_2718": "Duplicitní vlastnost {0}.",
"Dynamic_import_cannot_have_type_arguments_1326": "Dynamický import nemůže mít argumenty typu.",
"Dynamic_import_s_specifier_must_be_of_type_string_but_here_has_type_0_7036": "Specifikátor dynamického importu musí být typu string, ale tady má typ {0}.",
"Dynamic_imports_are_only_supported_when_the_module_flag_is_set_to_es2020_es2022_esnext_commonjs_amd__1323": "Dynamické importy se podporují jen v případě, že příznak --module je nastavený na es2020, es2022, esnext, commonjs, amd, system, umd, node12 nebo nodenext.",
"Dynamic_imports_can_only_accept_a_module_specifier_and_an_optional_assertion_as_arguments_1450": "Dynamické importy můžou jako argumenty přijímat jenom specifikátor modulu a volitelný kontrolní výraz.",
Expand Down Expand Up @@ -642,6 +642,7 @@
"Expected_0_arguments_but_got_1_Did_you_forget_to_include_void_in_your_type_argument_to_Promise_2794": "Očekával se tento počet argumentů: {0}, ale byl přijat tento počet: {1}. Nezapomněli jste zahrnout void do argumentu typu pro objekt Promise?",
"Expected_0_type_arguments_but_got_1_2558": "Očekávaly se argumenty typu {0}, ale předaly se argumenty typu {1}.",
"Expected_0_type_arguments_provide_these_with_an_extends_tag_8026": "Očekávané argumenty typu {0}; zadejte je se značkou @extends.",
"Expected_1_argument_but_got_0_new_Promise_needs_a_JSDoc_hint_to_produce_a_resolve_that_can_be_called_2810": "Očekával se 1 argument, ale bylo jich 0. New Promise() potřebuje pomocný parametr JSDoc k vytvoření resolve, který se dá volat bez argumentů.",
"Expected_at_least_0_arguments_but_got_1_2555": "Očekával se aspoň tento počet argumentů: {0}. Počet předaných argumentů: {1}",
"Expected_corresponding_JSX_closing_tag_for_0_17002": "Očekávala se odpovídající ukončující značka JSX pro {0}.",
"Expected_corresponding_closing_tag_for_JSX_fragment_17015": "Pro fragment JSX se očekávala odpovídající uzavírací značka.",
Expand Down Expand Up @@ -1483,6 +1484,7 @@
"This_syntax_requires_an_imported_helper_named_1_which_does_not_exist_in_0_Consider_upgrading_your_ve_2343": "Tato syntaxe vyžaduje importovanou pomocnou rutinu s názvem {1}, která v {0} neexistuje. Zvažte možnost upgradovat verzi {0}.",
"This_syntax_requires_an_imported_helper_named_1_with_2_parameters_which_is_not_compatible_with_the_o_2807": "Tato syntaxe vyžaduje importovanou pomocnou rutinu s názvem {1} a parametry {2}, která není kompatibilní s tou v {0}. Zvažte upgrade verze {0}.",
"This_type_parameter_probably_needs_an_extends_object_constraint_2208": "Tento parametr typu pravděpodobně potřebuje omezení „extends object“.",
"This_use_of_import_is_invalid_import_calls_can_be_written_but_they_must_have_parentheses_and_cannot__1326": "Toto použití importu není platné. Volání import() se dají zapsat, ale musí mít závorky a nemůžou mít typové argumenty.",
"Top_level_await_expressions_are_only_allowed_when_the_module_option_is_set_to_es2022_esnext_system_o_1378": "Výrazy await nejvyšší úrovně se povolují jen v případě, že možnost module je nastavená na es2022, esnext, system nebo nodenext a možnost target je nastavená na es2017 nebo vyšší.",
"Top_level_declarations_in_d_ts_files_must_start_with_either_a_declare_or_export_modifier_1046": "Deklarace nejvyšší úrovně v souborech .d.ts musí začínat modifikátorem declare, nebo export.",
"Top_level_for_await_loops_are_only_allowed_when_the_module_option_is_set_to_es2022_esnext_system_or__1432": "Smyčky for await nejvyšší úrovně se povolují jen v případě, že možnost module je nastavená na es2022, esnext, system nebo nodenext a možnost target je nastavená na es2017 nebo vyšší.",
Expand All @@ -1509,7 +1511,6 @@
"Type_0_is_not_a_valid_async_function_return_type_in_ES5_SlashES3_because_it_does_not_refer_to_a_Prom_1055": "Typ {0} nepředstavuje platný návratový typ asynchronní funkce v ES5/ES3, protože neodkazuje na hodnotu konstruktoru kompatibilní s příslibem.",
"Type_0_is_not_an_array_type_2461": "Typ {0} není typ pole.",
"Type_0_is_not_an_array_type_or_a_string_type_2495": "Typ {0} není typem pole nebo řetězce.",
"Type_0_is_not_an_array_type_or_a_string_type_Use_compiler_option_downlevelIteration_to_allow_iterati_2569": "Typ {0} není typem pole ani typem řetězce. Pokud chcete povolit iteraci iterátorů, použijte možnost kompilátoru --downlevelIteration.",
"Type_0_is_not_an_array_type_or_a_string_type_or_does_not_have_a_Symbol_iterator_method_that_returns__2549": "Typ {0} není typem pole nebo řetězce, nebo nemá metodu [Symbol.iterator](), která vrací iterátor.",
"Type_0_is_not_an_array_type_or_does_not_have_a_Symbol_iterator_method_that_returns_an_iterator_2548": "Typ {0} není typem pole, nebo nemá metodu [Symbol.iterator](), která vrací iterátor.",
"Type_0_is_not_assignable_to_type_1_2322": "Typ {0} nejde přiřadit typu {1}.",
Expand Down Expand Up @@ -1633,6 +1634,7 @@
"Variable_declaration_list_cannot_be_empty_1123": "Seznam deklarací proměnných nemůže být prázdný.",
"Variable_declaration_not_allowed_at_this_location_1440": "Deklarace proměnné není v tomto umístění povolená.",
"Variadic_element_at_position_0_in_source_does_not_match_element_at_position_1_in_target_2625": "Element variadic na pozici {0} ve zdroji neodpovídá elementu na pozici {1} v cíli.",
"Variance_annotations_are_only_supported_in_type_aliases_for_object_function_constructor_and_mapped_t_2637": "Poznámky Variance se podporují pouze u aliasů typů pro typy objektů, funkcí, konstruktorů a mapování.",
"Version_0_6029": "Verze {0}",
"Visit_https_Colon_Slash_Slashaka_ms_Slashtsconfig_to_read_more_about_this_file_95110": "Další informace o tomto souboru si můžete přečíst na https://aka.ms/tsconfig",
"WATCH_OPTIONS_6918": "MOŽNOSTI SLEDOVÁNÍ",
Expand Down
Loading