deno/tests/specs/check
Nayeem Rahman 9e2472afc0
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
fix(check): filter resolution errors for bare ambient modules (#30690)
2025-09-12 17:44:13 +01:00
..
ambient_modules fix(check): filter resolution errors for bare ambient modules (#30690) 2025-09-12 17:44:13 +01:00
bare_specifier_not_found fix(check): filter resolution errors for bare ambient modules (#30690) 2025-09-12 17:44:13 +01:00
byonm_import_missing_types fix(check): temporarily ignore ERR_TYPES_NOT_FOUND (#29926) 2025-07-08 10:23:37 -07:00
bytes_and_text_imports feat(unstable): bytes and text imports (#29855) 2025-06-26 11:21:16 -04:00
check_all fix(check): compiler options from workspace members (#27785) 2025-01-28 10:49:58 -05:00
check_all_local chore(tests): Deprecate remaining usages of itest in check tests (#26962) 2024-12-10 23:41:24 +01:00
check_broadcast_channel chore: deprecate check itests (#25963) 2024-10-02 09:22:35 +00:00
check_deno_not_found fix(check): compiler options from workspace members (#27785) 2025-01-28 10:49:58 -05:00
check_dts fix(check): compiler options from workspace members (#27785) 2025-01-28 10:49:58 -05:00
check_exclude_option fix(check): compiler options from workspace members (#27785) 2025-01-28 10:49:58 -05:00
check_imported_files_listed_in_exclude_option fix(check): compiler options from workspace members (#27785) 2025-01-28 10:49:58 -05:00
check_jsximportsource_importmap_config chore: deprecate check itests (#25963) 2024-10-02 09:22:35 +00:00
check_no_error_truncation fix(check): compiler options from workspace members (#27785) 2025-01-28 10:49:58 -05:00
check_node_builtin_modules fix: bump default @types/node version range to 22.15.14 (#28407) 2025-05-08 17:44:22 +00:00
check_non_normalized_specifier fix(check): don't assert unique normalized specifiers (#29274) 2025-05-13 16:16:38 +00:00
check_npm_install_diagnostics fix(check): compiler options from workspace members (#27785) 2025-01-28 10:49:58 -05:00
check_static_response_json chore: deprecate check itests (#25963) 2024-10-02 09:22:35 +00:00
check_types_dts chore: migrate bench, publish, and more itests to spec tests (#23584) 2024-04-29 10:08:27 -04:00
check_with_excluded_file_specified chore: migrate bench, publish, and more itests to spec tests (#23584) 2024-04-29 10:08:27 -04:00
check_workspace fix(check): compiler options from workspace members (#27785) 2025-01-28 10:49:58 -05:00
cjs_default_export fix(check): compiler options from workspace members (#27785) 2025-01-28 10:49:58 -05:00
compiler_options_root_dirs_and_sloppy_imports fix(check): support sloppy imports with "compilerOptions.rootDirs" (#27973) 2025-02-05 23:08:10 +00:00
compiler_options_types fix(check/lsp): correctly resolve compilerOptions.types (#27686) 2025-01-15 18:48:10 -08:00
css_import fix(check): don't ignore ambient declarations for existent files (#30591) 2025-09-02 10:48:48 +01:00
declaration_header_file_with_no_exports chore: deprecate check itests (#25963) 2024-10-02 09:22:35 +00:00
definitely_typed fix(check/lsp): fall back to @types/* packages if npm package doesn't have types (#28185) 2025-02-19 23:55:06 +00:00
dts_importing_non_existent fix(check): compiler options from workspace members (#27785) 2025-01-28 10:49:58 -05:00
erasable_syntax_only feat(check): support erasableSyntaxOnly for type checking (#29097) 2025-04-30 02:38:07 +00:00
export_equals_declaration_file feat: TypeScript 5.6 and npm:@types/node@22 (#25614) 2024-09-14 11:58:47 +01:00
extensionless chore: migrate bench, publish, and more itests to spec tests (#23584) 2024-04-29 10:08:27 -04:00
globbing fix(check): compiler options from workspace members (#27785) 2025-01-28 10:49:58 -05:00
import_meta_no_errors fix(check/lsp): fix bugs with tsc type resolution, allow npm packages to augment ImportMeta (#27690) 2025-01-16 19:20:04 +00:00
import_non_existent_in_remote fix(check): compiler options from workspace members (#27785) 2025-01-28 10:49:58 -05:00
instability_fetch fix(check): remove instability in loading lib files (#28202) 2025-02-20 12:41:58 -05:00
jsdoc_import_decl fix(check): compiler options from workspace members (#27785) 2025-01-28 10:49:58 -05:00
jsx_automatic_no_explicit_import_source fix(check): regression - implicit jsxImportSource was not resolving (#28228) 2025-02-21 14:09:57 -05:00
jsx_import_source_not_in_graph fix(check): ignore resolving jsxImportSource when jsx is not used in graph (#26548) 2024-10-25 17:56:40 +00:00
jsx_import_source_types feat: add --allow-import flag (#25469) 2024-09-26 01:50:54 +00:00
jsx_import_source_types_config feat: add --allow-import flag (#25469) 2024-09-26 01:50:54 +00:00
jsx_not_checked fix(check): compiler options from workspace members (#27785) 2025-01-28 10:49:58 -05:00
lockfile_types_node fix(check): do not add @types/node@* to lockfile if a @types/node req already exists (#29270) 2025-05-13 18:44:54 -04:00
lockfile_types_node_existing fix(check): do not add @types/node@* to lockfile if a @types/node req already exists (#29270) 2025-05-13 18:44:54 -04:00
message_chain_formatting fix(check): compiler options from workspace members (#27785) 2025-01-28 10:49:58 -05:00
module_detection_force chore: deprecate check itests (#25963) 2024-10-02 09:22:35 +00:00
module_not_found fix: add hint to run with --no-check when type checking fails (#28091) 2025-02-13 10:54:52 +00:00
module_not_found_npm_pkg_entrypoint fix(check/npm): move not found errors inside npm packages to tsc diagnostics (#28337) 2025-02-28 10:06:20 -05:00
module_not_found_npm_pkg_internal fix(check/npm): move not found errors inside npm packages to tsc diagnostics (#28337) 2025-02-28 10:06:20 -05:00
module_resolution_bundler_sloppy_imports fix(check): support "moduleResolution": "bundler" in compiler options (#30603) 2025-09-04 17:45:50 +01:00
no_implicit_override fix(check): compiler options from workspace members (#27785) 2025-01-28 10:49:58 -05:00
npm_pkg_empty_main_entry fix(check): compiler options from workspace members (#27785) 2025-01-28 10:49:58 -05:00
package_json feat(install): refresh install report (#30615) 2025-09-08 09:44:22 +00:00
package_json_auto_install fix(npm): ensure scoped package name is encoded in URLs (#26390) 2024-10-18 20:38:57 +02:00
package_json_fail_check feat(install): refresh install report (#30615) 2025-09-08 09:44:22 +00:00
package_json_with_deno_json feat(install): refresh install report (#30615) 2025-09-08 09:44:22 +00:00
random_extension chore: migrate bench, publish, and more itests to spec tests (#23584) 2024-04-29 10:08:27 -04:00
reject_string_in_readable_stream_from fix(check): compiler options from workspace members (#27785) 2025-01-28 10:49:58 -05:00
remote_missing_override feat: add --allow-import flag (#25469) 2024-09-26 01:50:54 +00:00
skip_lib_check fix(lsp): use referrer compiler options for node_modules files (#30275) 2025-08-05 15:33:53 +01:00
ts_in_npm_pkg fix(check): better handling of TypeScript in npm packages for type checking (#27853) 2025-01-28 20:32:37 +00:00
tsconfig_default_libs feat(check): tsconfig "references", "extends", "files", "include" and "exclude" (#29843) 2025-06-26 21:17:07 +00:00
tsconfig_deno_json_priority fix(tsconfig): prioritize deno.json if it has compiler options (#30056) 2025-07-10 19:46:34 +01:00
tsconfig_exclude fix(tsconfig): prioritize deno.json if it has compiler options (#30056) 2025-07-10 19:46:34 +01:00
tsconfig_extends fix(tsconfig): prioritize deno.json if it has compiler options (#30056) 2025-07-10 19:46:34 +01:00
tsconfig_extends_array fix(tsconfig): prioritize deno.json if it has compiler options (#30056) 2025-07-10 19:46:34 +01:00
tsconfig_extends_node_resolution fix(tsconfig): prioritize deno.json if it has compiler options (#30056) 2025-07-10 19:46:34 +01:00
tsconfig_files fix(tsconfig): prioritize deno.json if it has compiler options (#30056) 2025-07-10 19:46:34 +01:00
tsconfig_files_for_globals fix(tsconfig): prioritize deno.json if it has compiler options (#30056) 2025-07-10 19:46:34 +01:00
tsconfig_include fix(tsconfig): prioritize deno.json if it has compiler options (#30056) 2025-07-10 19:46:34 +01:00
tsconfig_no_config fix(check): don't detect tsconfigs with no deno.json/package.json or --no-config (#29925) 2025-06-27 22:09:55 +00:00
tsconfig_no_deno_json fix(check): don't detect tsconfigs with no deno.json/package.json or --no-config (#29925) 2025-06-27 22:09:55 +00:00
tsconfig_non_strict_defaults fix(tsconfig): don't use tsc-compatible defaults for deno.json compiler options (#30242) 2025-07-30 21:24:43 +01:00
tsconfig_references_dir fix(tsconfig): prioritize deno.json if it has compiler options (#30056) 2025-07-10 19:46:34 +01:00
tsconfig_root_dirs fix(check): support "compilerOptions.rootDirs" in tsconfig (#30495) 2025-09-02 19:39:57 +01:00
type_reference_import_meta fix(check/lsp): fix bugs with tsc type resolution, allow npm packages to augment ImportMeta (#27690) 2025-01-16 19:20:04 +00:00
typecheck_doc_duplicate_identifiers feat(cli): evaluate code snippets in JSDoc and markdown (#25220) 2024-09-17 21:35:48 -07:00
typecheck_doc_failure fix(check): compiler options from workspace members (#27785) 2025-01-28 10:49:58 -05:00
typecheck_doc_in_markdown fix(check): compiler options from workspace members (#27785) 2025-01-28 10:49:58 -05:00
typecheck_doc_success feat(cli): evaluate code snippets in JSDoc and markdown (#25220) 2024-09-17 21:35:48 -07:00
types_resolved_relative_config fix(check): compiler options from workspace members (#27785) 2025-01-28 10:49:58 -05:00
unstable_suggestion fix(check): compiler options from workspace members (#27785) 2025-01-28 10:49:58 -05:00
use_unknown_in_catch_variables fix(check): compiler options from workspace members (#27785) 2025-01-28 10:49:58 -05:00
wasm fix(check): compiler options from workspace members (#27785) 2025-01-28 10:49:58 -05:00
with_bare_import fix(check): filter resolution errors for bare ambient modules (#30690) 2025-09-12 17:44:13 +01:00
with_tsconfig_json feat(check): detect tsconfig.json at workspace root (#29092) 2025-04-29 21:54:22 +00:00
workspace fix(check): compiler options from workspace members (#27785) 2025-01-28 10:49:58 -05:00
workspace_compiler_option_types fix(check): compiler options from workspace members (#27785) 2025-01-28 10:49:58 -05:00
workspace_compiler_options_root_dirs feat(check/lsp): support "compilerOptions.rootDirs" (#27844) 2025-01-30 00:20:25 +00:00