diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2024-03-26 18:52:57 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-26 18:52:57 -0400 |
commit | ac4a5f74b8e56a360e0a0543a6fc45099e13b95a (patch) | |
tree | 463796fb830eae41fc039512bb1ce79919195735 /cli/lsp/tsc.rs | |
parent | 6b95c53e48a2622f4f2b6fdfa6c2c26dc30bbba4 (diff) |
feat: TypeScript 5.4 (#23086)
Fork PR: https://github.com/denoland/TypeScript/pull/10
Closes #23080
Diffstat (limited to 'cli/lsp/tsc.rs')
-rw-r--r-- | cli/lsp/tsc.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/lsp/tsc.rs b/cli/lsp/tsc.rs index 1d7dac4e9..4eb425c1f 100644 --- a/cli/lsp/tsc.rs +++ b/cli/lsp/tsc.rs @@ -5023,6 +5023,7 @@ mod tests { .unwrap(); asset_names.sort(); + // if this test fails, update build.rs expected_asset_names.sort(); assert_eq!(asset_names, expected_asset_names); |