mirror of
https://github.com/denoland/deno.git
synced 2025-08-04 19:08:15 +00:00
fix(check): ignore TS2306 (#14940)
Fixes a regression where this type checking error was being surfaced in certain scenarios.
This commit is contained in:
parent
13f47ec41b
commit
ef7bc5e0a6
5 changed files with 13 additions and 0 deletions
|
@ -37,3 +37,9 @@ itest!(module_detection_force {
|
|||
args: "check --quiet module_detection_force.ts",
|
||||
output_str: Some(""),
|
||||
});
|
||||
|
||||
// Regression test for https://github.com/denoland/deno/issues/14937.
|
||||
itest!(declaration_header_file_with_no_exports {
|
||||
args: "check --quiet declaration_header_file_with_no_exports.ts",
|
||||
output_str: Some(""),
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue