fix(check): filter resolution errors for bare ambient modules (#30690)
Some checks failed
ci / build libs (push) Has been cancelled
ci / pre-build (push) Has been cancelled
ci / publish canary (push) Has been cancelled
ci / test debug linux-aarch64 (push) Has been cancelled
ci / test debug macos-aarch64 (push) Has been cancelled
ci / bench release linux-x86_64 (push) Has been cancelled
ci / test release linux-aarch64 (push) Has been cancelled
ci / test release macos-aarch64 (push) Has been cancelled
ci / lint debug linux-x86_64 (push) Has been cancelled
ci / lint debug macos-x86_64 (push) Has been cancelled
ci / lint debug windows-x86_64 (push) Has been cancelled
ci / test debug linux-x86_64 (push) Has been cancelled
ci / test release linux-x86_64 (push) Has been cancelled
ci / test debug macos-x86_64 (push) Has been cancelled
ci / test release macos-x86_64 (push) Has been cancelled
ci / test debug windows-x86_64 (push) Has been cancelled
ci / test release windows-x86_64 (push) Has been cancelled

This commit is contained in:
Nayeem Rahman 2025-09-12 17:44:13 +01:00 committed by GitHub
parent bf8288baa5
commit 9e2472afc0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
19 changed files with 125 additions and 47 deletions

View file

@ -160,6 +160,7 @@ pub async fn doc(
GraphWalkErrorsOptions {
check_js: CheckJsOption::False,
kind: GraphKind::TypesOnly,
will_type_check: false,
allow_unknown_media_types: false,
allow_unknown_jsr_exports: false,
},