diff --git a/Cargo.lock b/Cargo.lock index 01e00364b..be997ad05 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "Inflector" @@ -34,7 +34,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011" dependencies = [ "cfg-if", - "getrandom", "once_cell", "version_check", "zerocopy", @@ -51,9 +50,9 @@ dependencies = [ [[package]] name = "allocator-api2" -version = "0.2.20" +version = "0.2.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "45862d1c77f2228b9e10bc609d5bc203d86ebc9b87ad8d5d5167a6c9abf739d9" +checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923" [[package]] name = "anstream" @@ -96,41 +95,48 @@ dependencies = [ [[package]] name = "anstyle-wincon" -version = "3.0.6" +version = "3.0.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2109dbce0e72be3ec00bed26e6a7479ca384ad226efdd66db8fa2e3a38c83125" +checksum = "ca3534e77181a9cc07539ad51f2141fe32f6c3ffd4df76db8ad92346b003ae4e" dependencies = [ "anstyle", + "once_cell", "windows-sys 0.59.0", ] [[package]] name = "anyhow" -version = "1.0.93" +version = "1.0.96" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6b964d184e89d9b6b67dd2715bc8e74cf3107fb2b529990c90cf517326150bf4" + +[[package]] +name = "ascii" +version = "1.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4c95c10ba0b00a02636238b814946408b1322d5ac4760326e6fb8ec956d85775" +checksum = "d92bec98840b8f03a5ff5413de5293bfcd8bf96467cf5452609f939ec6f5de16" [[package]] name = "ast_node" -version = "0.9.9" +version = "3.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f9184f2b369b3e8625712493c89b785881f27eedc6cde480a81883cef78868b2" +checksum = "91fb5864e2f5bf9fd9797b94b2dfd1554d4c3092b535008b27d7e15c86675a2f" dependencies = [ "proc-macro2", "quote", - "swc_macros_common", - "syn 2.0.89", + "swc_macros_common 1.0.0", + "syn", ] [[package]] name = "async-trait" -version = "0.1.83" +version = "0.1.86" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "721cae7de5c34fbb2acd27e21e6d2cf7b886dce0c27388d46c4e6c47ea4318dd" +checksum = "644dd749086bf3771a2fbc5f256fdb982d53f011c7d5d560304eafeecebce79d" dependencies = [ "proc-macro2", "quote", - "syn 2.0.89", + "syn", ] [[package]] @@ -183,9 +189,9 @@ dependencies = [ [[package]] name = "better_scoped_tls" -version = "0.1.2" +version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "297b153aa5e573b5863108a6ddc9d5c968bd0b20e75cc614ee9821d2f45679c7" +checksum = "50fd297a11c709be8348aec039c8b91de16075d2b2bdaee1bd562c0875993664" dependencies = [ "scoped-tls", ] @@ -201,9 +207,9 @@ dependencies = [ [[package]] name = "bitflags" -version = "2.6.0" +version = "2.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de" +checksum = "8f68f53c83ab957f72c32642f3868eec03eb974d1fb82e453128456482613d36" [[package]] name = "bitvec" @@ -233,14 +239,14 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "17d4f95e880cfd28c4ca5a006cf7f6af52b4bcb7b5866f573b2faa126fb7affb" dependencies = [ "quote", - "syn 2.0.89", + "syn", ] [[package]] name = "bumpalo" -version = "3.16.0" +version = "3.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c" +checksum = "1628fb46dfa0b37568d12e5edd512553eccf6a22a78e8bde00bb4aed84d5bdbf" dependencies = [ "allocator-api2", ] @@ -253,9 +259,9 @@ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" [[package]] name = "bytes" -version = "1.8.0" +version = "1.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9ac0150caa2ae65ca5bd83f25c7de183dea78d4d366469f148435e2acfbad0da" +checksum = "f61dac84819c6588b558454b194026eb1f09c293b9036ae9b159e74e73ab6cf9" [[package]] name = "capacity_builder" @@ -276,14 +282,23 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3b4a6cae9efc04cc6cbb8faf338d2c497c165c83e74509cf4dbedea948bbf6e5" dependencies = [ "quote", - "syn 2.0.89", + "syn", +] + +[[package]] +name = "castaway" +version = "0.2.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0abae9be0aaf9ea96a3b1b8b1b55c602ca751eba1b1500220cea4ecbafe7c0d5" +dependencies = [ + "rustversion", ] [[package]] name = "cc" -version = "1.2.1" +version = "1.2.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fd9de9f2205d5ef3fd67e685b0df337994ddd4495e2a28d185500d0e1edfea47" +checksum = "c736e259eea577f443d5c86c304f9f4ae0295c43f3ba05c21f1d66b5f06001af" dependencies = [ "shlex", ] @@ -306,6 +321,19 @@ version = "1.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990" +[[package]] +name = "compact_str" +version = "0.7.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f86b9c4c00838774a6d902ef931eff7470720c51d90c2e32cfe15dc304737b3f" +dependencies = [ + "castaway", + "cfg-if", + "itoa", + "ryu", + "static_assertions", +] + [[package]] name = "console_error_panic_hook" version = "0.1.7" @@ -318,27 +346,27 @@ dependencies = [ [[package]] name = "cpufeatures" -version = "0.2.16" +version = "0.2.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "16b80225097f2e5ae4e7179dd2266824648f3e2f49d9134d584b76389d31c4c3" +checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280" dependencies = [ "libc", ] [[package]] name = "crossbeam-channel" -version = "0.5.13" +version = "0.5.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2" +checksum = "06ba6d68e24814cb8de6bb986db8222d3a027d15872cabc0d18817bc3c0e4471" dependencies = [ "crossbeam-utils", ] [[package]] name = "crossbeam-utils" -version = "0.8.20" +version = "0.8.21" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80" +checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" [[package]] name = "crypto-common" @@ -365,9 +393,9 @@ dependencies = [ [[package]] name = "data-encoding" -version = "2.6.0" +version = "2.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2" +checksum = "575f75dfd25738df5b91b8e43e14d44bda14637a58fae779fd2b064f8bf3e010" [[package]] name = "data-url" @@ -387,14 +415,14 @@ dependencies = [ [[package]] name = "deno_ast" -version = "0.45.0" +version = "0.46.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8b64adab8b7eb6a8713d7ada508b2ef5dc41f201acf6c42d4214ca1917365958" +checksum = "1bd3b6e14e5b1235dd613d9f5d955d7a80dec6de0fc00fa34b5d0ef5ca0a9ddb" dependencies = [ "base64 0.21.7", "deno_error", "deno_media_type", - "deno_terminal 0.2.0", + "deno_terminal", "dprint-swc-ext", "once_cell", "percent-encoding", @@ -419,20 +447,20 @@ dependencies = [ "swc_ecma_utils", "swc_ecma_visit", "swc_eq_ignore_macros", - "swc_macros_common", + "swc_macros_common 1.0.0", "swc_visit", "swc_visit_macros", "text_lines", - "thiserror 2.0.3", - "unicode-width", + "thiserror", + "unicode-width 0.2.0", "url", ] [[package]] name = "deno_error" -version = "0.5.3" +version = "0.5.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c4da6a58de6932a96f84e133c072fd3b525966ee122a71f3efd48bbff2eed5ac" +checksum = "19fae9fe305307b5ef3ee4e8244c79cffcca421ab0ce8634dea0c6b1342f220f" dependencies = [ "deno_error_macro", "libc", @@ -443,13 +471,13 @@ dependencies = [ [[package]] name = "deno_error_macro" -version = "0.5.3" +version = "0.5.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "46351dff93aed2039407c91e2ded2a5591e42d2795ab3d111288625bb710d3d2" +checksum = "5abb2556e91848b66f562451fcbcdee2a3b7c88281828908dcf7cca355f5d997" dependencies = [ "proc-macro2", "quote", - "syn 2.0.89", + "syn", ] [[package]] @@ -465,7 +493,7 @@ dependencies = [ "deno_media_type", "deno_path_util", "deno_semver", - "deno_terminal 0.2.0", + "deno_terminal", "deno_unsync", "encoding_rs", "env_logger", @@ -485,7 +513,7 @@ dependencies = [ "sha2", "sys_traits", "tempfile", - "thiserror 2.0.3", + "thiserror", "tokio", "twox-hash", "url", @@ -500,23 +528,23 @@ dependencies = [ "deno_error", "deno_graph", "futures", - "getrandom", + "getrandom 0.2.15", "js-sys", "pretty_assertions", "serde", "serde-wasm-bindgen", "serde_json", "sys_traits", - "thiserror 2.0.3", + "thiserror", "wasm-bindgen", "wasm-bindgen-futures", ] [[package]] name = "deno_media_type" -version = "0.2.4" +version = "0.2.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "577fe2bbe04f3e9b1b7c6fac6a75101a9fbd611c50a6b68789e69f4d63dcb2b4" +checksum = "480223262efd08f96b3be5f0457c82bac7296e70dc4e7ef7350751f66293812c" dependencies = [ "data-url", "encoding_rs", @@ -526,14 +554,14 @@ dependencies = [ [[package]] name = "deno_path_util" -version = "0.3.0" +version = "0.3.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "420e8211aaba7fde83ccaa9a5dad855c3b940ed988d70c95159acd600a70dc87" +checksum = "c238a664a0a6f1ce0ff2b73c6854811526d00f442a12f878cb8555b23fe13aa3" dependencies = [ "deno_error", "percent-encoding", "sys_traits", - "thiserror 2.0.3", + "thiserror", "url", ] @@ -550,20 +578,10 @@ dependencies = [ "monch", "once_cell", "serde", - "thiserror 2.0.3", + "thiserror", "url", ] -[[package]] -name = "deno_terminal" -version = "0.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7e6337d4e7f375f8b986409a76fbeecfa4bd8a1343e63355729ae4befa058eaf" -dependencies = [ - "once_cell", - "termcolor", -] - [[package]] name = "deno_terminal" version = "0.2.0" @@ -576,10 +594,11 @@ dependencies = [ [[package]] name = "deno_unsync" -version = "0.4.1" +version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2f36b4ef61a04ce201b925a5dffa90f88437d37fee4836c758470dd15ba7f05e" +checksum = "d774fd83f26b24f0805a6ab8b26834a0d06ceac0db517b769b1e4633c96a2057" dependencies = [ + "futures", "parking_lot", "tokio", ] @@ -608,17 +627,17 @@ checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" dependencies = [ "proc-macro2", "quote", - "syn 2.0.89", + "syn", ] [[package]] name = "dprint-swc-ext" -version = "0.20.0" +version = "0.22.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0ba28c12892aadb751c2ba7001d8460faee4748a04b4edc51c7121cc67ee03db" +checksum = "1716eda64b75d22f36c641fbb1ba097529259e4c152695e7670b96f9498fc926" dependencies = [ "num-bigint", - "rustc-hash 1.1.0", + "rustc-hash 2.1.1", "swc_atoms", "swc_common", "swc_ecma_ast", @@ -637,9 +656,9 @@ dependencies = [ [[package]] name = "either" -version = "1.13.0" +version = "1.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0" +checksum = "b7914353092ddf589ad78f25c5c1c21b7f80b0ff8621e7c814c3485b5306da9d" [[package]] name = "encoding_rs" @@ -652,9 +671,9 @@ dependencies = [ [[package]] name = "env_filter" -version = "0.1.2" +version = "0.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4f2c92ceda6ceec50f43169f9ee8424fe2db276791afde7b2cd8bc084cb376ab" +checksum = "186e05a59d4c50738528153b83b0b0194d3a29507dfec16eccd4b342903397d0" dependencies = [ "log", "regex", @@ -662,9 +681,9 @@ dependencies = [ [[package]] name = "env_logger" -version = "0.11.5" +version = "0.11.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e13fa619b91fb2381732789fc5de83b45675e882f66623b7d8cb4f643017018d" +checksum = "dcaee3d8e3cfc3fd92428d477bc97fc29ec8716d180c0d74c643bb26166660e0" dependencies = [ "anstream", "anstyle", @@ -675,38 +694,38 @@ dependencies = [ [[package]] name = "equivalent" -version = "1.0.1" +version = "1.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" +checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" [[package]] name = "errno" -version = "0.3.9" +version = "0.3.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba" +checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d" dependencies = [ "libc", - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] name = "fastrand" -version = "2.2.0" +version = "2.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "486f806e73c5707928240ddc295403b1b93c96a02038563881c4a2fd84b81ac4" +checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be" [[package]] name = "file_test_runner" -version = "0.7.3" +version = "0.7.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cf50901549edf2241e33d1715aec0575adc5510a09724877a1e0afe7ffafb0fb" +checksum = "ac2caabcee5e340653bc5758089ddcb02a31d0756b0aefc950e7158d9b9b9804" dependencies = [ "anyhow", "crossbeam-channel", - "deno_terminal 0.1.1", + "deno_terminal", "parking_lot", "regex", - "thiserror 1.0.69", + "thiserror", ] [[package]] @@ -726,13 +745,13 @@ dependencies = [ [[package]] name = "from_variant" -version = "0.1.9" +version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "32016f1242eb82af5474752d00fd8ebcd9004bd69b462b1c91de833972d08ed4" +checksum = "8d7ccf961415e7aa17ef93dcb6c2441faaa8e768abe09e659b908089546f74c5" dependencies = [ "proc-macro2", - "swc_macros_common", - "syn 2.0.89", + "swc_macros_common 1.0.0", + "syn", ] [[package]] @@ -797,7 +816,7 @@ checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650" dependencies = [ "proc-macro2", "quote", - "syn 2.0.89", + "syn", ] [[package]] @@ -849,10 +868,22 @@ dependencies = [ "cfg-if", "js-sys", "libc", - "wasi", + "wasi 0.11.0+wasi-snapshot-preview1", "wasm-bindgen", ] +[[package]] +name = "getrandom" +version = "0.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "43a49c392881ce6d5c3b8cb70f98717b7c07aabbdff06687b9030dbfbe2725f8" +dependencies = [ + "cfg-if", + "libc", + "wasi 0.13.3+wasi-0.2.2", + "windows-targets", +] + [[package]] name = "gimli" version = "0.31.1" @@ -861,9 +892,9 @@ checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f" [[package]] name = "h2" -version = "0.4.7" +version = "0.4.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ccae279728d634d083c00f6099cb58f01cc99c145b84b8be2f6c74618d79922e" +checksum = "5017294ff4bb30944501348f6f8e42e6ad28f42c8bbef7a74029aff064a4e3c2" dependencies = [ "atomic-waker", "bytes", @@ -919,23 +950,23 @@ dependencies = [ [[package]] name = "hstr" -version = "0.2.12" +version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dae404c0c5d4e95d4858876ab02eecd6a196bb8caa42050dfa809938833fc412" +checksum = "71399f53a92ef72ee336a4b30201c6e944827e14e0af23204c291aad9c24cc85" dependencies = [ "hashbrown 0.14.5", "new_debug_unreachable", "once_cell", "phf", - "rustc-hash 1.1.0", + "rustc-hash 2.1.1", "triomphe", ] [[package]] name = "http" -version = "1.1.0" +version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258" +checksum = "f16ca2af56261c99fba8bac40a10251ce8188205a4c448fbb745a2e4daa76fea" dependencies = [ "bytes", "fnv", @@ -967,9 +998,9 @@ dependencies = [ [[package]] name = "httparse" -version = "1.9.5" +version = "1.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7d71d3574edd2771538b901e6549113b4006ece66150fb69c0fb6d9a2adae946" +checksum = "f2d708df4e7140240a16cd6ab0ab65c972d7433ab77819ea693fde9c43811e2a" [[package]] name = "humantime" @@ -979,9 +1010,9 @@ checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" [[package]] name = "hyper" -version = "1.5.1" +version = "1.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "97818827ef4f364230e16705d4706e2897df2bb60617d6ca15d598025a3c481f" +checksum = "cc2b571658e38e0c01b1fdca3bbbe93c00d3d71693ff2770043f8c29bc7d6f80" dependencies = [ "bytes", "futures-channel", @@ -999,9 +1030,9 @@ dependencies = [ [[package]] name = "hyper-rustls" -version = "0.27.3" +version = "0.27.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "08afdbb5c31130e3034af566421053ab03787c640246a446327f550d11bcb333" +checksum = "2d191583f3da1305256f22463b9bb0471acad48a4e534a5218b9963e9c1f59b2" dependencies = [ "futures-util", "http", @@ -1149,7 +1180,7 @@ checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6" dependencies = [ "proc-macro2", "quote", - "syn 2.0.89", + "syn", ] [[package]] @@ -1192,15 +1223,15 @@ dependencies = [ "percent-encoding", "serde", "serde_json", - "thiserror 2.0.3", + "thiserror", "url", ] [[package]] name = "indexmap" -version = "2.6.0" +version = "2.7.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "707907fe3c25f5424cce2cb7e1cbcafee6bdbe735ca90ef77c29e84591e5b9da" +checksum = "8c9c992b02b5b4c94ea26e32fe5bccb7aa7d9f390ab5c1221ff895bc7ea8b652" dependencies = [ "equivalent", "hashbrown 0.15.2", @@ -1209,9 +1240,9 @@ dependencies = [ [[package]] name = "ipnet" -version = "2.10.1" +version = "2.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ddc24109865250148c2e0f3d25d4f0f479571723792d3802153c60922a4fb708" +checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130" [[package]] name = "is-macro" @@ -1222,7 +1253,7 @@ dependencies = [ "heck", "proc-macro2", "quote", - "syn 2.0.89", + "syn", ] [[package]] @@ -1254,21 +1285,21 @@ checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" [[package]] name = "libc" -version = "0.2.165" +version = "0.2.170" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fcb4d3d38eab6c5239a362fa8bae48c03baf980a6e7079f063942d563ef3533e" +checksum = "875b3680cb2f8f71bdcf9a30f38d48282f5d3c95cbf9b3fa57269bb5d5c06828" [[package]] name = "linux-raw-sys" -version = "0.4.14" +version = "0.4.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89" +checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab" [[package]] name = "litemap" -version = "0.7.4" +version = "0.7.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4ee93343901ab17bd981295f2cf0026d4ad018c7c31ba84549a4ddbb47a45104" +checksum = "23fb14cb19457329c82206317a5663005a4d404783dc74f4252769b0d5f42856" [[package]] name = "lock_api" @@ -1282,9 +1313,9 @@ dependencies = [ [[package]] name = "log" -version = "0.4.22" +version = "0.4.26" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24" +checksum = "30bde2b3dc3671ae49d8e2e9f044c7c005836e7a023ee57cffa25ab82764bb9e" [[package]] name = "memchr" @@ -1300,22 +1331,21 @@ checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" [[package]] name = "miniz_oxide" -version = "0.8.0" +version = "0.8.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1" +checksum = "8e3e04debbb59698c15bacbb6d93584a8c0ca9cc3213cb423d31f760d8843ce5" dependencies = [ "adler2", ] [[package]] name = "mio" -version = "1.0.2" +version = "1.0.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "80e04d1dcff3aae0704555fe5fee3bcfaf3d1fdf8a7e521d5b9d2b42acb52cec" +checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd" dependencies = [ - "hermit-abi", "libc", - "wasi", + "wasi 0.11.0+wasi-snapshot-preview1", "windows-sys 0.52.0", ] @@ -1372,18 +1402,18 @@ dependencies = [ [[package]] name = "object" -version = "0.36.5" +version = "0.36.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aedf0a2d09c573ed1d8d85b30c119153926a2b36dce0ab28322c09a117a4683e" +checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87" dependencies = [ "memchr", ] [[package]] name = "once_cell" -version = "1.20.2" +version = "1.20.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775" +checksum = "945462a4b81e43c4e3ba96bd7b49d834c6f61198356aa858733bc4acf3cbe62e" [[package]] name = "outref" @@ -1428,9 +1458,9 @@ checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" [[package]] name = "phf" -version = "0.11.2" +version = "0.11.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc" +checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078" dependencies = [ "phf_macros", "phf_shared", @@ -1438,9 +1468,9 @@ dependencies = [ [[package]] name = "phf_generator" -version = "0.11.2" +version = "0.11.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0" +checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d" dependencies = [ "phf_shared", "rand", @@ -1448,31 +1478,31 @@ dependencies = [ [[package]] name = "phf_macros" -version = "0.11.2" +version = "0.11.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b" +checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216" dependencies = [ "phf_generator", "phf_shared", "proc-macro2", "quote", - "syn 2.0.89", + "syn", ] [[package]] name = "phf_shared" -version = "0.11.2" +version = "0.11.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b" +checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5" dependencies = [ - "siphasher", + "siphasher 1.0.1", ] [[package]] name = "pin-project-lite" -version = "0.2.15" +version = "0.2.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "915a1e146535de9163f3987b8944ed8cf49a18bb0056bcebcdcece385cece4ff" +checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b" [[package]] name = "pin-utils" @@ -1501,40 +1531,40 @@ dependencies = [ [[package]] name = "proc-macro2" -version = "1.0.92" +version = "1.0.93" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "37d3544b3f2748c54e147655edb5025752e2303145b5aefb3c3ea2c78b973bb0" +checksum = "60946a68e5f9d28b0dc1c21bb8a97ee7d018a8b322fa57838ba31cc878e22d99" dependencies = [ "unicode-ident", ] [[package]] name = "psm" -version = "0.1.24" +version = "0.1.25" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "200b9ff220857e53e184257720a14553b2f4aa02577d2ed9842d45d4b9654810" +checksum = "f58e5423e24c18cc840e1c98370b3993c6649cd1678b4d24318bcf0a083cbe88" dependencies = [ "cc", ] [[package]] name = "ptr_meta" -version = "0.1.4" +version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1" +checksum = "fe9e76f66d3f9606f44e45598d155cb13ecf09f4a28199e48daf8c8fc937ea90" dependencies = [ "ptr_meta_derive", ] [[package]] name = "ptr_meta_derive" -version = "0.1.4" +version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac" +checksum = "ca414edb151b4c8d125c12566ab0d74dc9cdba36fb80eb7b848c15f495fd32d1" dependencies = [ "proc-macro2", "quote", - "syn 1.0.109", + "syn", ] [[package]] @@ -1547,10 +1577,10 @@ dependencies = [ "pin-project-lite", "quinn-proto", "quinn-udp", - "rustc-hash 2.0.0", + "rustc-hash 2.1.1", "rustls", "socket2", - "thiserror 2.0.3", + "thiserror", "tokio", "tracing", ] @@ -1562,14 +1592,14 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a2fe5ef3495d7d2e377ff17b1a8ce2ee2ec2a18cde8b6ad6619d65d0701c135d" dependencies = [ "bytes", - "getrandom", + "getrandom 0.2.15", "rand", "ring", - "rustc-hash 2.0.0", + "rustc-hash 2.1.1", "rustls", "rustls-pki-types", "slab", - "thiserror 2.0.3", + "thiserror", "tinyvec", "tracing", "web-time", @@ -1577,9 +1607,9 @@ dependencies = [ [[package]] name = "quinn-udp" -version = "0.5.7" +version = "0.5.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7d5a626c6807713b15cac82a6acaccd6043c9a5408c24baae07611fec3f243da" +checksum = "e46f3055866785f6b92bc6164b76be02ca8f2eb4b002c0354b28cf4c119e5944" dependencies = [ "cfg_aliases", "libc", @@ -1591,9 +1621,9 @@ dependencies = [ [[package]] name = "quote" -version = "1.0.37" +version = "1.0.38" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af" +checksum = "0e4dccaaaf89514f546c693ddc140f729f958c247918a13380cccc6078391acc" dependencies = [ "proc-macro2", ] @@ -1631,14 +1661,14 @@ version = "0.6.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" dependencies = [ - "getrandom", + "getrandom 0.2.15", ] [[package]] name = "redox_syscall" -version = "0.5.7" +version = "0.5.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9b6dfecf2c74bce2466cabf93f6664d6998a69eb21e39f4207930065b27b771f" +checksum = "82b568323e98e49e2a0899dcee453dd679fae22d69adf9b11dd508d1549b7e2f" dependencies = [ "bitflags", ] @@ -1674,9 +1704,9 @@ checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" [[package]] name = "reqwest" -version = "0.12.9" +version = "0.12.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a77c62af46e79de0a562e1a9849205ffcb7fc1238876e9bd743357570e04046f" +checksum = "43e734407157c3c2034e0258f5e4473ddb361b1e85f95a66690d67264d7cd1da" dependencies = [ "base64 0.22.1", "bytes", @@ -1707,6 +1737,7 @@ dependencies = [ "sync_wrapper", "tokio", "tokio-rustls", + "tower", "tower-service", "url", "wasm-bindgen", @@ -1718,15 +1749,14 @@ dependencies = [ [[package]] name = "ring" -version = "0.17.8" +version = "0.17.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d" +checksum = "da5349ae27d3887ca812fb375b45a4fbb36d8d12d2df394968cd86e35683fe73" dependencies = [ "cc", "cfg-if", - "getrandom", + "getrandom 0.2.15", "libc", - "spin", "untrusted", "windows-sys 0.52.0", ] @@ -1745,9 +1775,9 @@ checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" [[package]] name = "rustc-hash" -version = "2.0.0" +version = "2.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "583034fd73374156e66797ed8e5b0d5690409c9226b22d87cb7f19821c05d152" +checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d" [[package]] name = "rustc_version" @@ -1760,22 +1790,22 @@ dependencies = [ [[package]] name = "rustix" -version = "0.38.41" +version = "0.38.44" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d7f649912bc1495e167a6edee79151c84b1bad49748cb4f1f1167f459f6224f6" +checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154" dependencies = [ "bitflags", "errno", "libc", "linux-raw-sys", - "windows-sys 0.52.0", + "windows-sys 0.59.0", ] [[package]] name = "rustls" -version = "0.23.18" +version = "0.23.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9c9cc1d47e243d655ace55ed38201c19ae02c148ae56412ab8750e8f0166ab7f" +checksum = "47796c98c480fce5406ef69d1c76378375492c3b0a0de587be0c1d9feb12f395" dependencies = [ "once_cell", "ring", @@ -1796,9 +1826,9 @@ dependencies = [ [[package]] name = "rustls-pki-types" -version = "1.10.0" +version = "1.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "16f1201b3c9a7ee8039bcadc17b7e605e2945b27eee7631788c1bd2b0643674b" +checksum = "917ce264624a4b4db1c364dcc35bfca9ded014d0a958cd47ad3e960e988ea51c" dependencies = [ "web-time", ] @@ -1814,17 +1844,23 @@ dependencies = [ "untrusted", ] +[[package]] +name = "rustversion" +version = "1.0.19" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "f7c45b9784283f1b2e7fb61b42047c2fd678ef0960d4f6f1eba131594cc369d4" + [[package]] name = "ryu" -version = "1.0.18" +version = "1.0.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f" +checksum = "6ea1a2d0a644769cc99faa24c3ad26b379b786fe7c36fd3c546254801650e6dd" [[package]] name = "ryu-js" -version = "1.0.1" +version = "1.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ad97d4ce1560a5e27cec89519dc8300d1aa6035b099821261c651486a19e44d5" +checksum = "dd29631678d6fb0903b69223673e122c32e9ae559d0960a38d574695ebc0ea15" [[package]] name = "scoped-tls" @@ -1855,9 +1891,9 @@ checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" [[package]] name = "serde" -version = "1.0.215" +version = "1.0.218" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6513c1ad0b11a9376da888e3e0baa0077f1aed55c17f50e7b2397136129fb88f" +checksum = "e8dfc9d19bdbf6d17e22319da49161d5d0108e4188e8b680aef6299eed22df60" dependencies = [ "serde_derive", ] @@ -1884,20 +1920,20 @@ dependencies = [ [[package]] name = "serde_derive" -version = "1.0.215" +version = "1.0.218" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ad1e866f866923f252f05c889987993144fb74e722403468a4ebd70c3cd756c0" +checksum = "f09503e191f4e797cb8aac08e9a4a4695c5edf6a2e70e376d961ddd5c969f82b" dependencies = [ "proc-macro2", "quote", - "syn 2.0.89", + "syn", ] [[package]] name = "serde_json" -version = "1.0.133" +version = "1.0.139" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c7fceb2473b9166b2294ef05efcb65a3db80803f0b03ef86a5fc88a2b85ee377" +checksum = "44f86c3acccc9c65b153fe1b85a3be07fe5515274ec9f0653b4a0875731c72a6" dependencies = [ "indexmap", "itoa", @@ -1961,6 +1997,12 @@ version = "0.3.11" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d" +[[package]] +name = "siphasher" +version = "1.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d" + [[package]] name = "slab" version = "0.4.9" @@ -1972,9 +2014,9 @@ dependencies = [ [[package]] name = "smallvec" -version = "1.13.2" +version = "1.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67" +checksum = "7fcf8323ef1faaee30a44a340193b1ac6814fd9b7b4e88e9d4519a3e4abe1cfd" [[package]] name = "smartstring" @@ -1989,9 +2031,9 @@ dependencies = [ [[package]] name = "socket2" -version = "0.5.7" +version = "0.5.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c" +checksum = "c970269d99b64e60ec3bd6ad27270092a5394c4e309314b18ae3fe575695fbe8" dependencies = [ "libc", "windows-sys 0.52.0", @@ -1999,9 +2041,9 @@ dependencies = [ [[package]] name = "sourcemap" -version = "9.1.0" +version = "9.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4d146f02f4bbbabbbe3da0f9cd3ea2ab779defc4ed1f070b5bd83ea48ed78811" +checksum = "27c4ea7042fd1a155ad95335b5d505ab00d5124ea0332a06c8390d200bb1a76a" dependencies = [ "base64-simd", "bitvec", @@ -2016,12 +2058,6 @@ dependencies = [ "url", ] -[[package]] -name = "spin" -version = "0.9.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" - [[package]] name = "sptr" version = "0.3.2" @@ -2036,9 +2072,9 @@ checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" [[package]] name = "stacker" -version = "0.1.17" +version = "0.1.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "799c883d55abdb5e98af1a7b3f23b9b6de8ecada0ecac058672d7635eb48ca7b" +checksum = "d9156ebd5870ef293bfb43f91c7a74528d363ec0d424afe24160ed5a4343d08a" dependencies = [ "cc", "cfg-if", @@ -2064,14 +2100,14 @@ dependencies = [ [[package]] name = "string_enum" -version = "0.4.4" +version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "05e383308aebc257e7d7920224fa055c632478d92744eca77f99be8fa1545b90" +checksum = "c9fe66b8ee349846ce2f9557a26b8f1e74843c4a13fb381f9a3d73617a5f956a" dependencies = [ "proc-macro2", "quote", - "swc_macros_common", - "syn 2.0.89", + "swc_macros_common 1.0.0", + "syn", ] [[package]] @@ -2082,48 +2118,49 @@ checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" [[package]] name = "swc_allocator" -version = "0.1.10" +version = "4.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "76aa0eb65c0f39f9b6d82a7e5192c30f7ac9a78f084a21f270de1d8c600ca388" +checksum = "cc6b926f0d94bbb34031fe5449428cfa1268cdc0b31158d6ad9c97e0fc1e79dd" dependencies = [ + "allocator-api2", "bumpalo", "hashbrown 0.14.5", "ptr_meta", - "rustc-hash 1.1.0", + "rustc-hash 2.1.1", "triomphe", ] [[package]] name = "swc_atoms" -version = "0.6.7" +version = "5.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bb6567e4e67485b3e7662b486f1565bdae54bd5b9d6b16b2ba1a9babb1e42125" +checksum = "9d7077ba879f95406459bc0c81f3141c529b34580bc64d7ab7bd15e7118a0391" dependencies = [ "hstr", "once_cell", - "rustc-hash 1.1.0", + "rustc-hash 2.1.1", "serde", ] [[package]] name = "swc_cached" -version = "0.3.20" +version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "83406221c501860fce9c27444f44125eafe9e598b8b81be7563d7036784cd05c" +checksum = "d7133338c3bef796430deced151b0eaa5430710a90e38da19e8e3045e8e36eeb" dependencies = [ - "ahash", "anyhow", "dashmap", "once_cell", "regex", + "rustc-hash 2.1.1", "serde", ] [[package]] name = "swc_common" -version = "0.37.5" +version = "8.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "12d0a8eaaf1606c9207077d75828008cb2dfb51b095a766bd2b72ef893576e31" +checksum = "26fbd21a1179166b5635d4b7a6b5930cf34b803a7361e0297b04f84dc820db04" dependencies = [ "ast_node", "better_scoped_tls", @@ -2133,24 +2170,24 @@ dependencies = [ "new_debug_unreachable", "num-bigint", "once_cell", - "rustc-hash 1.1.0", + "rustc-hash 2.1.1", "serde", - "siphasher", + "siphasher 0.3.11", "sourcemap", "swc_allocator", "swc_atoms", "swc_eq_ignore_macros", "swc_visit", "tracing", - "unicode-width", + "unicode-width 0.1.14", "url", ] [[package]] name = "swc_config" -version = "0.1.15" +version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4740e53eaf68b101203c1df0937d5161a29f3c13bceed0836ddfe245b72dd000" +checksum = "eb63364aebd1a8490a80fa8933825c6916d4df55d5472312d5adb62c9fb4e4ba" dependencies = [ "anyhow", "indexmap", @@ -2162,21 +2199,21 @@ dependencies = [ [[package]] name = "swc_config_macro" -version = "0.1.4" +version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7c5f56139042c1a95b54f5ca48baa0e0172d369bcc9d3d473dad1de36bae8399" +checksum = "7f2ebd37ef52a8555c8c9be78b694d64adcb5e3bc16c928f030d82f1d65fac57" dependencies = [ "proc-macro2", "quote", - "swc_macros_common", - "syn 2.0.89", + "swc_macros_common 1.0.0", + "syn", ] [[package]] name = "swc_ecma_ast" -version = "0.118.2" +version = "8.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a6f866d12e4d519052b92a0a86d1ac7ff17570da1272ca0c89b3d6f802cd79df" +checksum = "c66db1e9b31f0f91ee0964aba014b4d2dfdc6c558732d106d762b43bedad2c4a" dependencies = [ "bitflags", "is-macro", @@ -2187,18 +2224,23 @@ dependencies = [ "string_enum", "swc_atoms", "swc_common", + "swc_visit", "unicode-id-start", ] [[package]] name = "swc_ecma_codegen" -version = "0.155.1" +version = "8.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cc7641608ef117cfbef9581a99d02059b522fcca75e5244fa0cbbd8606689c6f" +checksum = "874889c00e41e5ae487886ff4af2533944584e8b479bc469a3f9708cab7ecdb7" dependencies = [ + "ascii", + "compact_str", "memchr", "num-bigint", "once_cell", + "regex", + "rustc-hash 2.1.1", "serde", "sourcemap", "swc_allocator", @@ -2211,24 +2253,25 @@ dependencies = [ [[package]] name = "swc_ecma_codegen_macros" -version = "0.7.7" +version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "859fabde36db38634f3fad548dd5e3410c1aebba1b67a3c63e67018fa57a0bca" +checksum = "4ac2ff0957329e0dfcde86a1ac465382e189bf42a5989720d3476bea78eaa31a" dependencies = [ "proc-macro2", "quote", - "swc_macros_common", - "syn 2.0.89", + "swc_macros_common 1.0.0", + "syn", ] [[package]] name = "swc_ecma_loader" -version = "0.49.1" +version = "8.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "55fa3d55045b97894bfb04d38aff6d6302ac8a6a38e3bb3dfb0d20475c4974a9" +checksum = "a801462c997b71e4add7684ce4953c7d6200c75b5552b8d594783da84ad9564c" dependencies = [ "anyhow", "pathdiff", + "rustc-hash 2.1.1", "serde", "swc_atoms", "swc_common", @@ -2237,15 +2280,16 @@ dependencies = [ [[package]] name = "swc_ecma_parser" -version = "0.149.1" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "683dada14722714588b56481399c699378b35b2ba4deb5c4db2fb627a97fb54b" +checksum = "f9e336f2b460882df2c132328b3c29ab3e680e1db681a05ec3e406940d98320a" dependencies = [ "either", "new_debug_unreachable", "num-bigint", "num-traits", "phf", + "rustc-hash 2.1.1", "serde", "smallvec", "smartstring", @@ -2259,16 +2303,16 @@ dependencies = [ [[package]] name = "swc_ecma_transforms_base" -version = "0.145.0" +version = "11.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "65f21494e75d0bd8ef42010b47cabab9caaed8f2207570e809f6f4eb51a710d1" +checksum = "53f823fb2ba61099c06f1557f4d7bc3a957147f2e39f92419204682aa62b46fc" dependencies = [ "better_scoped_tls", "bitflags", "indexmap", "once_cell", "phf", - "rustc-hash 1.1.0", + "rustc-hash 2.1.1", "serde", "smallvec", "swc_atoms", @@ -2277,14 +2321,15 @@ dependencies = [ "swc_ecma_parser", "swc_ecma_utils", "swc_ecma_visit", + "swc_parallel", "tracing", ] [[package]] name = "swc_ecma_transforms_classes" -version = "0.134.0" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3c3d884594385bea9405a2e1721151470d9a14d3ceec5dd773c0ca6894791601" +checksum = "2111a904b8f3c5dd63f56e7c8048851fcd8f748691a162a5d19a5da49f4a9d35" dependencies = [ "swc_atoms", "swc_common", @@ -2296,24 +2341,24 @@ dependencies = [ [[package]] name = "swc_ecma_transforms_macros" -version = "0.5.5" +version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "500a1dadad1e0e41e417d633b3d6d5de677c9e0d3159b94ba3348436cdb15aab" +checksum = "6845dfb88569f3e8cd05901505916a8ebe98be3922f94769ca49f84e8ccec8f7" dependencies = [ "proc-macro2", "quote", - "swc_macros_common", - "syn 2.0.89", + "swc_macros_common 1.0.0", + "syn", ] [[package]] name = "swc_ecma_transforms_proposal" -version = "0.179.0" +version = "11.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "79938ff510fc647febd8c6c3ef4143d099fdad87a223680e632623d056dae2dd" +checksum = "a3072700bb4401fffed5a152248d0d173a41da94584a4267355fa6772538880b" dependencies = [ "either", - "rustc-hash 1.1.0", + "rustc-hash 2.1.1", "serde", "smallvec", "swc_atoms", @@ -2328,14 +2373,15 @@ dependencies = [ [[package]] name = "swc_ecma_transforms_react" -version = "0.191.0" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "76c76d8b9792ce51401d38da0fa62158d61f6d80d16d68fe5b03ce4bf5fba383" +checksum = "311218980029ea376a1f53292418d852d50b461d15d9d39f830abf0d1c3bdd6c" dependencies = [ "base64 0.21.7", "dashmap", "indexmap", "once_cell", + "rustc-hash 2.1.1", "serde", "sha1", "string_enum", @@ -2353,10 +2399,12 @@ dependencies = [ [[package]] name = "swc_ecma_transforms_typescript" -version = "0.198.1" +version = "12.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "15455da4768f97186c40523e83600495210c11825d3a44db43383fd81eace88d" +checksum = "19c32ebb3dd1942d35142de60c9dc0f3c034d26567de7eb8b3ad6de426f5b0e9" dependencies = [ + "once_cell", + "rustc-hash 2.1.1", "ryu-js", "serde", "swc_atoms", @@ -2370,28 +2418,29 @@ dependencies = [ [[package]] name = "swc_ecma_utils" -version = "0.134.2" +version = "11.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "029eec7dd485923a75b5a45befd04510288870250270292fc2c1b3a9e7547408" +checksum = "721dc779e7de200da96ac4002c710bc32c988e3e1ebf62b39d32bf99f14d9765" dependencies = [ "indexmap", "num_cpus", "once_cell", - "rustc-hash 1.1.0", + "rustc-hash 2.1.1", "ryu-js", "swc_atoms", "swc_common", "swc_ecma_ast", "swc_ecma_visit", + "swc_parallel", "tracing", "unicode-id", ] [[package]] name = "swc_ecma_visit" -version = "0.104.8" +version = "8.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5b1c6802e68e51f336e8bc9644e9ff9da75d7da9c1a6247d532f2e908aa33e81" +checksum = "2f7a65fa06d0c0f709f1df4e820ccdc4eca7b3db7f9d131545e20c2ac2f1cd23" dependencies = [ "new_debug_unreachable", "num-bigint", @@ -2404,31 +2453,51 @@ dependencies = [ [[package]] name = "swc_eq_ignore_macros" -version = "0.1.4" +version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "63db0adcff29d220c3d151c5b25c0eabe7e32dd936212b84cdaa1392e3130497" +checksum = "e96e15288bf385ab85eb83cff7f9e2d834348da58d0a31b33bdb572e66ee413e" dependencies = [ "proc-macro2", "quote", - "syn 2.0.89", + "syn", ] [[package]] name = "swc_macros_common" -version = "0.3.13" +version = "0.3.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f486687bfb7b5c560868f69ed2d458b880cebc9babebcb67e49f31b55c5bf847" +checksum = "27e18fbfe83811ffae2bb23727e45829a0d19c6870bced7c0f545cc99ad248dd" dependencies = [ "proc-macro2", "quote", - "syn 2.0.89", + "syn", +] + +[[package]] +name = "swc_macros_common" +version = "1.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a509f56fca05b39ba6c15f3e58636c3924c78347d63853632ed2ffcb6f5a0ac7" +dependencies = [ + "proc-macro2", + "quote", + "syn", +] + +[[package]] +name = "swc_parallel" +version = "1.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e5f75f1094d69174ef628e3665fff0f81d58e9f568802e3c90d332c72b0b6026" +dependencies = [ + "once_cell", ] [[package]] name = "swc_visit" -version = "0.6.2" +version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1ceb044142ba2719ef9eb3b6b454fce61ab849eb696c34d190f04651955c613d" +checksum = "9138b6a36bbe76dd6753c4c0794f7e26480ea757bee499738bedbbb3ae3ec5f3" dependencies = [ "either", "new_debug_unreachable", @@ -2443,26 +2512,15 @@ dependencies = [ "Inflector", "proc-macro2", "quote", - "swc_macros_common", - "syn 2.0.89", + "swc_macros_common 0.3.14", + "syn", ] [[package]] name = "syn" -version = "1.0.109" +version = "2.0.98" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" -dependencies = [ - "proc-macro2", - "quote", - "unicode-ident", -] - -[[package]] -name = "syn" -version = "2.0.89" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "44d46482f1c1c87acd84dea20c1bf5ebff4c757009ed6bf19cfd36fb10e92c4e" +checksum = "36147f1a48ae0ec2b5b3bc5b537d267457555a10dc06f3dbc8cb11ba3006d3b1" dependencies = [ "proc-macro2", "quote", @@ -2486,7 +2544,7 @@ checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971" dependencies = [ "proc-macro2", "quote", - "syn 2.0.89", + "syn", ] [[package]] @@ -2508,12 +2566,13 @@ checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369" [[package]] name = "tempfile" -version = "3.14.0" +version = "3.17.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "28cce251fcbc87fac86a866eeb0d6c2d536fc16d06f184bb61aeae11aa4cee0c" +checksum = "22e5a0acb1f3f55f65cc4a866c361b2fb2a0ff6366785ae6fbb5f85df07ba230" dependencies = [ "cfg-if", "fastrand", + "getrandom 0.3.1", "once_cell", "rustix", "windows-sys 0.59.0", @@ -2539,42 +2598,22 @@ dependencies = [ [[package]] name = "thiserror" -version = "1.0.69" +version = "2.0.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" +checksum = "d452f284b73e6d76dd36758a0c8684b1d5be31f92b89d07fd5822175732206fc" dependencies = [ - "thiserror-impl 1.0.69", -] - -[[package]] -name = "thiserror" -version = "2.0.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c006c85c7651b3cf2ada4584faa36773bd07bac24acfb39f3c431b36d7e667aa" -dependencies = [ - "thiserror-impl 2.0.3", + "thiserror-impl", ] [[package]] name = "thiserror-impl" -version = "1.0.69" +version = "2.0.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" +checksum = "26afc1baea8a989337eeb52b6e72a039780ce45c3edfcc9c5b9d112feeb173c2" dependencies = [ "proc-macro2", "quote", - "syn 2.0.89", -] - -[[package]] -name = "thiserror-impl" -version = "2.0.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f077553d607adc1caf65430528a576c757a71ed73944b66ebb58ef2bbd243568" -dependencies = [ - "proc-macro2", - "quote", - "syn 2.0.89", + "syn", ] [[package]] @@ -2589,9 +2628,9 @@ dependencies = [ [[package]] name = "tinyvec" -version = "1.8.0" +version = "1.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938" +checksum = "022db8904dfa342efe721985167e9fcd16c29b226db4397ed752a761cfce81e8" dependencies = [ "tinyvec_macros", ] @@ -2604,9 +2643,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.41.1" +version = "1.43.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "22cfb5bee7a6a52939ca9224d6ac897bb669134078daa8735560897f69de4d33" +checksum = "3d61fa4ffa3de412bfea335c6ecff681de2b609ba3c77ef3e00e521813a9ed9e" dependencies = [ "backtrace", "bytes", @@ -2620,31 +2659,30 @@ dependencies = [ [[package]] name = "tokio-macros" -version = "2.4.0" +version = "2.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752" +checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8" dependencies = [ "proc-macro2", "quote", - "syn 2.0.89", + "syn", ] [[package]] name = "tokio-rustls" -version = "0.26.0" +version = "0.26.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0c7bc40d0e5a97695bb96e27995cd3a08538541b0a846f65bba7a359f36700d4" +checksum = "5f6d0975eaace0cf0fcadee4e4aaa5da15b5c079146f2cffb67c113be122bf37" dependencies = [ "rustls", - "rustls-pki-types", "tokio", ] [[package]] name = "tokio-util" -version = "0.7.12" +version = "0.7.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "61e7c3654c13bcd040d4a03abee2c75b1d14a37b423cf5a813ceae1cc903ec6a" +checksum = "d7fcaa8d55a2bdd6b83ace262b016eca0d79ee02818c5c1bcdf0305114081078" dependencies = [ "bytes", "futures-core", @@ -2653,6 +2691,27 @@ dependencies = [ "tokio", ] +[[package]] +name = "tower" +version = "0.5.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9" +dependencies = [ + "futures-core", + "futures-util", + "pin-project-lite", + "sync_wrapper", + "tokio", + "tower-layer", + "tower-service", +] + +[[package]] +name = "tower-layer" +version = "0.3.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e" + [[package]] name = "tower-service" version = "0.3.3" @@ -2661,9 +2720,9 @@ checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" [[package]] name = "tracing" -version = "0.1.40" +version = "0.1.41" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef" +checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0" dependencies = [ "pin-project-lite", "tracing-attributes", @@ -2672,13 +2731,13 @@ dependencies = [ [[package]] name = "tracing-attributes" -version = "0.1.27" +version = "0.1.28" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7" +checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d" dependencies = [ "proc-macro2", "quote", - "syn 2.0.89", + "syn", ] [[package]] @@ -2725,9 +2784,9 @@ checksum = "6af6ae20167a9ece4bcb41af5b80f8a1f1df981f6391189ce00fd257af04126a" [[package]] name = "typenum" -version = "1.17.0" +version = "1.18.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825" +checksum = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f" [[package]] name = "unicode-id" @@ -2743,9 +2802,9 @@ checksum = "2f322b60f6b9736017344fa0635d64be2f458fbc04eef65f6be22976dd1ffd5b" [[package]] name = "unicode-ident" -version = "1.0.14" +version = "1.0.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "adb9e6ca4f869e1180728b7950e35922a7fc6397f7b641499e8f3ef06e50dc83" +checksum = "00e2473a93778eb0bad35909dff6a10d28e63f792f16ed15e404fca9d5eeedbe" [[package]] name = "unicode-width" @@ -2753,6 +2812,12 @@ version = "0.1.14" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af" +[[package]] +name = "unicode-width" +version = "0.2.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1fc81956842c57dac11422a97c3b8195a1ff727f06e85c84ed2e8aa277c9a0fd" + [[package]] name = "untrusted" version = "0.9.0" @@ -2791,9 +2856,9 @@ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" [[package]] name = "uuid" -version = "1.11.0" +version = "1.15.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f8c5f0a0af699448548ad1a2fbf920fb4bee257eae39953ba95cb84891a0446a" +checksum = "e0f540e3240398cce6128b64ba83fdbdd86129c16a3aa1a3a252efd66eb3d587" [[package]] name = "version_check" @@ -2816,6 +2881,15 @@ version = "0.11.0+wasi-snapshot-preview1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" +[[package]] +name = "wasi" +version = "0.13.3+wasi-0.2.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "26816d2e1a4a36a2940b96c5296ce403917633dff8f3440e9b236ed6f6bacad2" +dependencies = [ + "wit-bindgen-rt", +] + [[package]] name = "wasm-bindgen" version = "0.2.91" @@ -2837,7 +2911,7 @@ dependencies = [ "once_cell", "proc-macro2", "quote", - "syn 2.0.89", + "syn", "wasm-bindgen-shared", ] @@ -2871,7 +2945,7 @@ checksum = "642f325be6301eb8107a83d12a8ac6c1e1c54345a7ef1a9261962dfefda09e66" dependencies = [ "proc-macro2", "quote", - "syn 2.0.89", + "syn", "wasm-bindgen-backend", "wasm-bindgen-shared", ] @@ -2889,7 +2963,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2eeee3bdea6257cc36d756fa745a70f9d393571e47d69e0ed97581676a5369ca" dependencies = [ "deno_error", - "thiserror 2.0.3", + "thiserror", ] [[package]] @@ -2914,9 +2988,9 @@ dependencies = [ [[package]] name = "webpki-roots" -version = "0.26.7" +version = "0.26.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5d642ff16b7e79272ae451b7322067cdc17cadf68c23264be9d94a32319efe7e" +checksum = "2210b291f7ea53617fbafcc4939f10914214ec15aace5ba62293a668f322c5c9" dependencies = [ "rustls-pki-types", ] @@ -3042,6 +3116,15 @@ version = "0.52.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" +[[package]] +name = "wit-bindgen-rt" +version = "0.33.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3268f3d866458b787f390cf61f4bbb563b922d091359f9608842999eaee3943c" +dependencies = [ + "bitflags", +] + [[package]] name = "write16" version = "1.0.0" @@ -3089,7 +3172,7 @@ checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154" dependencies = [ "proc-macro2", "quote", - "syn 2.0.89", + "syn", "synstructure", ] @@ -3111,27 +3194,27 @@ checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e" dependencies = [ "proc-macro2", "quote", - "syn 2.0.89", + "syn", ] [[package]] name = "zerofrom" -version = "0.1.5" +version = "0.1.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cff3ee08c995dee1859d998dea82f7374f2826091dd9cd47def953cae446cd2e" +checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5" dependencies = [ "zerofrom-derive", ] [[package]] name = "zerofrom-derive" -version = "0.1.5" +version = "0.1.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "595eed982f7d355beb85837f651fa22e90b3c044842dc7f2c2842c086f295808" +checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502" dependencies = [ "proc-macro2", "quote", - "syn 2.0.89", + "syn", "synstructure", ] @@ -3160,5 +3243,5 @@ checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6" dependencies = [ "proc-macro2", "quote", - "syn 2.0.89", + "syn", ] diff --git a/Cargo.toml b/Cargo.toml index 4cab5fe80..1dda7263c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -44,7 +44,7 @@ harness = false async-trait = "0.1.68" capacity_builder = "0.5.0" data-url = "0.3.0" -deno_ast = { version = "0.45.0", features = ["dep_analysis", "emit"] } +deno_ast = { version = "0.46.0", features = ["dep_analysis", "emit"] } deno_media_type = { version = "0.2.4", features = ["decoding", "data_url", "module_specifier"] } deno_unsync.workspace = true deno_path_util = "0.3.0" diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 30e035b8e..efd33088e 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,3 +1,3 @@ [toolchain] -channel = "1.82.0" +channel = "1.85.0" components = [ "clippy", "rustfmt" ] diff --git a/src/ast.rs b/src/ast.rs index 47ede4afc..8c2717f50 100644 --- a/src/ast.rs +++ b/src/ast.rs @@ -221,7 +221,7 @@ impl<'a> CapturingEsParser<'a> { } } -impl<'a> EsParser for CapturingEsParser<'a> { +impl EsParser for CapturingEsParser<'_> { fn parse_program( &self, options: ParseOptions, @@ -333,7 +333,7 @@ impl<'a> ParserModuleAnalyzer<'a> { } } -impl<'a> Default for ParserModuleAnalyzer<'a> { +impl Default for ParserModuleAnalyzer<'_> { fn default() -> Self { Self { parser: &DefaultEsParser, @@ -342,7 +342,7 @@ impl<'a> Default for ParserModuleAnalyzer<'a> { } #[async_trait::async_trait(?Send)] -impl<'a> ModuleAnalyzer for ParserModuleAnalyzer<'a> { +impl ModuleAnalyzer for ParserModuleAnalyzer<'_> { async fn analyze( &self, specifier: &deno_ast::ModuleSpecifier, diff --git a/src/fast_check/range_finder.rs b/src/fast_check/range_finder.rs index 91c3c6cab..23e29aebb 100644 --- a/src/fast_check/range_finder.rs +++ b/src/fast_check/range_finder.rs @@ -315,7 +315,7 @@ struct RegistryUrlConverter<'a> { workspace_members: &'a [WorkspaceMember], } -impl<'a> RegistryUrlConverter<'a> { +impl RegistryUrlConverter<'_> { fn registry_package_url(&self, nv: &PackageNv) -> Url { if let Some(member) = self.workspace_members.iter().find(|m| { m.name == nv.name diff --git a/src/fast_check/transform.rs b/src/fast_check/transform.rs index e275ee2fc..56ce68f0b 100644 --- a/src/fast_check/transform.rs +++ b/src/fast_check/transform.rs @@ -15,7 +15,7 @@ use deno_ast::swc::common::comments::SingleThreadedCommentsMapInner; use deno_ast::swc::common::Spanned; use deno_ast::swc::common::SyntaxContext; use deno_ast::swc::common::DUMMY_SP; -use deno_ast::swc::visit::VisitWith; +use deno_ast::swc::ecma_visit::VisitWith; use deno_ast::EmitOptions; use deno_ast::ModuleSpecifier; use deno_ast::MultiThreadedComments; @@ -312,6 +312,7 @@ impl<'a> FastCheckTransformer<'a> { span: DUMMY_SP, declare: false, global: false, + namespace: true, id: TsModuleName::Ident(Ident::new( swc_id.0, DUMMY_SP, @@ -360,7 +361,7 @@ impl<'a> FastCheckTransformer<'a> { diagnostics: IndexMap, } - impl deno_ast::swc::visit::Visit for VisitExpandoPropInits<'_> { + impl deno_ast::swc::ecma_visit::Visit for VisitExpandoPropInits<'_> { fn visit_ident(&mut self, ident: &Ident) { let (name, context) = ident.to_id(); if context == self.parent_context && self.symbol.export(&name).is_some() diff --git a/src/graph.rs b/src/graph.rs index 2bafab2a1..ccc33359e 100644 --- a/src/graph.rs +++ b/src/graph.rs @@ -1031,7 +1031,7 @@ pub struct JsonModule { impl JsonModule { /// Return the size in bytes of the content of the JSON module. pub fn size(&self) -> usize { - self.source.as_bytes().len() + self.source.len() } } @@ -1274,7 +1274,7 @@ pub struct BuildOptions<'a> { pub resolver: Option<&'a dyn Resolver>, } -impl<'a> Default for BuildOptions<'a> { +impl Default for BuildOptions<'_> { fn default() -> Self { Self { is_dynamic: false, @@ -1310,7 +1310,7 @@ pub enum CheckJsOption<'a> { Custom(&'a dyn CheckJsResolver), } -impl<'a> CheckJsOption<'a> { +impl CheckJsOption<'_> { pub fn resolve(&self, specifier: &ModuleSpecifier) -> bool { match self { CheckJsOption::True => true, @@ -1476,7 +1476,7 @@ impl<'a, 'options> ModuleEntryIterator<'a, 'options> { } } -impl<'a, 'options> Iterator for ModuleEntryIterator<'a, 'options> { +impl<'a> Iterator for ModuleEntryIterator<'a, '_> { type Item = (&'a ModuleSpecifier, ModuleEntryRef<'a>); fn next(&mut self) -> Option { @@ -1642,7 +1642,7 @@ impl<'a, 'options> ModuleGraphErrorIterator<'a, 'options> { } } -impl<'a, 'options> Iterator for ModuleGraphErrorIterator<'a, 'options> { +impl Iterator for ModuleGraphErrorIterator<'_, '_> { type Item = ModuleGraphError; fn next(&mut self) -> Option { @@ -1973,7 +1973,7 @@ impl ModuleGraph { self .module_slots .get(specifier) - .map_or(false, |ms| matches!(ms, ModuleSlot::Module(_))) + .is_some_and(|ms| matches!(ms, ModuleSlot::Module(_))) } /// Returns any module errors found in the graph. diff --git a/src/symbols/analyzer.rs b/src/symbols/analyzer.rs index 3df30c004..7f766990b 100644 --- a/src/symbols/analyzer.rs +++ b/src/symbols/analyzer.rs @@ -1884,7 +1884,7 @@ struct SymbolFiller<'a> { builder: &'a ModuleBuilder, } -impl<'a> SymbolFiller<'a> { +impl SymbolFiller<'_> { fn fill(&self, program: &Program) { let module_symbol = self.builder.create_new_symbol_for_root(); module_symbol.add_decl(SymbolDecl::new( diff --git a/src/symbols/cross_module.rs b/src/symbols/cross_module.rs index 5059e650a..d37f9959c 100644 --- a/src/symbols/cross_module.rs +++ b/src/symbols/cross_module.rs @@ -55,7 +55,7 @@ pub struct Definition<'a> { pub symbol_decl: &'a SymbolDecl, } -impl<'a> Definition<'a> { +impl Definition<'_> { pub fn range(&self) -> &SourceRange { &self.symbol_decl.range } @@ -754,7 +754,7 @@ pub struct ResolvedReExportAllPath<'a> { pub next: Box>, } -impl<'a> ResolvedReExportAllPath<'a> { +impl ResolvedReExportAllPath<'_> { pub fn resolved_module(&self) -> ModuleInfoRef { match &*self.next { ResolvedExportOrReExportAllPath::Export(e) => e.module, diff --git a/src/symbols/dep_analyzer.rs b/src/symbols/dep_analyzer.rs index 076ab1b2d..f8566e8f6 100644 --- a/src/symbols/dep_analyzer.rs +++ b/src/symbols/dep_analyzer.rs @@ -39,8 +39,8 @@ use deno_ast::swc::ast::TsTypeParam; use deno_ast::swc::ast::TsTypeParamDecl; use deno_ast::swc::ast::TsTypeParamInstantiation; use deno_ast::swc::ast::VarDeclarator; -use deno_ast::swc::visit::Visit; -use deno_ast::swc::visit::VisitWith; +use deno_ast::swc::ecma_visit::Visit; +use deno_ast::swc::ecma_visit::VisitWith; use super::swc_helpers::ts_entity_name_to_parts; use super::swc_helpers::ts_qualified_name_parts; diff --git a/tests/specs/ecosystem/bureaudouble/bureau/0_0_70.test b/tests/specs/ecosystem/bureaudouble/bureau/0_0_70.test index 28013ec2c..a3282b360 100644 --- a/tests/specs/ecosystem/bureaudouble/bureau/0_0_70.test +++ b/tests/specs/ecosystem/bureaudouble/bureau/0_0_70.test @@ -783,214 +783,4 @@ bureaudouble/bureau/0.0.70 == FAST CHECK EMIT PASSED == -== TYPE CHECK FAILED == --- stdout -- - --- stderr -- -TS2503 [ERROR]: Cannot find namespace 'JSX'. -export const CustomInput = ({}: CustomInputProps): JSX.Element =>({} as never); - ~~~ - at file:///src/components/CustomInput.tsx:16:52 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -export default >({}: DataTableProps): JSX.Element =>({} as never); - ~~~ - at file:///src/components/DataTable.tsx:20:78 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -}): JSX.Element =>({} as never); - ~~~ - at file:///src/components/Media.tsx:18:5 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -}): JSX.Element =>({} as never); - ~~~ - at file:///src/components/SqlInput.tsx:10:5 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -}): JSX.Element { - ~~~ - at file:///src/components/bureau-ui/combobox.tsx:16:5 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/bureau-ui/integer-switch.tsx:6:117 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/bureau-ui/integer-switch.tsx:6:166 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -export function Editor({}: EditorProps): JSX.Element { - ~~~ - at file:///src/components/editor/Editor.tsx:8:42 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/alert-dialog.tsx:15:131 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/alert-dialog.tsx:15:177 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/alert-dialog.tsx:16:131 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/alert-dialog.tsx:16:177 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - ({ className, ...props }: React.HTMLAttributes) : JSX.Element; - ~~~~~~~~~~~~~~ - at file:///src/components/ui/alert-dialog.tsx:18:50 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. - ({ className, ...props }: React.HTMLAttributes) : JSX.Element; - ~~~ - at file:///src/components/ui/alert-dialog.tsx:18:69 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - ({ className, ...props }: React.HTMLAttributes) : JSX.Element; - ~~~~~~~~~~~~~~ - at file:///src/components/ui/alert-dialog.tsx:22:50 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. - ({ className, ...props }: React.HTMLAttributes) : JSX.Element; - ~~~ - at file:///src/components/ui/alert-dialog.tsx:22:69 - -TS2304 [ERROR]: Cannot find name 'HTMLHeadingElement'. - at file:///src/components/ui/alert-dialog.tsx:25:127 - -TS2304 [ERROR]: Cannot find name 'HTMLHeadingElement'. - at file:///src/components/ui/alert-dialog.tsx:25:177 - -TS2304 [ERROR]: Cannot find name 'HTMLParagraphElement'. - at file:///src/components/ui/alert-dialog.tsx:26:139 - -TS2304 [ERROR]: Cannot find name 'HTMLParagraphElement'. - at file:///src/components/ui/alert-dialog.tsx:26:191 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/alert-dialog.tsx:27:129 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. -}> & ClassProp) | undefined) => string> & React.RefAttributes> = {} as never; - ~~~~~~~~~~~~~~~~~ - at file:///src/components/ui/alert-dialog.tsx:42:63 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/alert-dialog.tsx:43:129 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/alert-dialog.tsx:43:178 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/checkbox.tsx:6:108 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/checkbox.tsx:6:157 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:12:140 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. -} & React.RefAttributes> = {} as never; - ~~~~~~~~~~~~~~ - at file:///src/components/ui/dropdown-menu.tsx:14:25 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:15:140 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:15:186 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:16:134 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:16:180 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:17:128 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. -} & React.RefAttributes> = {} as never; - ~~~~~~~~~~~~~~ - at file:///src/components/ui/dropdown-menu.tsx:19:25 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:20:144 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:20:190 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:21:138 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:21:184 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:22:130 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. -} & React.RefAttributes> = {} as never; - ~~~~~~~~~~~~~~ - at file:///src/components/ui/dropdown-menu.tsx:24:25 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:25:138 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:25:184 - -TS2304 [ERROR]: Cannot find name 'HTMLSpanElement'. - ({ className, ...props }: React.HTMLAttributes) : JSX.Element; - ~~~~~~~~~~~~~~~ - at file:///src/components/ui/dropdown-menu.tsx:27:50 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. - ({ className, ...props }: React.HTMLAttributes) : JSX.Element; - ~~~ - at file:///src/components/ui/dropdown-menu.tsx:27:70 - -TS2503 [ERROR]: Cannot find namespace 'React'. -type ToasterProps = React.ComponentProps; - ~~~~~ - at file:///src/components/ui/sonner.tsx:5:21 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -const Toaster = ({}: ToasterProps): JSX.Element =>({} as never); - ~~~ - at file:///src/components/ui/sonner.tsx:6:37 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -}): JSX.Element =>({} as never); - ~~~ - at file:///src/components/ui/sonner.tsx:9:5 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/switch.tsx:3:103 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/switch.tsx:3:152 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/tabs.tsx:7:104 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/tabs.tsx:7:150 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/tabs.tsx:8:110 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/tabs.tsx:8:159 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/tabs.tsx:9:110 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/tabs.tsx:9:156 - -Found 55 errors. - -error: Type checking failed. - +== TYPE CHECK PASSED == diff --git a/tests/specs/ecosystem/bureaudouble/bureau/0_0_71.test b/tests/specs/ecosystem/bureaudouble/bureau/0_0_71.test index 3d948115b..f97f9c8e2 100644 --- a/tests/specs/ecosystem/bureaudouble/bureau/0_0_71.test +++ b/tests/specs/ecosystem/bureaudouble/bureau/0_0_71.test @@ -783,214 +783,4 @@ bureaudouble/bureau/0.0.71 == FAST CHECK EMIT PASSED == -== TYPE CHECK FAILED == --- stdout -- - --- stderr -- -TS2503 [ERROR]: Cannot find namespace 'JSX'. -export const CustomInput = ({}: CustomInputProps): JSX.Element =>({} as never); - ~~~ - at file:///src/components/CustomInput.tsx:16:52 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -export default >({}: DataTableProps): JSX.Element =>({} as never); - ~~~ - at file:///src/components/DataTable.tsx:20:78 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -}): JSX.Element =>({} as never); - ~~~ - at file:///src/components/Media.tsx:18:5 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -}): JSX.Element =>({} as never); - ~~~ - at file:///src/components/SqlInput.tsx:10:5 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -}): JSX.Element { - ~~~ - at file:///src/components/bureau-ui/combobox.tsx:16:5 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/bureau-ui/integer-switch.tsx:6:117 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/bureau-ui/integer-switch.tsx:6:166 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -export function Editor({}: EditorProps): JSX.Element { - ~~~ - at file:///src/components/editor/Editor.tsx:8:42 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/alert-dialog.tsx:15:131 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/alert-dialog.tsx:15:177 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/alert-dialog.tsx:16:131 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/alert-dialog.tsx:16:177 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - ({ className, ...props }: React.HTMLAttributes) : JSX.Element; - ~~~~~~~~~~~~~~ - at file:///src/components/ui/alert-dialog.tsx:18:50 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. - ({ className, ...props }: React.HTMLAttributes) : JSX.Element; - ~~~ - at file:///src/components/ui/alert-dialog.tsx:18:69 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - ({ className, ...props }: React.HTMLAttributes) : JSX.Element; - ~~~~~~~~~~~~~~ - at file:///src/components/ui/alert-dialog.tsx:22:50 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. - ({ className, ...props }: React.HTMLAttributes) : JSX.Element; - ~~~ - at file:///src/components/ui/alert-dialog.tsx:22:69 - -TS2304 [ERROR]: Cannot find name 'HTMLHeadingElement'. - at file:///src/components/ui/alert-dialog.tsx:25:127 - -TS2304 [ERROR]: Cannot find name 'HTMLHeadingElement'. - at file:///src/components/ui/alert-dialog.tsx:25:177 - -TS2304 [ERROR]: Cannot find name 'HTMLParagraphElement'. - at file:///src/components/ui/alert-dialog.tsx:26:139 - -TS2304 [ERROR]: Cannot find name 'HTMLParagraphElement'. - at file:///src/components/ui/alert-dialog.tsx:26:191 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/alert-dialog.tsx:27:129 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. -}> & ClassProp) | undefined) => string> & React.RefAttributes> = {} as never; - ~~~~~~~~~~~~~~~~~ - at file:///src/components/ui/alert-dialog.tsx:42:63 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/alert-dialog.tsx:43:129 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/alert-dialog.tsx:43:178 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/checkbox.tsx:6:108 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/checkbox.tsx:6:157 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:12:140 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. -} & React.RefAttributes> = {} as never; - ~~~~~~~~~~~~~~ - at file:///src/components/ui/dropdown-menu.tsx:14:25 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:15:140 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:15:186 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:16:134 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:16:180 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:17:128 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. -} & React.RefAttributes> = {} as never; - ~~~~~~~~~~~~~~ - at file:///src/components/ui/dropdown-menu.tsx:19:25 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:20:144 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:20:190 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:21:138 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:21:184 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:22:130 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. -} & React.RefAttributes> = {} as never; - ~~~~~~~~~~~~~~ - at file:///src/components/ui/dropdown-menu.tsx:24:25 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:25:138 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:25:184 - -TS2304 [ERROR]: Cannot find name 'HTMLSpanElement'. - ({ className, ...props }: React.HTMLAttributes) : JSX.Element; - ~~~~~~~~~~~~~~~ - at file:///src/components/ui/dropdown-menu.tsx:27:50 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. - ({ className, ...props }: React.HTMLAttributes) : JSX.Element; - ~~~ - at file:///src/components/ui/dropdown-menu.tsx:27:70 - -TS2503 [ERROR]: Cannot find namespace 'React'. -type ToasterProps = React.ComponentProps; - ~~~~~ - at file:///src/components/ui/sonner.tsx:5:21 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -const Toaster = ({}: ToasterProps): JSX.Element =>({} as never); - ~~~ - at file:///src/components/ui/sonner.tsx:6:37 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -}): JSX.Element =>({} as never); - ~~~ - at file:///src/components/ui/sonner.tsx:9:5 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/switch.tsx:3:103 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/switch.tsx:3:152 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/tabs.tsx:7:104 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/tabs.tsx:7:150 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/tabs.tsx:8:110 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/tabs.tsx:8:159 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/tabs.tsx:9:110 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/tabs.tsx:9:156 - -Found 55 errors. - -error: Type checking failed. - +== TYPE CHECK PASSED == diff --git a/tests/specs/ecosystem/bureaudouble/bureau/0_0_72.test b/tests/specs/ecosystem/bureaudouble/bureau/0_0_72.test index 61e4286a3..52c22e02f 100644 --- a/tests/specs/ecosystem/bureaudouble/bureau/0_0_72.test +++ b/tests/specs/ecosystem/bureaudouble/bureau/0_0_72.test @@ -783,214 +783,4 @@ bureaudouble/bureau/0.0.72 == FAST CHECK EMIT PASSED == -== TYPE CHECK FAILED == --- stdout -- - --- stderr -- -TS2503 [ERROR]: Cannot find namespace 'JSX'. -export const CustomInput = ({}: CustomInputProps): JSX.Element =>({} as never); - ~~~ - at file:///src/components/CustomInput.tsx:16:52 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -export default >({}: DataTableProps): JSX.Element =>({} as never); - ~~~ - at file:///src/components/DataTable.tsx:21:78 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -}): JSX.Element =>({} as never); - ~~~ - at file:///src/components/Media.tsx:18:5 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -}): JSX.Element =>({} as never); - ~~~ - at file:///src/components/SqlInput.tsx:10:5 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -}): JSX.Element { - ~~~ - at file:///src/components/bureau-ui/combobox.tsx:16:5 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/bureau-ui/integer-switch.tsx:6:117 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/bureau-ui/integer-switch.tsx:6:166 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -export function Editor({}: EditorProps): JSX.Element { - ~~~ - at file:///src/components/editor/Editor.tsx:8:42 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/alert-dialog.tsx:15:131 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/alert-dialog.tsx:15:177 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/alert-dialog.tsx:16:131 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/alert-dialog.tsx:16:177 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - ({ className, ...props }: React.HTMLAttributes) : JSX.Element; - ~~~~~~~~~~~~~~ - at file:///src/components/ui/alert-dialog.tsx:18:50 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. - ({ className, ...props }: React.HTMLAttributes) : JSX.Element; - ~~~ - at file:///src/components/ui/alert-dialog.tsx:18:69 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - ({ className, ...props }: React.HTMLAttributes) : JSX.Element; - ~~~~~~~~~~~~~~ - at file:///src/components/ui/alert-dialog.tsx:22:50 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. - ({ className, ...props }: React.HTMLAttributes) : JSX.Element; - ~~~ - at file:///src/components/ui/alert-dialog.tsx:22:69 - -TS2304 [ERROR]: Cannot find name 'HTMLHeadingElement'. - at file:///src/components/ui/alert-dialog.tsx:25:127 - -TS2304 [ERROR]: Cannot find name 'HTMLHeadingElement'. - at file:///src/components/ui/alert-dialog.tsx:25:177 - -TS2304 [ERROR]: Cannot find name 'HTMLParagraphElement'. - at file:///src/components/ui/alert-dialog.tsx:26:139 - -TS2304 [ERROR]: Cannot find name 'HTMLParagraphElement'. - at file:///src/components/ui/alert-dialog.tsx:26:191 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/alert-dialog.tsx:27:129 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. -}> & ClassProp) | undefined) => string> & React.RefAttributes> = {} as never; - ~~~~~~~~~~~~~~~~~ - at file:///src/components/ui/alert-dialog.tsx:42:63 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/alert-dialog.tsx:43:129 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/alert-dialog.tsx:43:178 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/checkbox.tsx:6:108 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/checkbox.tsx:6:157 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:12:140 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. -} & React.RefAttributes> = {} as never; - ~~~~~~~~~~~~~~ - at file:///src/components/ui/dropdown-menu.tsx:14:25 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:15:140 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:15:186 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:16:134 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:16:180 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:17:128 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. -} & React.RefAttributes> = {} as never; - ~~~~~~~~~~~~~~ - at file:///src/components/ui/dropdown-menu.tsx:19:25 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:20:144 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:20:190 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:21:138 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:21:184 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:22:130 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. -} & React.RefAttributes> = {} as never; - ~~~~~~~~~~~~~~ - at file:///src/components/ui/dropdown-menu.tsx:24:25 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:25:138 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:25:184 - -TS2304 [ERROR]: Cannot find name 'HTMLSpanElement'. - ({ className, ...props }: React.HTMLAttributes) : JSX.Element; - ~~~~~~~~~~~~~~~ - at file:///src/components/ui/dropdown-menu.tsx:27:50 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. - ({ className, ...props }: React.HTMLAttributes) : JSX.Element; - ~~~ - at file:///src/components/ui/dropdown-menu.tsx:27:70 - -TS2503 [ERROR]: Cannot find namespace 'React'. -type ToasterProps = React.ComponentProps; - ~~~~~ - at file:///src/components/ui/sonner.tsx:5:21 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -const Toaster = ({}: ToasterProps): JSX.Element =>({} as never); - ~~~ - at file:///src/components/ui/sonner.tsx:6:37 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -}): JSX.Element =>({} as never); - ~~~ - at file:///src/components/ui/sonner.tsx:9:5 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/switch.tsx:3:103 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/switch.tsx:3:152 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/tabs.tsx:7:104 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/tabs.tsx:7:150 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/tabs.tsx:8:110 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/tabs.tsx:8:159 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/tabs.tsx:9:110 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/tabs.tsx:9:156 - -Found 55 errors. - -error: Type checking failed. - +== TYPE CHECK PASSED == diff --git a/tests/specs/ecosystem/bureaudouble/bureau/0_0_73.test b/tests/specs/ecosystem/bureaudouble/bureau/0_0_73.test index 530430a13..7158d5d05 100644 --- a/tests/specs/ecosystem/bureaudouble/bureau/0_0_73.test +++ b/tests/specs/ecosystem/bureaudouble/bureau/0_0_73.test @@ -783,214 +783,4 @@ bureaudouble/bureau/0.0.73 == FAST CHECK EMIT PASSED == -== TYPE CHECK FAILED == --- stdout -- - --- stderr -- -TS2503 [ERROR]: Cannot find namespace 'JSX'. -export const CustomInput = ({}: CustomInputProps): JSX.Element =>({} as never); - ~~~ - at file:///src/components/CustomInput.tsx:16:52 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -export default >({}: DataTableProps): JSX.Element =>({} as never); - ~~~ - at file:///src/components/DataTable.tsx:21:78 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -}): JSX.Element =>({} as never); - ~~~ - at file:///src/components/Media.tsx:18:5 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -}): JSX.Element =>({} as never); - ~~~ - at file:///src/components/SqlInput.tsx:10:5 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -}): JSX.Element { - ~~~ - at file:///src/components/bureau-ui/combobox.tsx:16:5 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/bureau-ui/integer-switch.tsx:6:117 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/bureau-ui/integer-switch.tsx:6:166 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -export function Editor({}: EditorProps): JSX.Element { - ~~~ - at file:///src/components/editor/Editor.tsx:8:42 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/alert-dialog.tsx:15:131 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/alert-dialog.tsx:15:177 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/alert-dialog.tsx:16:131 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/alert-dialog.tsx:16:177 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - ({ className, ...props }: React.HTMLAttributes) : JSX.Element; - ~~~~~~~~~~~~~~ - at file:///src/components/ui/alert-dialog.tsx:18:50 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. - ({ className, ...props }: React.HTMLAttributes) : JSX.Element; - ~~~ - at file:///src/components/ui/alert-dialog.tsx:18:69 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - ({ className, ...props }: React.HTMLAttributes) : JSX.Element; - ~~~~~~~~~~~~~~ - at file:///src/components/ui/alert-dialog.tsx:22:50 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. - ({ className, ...props }: React.HTMLAttributes) : JSX.Element; - ~~~ - at file:///src/components/ui/alert-dialog.tsx:22:69 - -TS2304 [ERROR]: Cannot find name 'HTMLHeadingElement'. - at file:///src/components/ui/alert-dialog.tsx:25:127 - -TS2304 [ERROR]: Cannot find name 'HTMLHeadingElement'. - at file:///src/components/ui/alert-dialog.tsx:25:177 - -TS2304 [ERROR]: Cannot find name 'HTMLParagraphElement'. - at file:///src/components/ui/alert-dialog.tsx:26:139 - -TS2304 [ERROR]: Cannot find name 'HTMLParagraphElement'. - at file:///src/components/ui/alert-dialog.tsx:26:191 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/alert-dialog.tsx:27:129 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. -}> & ClassProp) | undefined) => string> & React.RefAttributes> = {} as never; - ~~~~~~~~~~~~~~~~~ - at file:///src/components/ui/alert-dialog.tsx:42:63 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/alert-dialog.tsx:43:129 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/alert-dialog.tsx:43:178 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/checkbox.tsx:6:108 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/checkbox.tsx:6:157 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:12:140 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. -} & React.RefAttributes> = {} as never; - ~~~~~~~~~~~~~~ - at file:///src/components/ui/dropdown-menu.tsx:14:25 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:15:140 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:15:186 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:16:134 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:16:180 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:17:128 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. -} & React.RefAttributes> = {} as never; - ~~~~~~~~~~~~~~ - at file:///src/components/ui/dropdown-menu.tsx:19:25 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:20:144 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:20:190 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:21:138 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:21:184 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:22:130 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. -} & React.RefAttributes> = {} as never; - ~~~~~~~~~~~~~~ - at file:///src/components/ui/dropdown-menu.tsx:24:25 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:25:138 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:25:184 - -TS2304 [ERROR]: Cannot find name 'HTMLSpanElement'. - ({ className, ...props }: React.HTMLAttributes) : JSX.Element; - ~~~~~~~~~~~~~~~ - at file:///src/components/ui/dropdown-menu.tsx:27:50 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. - ({ className, ...props }: React.HTMLAttributes) : JSX.Element; - ~~~ - at file:///src/components/ui/dropdown-menu.tsx:27:70 - -TS2503 [ERROR]: Cannot find namespace 'React'. -type ToasterProps = React.ComponentProps; - ~~~~~ - at file:///src/components/ui/sonner.tsx:5:21 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -const Toaster = ({}: ToasterProps): JSX.Element =>({} as never); - ~~~ - at file:///src/components/ui/sonner.tsx:6:37 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -}): JSX.Element =>({} as never); - ~~~ - at file:///src/components/ui/sonner.tsx:9:5 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/switch.tsx:3:103 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/switch.tsx:3:152 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/tabs.tsx:7:104 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/tabs.tsx:7:150 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/tabs.tsx:8:110 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/tabs.tsx:8:159 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/tabs.tsx:9:110 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/tabs.tsx:9:156 - -Found 55 errors. - -error: Type checking failed. - +== TYPE CHECK PASSED == diff --git a/tests/specs/ecosystem/bureaudouble/bureau/0_0_74.test b/tests/specs/ecosystem/bureaudouble/bureau/0_0_74.test index 0724ea0da..5b34d4558 100644 --- a/tests/specs/ecosystem/bureaudouble/bureau/0_0_74.test +++ b/tests/specs/ecosystem/bureaudouble/bureau/0_0_74.test @@ -783,214 +783,4 @@ bureaudouble/bureau/0.0.74 == FAST CHECK EMIT PASSED == -== TYPE CHECK FAILED == --- stdout -- - --- stderr -- -TS2503 [ERROR]: Cannot find namespace 'JSX'. -export const CustomInput = ({}: CustomInputProps): JSX.Element =>({} as never); - ~~~ - at file:///src/components/CustomInput.tsx:16:52 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -export default >({}: DataTableProps): JSX.Element =>({} as never); - ~~~ - at file:///src/components/DataTable.tsx:21:78 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -}): JSX.Element =>({} as never); - ~~~ - at file:///src/components/Media.tsx:18:5 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -}): JSX.Element =>({} as never); - ~~~ - at file:///src/components/SqlInput.tsx:10:5 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -}): JSX.Element { - ~~~ - at file:///src/components/bureau-ui/combobox.tsx:16:5 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/bureau-ui/integer-switch.tsx:6:117 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/bureau-ui/integer-switch.tsx:6:166 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -export function Editor({}: EditorProps): JSX.Element { - ~~~ - at file:///src/components/editor/Editor.tsx:8:42 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/alert-dialog.tsx:15:131 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/alert-dialog.tsx:15:177 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/alert-dialog.tsx:16:131 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/alert-dialog.tsx:16:177 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - ({ className, ...props }: React.HTMLAttributes) : JSX.Element; - ~~~~~~~~~~~~~~ - at file:///src/components/ui/alert-dialog.tsx:18:50 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. - ({ className, ...props }: React.HTMLAttributes) : JSX.Element; - ~~~ - at file:///src/components/ui/alert-dialog.tsx:18:69 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - ({ className, ...props }: React.HTMLAttributes) : JSX.Element; - ~~~~~~~~~~~~~~ - at file:///src/components/ui/alert-dialog.tsx:22:50 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. - ({ className, ...props }: React.HTMLAttributes) : JSX.Element; - ~~~ - at file:///src/components/ui/alert-dialog.tsx:22:69 - -TS2304 [ERROR]: Cannot find name 'HTMLHeadingElement'. - at file:///src/components/ui/alert-dialog.tsx:25:127 - -TS2304 [ERROR]: Cannot find name 'HTMLHeadingElement'. - at file:///src/components/ui/alert-dialog.tsx:25:177 - -TS2304 [ERROR]: Cannot find name 'HTMLParagraphElement'. - at file:///src/components/ui/alert-dialog.tsx:26:139 - -TS2304 [ERROR]: Cannot find name 'HTMLParagraphElement'. - at file:///src/components/ui/alert-dialog.tsx:26:191 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/alert-dialog.tsx:27:129 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. -}> & ClassProp) | undefined) => string> & React.RefAttributes> = {} as never; - ~~~~~~~~~~~~~~~~~ - at file:///src/components/ui/alert-dialog.tsx:42:63 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/alert-dialog.tsx:43:129 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/alert-dialog.tsx:43:178 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/checkbox.tsx:6:108 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/checkbox.tsx:6:157 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:12:140 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. -} & React.RefAttributes> = {} as never; - ~~~~~~~~~~~~~~ - at file:///src/components/ui/dropdown-menu.tsx:14:25 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:15:140 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:15:186 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:16:134 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:16:180 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:17:128 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. -} & React.RefAttributes> = {} as never; - ~~~~~~~~~~~~~~ - at file:///src/components/ui/dropdown-menu.tsx:19:25 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:20:144 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:20:190 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:21:138 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:21:184 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:22:130 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. -} & React.RefAttributes> = {} as never; - ~~~~~~~~~~~~~~ - at file:///src/components/ui/dropdown-menu.tsx:24:25 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:25:138 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:25:184 - -TS2304 [ERROR]: Cannot find name 'HTMLSpanElement'. - ({ className, ...props }: React.HTMLAttributes) : JSX.Element; - ~~~~~~~~~~~~~~~ - at file:///src/components/ui/dropdown-menu.tsx:27:50 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. - ({ className, ...props }: React.HTMLAttributes) : JSX.Element; - ~~~ - at file:///src/components/ui/dropdown-menu.tsx:27:70 - -TS2503 [ERROR]: Cannot find namespace 'React'. -type ToasterProps = React.ComponentProps; - ~~~~~ - at file:///src/components/ui/sonner.tsx:5:21 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -const Toaster = ({}: ToasterProps): JSX.Element =>({} as never); - ~~~ - at file:///src/components/ui/sonner.tsx:6:37 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -}): JSX.Element =>({} as never); - ~~~ - at file:///src/components/ui/sonner.tsx:9:5 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/switch.tsx:3:103 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/switch.tsx:3:152 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/tabs.tsx:7:104 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/tabs.tsx:7:150 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/tabs.tsx:8:110 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/tabs.tsx:8:159 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/tabs.tsx:9:110 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/tabs.tsx:9:156 - -Found 55 errors. - -error: Type checking failed. - +== TYPE CHECK PASSED == diff --git a/tests/specs/ecosystem/bureaudouble/bureau/0_0_75.test b/tests/specs/ecosystem/bureaudouble/bureau/0_0_75.test index bd108c73a..646e725ee 100644 --- a/tests/specs/ecosystem/bureaudouble/bureau/0_0_75.test +++ b/tests/specs/ecosystem/bureaudouble/bureau/0_0_75.test @@ -783,214 +783,4 @@ bureaudouble/bureau/0.0.75 == FAST CHECK EMIT PASSED == -== TYPE CHECK FAILED == --- stdout -- - --- stderr -- -TS2503 [ERROR]: Cannot find namespace 'JSX'. -export const CustomInput = ({}: CustomInputProps): JSX.Element =>({} as never); - ~~~ - at file:///src/components/CustomInput.tsx:16:52 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -export default >({}: DataTableProps): JSX.Element =>({} as never); - ~~~ - at file:///src/components/DataTable.tsx:21:78 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -}): JSX.Element =>({} as never); - ~~~ - at file:///src/components/Media.tsx:18:5 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -}): JSX.Element =>({} as never); - ~~~ - at file:///src/components/SqlInput.tsx:10:5 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -}): JSX.Element { - ~~~ - at file:///src/components/bureau-ui/combobox.tsx:16:5 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/bureau-ui/integer-switch.tsx:6:117 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/bureau-ui/integer-switch.tsx:6:166 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -export function Editor({}: EditorProps): JSX.Element { - ~~~ - at file:///src/components/editor/Editor.tsx:8:42 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/alert-dialog.tsx:15:131 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/alert-dialog.tsx:15:177 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/alert-dialog.tsx:16:131 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/alert-dialog.tsx:16:177 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - ({ className, ...props }: React.HTMLAttributes) : JSX.Element; - ~~~~~~~~~~~~~~ - at file:///src/components/ui/alert-dialog.tsx:18:50 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. - ({ className, ...props }: React.HTMLAttributes) : JSX.Element; - ~~~ - at file:///src/components/ui/alert-dialog.tsx:18:69 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - ({ className, ...props }: React.HTMLAttributes) : JSX.Element; - ~~~~~~~~~~~~~~ - at file:///src/components/ui/alert-dialog.tsx:22:50 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. - ({ className, ...props }: React.HTMLAttributes) : JSX.Element; - ~~~ - at file:///src/components/ui/alert-dialog.tsx:22:69 - -TS2304 [ERROR]: Cannot find name 'HTMLHeadingElement'. - at file:///src/components/ui/alert-dialog.tsx:25:127 - -TS2304 [ERROR]: Cannot find name 'HTMLHeadingElement'. - at file:///src/components/ui/alert-dialog.tsx:25:177 - -TS2304 [ERROR]: Cannot find name 'HTMLParagraphElement'. - at file:///src/components/ui/alert-dialog.tsx:26:139 - -TS2304 [ERROR]: Cannot find name 'HTMLParagraphElement'. - at file:///src/components/ui/alert-dialog.tsx:26:191 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/alert-dialog.tsx:27:129 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. -}> & ClassProp) | undefined) => string> & React.RefAttributes> = {} as never; - ~~~~~~~~~~~~~~~~~ - at file:///src/components/ui/alert-dialog.tsx:42:63 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/alert-dialog.tsx:43:129 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/alert-dialog.tsx:43:178 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/checkbox.tsx:6:108 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/checkbox.tsx:6:157 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:12:140 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. -} & React.RefAttributes> = {} as never; - ~~~~~~~~~~~~~~ - at file:///src/components/ui/dropdown-menu.tsx:14:25 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:15:140 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:15:186 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:16:134 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:16:180 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:17:128 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. -} & React.RefAttributes> = {} as never; - ~~~~~~~~~~~~~~ - at file:///src/components/ui/dropdown-menu.tsx:19:25 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:20:144 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:20:190 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:21:138 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:21:184 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:22:130 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. -} & React.RefAttributes> = {} as never; - ~~~~~~~~~~~~~~ - at file:///src/components/ui/dropdown-menu.tsx:24:25 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:25:138 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:25:184 - -TS2304 [ERROR]: Cannot find name 'HTMLSpanElement'. - ({ className, ...props }: React.HTMLAttributes) : JSX.Element; - ~~~~~~~~~~~~~~~ - at file:///src/components/ui/dropdown-menu.tsx:27:50 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. - ({ className, ...props }: React.HTMLAttributes) : JSX.Element; - ~~~ - at file:///src/components/ui/dropdown-menu.tsx:27:70 - -TS2503 [ERROR]: Cannot find namespace 'React'. -type ToasterProps = React.ComponentProps; - ~~~~~ - at file:///src/components/ui/sonner.tsx:5:21 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -const Toaster = ({}: ToasterProps): JSX.Element =>({} as never); - ~~~ - at file:///src/components/ui/sonner.tsx:6:37 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -}): JSX.Element =>({} as never); - ~~~ - at file:///src/components/ui/sonner.tsx:9:5 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/switch.tsx:3:103 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/switch.tsx:3:152 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/tabs.tsx:7:104 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/tabs.tsx:7:150 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/tabs.tsx:8:110 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/tabs.tsx:8:159 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/tabs.tsx:9:110 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/tabs.tsx:9:156 - -Found 55 errors. - -error: Type checking failed. - +== TYPE CHECK PASSED == diff --git a/tests/specs/ecosystem/bureaudouble/bureau/0_0_76.test b/tests/specs/ecosystem/bureaudouble/bureau/0_0_76.test index dcc5773ad..6750d6188 100644 --- a/tests/specs/ecosystem/bureaudouble/bureau/0_0_76.test +++ b/tests/specs/ecosystem/bureaudouble/bureau/0_0_76.test @@ -783,214 +783,4 @@ bureaudouble/bureau/0.0.76 == FAST CHECK EMIT PASSED == -== TYPE CHECK FAILED == --- stdout -- - --- stderr -- -TS2503 [ERROR]: Cannot find namespace 'JSX'. -export const CustomInput = ({}: CustomInputProps): JSX.Element =>({} as never); - ~~~ - at file:///src/components/CustomInput.tsx:16:52 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -export default >({}: DataTableProps): JSX.Element =>({} as never); - ~~~ - at file:///src/components/DataTable.tsx:21:78 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -}): JSX.Element =>({} as never); - ~~~ - at file:///src/components/Media.tsx:18:5 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -}): JSX.Element =>({} as never); - ~~~ - at file:///src/components/SqlInput.tsx:10:5 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -}): JSX.Element { - ~~~ - at file:///src/components/bureau-ui/combobox.tsx:16:5 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/bureau-ui/integer-switch.tsx:6:117 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/bureau-ui/integer-switch.tsx:6:166 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -export function Editor({}: EditorProps): JSX.Element { - ~~~ - at file:///src/components/editor/Editor.tsx:8:42 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/alert-dialog.tsx:15:131 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/alert-dialog.tsx:15:177 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/alert-dialog.tsx:16:131 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/alert-dialog.tsx:16:177 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - ({ className, ...props }: React.HTMLAttributes) : JSX.Element; - ~~~~~~~~~~~~~~ - at file:///src/components/ui/alert-dialog.tsx:18:50 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. - ({ className, ...props }: React.HTMLAttributes) : JSX.Element; - ~~~ - at file:///src/components/ui/alert-dialog.tsx:18:69 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - ({ className, ...props }: React.HTMLAttributes) : JSX.Element; - ~~~~~~~~~~~~~~ - at file:///src/components/ui/alert-dialog.tsx:22:50 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. - ({ className, ...props }: React.HTMLAttributes) : JSX.Element; - ~~~ - at file:///src/components/ui/alert-dialog.tsx:22:69 - -TS2304 [ERROR]: Cannot find name 'HTMLHeadingElement'. - at file:///src/components/ui/alert-dialog.tsx:25:127 - -TS2304 [ERROR]: Cannot find name 'HTMLHeadingElement'. - at file:///src/components/ui/alert-dialog.tsx:25:177 - -TS2304 [ERROR]: Cannot find name 'HTMLParagraphElement'. - at file:///src/components/ui/alert-dialog.tsx:26:139 - -TS2304 [ERROR]: Cannot find name 'HTMLParagraphElement'. - at file:///src/components/ui/alert-dialog.tsx:26:191 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/alert-dialog.tsx:27:129 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. -}> & ClassProp) | undefined) => string> & React.RefAttributes> = {} as never; - ~~~~~~~~~~~~~~~~~ - at file:///src/components/ui/alert-dialog.tsx:42:63 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/alert-dialog.tsx:43:129 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/alert-dialog.tsx:43:178 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/checkbox.tsx:6:108 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/checkbox.tsx:6:157 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:12:140 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. -} & React.RefAttributes> = {} as never; - ~~~~~~~~~~~~~~ - at file:///src/components/ui/dropdown-menu.tsx:14:25 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:15:140 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:15:186 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:16:134 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:16:180 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:17:128 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. -} & React.RefAttributes> = {} as never; - ~~~~~~~~~~~~~~ - at file:///src/components/ui/dropdown-menu.tsx:19:25 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:20:144 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:20:190 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:21:138 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:21:184 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:22:130 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. -} & React.RefAttributes> = {} as never; - ~~~~~~~~~~~~~~ - at file:///src/components/ui/dropdown-menu.tsx:24:25 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:25:138 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:25:184 - -TS2304 [ERROR]: Cannot find name 'HTMLSpanElement'. - ({ className, ...props }: React.HTMLAttributes) : JSX.Element; - ~~~~~~~~~~~~~~~ - at file:///src/components/ui/dropdown-menu.tsx:27:50 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. - ({ className, ...props }: React.HTMLAttributes) : JSX.Element; - ~~~ - at file:///src/components/ui/dropdown-menu.tsx:27:70 - -TS2503 [ERROR]: Cannot find namespace 'React'. -type ToasterProps = React.ComponentProps; - ~~~~~ - at file:///src/components/ui/sonner.tsx:5:21 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -const Toaster = ({}: ToasterProps): JSX.Element =>({} as never); - ~~~ - at file:///src/components/ui/sonner.tsx:6:37 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -}): JSX.Element =>({} as never); - ~~~ - at file:///src/components/ui/sonner.tsx:9:5 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/switch.tsx:3:103 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/switch.tsx:3:152 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/tabs.tsx:7:104 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/tabs.tsx:7:150 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/tabs.tsx:8:110 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/tabs.tsx:8:159 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/tabs.tsx:9:110 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/tabs.tsx:9:156 - -Found 55 errors. - -error: Type checking failed. - +== TYPE CHECK PASSED == diff --git a/tests/specs/ecosystem/bureaudouble/bureau/0_0_77.test b/tests/specs/ecosystem/bureaudouble/bureau/0_0_77.test index 80b535b52..2a45d771f 100644 --- a/tests/specs/ecosystem/bureaudouble/bureau/0_0_77.test +++ b/tests/specs/ecosystem/bureaudouble/bureau/0_0_77.test @@ -783,214 +783,4 @@ bureaudouble/bureau/0.0.77 == FAST CHECK EMIT PASSED == -== TYPE CHECK FAILED == --- stdout -- - --- stderr -- -TS2503 [ERROR]: Cannot find namespace 'JSX'. -export const CustomInput = ({}: CustomInputProps): JSX.Element =>({} as never); - ~~~ - at file:///src/components/CustomInput.tsx:16:52 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -export default >({}: DataTableProps): JSX.Element =>({} as never); - ~~~ - at file:///src/components/DataTable.tsx:21:78 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -}): JSX.Element =>({} as never); - ~~~ - at file:///src/components/Media.tsx:18:5 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -}): JSX.Element =>({} as never); - ~~~ - at file:///src/components/SqlInput.tsx:10:5 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -}): JSX.Element { - ~~~ - at file:///src/components/bureau-ui/combobox.tsx:16:5 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/bureau-ui/integer-switch.tsx:6:117 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/bureau-ui/integer-switch.tsx:6:166 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -export function Editor({}: EditorProps): JSX.Element { - ~~~ - at file:///src/components/editor/Editor.tsx:8:42 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/alert-dialog.tsx:15:131 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/alert-dialog.tsx:15:177 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/alert-dialog.tsx:16:131 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/alert-dialog.tsx:16:177 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - ({ className, ...props }: React.HTMLAttributes) : JSX.Element; - ~~~~~~~~~~~~~~ - at file:///src/components/ui/alert-dialog.tsx:18:50 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. - ({ className, ...props }: React.HTMLAttributes) : JSX.Element; - ~~~ - at file:///src/components/ui/alert-dialog.tsx:18:69 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - ({ className, ...props }: React.HTMLAttributes) : JSX.Element; - ~~~~~~~~~~~~~~ - at file:///src/components/ui/alert-dialog.tsx:22:50 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. - ({ className, ...props }: React.HTMLAttributes) : JSX.Element; - ~~~ - at file:///src/components/ui/alert-dialog.tsx:22:69 - -TS2304 [ERROR]: Cannot find name 'HTMLHeadingElement'. - at file:///src/components/ui/alert-dialog.tsx:25:127 - -TS2304 [ERROR]: Cannot find name 'HTMLHeadingElement'. - at file:///src/components/ui/alert-dialog.tsx:25:177 - -TS2304 [ERROR]: Cannot find name 'HTMLParagraphElement'. - at file:///src/components/ui/alert-dialog.tsx:26:139 - -TS2304 [ERROR]: Cannot find name 'HTMLParagraphElement'. - at file:///src/components/ui/alert-dialog.tsx:26:191 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/alert-dialog.tsx:27:129 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. -}> & ClassProp) | undefined) => string> & React.RefAttributes> = {} as never; - ~~~~~~~~~~~~~~~~~ - at file:///src/components/ui/alert-dialog.tsx:42:63 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/alert-dialog.tsx:43:129 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/alert-dialog.tsx:43:178 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/checkbox.tsx:6:108 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/checkbox.tsx:6:157 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:12:140 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. -} & React.RefAttributes> = {} as never; - ~~~~~~~~~~~~~~ - at file:///src/components/ui/dropdown-menu.tsx:14:25 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:15:140 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:15:186 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:16:134 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:16:180 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:17:128 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. -} & React.RefAttributes> = {} as never; - ~~~~~~~~~~~~~~ - at file:///src/components/ui/dropdown-menu.tsx:19:25 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:20:144 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:20:190 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:21:138 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:21:184 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:22:130 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. -} & React.RefAttributes> = {} as never; - ~~~~~~~~~~~~~~ - at file:///src/components/ui/dropdown-menu.tsx:24:25 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:25:138 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:25:184 - -TS2304 [ERROR]: Cannot find name 'HTMLSpanElement'. - ({ className, ...props }: React.HTMLAttributes) : JSX.Element; - ~~~~~~~~~~~~~~~ - at file:///src/components/ui/dropdown-menu.tsx:27:50 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. - ({ className, ...props }: React.HTMLAttributes) : JSX.Element; - ~~~ - at file:///src/components/ui/dropdown-menu.tsx:27:70 - -TS2503 [ERROR]: Cannot find namespace 'React'. -type ToasterProps = React.ComponentProps; - ~~~~~ - at file:///src/components/ui/sonner.tsx:5:21 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -const Toaster = ({}: ToasterProps): JSX.Element =>({} as never); - ~~~ - at file:///src/components/ui/sonner.tsx:6:37 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -}): JSX.Element =>({} as never); - ~~~ - at file:///src/components/ui/sonner.tsx:9:5 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/switch.tsx:3:103 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/switch.tsx:3:152 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/tabs.tsx:7:104 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/tabs.tsx:7:150 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/tabs.tsx:8:110 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/tabs.tsx:8:159 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/tabs.tsx:9:110 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/tabs.tsx:9:156 - -Found 55 errors. - -error: Type checking failed. - +== TYPE CHECK PASSED == diff --git a/tests/specs/ecosystem/bureaudouble/bureau/0_0_78.test b/tests/specs/ecosystem/bureaudouble/bureau/0_0_78.test index 3172d16f6..06b9c31b7 100644 --- a/tests/specs/ecosystem/bureaudouble/bureau/0_0_78.test +++ b/tests/specs/ecosystem/bureaudouble/bureau/0_0_78.test @@ -783,214 +783,4 @@ bureaudouble/bureau/0.0.78 == FAST CHECK EMIT PASSED == -== TYPE CHECK FAILED == --- stdout -- - --- stderr -- -TS2503 [ERROR]: Cannot find namespace 'JSX'. -export const CustomInput = ({}: CustomInputProps): JSX.Element =>({} as never); - ~~~ - at file:///src/components/CustomInput.tsx:16:52 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -export default >({}: DataTableProps): JSX.Element =>({} as never); - ~~~ - at file:///src/components/DataTable.tsx:21:78 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -}): JSX.Element =>({} as never); - ~~~ - at file:///src/components/Media.tsx:18:5 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -}): JSX.Element =>({} as never); - ~~~ - at file:///src/components/SqlInput.tsx:10:5 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -}): JSX.Element { - ~~~ - at file:///src/components/bureau-ui/combobox.tsx:16:5 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/bureau-ui/integer-switch.tsx:6:117 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/bureau-ui/integer-switch.tsx:6:166 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -export function Editor({}: EditorProps): JSX.Element { - ~~~ - at file:///src/components/editor/Editor.tsx:8:42 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/alert-dialog.tsx:15:131 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/alert-dialog.tsx:15:177 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/alert-dialog.tsx:16:131 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/alert-dialog.tsx:16:177 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - ({ className, ...props }: React.HTMLAttributes) : JSX.Element; - ~~~~~~~~~~~~~~ - at file:///src/components/ui/alert-dialog.tsx:18:50 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. - ({ className, ...props }: React.HTMLAttributes) : JSX.Element; - ~~~ - at file:///src/components/ui/alert-dialog.tsx:18:69 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - ({ className, ...props }: React.HTMLAttributes) : JSX.Element; - ~~~~~~~~~~~~~~ - at file:///src/components/ui/alert-dialog.tsx:22:50 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. - ({ className, ...props }: React.HTMLAttributes) : JSX.Element; - ~~~ - at file:///src/components/ui/alert-dialog.tsx:22:69 - -TS2304 [ERROR]: Cannot find name 'HTMLHeadingElement'. - at file:///src/components/ui/alert-dialog.tsx:25:127 - -TS2304 [ERROR]: Cannot find name 'HTMLHeadingElement'. - at file:///src/components/ui/alert-dialog.tsx:25:177 - -TS2304 [ERROR]: Cannot find name 'HTMLParagraphElement'. - at file:///src/components/ui/alert-dialog.tsx:26:139 - -TS2304 [ERROR]: Cannot find name 'HTMLParagraphElement'. - at file:///src/components/ui/alert-dialog.tsx:26:191 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/alert-dialog.tsx:27:129 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. -}> & ClassProp) | undefined) => string> & React.RefAttributes> = {} as never; - ~~~~~~~~~~~~~~~~~ - at file:///src/components/ui/alert-dialog.tsx:42:63 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/alert-dialog.tsx:43:129 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/alert-dialog.tsx:43:178 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/checkbox.tsx:6:108 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/checkbox.tsx:6:157 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:12:140 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. -} & React.RefAttributes> = {} as never; - ~~~~~~~~~~~~~~ - at file:///src/components/ui/dropdown-menu.tsx:14:25 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:15:140 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:15:186 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:16:134 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:16:180 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:17:128 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. -} & React.RefAttributes> = {} as never; - ~~~~~~~~~~~~~~ - at file:///src/components/ui/dropdown-menu.tsx:19:25 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:20:144 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:20:190 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:21:138 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:21:184 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:22:130 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. -} & React.RefAttributes> = {} as never; - ~~~~~~~~~~~~~~ - at file:///src/components/ui/dropdown-menu.tsx:24:25 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:25:138 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:25:184 - -TS2304 [ERROR]: Cannot find name 'HTMLSpanElement'. - ({ className, ...props }: React.HTMLAttributes) : JSX.Element; - ~~~~~~~~~~~~~~~ - at file:///src/components/ui/dropdown-menu.tsx:27:50 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. - ({ className, ...props }: React.HTMLAttributes) : JSX.Element; - ~~~ - at file:///src/components/ui/dropdown-menu.tsx:27:70 - -TS2503 [ERROR]: Cannot find namespace 'React'. -type ToasterProps = React.ComponentProps; - ~~~~~ - at file:///src/components/ui/sonner.tsx:5:21 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -const Toaster = ({}: ToasterProps): JSX.Element =>({} as never); - ~~~ - at file:///src/components/ui/sonner.tsx:6:37 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -}): JSX.Element =>({} as never); - ~~~ - at file:///src/components/ui/sonner.tsx:9:5 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/switch.tsx:3:103 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/switch.tsx:3:152 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/tabs.tsx:7:104 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/tabs.tsx:7:150 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/tabs.tsx:8:110 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/tabs.tsx:8:159 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/tabs.tsx:9:110 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/tabs.tsx:9:156 - -Found 55 errors. - -error: Type checking failed. - +== TYPE CHECK PASSED == diff --git a/tests/specs/ecosystem/bureaudouble/bureau/0_0_79.test b/tests/specs/ecosystem/bureaudouble/bureau/0_0_79.test index 56a5e1247..5075db3d2 100644 --- a/tests/specs/ecosystem/bureaudouble/bureau/0_0_79.test +++ b/tests/specs/ecosystem/bureaudouble/bureau/0_0_79.test @@ -783,214 +783,4 @@ bureaudouble/bureau/0.0.79 == FAST CHECK EMIT PASSED == -== TYPE CHECK FAILED == --- stdout -- - --- stderr -- -TS2503 [ERROR]: Cannot find namespace 'JSX'. -export const CustomInput = ({}: CustomInputProps): JSX.Element =>({} as never); - ~~~ - at file:///src/components/CustomInput.tsx:16:52 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -export default >({}: DataTableProps): JSX.Element =>({} as never); - ~~~ - at file:///src/components/DataTable.tsx:21:78 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -}): JSX.Element =>({} as never); - ~~~ - at file:///src/components/Media.tsx:18:5 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -}): JSX.Element =>({} as never); - ~~~ - at file:///src/components/SqlInput.tsx:10:5 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -}): JSX.Element { - ~~~ - at file:///src/components/bureau-ui/combobox.tsx:16:5 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/bureau-ui/integer-switch.tsx:6:117 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/bureau-ui/integer-switch.tsx:6:166 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -export function Editor({}: EditorProps): JSX.Element { - ~~~ - at file:///src/components/editor/Editor.tsx:8:42 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/alert-dialog.tsx:15:131 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/alert-dialog.tsx:15:177 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/alert-dialog.tsx:16:131 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/alert-dialog.tsx:16:177 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - ({ className, ...props }: React.HTMLAttributes) : JSX.Element; - ~~~~~~~~~~~~~~ - at file:///src/components/ui/alert-dialog.tsx:18:50 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. - ({ className, ...props }: React.HTMLAttributes) : JSX.Element; - ~~~ - at file:///src/components/ui/alert-dialog.tsx:18:69 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - ({ className, ...props }: React.HTMLAttributes) : JSX.Element; - ~~~~~~~~~~~~~~ - at file:///src/components/ui/alert-dialog.tsx:22:50 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. - ({ className, ...props }: React.HTMLAttributes) : JSX.Element; - ~~~ - at file:///src/components/ui/alert-dialog.tsx:22:69 - -TS2304 [ERROR]: Cannot find name 'HTMLHeadingElement'. - at file:///src/components/ui/alert-dialog.tsx:25:127 - -TS2304 [ERROR]: Cannot find name 'HTMLHeadingElement'. - at file:///src/components/ui/alert-dialog.tsx:25:177 - -TS2304 [ERROR]: Cannot find name 'HTMLParagraphElement'. - at file:///src/components/ui/alert-dialog.tsx:26:139 - -TS2304 [ERROR]: Cannot find name 'HTMLParagraphElement'. - at file:///src/components/ui/alert-dialog.tsx:26:191 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/alert-dialog.tsx:27:129 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. -}> & ClassProp) | undefined) => string> & React.RefAttributes> = {} as never; - ~~~~~~~~~~~~~~~~~ - at file:///src/components/ui/alert-dialog.tsx:42:63 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/alert-dialog.tsx:43:129 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/alert-dialog.tsx:43:178 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/checkbox.tsx:6:108 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/checkbox.tsx:6:157 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:12:140 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. -} & React.RefAttributes> = {} as never; - ~~~~~~~~~~~~~~ - at file:///src/components/ui/dropdown-menu.tsx:14:25 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:15:140 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:15:186 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:16:134 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:16:180 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:17:128 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. -} & React.RefAttributes> = {} as never; - ~~~~~~~~~~~~~~ - at file:///src/components/ui/dropdown-menu.tsx:19:25 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:20:144 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:20:190 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:21:138 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:21:184 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:22:130 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. -} & React.RefAttributes> = {} as never; - ~~~~~~~~~~~~~~ - at file:///src/components/ui/dropdown-menu.tsx:24:25 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:25:138 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:25:184 - -TS2304 [ERROR]: Cannot find name 'HTMLSpanElement'. - ({ className, ...props }: React.HTMLAttributes) : JSX.Element; - ~~~~~~~~~~~~~~~ - at file:///src/components/ui/dropdown-menu.tsx:27:50 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. - ({ className, ...props }: React.HTMLAttributes) : JSX.Element; - ~~~ - at file:///src/components/ui/dropdown-menu.tsx:27:70 - -TS2503 [ERROR]: Cannot find namespace 'React'. -type ToasterProps = React.ComponentProps; - ~~~~~ - at file:///src/components/ui/sonner.tsx:5:21 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -const Toaster = ({}: ToasterProps): JSX.Element =>({} as never); - ~~~ - at file:///src/components/ui/sonner.tsx:6:37 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -}): JSX.Element =>({} as never); - ~~~ - at file:///src/components/ui/sonner.tsx:9:5 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/switch.tsx:3:103 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/switch.tsx:3:152 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/tabs.tsx:7:104 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/tabs.tsx:7:150 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/tabs.tsx:8:110 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/tabs.tsx:8:159 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/tabs.tsx:9:110 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/tabs.tsx:9:156 - -Found 55 errors. - -error: Type checking failed. - +== TYPE CHECK PASSED == diff --git a/tests/specs/ecosystem/bureaudouble/bureau/0_0_80.test b/tests/specs/ecosystem/bureaudouble/bureau/0_0_80.test index a57fe189b..7180608a9 100644 --- a/tests/specs/ecosystem/bureaudouble/bureau/0_0_80.test +++ b/tests/specs/ecosystem/bureaudouble/bureau/0_0_80.test @@ -787,225 +787,17 @@ bureaudouble/bureau/0.0.80 -- stdout -- -- stderr -- -TS2503 [ERROR]: Cannot find namespace 'JSX'. -export const CustomInput = ({}: CustomInputProps): JSX.Element =>({} as never); - ~~~ - at file:///src/components/CustomInput.tsx:16:52 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -export default >({}: DataTableProps): JSX.Element =>({} as never); - ~~~ - at file:///src/components/DataTable.tsx:21:78 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -}): JSX.Element =>({} as never); - ~~~ - at file:///src/components/DeleteDialog.tsx:7:5 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -}): JSX.Element =>({} as never); - ~~~ - at file:///src/components/Media.tsx:18:5 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -}): JSX.Element =>({} as never); - ~~~ - at file:///src/components/SqlInput.tsx:10:5 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -}): JSX.Element { - ~~~ - at file:///src/components/bureau-ui/combobox.tsx:16:5 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/bureau-ui/integer-switch.tsx:6:117 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/bureau-ui/integer-switch.tsx:6:166 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -export function Editor({}: EditorProps): JSX.Element { - ~~~ - at file:///src/components/editor/Editor.tsx:8:42 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/alert-dialog.tsx:15:131 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/alert-dialog.tsx:15:177 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/alert-dialog.tsx:16:131 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/alert-dialog.tsx:16:177 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - ({ className, ...props }: React.HTMLAttributes) : JSX.Element; - ~~~~~~~~~~~~~~ - at file:///src/components/ui/alert-dialog.tsx:18:50 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. - ({ className, ...props }: React.HTMLAttributes) : JSX.Element; - ~~~ - at file:///src/components/ui/alert-dialog.tsx:18:69 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - ({ className, ...props }: React.HTMLAttributes) : JSX.Element; - ~~~~~~~~~~~~~~ - at file:///src/components/ui/alert-dialog.tsx:22:50 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. - ({ className, ...props }: React.HTMLAttributes) : JSX.Element; - ~~~ - at file:///src/components/ui/alert-dialog.tsx:22:69 - -TS2304 [ERROR]: Cannot find name 'HTMLHeadingElement'. - at file:///src/components/ui/alert-dialog.tsx:25:127 - -TS2304 [ERROR]: Cannot find name 'HTMLHeadingElement'. - at file:///src/components/ui/alert-dialog.tsx:25:177 - -TS2304 [ERROR]: Cannot find name 'HTMLParagraphElement'. - at file:///src/components/ui/alert-dialog.tsx:26:139 - -TS2304 [ERROR]: Cannot find name 'HTMLParagraphElement'. - at file:///src/components/ui/alert-dialog.tsx:26:191 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/alert-dialog.tsx:27:129 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. -}> & ClassProp) | undefined) => string> & React.RefAttributes> = {} as never; - ~~~~~~~~~~~~~~~~~ - at file:///src/components/ui/alert-dialog.tsx:42:63 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/alert-dialog.tsx:43:129 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/alert-dialog.tsx:43:178 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/checkbox.tsx:6:108 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/checkbox.tsx:6:157 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. +TS2694 [ERROR]: Namespace 'React' has no exported member 'JSX'. const DialogHeader = ({}: React.HTMLAttributes): React.JSX.Element =>({} as never); - ~~~~~~~~~~~~~~ - at file:///src/components/ui/dialog.tsx:12:48 + ~~~ + at file:///src/components/ui/dialog.tsx:12:72 -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. +TS2694 [ERROR]: Namespace 'React' has no exported member 'JSX'. const DialogFooter = ({}: React.HTMLAttributes): React.JSX.Element =>({} as never); - ~~~~~~~~~~~~~~ - at file:///src/components/ui/dialog.tsx:13:48 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:12:140 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. -} & React.RefAttributes> = {} as never; - ~~~~~~~~~~~~~~ - at file:///src/components/ui/dropdown-menu.tsx:14:25 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:15:140 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:15:186 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:16:134 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:16:180 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:17:128 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. -} & React.RefAttributes> = {} as never; - ~~~~~~~~~~~~~~ - at file:///src/components/ui/dropdown-menu.tsx:19:25 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:20:144 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:20:190 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:21:138 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:21:184 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:22:130 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. -} & React.RefAttributes> = {} as never; - ~~~~~~~~~~~~~~ - at file:///src/components/ui/dropdown-menu.tsx:24:25 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:25:138 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:25:184 - -TS2304 [ERROR]: Cannot find name 'HTMLSpanElement'. - ({ className, ...props }: React.HTMLAttributes) : JSX.Element; - ~~~~~~~~~~~~~~~ - at file:///src/components/ui/dropdown-menu.tsx:27:50 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. - ({ className, ...props }: React.HTMLAttributes) : JSX.Element; - ~~~ - at file:///src/components/ui/dropdown-menu.tsx:27:70 - -TS2503 [ERROR]: Cannot find namespace 'React'. -type ToasterProps = React.ComponentProps; - ~~~~~ - at file:///src/components/ui/sonner.tsx:5:21 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -const Toaster = ({}: ToasterProps): JSX.Element =>({} as never); - ~~~ - at file:///src/components/ui/sonner.tsx:6:37 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -}): JSX.Element =>({} as never); - ~~~ - at file:///src/components/ui/sonner.tsx:9:5 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/switch.tsx:3:103 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/switch.tsx:3:152 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/tabs.tsx:7:104 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/tabs.tsx:7:150 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/tabs.tsx:8:110 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/tabs.tsx:8:159 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/tabs.tsx:9:110 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/tabs.tsx:9:156 + ~~~ + at file:///src/components/ui/dialog.tsx:13:72 -Found 58 errors. +Found 2 errors. error: Type checking failed. diff --git a/tests/specs/ecosystem/bureaudouble/bureau/0_0_81.test b/tests/specs/ecosystem/bureaudouble/bureau/0_0_81.test index ae610d5a2..da0eccd9d 100644 --- a/tests/specs/ecosystem/bureaudouble/bureau/0_0_81.test +++ b/tests/specs/ecosystem/bureaudouble/bureau/0_0_81.test @@ -787,225 +787,17 @@ bureaudouble/bureau/0.0.81 -- stdout -- -- stderr -- -TS2503 [ERROR]: Cannot find namespace 'JSX'. -export const CustomInput = ({}: CustomInputProps): JSX.Element =>({} as never); - ~~~ - at file:///src/components/CustomInput.tsx:16:52 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -export default >({}: DataTableProps): JSX.Element =>({} as never); - ~~~ - at file:///src/components/DataTable.tsx:21:78 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -}): JSX.Element =>({} as never); - ~~~ - at file:///src/components/DeleteDialog.tsx:7:5 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -}): JSX.Element =>({} as never); - ~~~ - at file:///src/components/Media.tsx:18:5 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -}): JSX.Element =>({} as never); - ~~~ - at file:///src/components/SqlInput.tsx:10:5 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -}): JSX.Element { - ~~~ - at file:///src/components/bureau-ui/combobox.tsx:16:5 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/bureau-ui/integer-switch.tsx:6:117 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/bureau-ui/integer-switch.tsx:6:166 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -export function Editor({}: EditorProps): JSX.Element { - ~~~ - at file:///src/components/editor/Editor.tsx:8:42 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/alert-dialog.tsx:15:131 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/alert-dialog.tsx:15:177 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/alert-dialog.tsx:16:131 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/alert-dialog.tsx:16:177 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - ({ className, ...props }: React.HTMLAttributes) : JSX.Element; - ~~~~~~~~~~~~~~ - at file:///src/components/ui/alert-dialog.tsx:18:50 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. - ({ className, ...props }: React.HTMLAttributes) : JSX.Element; - ~~~ - at file:///src/components/ui/alert-dialog.tsx:18:69 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - ({ className, ...props }: React.HTMLAttributes) : JSX.Element; - ~~~~~~~~~~~~~~ - at file:///src/components/ui/alert-dialog.tsx:22:50 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. - ({ className, ...props }: React.HTMLAttributes) : JSX.Element; - ~~~ - at file:///src/components/ui/alert-dialog.tsx:22:69 - -TS2304 [ERROR]: Cannot find name 'HTMLHeadingElement'. - at file:///src/components/ui/alert-dialog.tsx:25:127 - -TS2304 [ERROR]: Cannot find name 'HTMLHeadingElement'. - at file:///src/components/ui/alert-dialog.tsx:25:177 - -TS2304 [ERROR]: Cannot find name 'HTMLParagraphElement'. - at file:///src/components/ui/alert-dialog.tsx:26:139 - -TS2304 [ERROR]: Cannot find name 'HTMLParagraphElement'. - at file:///src/components/ui/alert-dialog.tsx:26:191 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/alert-dialog.tsx:27:129 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. -}> & ClassProp) | undefined) => string> & React.RefAttributes> = {} as never; - ~~~~~~~~~~~~~~~~~ - at file:///src/components/ui/alert-dialog.tsx:42:63 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/alert-dialog.tsx:43:129 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/alert-dialog.tsx:43:178 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/checkbox.tsx:6:108 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/checkbox.tsx:6:157 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. +TS2694 [ERROR]: Namespace 'React' has no exported member 'JSX'. const DialogHeader = ({}: React.HTMLAttributes): React.JSX.Element =>({} as never); - ~~~~~~~~~~~~~~ - at file:///src/components/ui/dialog.tsx:12:48 + ~~~ + at file:///src/components/ui/dialog.tsx:12:72 -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. +TS2694 [ERROR]: Namespace 'React' has no exported member 'JSX'. const DialogFooter = ({}: React.HTMLAttributes): React.JSX.Element =>({} as never); - ~~~~~~~~~~~~~~ - at file:///src/components/ui/dialog.tsx:13:48 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:12:140 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. -} & React.RefAttributes> = {} as never; - ~~~~~~~~~~~~~~ - at file:///src/components/ui/dropdown-menu.tsx:14:25 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:15:140 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:15:186 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:16:134 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:16:180 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:17:128 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. -} & React.RefAttributes> = {} as never; - ~~~~~~~~~~~~~~ - at file:///src/components/ui/dropdown-menu.tsx:19:25 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:20:144 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:20:190 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:21:138 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:21:184 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:22:130 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. -} & React.RefAttributes> = {} as never; - ~~~~~~~~~~~~~~ - at file:///src/components/ui/dropdown-menu.tsx:24:25 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:25:138 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:25:184 - -TS2304 [ERROR]: Cannot find name 'HTMLSpanElement'. - ({ className, ...props }: React.HTMLAttributes) : JSX.Element; - ~~~~~~~~~~~~~~~ - at file:///src/components/ui/dropdown-menu.tsx:27:50 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. - ({ className, ...props }: React.HTMLAttributes) : JSX.Element; - ~~~ - at file:///src/components/ui/dropdown-menu.tsx:27:70 - -TS2503 [ERROR]: Cannot find namespace 'React'. -type ToasterProps = React.ComponentProps; - ~~~~~ - at file:///src/components/ui/sonner.tsx:5:21 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -const Toaster = ({}: ToasterProps): JSX.Element =>({} as never); - ~~~ - at file:///src/components/ui/sonner.tsx:6:37 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -}): JSX.Element =>({} as never); - ~~~ - at file:///src/components/ui/sonner.tsx:9:5 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/switch.tsx:3:103 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/switch.tsx:3:152 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/tabs.tsx:7:104 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/tabs.tsx:7:150 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/tabs.tsx:8:110 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/tabs.tsx:8:159 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/tabs.tsx:9:110 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/tabs.tsx:9:156 + ~~~ + at file:///src/components/ui/dialog.tsx:13:72 -Found 58 errors. +Found 2 errors. error: Type checking failed. diff --git a/tests/specs/ecosystem/bureaudouble/bureau/0_0_82.test b/tests/specs/ecosystem/bureaudouble/bureau/0_0_82.test index 26a339f94..9669e62bc 100644 --- a/tests/specs/ecosystem/bureaudouble/bureau/0_0_82.test +++ b/tests/specs/ecosystem/bureaudouble/bureau/0_0_82.test @@ -792,225 +792,17 @@ bureaudouble/bureau/0.0.82 -- stdout -- -- stderr -- -TS2503 [ERROR]: Cannot find namespace 'JSX'. -export const CustomInput = ({}: CustomInputProps): JSX.Element =>({} as never); - ~~~ - at file:///src/components/CustomInput.tsx:16:52 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -export default >({}: DataTableProps): JSX.Element =>({} as never); - ~~~ - at file:///src/components/DataTable.tsx:21:78 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -}): JSX.Element =>({} as never); - ~~~ - at file:///src/components/DeleteDialog.tsx:7:5 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -}): JSX.Element =>({} as never); - ~~~ - at file:///src/components/Media.tsx:18:5 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -}): JSX.Element =>({} as never); - ~~~ - at file:///src/components/SqlInput.tsx:10:5 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -}): JSX.Element { - ~~~ - at file:///src/components/bureau-ui/combobox.tsx:16:5 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/bureau-ui/integer-switch.tsx:6:117 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/bureau-ui/integer-switch.tsx:6:166 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -export function Editor({}: EditorProps): JSX.Element { - ~~~ - at file:///src/components/editor/Editor.tsx:8:42 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/alert-dialog.tsx:15:131 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/alert-dialog.tsx:15:177 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/alert-dialog.tsx:16:131 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/alert-dialog.tsx:16:177 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - ({ className, ...props }: React.HTMLAttributes) : JSX.Element; - ~~~~~~~~~~~~~~ - at file:///src/components/ui/alert-dialog.tsx:18:50 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. - ({ className, ...props }: React.HTMLAttributes) : JSX.Element; - ~~~ - at file:///src/components/ui/alert-dialog.tsx:18:69 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - ({ className, ...props }: React.HTMLAttributes) : JSX.Element; - ~~~~~~~~~~~~~~ - at file:///src/components/ui/alert-dialog.tsx:22:50 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. - ({ className, ...props }: React.HTMLAttributes) : JSX.Element; - ~~~ - at file:///src/components/ui/alert-dialog.tsx:22:69 - -TS2304 [ERROR]: Cannot find name 'HTMLHeadingElement'. - at file:///src/components/ui/alert-dialog.tsx:25:127 - -TS2304 [ERROR]: Cannot find name 'HTMLHeadingElement'. - at file:///src/components/ui/alert-dialog.tsx:25:177 - -TS2304 [ERROR]: Cannot find name 'HTMLParagraphElement'. - at file:///src/components/ui/alert-dialog.tsx:26:139 - -TS2304 [ERROR]: Cannot find name 'HTMLParagraphElement'. - at file:///src/components/ui/alert-dialog.tsx:26:191 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/alert-dialog.tsx:27:129 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. -}> & ClassProp) | undefined) => string> & React.RefAttributes> = {} as never; - ~~~~~~~~~~~~~~~~~ - at file:///src/components/ui/alert-dialog.tsx:42:63 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/alert-dialog.tsx:43:129 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/alert-dialog.tsx:43:178 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/checkbox.tsx:6:108 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/checkbox.tsx:6:157 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. +TS2694 [ERROR]: Namespace 'React' has no exported member 'JSX'. const DialogHeader = ({}: React.HTMLAttributes): React.JSX.Element =>({} as never); - ~~~~~~~~~~~~~~ - at file:///src/components/ui/dialog.tsx:12:48 + ~~~ + at file:///src/components/ui/dialog.tsx:12:72 -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. +TS2694 [ERROR]: Namespace 'React' has no exported member 'JSX'. const DialogFooter = ({}: React.HTMLAttributes): React.JSX.Element =>({} as never); - ~~~~~~~~~~~~~~ - at file:///src/components/ui/dialog.tsx:13:48 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:12:140 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. -} & React.RefAttributes> = {} as never; - ~~~~~~~~~~~~~~ - at file:///src/components/ui/dropdown-menu.tsx:14:25 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:15:140 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:15:186 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:16:134 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:16:180 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:17:128 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. -} & React.RefAttributes> = {} as never; - ~~~~~~~~~~~~~~ - at file:///src/components/ui/dropdown-menu.tsx:19:25 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:20:144 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:20:190 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:21:138 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:21:184 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:22:130 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. -} & React.RefAttributes> = {} as never; - ~~~~~~~~~~~~~~ - at file:///src/components/ui/dropdown-menu.tsx:24:25 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:25:138 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:25:184 - -TS2304 [ERROR]: Cannot find name 'HTMLSpanElement'. - ({ className, ...props }: React.HTMLAttributes) : JSX.Element; - ~~~~~~~~~~~~~~~ - at file:///src/components/ui/dropdown-menu.tsx:27:50 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. - ({ className, ...props }: React.HTMLAttributes) : JSX.Element; - ~~~ - at file:///src/components/ui/dropdown-menu.tsx:27:70 - -TS2503 [ERROR]: Cannot find namespace 'React'. -type ToasterProps = React.ComponentProps; - ~~~~~ - at file:///src/components/ui/sonner.tsx:5:21 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -const Toaster = ({}: ToasterProps): JSX.Element =>({} as never); - ~~~ - at file:///src/components/ui/sonner.tsx:6:37 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -}): JSX.Element =>({} as never); - ~~~ - at file:///src/components/ui/sonner.tsx:9:5 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/switch.tsx:3:103 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/switch.tsx:3:152 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/tabs.tsx:7:104 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/tabs.tsx:7:150 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/tabs.tsx:8:110 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/tabs.tsx:8:159 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/tabs.tsx:9:110 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/tabs.tsx:9:156 + ~~~ + at file:///src/components/ui/dialog.tsx:13:72 -Found 58 errors. +Found 2 errors. error: Type checking failed. diff --git a/tests/specs/ecosystem/bureaudouble/bureau/0_0_83.test b/tests/specs/ecosystem/bureaudouble/bureau/0_0_83.test index 8c4dba55b..d48f377f0 100644 --- a/tests/specs/ecosystem/bureaudouble/bureau/0_0_83.test +++ b/tests/specs/ecosystem/bureaudouble/bureau/0_0_83.test @@ -792,225 +792,17 @@ bureaudouble/bureau/0.0.83 -- stdout -- -- stderr -- -TS2503 [ERROR]: Cannot find namespace 'JSX'. -export const CustomInput = ({}: CustomInputProps): JSX.Element =>({} as never); - ~~~ - at file:///src/components/CustomInput.tsx:16:52 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -export default >({}: DataTableProps): JSX.Element =>({} as never); - ~~~ - at file:///src/components/DataTable.tsx:21:78 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -}): JSX.Element =>({} as never); - ~~~ - at file:///src/components/DeleteDialog.tsx:7:5 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -}): JSX.Element =>({} as never); - ~~~ - at file:///src/components/Media.tsx:18:5 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -}): JSX.Element =>({} as never); - ~~~ - at file:///src/components/SqlInput.tsx:10:5 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -}): JSX.Element { - ~~~ - at file:///src/components/bureau-ui/combobox.tsx:16:5 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/bureau-ui/integer-switch.tsx:6:117 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/bureau-ui/integer-switch.tsx:6:166 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -export function Editor({}: EditorProps): JSX.Element { - ~~~ - at file:///src/components/editor/Editor.tsx:8:42 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/alert-dialog.tsx:15:131 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/alert-dialog.tsx:15:177 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/alert-dialog.tsx:16:131 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/alert-dialog.tsx:16:177 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - ({ className, ...props }: React.HTMLAttributes) : JSX.Element; - ~~~~~~~~~~~~~~ - at file:///src/components/ui/alert-dialog.tsx:18:50 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. - ({ className, ...props }: React.HTMLAttributes) : JSX.Element; - ~~~ - at file:///src/components/ui/alert-dialog.tsx:18:69 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - ({ className, ...props }: React.HTMLAttributes) : JSX.Element; - ~~~~~~~~~~~~~~ - at file:///src/components/ui/alert-dialog.tsx:22:50 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. - ({ className, ...props }: React.HTMLAttributes) : JSX.Element; - ~~~ - at file:///src/components/ui/alert-dialog.tsx:22:69 - -TS2304 [ERROR]: Cannot find name 'HTMLHeadingElement'. - at file:///src/components/ui/alert-dialog.tsx:25:127 - -TS2304 [ERROR]: Cannot find name 'HTMLHeadingElement'. - at file:///src/components/ui/alert-dialog.tsx:25:177 - -TS2304 [ERROR]: Cannot find name 'HTMLParagraphElement'. - at file:///src/components/ui/alert-dialog.tsx:26:139 - -TS2304 [ERROR]: Cannot find name 'HTMLParagraphElement'. - at file:///src/components/ui/alert-dialog.tsx:26:191 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/alert-dialog.tsx:27:129 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. -}> & ClassProp) | undefined) => string> & React.RefAttributes> = {} as never; - ~~~~~~~~~~~~~~~~~ - at file:///src/components/ui/alert-dialog.tsx:42:63 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/alert-dialog.tsx:43:129 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/alert-dialog.tsx:43:178 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/checkbox.tsx:6:108 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/checkbox.tsx:6:157 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. +TS2694 [ERROR]: Namespace 'React' has no exported member 'JSX'. const DialogHeader = ({}: React.HTMLAttributes): React.JSX.Element =>({} as never); - ~~~~~~~~~~~~~~ - at file:///src/components/ui/dialog.tsx:12:48 + ~~~ + at file:///src/components/ui/dialog.tsx:12:72 -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. +TS2694 [ERROR]: Namespace 'React' has no exported member 'JSX'. const DialogFooter = ({}: React.HTMLAttributes): React.JSX.Element =>({} as never); - ~~~~~~~~~~~~~~ - at file:///src/components/ui/dialog.tsx:13:48 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:12:140 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. -} & React.RefAttributes> = {} as never; - ~~~~~~~~~~~~~~ - at file:///src/components/ui/dropdown-menu.tsx:14:25 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:15:140 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:15:186 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:16:134 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:16:180 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:17:128 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. -} & React.RefAttributes> = {} as never; - ~~~~~~~~~~~~~~ - at file:///src/components/ui/dropdown-menu.tsx:19:25 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:20:144 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:20:190 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:21:138 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:21:184 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:22:130 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. -} & React.RefAttributes> = {} as never; - ~~~~~~~~~~~~~~ - at file:///src/components/ui/dropdown-menu.tsx:24:25 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:25:138 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:25:184 - -TS2304 [ERROR]: Cannot find name 'HTMLSpanElement'. - ({ className, ...props }: React.HTMLAttributes) : JSX.Element; - ~~~~~~~~~~~~~~~ - at file:///src/components/ui/dropdown-menu.tsx:27:50 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. - ({ className, ...props }: React.HTMLAttributes) : JSX.Element; - ~~~ - at file:///src/components/ui/dropdown-menu.tsx:27:70 - -TS2503 [ERROR]: Cannot find namespace 'React'. -type ToasterProps = React.ComponentProps; - ~~~~~ - at file:///src/components/ui/sonner.tsx:5:21 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -const Toaster = ({}: ToasterProps): JSX.Element =>({} as never); - ~~~ - at file:///src/components/ui/sonner.tsx:6:37 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -}): JSX.Element =>({} as never); - ~~~ - at file:///src/components/ui/sonner.tsx:9:5 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/switch.tsx:3:103 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/switch.tsx:3:152 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/tabs.tsx:7:104 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/tabs.tsx:7:150 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/tabs.tsx:8:110 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/tabs.tsx:8:159 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/tabs.tsx:9:110 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/tabs.tsx:9:156 + ~~~ + at file:///src/components/ui/dialog.tsx:13:72 -Found 58 errors. +Found 2 errors. error: Type checking failed. diff --git a/tests/specs/ecosystem/bureaudouble/bureau/0_0_84.test b/tests/specs/ecosystem/bureaudouble/bureau/0_0_84.test index 7e07f77e5..6092bd3f1 100644 --- a/tests/specs/ecosystem/bureaudouble/bureau/0_0_84.test +++ b/tests/specs/ecosystem/bureaudouble/bureau/0_0_84.test @@ -792,225 +792,17 @@ bureaudouble/bureau/0.0.84 -- stdout -- -- stderr -- -TS2503 [ERROR]: Cannot find namespace 'JSX'. -export const CustomInput = ({}: CustomInputProps): JSX.Element =>({} as never); - ~~~ - at file:///src/components/CustomInput.tsx:16:52 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -export default >({}: DataTableProps): JSX.Element =>({} as never); - ~~~ - at file:///src/components/DataTable.tsx:21:78 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -}): JSX.Element =>({} as never); - ~~~ - at file:///src/components/DeleteDialog.tsx:7:5 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -}): JSX.Element =>({} as never); - ~~~ - at file:///src/components/Media.tsx:18:5 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -}): JSX.Element =>({} as never); - ~~~ - at file:///src/components/SqlInput.tsx:10:5 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -}): JSX.Element { - ~~~ - at file:///src/components/bureau-ui/combobox.tsx:16:5 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/bureau-ui/integer-switch.tsx:6:117 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/bureau-ui/integer-switch.tsx:6:166 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -export function Editor({}: EditorProps): JSX.Element { - ~~~ - at file:///src/components/editor/Editor.tsx:8:42 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/alert-dialog.tsx:15:131 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/alert-dialog.tsx:15:177 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/alert-dialog.tsx:16:131 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/alert-dialog.tsx:16:177 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - ({ className, ...props }: React.HTMLAttributes) : JSX.Element; - ~~~~~~~~~~~~~~ - at file:///src/components/ui/alert-dialog.tsx:18:50 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. - ({ className, ...props }: React.HTMLAttributes) : JSX.Element; - ~~~ - at file:///src/components/ui/alert-dialog.tsx:18:69 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - ({ className, ...props }: React.HTMLAttributes) : JSX.Element; - ~~~~~~~~~~~~~~ - at file:///src/components/ui/alert-dialog.tsx:22:50 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. - ({ className, ...props }: React.HTMLAttributes) : JSX.Element; - ~~~ - at file:///src/components/ui/alert-dialog.tsx:22:69 - -TS2304 [ERROR]: Cannot find name 'HTMLHeadingElement'. - at file:///src/components/ui/alert-dialog.tsx:25:127 - -TS2304 [ERROR]: Cannot find name 'HTMLHeadingElement'. - at file:///src/components/ui/alert-dialog.tsx:25:177 - -TS2304 [ERROR]: Cannot find name 'HTMLParagraphElement'. - at file:///src/components/ui/alert-dialog.tsx:26:139 - -TS2304 [ERROR]: Cannot find name 'HTMLParagraphElement'. - at file:///src/components/ui/alert-dialog.tsx:26:191 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/alert-dialog.tsx:27:129 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. -}> & ClassProp) | undefined) => string> & React.RefAttributes> = {} as never; - ~~~~~~~~~~~~~~~~~ - at file:///src/components/ui/alert-dialog.tsx:42:63 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/alert-dialog.tsx:43:129 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/alert-dialog.tsx:43:178 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/checkbox.tsx:6:108 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/checkbox.tsx:6:157 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. +TS2694 [ERROR]: Namespace 'React' has no exported member 'JSX'. const DialogHeader = ({}: React.HTMLAttributes): React.JSX.Element =>({} as never); - ~~~~~~~~~~~~~~ - at file:///src/components/ui/dialog.tsx:12:48 + ~~~ + at file:///src/components/ui/dialog.tsx:12:72 -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. +TS2694 [ERROR]: Namespace 'React' has no exported member 'JSX'. const DialogFooter = ({}: React.HTMLAttributes): React.JSX.Element =>({} as never); - ~~~~~~~~~~~~~~ - at file:///src/components/ui/dialog.tsx:13:48 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:12:140 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. -} & React.RefAttributes> = {} as never; - ~~~~~~~~~~~~~~ - at file:///src/components/ui/dropdown-menu.tsx:14:25 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:15:140 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:15:186 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:16:134 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:16:180 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:17:128 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. -} & React.RefAttributes> = {} as never; - ~~~~~~~~~~~~~~ - at file:///src/components/ui/dropdown-menu.tsx:19:25 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:20:144 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:20:190 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:21:138 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:21:184 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:22:130 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. -} & React.RefAttributes> = {} as never; - ~~~~~~~~~~~~~~ - at file:///src/components/ui/dropdown-menu.tsx:24:25 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:25:138 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:25:184 - -TS2304 [ERROR]: Cannot find name 'HTMLSpanElement'. - ({ className, ...props }: React.HTMLAttributes) : JSX.Element; - ~~~~~~~~~~~~~~~ - at file:///src/components/ui/dropdown-menu.tsx:27:50 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. - ({ className, ...props }: React.HTMLAttributes) : JSX.Element; - ~~~ - at file:///src/components/ui/dropdown-menu.tsx:27:70 - -TS2503 [ERROR]: Cannot find namespace 'React'. -type ToasterProps = React.ComponentProps; - ~~~~~ - at file:///src/components/ui/sonner.tsx:5:21 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -const Toaster = ({}: ToasterProps): JSX.Element =>({} as never); - ~~~ - at file:///src/components/ui/sonner.tsx:6:37 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -}): JSX.Element =>({} as never); - ~~~ - at file:///src/components/ui/sonner.tsx:9:5 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/switch.tsx:3:103 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/switch.tsx:3:152 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/tabs.tsx:7:104 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/tabs.tsx:7:150 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/tabs.tsx:8:110 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/tabs.tsx:8:159 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/tabs.tsx:9:110 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/tabs.tsx:9:156 + ~~~ + at file:///src/components/ui/dialog.tsx:13:72 -Found 58 errors. +Found 2 errors. error: Type checking failed. diff --git a/tests/specs/ecosystem/bureaudouble/bureau/0_0_85.test b/tests/specs/ecosystem/bureaudouble/bureau/0_0_85.test index 04f724d52..e9f74341b 100644 --- a/tests/specs/ecosystem/bureaudouble/bureau/0_0_85.test +++ b/tests/specs/ecosystem/bureaudouble/bureau/0_0_85.test @@ -792,225 +792,17 @@ bureaudouble/bureau/0.0.85 -- stdout -- -- stderr -- -TS2503 [ERROR]: Cannot find namespace 'JSX'. -export const CustomInput = ({}: CustomInputProps): JSX.Element =>({} as never); - ~~~ - at file:///src/components/CustomInput.tsx:16:52 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -export default >({}: DataTableProps): JSX.Element =>({} as never); - ~~~ - at file:///src/components/DataTable.tsx:21:78 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -}): JSX.Element =>({} as never); - ~~~ - at file:///src/components/DeleteDialog.tsx:7:5 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -}): JSX.Element =>({} as never); - ~~~ - at file:///src/components/Media.tsx:18:5 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -}): JSX.Element =>({} as never); - ~~~ - at file:///src/components/SqlInput.tsx:10:5 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -}): JSX.Element { - ~~~ - at file:///src/components/bureau-ui/combobox.tsx:16:5 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/bureau-ui/integer-switch.tsx:6:117 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/bureau-ui/integer-switch.tsx:6:166 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -export function Editor({}: EditorProps): JSX.Element { - ~~~ - at file:///src/components/editor/Editor.tsx:8:42 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/alert-dialog.tsx:15:131 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/alert-dialog.tsx:15:177 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/alert-dialog.tsx:16:131 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/alert-dialog.tsx:16:177 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - ({ className, ...props }: React.HTMLAttributes) : JSX.Element; - ~~~~~~~~~~~~~~ - at file:///src/components/ui/alert-dialog.tsx:18:50 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. - ({ className, ...props }: React.HTMLAttributes) : JSX.Element; - ~~~ - at file:///src/components/ui/alert-dialog.tsx:18:69 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - ({ className, ...props }: React.HTMLAttributes) : JSX.Element; - ~~~~~~~~~~~~~~ - at file:///src/components/ui/alert-dialog.tsx:22:50 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. - ({ className, ...props }: React.HTMLAttributes) : JSX.Element; - ~~~ - at file:///src/components/ui/alert-dialog.tsx:22:69 - -TS2304 [ERROR]: Cannot find name 'HTMLHeadingElement'. - at file:///src/components/ui/alert-dialog.tsx:25:127 - -TS2304 [ERROR]: Cannot find name 'HTMLHeadingElement'. - at file:///src/components/ui/alert-dialog.tsx:25:177 - -TS2304 [ERROR]: Cannot find name 'HTMLParagraphElement'. - at file:///src/components/ui/alert-dialog.tsx:26:139 - -TS2304 [ERROR]: Cannot find name 'HTMLParagraphElement'. - at file:///src/components/ui/alert-dialog.tsx:26:191 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/alert-dialog.tsx:27:129 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. -}> & ClassProp) | undefined) => string> & React.RefAttributes> = {} as never; - ~~~~~~~~~~~~~~~~~ - at file:///src/components/ui/alert-dialog.tsx:42:63 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/alert-dialog.tsx:43:129 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/alert-dialog.tsx:43:178 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/checkbox.tsx:6:108 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/checkbox.tsx:6:157 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. +TS2694 [ERROR]: Namespace 'React' has no exported member 'JSX'. const DialogHeader = ({}: React.HTMLAttributes): React.JSX.Element =>({} as never); - ~~~~~~~~~~~~~~ - at file:///src/components/ui/dialog.tsx:12:48 + ~~~ + at file:///src/components/ui/dialog.tsx:12:72 -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. +TS2694 [ERROR]: Namespace 'React' has no exported member 'JSX'. const DialogFooter = ({}: React.HTMLAttributes): React.JSX.Element =>({} as never); - ~~~~~~~~~~~~~~ - at file:///src/components/ui/dialog.tsx:13:48 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:12:140 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. -} & React.RefAttributes> = {} as never; - ~~~~~~~~~~~~~~ - at file:///src/components/ui/dropdown-menu.tsx:14:25 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:15:140 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:15:186 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:16:134 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:16:180 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:17:128 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. -} & React.RefAttributes> = {} as never; - ~~~~~~~~~~~~~~ - at file:///src/components/ui/dropdown-menu.tsx:19:25 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:20:144 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:20:190 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:21:138 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:21:184 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:22:130 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. -} & React.RefAttributes> = {} as never; - ~~~~~~~~~~~~~~ - at file:///src/components/ui/dropdown-menu.tsx:24:25 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:25:138 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:25:184 - -TS2304 [ERROR]: Cannot find name 'HTMLSpanElement'. - ({ className, ...props }: React.HTMLAttributes) : JSX.Element; - ~~~~~~~~~~~~~~~ - at file:///src/components/ui/dropdown-menu.tsx:27:50 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. - ({ className, ...props }: React.HTMLAttributes) : JSX.Element; - ~~~ - at file:///src/components/ui/dropdown-menu.tsx:27:70 - -TS2503 [ERROR]: Cannot find namespace 'React'. -type ToasterProps = React.ComponentProps; - ~~~~~ - at file:///src/components/ui/sonner.tsx:5:21 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -const Toaster = ({}: ToasterProps): JSX.Element =>({} as never); - ~~~ - at file:///src/components/ui/sonner.tsx:6:37 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -}): JSX.Element =>({} as never); - ~~~ - at file:///src/components/ui/sonner.tsx:9:5 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/switch.tsx:3:103 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/switch.tsx:3:152 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/tabs.tsx:7:104 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/tabs.tsx:7:150 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/tabs.tsx:8:110 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/tabs.tsx:8:159 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/tabs.tsx:9:110 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/tabs.tsx:9:156 + ~~~ + at file:///src/components/ui/dialog.tsx:13:72 -Found 58 errors. +Found 2 errors. error: Type checking failed. diff --git a/tests/specs/ecosystem/bureaudouble/bureau/0_0_86.test b/tests/specs/ecosystem/bureaudouble/bureau/0_0_86.test index 22cbd6d06..e58c7fac6 100644 --- a/tests/specs/ecosystem/bureaudouble/bureau/0_0_86.test +++ b/tests/specs/ecosystem/bureaudouble/bureau/0_0_86.test @@ -785,225 +785,17 @@ bureaudouble/bureau/0.0.86 -- stdout -- -- stderr -- -TS2503 [ERROR]: Cannot find namespace 'JSX'. -export const CustomInput = ({}: CustomInputProps): JSX.Element =>({} as never); - ~~~ - at file:///src/components/CustomInput.tsx:16:52 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -export default >({}: DataTableProps): JSX.Element =>({} as never); - ~~~ - at file:///src/components/DataTable.tsx:21:78 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -}): JSX.Element =>({} as never); - ~~~ - at file:///src/components/DeleteDialog.tsx:7:5 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -}): JSX.Element =>({} as never); - ~~~ - at file:///src/components/Media.tsx:18:5 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -}): JSX.Element =>({} as never); - ~~~ - at file:///src/components/SqlInput.tsx:10:5 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -}): JSX.Element { - ~~~ - at file:///src/components/bureau-ui/combobox.tsx:16:5 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/bureau-ui/integer-switch.tsx:6:117 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/bureau-ui/integer-switch.tsx:6:166 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -export function Editor({}: EditorProps): JSX.Element { - ~~~ - at file:///src/components/editor/Editor.tsx:8:42 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/alert-dialog.tsx:15:131 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/alert-dialog.tsx:15:177 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/alert-dialog.tsx:16:131 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/alert-dialog.tsx:16:177 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - ({ className, ...props }: React.HTMLAttributes) : JSX.Element; - ~~~~~~~~~~~~~~ - at file:///src/components/ui/alert-dialog.tsx:18:50 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. - ({ className, ...props }: React.HTMLAttributes) : JSX.Element; - ~~~ - at file:///src/components/ui/alert-dialog.tsx:18:69 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - ({ className, ...props }: React.HTMLAttributes) : JSX.Element; - ~~~~~~~~~~~~~~ - at file:///src/components/ui/alert-dialog.tsx:22:50 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. - ({ className, ...props }: React.HTMLAttributes) : JSX.Element; - ~~~ - at file:///src/components/ui/alert-dialog.tsx:22:69 - -TS2304 [ERROR]: Cannot find name 'HTMLHeadingElement'. - at file:///src/components/ui/alert-dialog.tsx:25:127 - -TS2304 [ERROR]: Cannot find name 'HTMLHeadingElement'. - at file:///src/components/ui/alert-dialog.tsx:25:177 - -TS2304 [ERROR]: Cannot find name 'HTMLParagraphElement'. - at file:///src/components/ui/alert-dialog.tsx:26:139 - -TS2304 [ERROR]: Cannot find name 'HTMLParagraphElement'. - at file:///src/components/ui/alert-dialog.tsx:26:191 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/alert-dialog.tsx:27:129 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. -}> & ClassProp) | undefined) => string> & React.RefAttributes> = {} as never; - ~~~~~~~~~~~~~~~~~ - at file:///src/components/ui/alert-dialog.tsx:42:63 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/alert-dialog.tsx:43:129 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/alert-dialog.tsx:43:178 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/checkbox.tsx:6:108 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/checkbox.tsx:6:157 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. +TS2694 [ERROR]: Namespace 'React' has no exported member 'JSX'. const DialogHeader = ({}: React.HTMLAttributes): React.JSX.Element =>({} as never); - ~~~~~~~~~~~~~~ - at file:///src/components/ui/dialog.tsx:12:48 + ~~~ + at file:///src/components/ui/dialog.tsx:12:72 -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. +TS2694 [ERROR]: Namespace 'React' has no exported member 'JSX'. const DialogFooter = ({}: React.HTMLAttributes): React.JSX.Element =>({} as never); - ~~~~~~~~~~~~~~ - at file:///src/components/ui/dialog.tsx:13:48 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:12:140 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. -} & React.RefAttributes> = {} as never; - ~~~~~~~~~~~~~~ - at file:///src/components/ui/dropdown-menu.tsx:14:25 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:15:140 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:15:186 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:16:134 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:16:180 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:17:128 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. -} & React.RefAttributes> = {} as never; - ~~~~~~~~~~~~~~ - at file:///src/components/ui/dropdown-menu.tsx:19:25 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:20:144 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:20:190 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:21:138 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:21:184 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:22:130 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. -} & React.RefAttributes> = {} as never; - ~~~~~~~~~~~~~~ - at file:///src/components/ui/dropdown-menu.tsx:24:25 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:25:138 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:25:184 - -TS2304 [ERROR]: Cannot find name 'HTMLSpanElement'. - ({ className, ...props }: React.HTMLAttributes) : JSX.Element; - ~~~~~~~~~~~~~~~ - at file:///src/components/ui/dropdown-menu.tsx:27:50 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. - ({ className, ...props }: React.HTMLAttributes) : JSX.Element; - ~~~ - at file:///src/components/ui/dropdown-menu.tsx:27:70 - -TS2503 [ERROR]: Cannot find namespace 'React'. -type ToasterProps = React.ComponentProps; - ~~~~~ - at file:///src/components/ui/sonner.tsx:5:21 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -const Toaster = ({}: ToasterProps): JSX.Element =>({} as never); - ~~~ - at file:///src/components/ui/sonner.tsx:6:37 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -}): JSX.Element =>({} as never); - ~~~ - at file:///src/components/ui/sonner.tsx:9:5 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/switch.tsx:3:103 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/switch.tsx:3:152 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/tabs.tsx:7:104 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/tabs.tsx:7:150 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/tabs.tsx:8:110 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/tabs.tsx:8:159 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/tabs.tsx:9:110 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/tabs.tsx:9:156 + ~~~ + at file:///src/components/ui/dialog.tsx:13:72 -Found 58 errors. +Found 2 errors. error: Type checking failed. diff --git a/tests/specs/ecosystem/bureaudouble/bureau/0_0_87.test b/tests/specs/ecosystem/bureaudouble/bureau/0_0_87.test index 5780a9e54..241f316d6 100644 --- a/tests/specs/ecosystem/bureaudouble/bureau/0_0_87.test +++ b/tests/specs/ecosystem/bureaudouble/bureau/0_0_87.test @@ -785,225 +785,17 @@ bureaudouble/bureau/0.0.87 -- stdout -- -- stderr -- -TS2503 [ERROR]: Cannot find namespace 'JSX'. -export const CustomInput = ({}: CustomInputProps): JSX.Element =>({} as never); - ~~~ - at file:///src/components/CustomInput.tsx:16:52 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -export default >({}: DataTableProps): JSX.Element =>({} as never); - ~~~ - at file:///src/components/DataTable.tsx:21:78 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -}): JSX.Element =>({} as never); - ~~~ - at file:///src/components/DeleteDialog.tsx:7:5 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -}): JSX.Element =>({} as never); - ~~~ - at file:///src/components/Media.tsx:18:5 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -}): JSX.Element =>({} as never); - ~~~ - at file:///src/components/SqlInput.tsx:10:5 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -}): JSX.Element { - ~~~ - at file:///src/components/bureau-ui/combobox.tsx:16:5 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/bureau-ui/integer-switch.tsx:6:117 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/bureau-ui/integer-switch.tsx:6:166 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -export function Editor({}: EditorProps): JSX.Element { - ~~~ - at file:///src/components/editor/Editor.tsx:8:42 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/alert-dialog.tsx:15:131 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/alert-dialog.tsx:15:177 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/alert-dialog.tsx:16:131 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/alert-dialog.tsx:16:177 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - ({ className, ...props }: React.HTMLAttributes) : JSX.Element; - ~~~~~~~~~~~~~~ - at file:///src/components/ui/alert-dialog.tsx:18:50 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. - ({ className, ...props }: React.HTMLAttributes) : JSX.Element; - ~~~ - at file:///src/components/ui/alert-dialog.tsx:18:69 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - ({ className, ...props }: React.HTMLAttributes) : JSX.Element; - ~~~~~~~~~~~~~~ - at file:///src/components/ui/alert-dialog.tsx:22:50 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. - ({ className, ...props }: React.HTMLAttributes) : JSX.Element; - ~~~ - at file:///src/components/ui/alert-dialog.tsx:22:69 - -TS2304 [ERROR]: Cannot find name 'HTMLHeadingElement'. - at file:///src/components/ui/alert-dialog.tsx:25:127 - -TS2304 [ERROR]: Cannot find name 'HTMLHeadingElement'. - at file:///src/components/ui/alert-dialog.tsx:25:177 - -TS2304 [ERROR]: Cannot find name 'HTMLParagraphElement'. - at file:///src/components/ui/alert-dialog.tsx:26:139 - -TS2304 [ERROR]: Cannot find name 'HTMLParagraphElement'. - at file:///src/components/ui/alert-dialog.tsx:26:191 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/alert-dialog.tsx:27:129 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. -}> & ClassProp) | undefined) => string> & React.RefAttributes> = {} as never; - ~~~~~~~~~~~~~~~~~ - at file:///src/components/ui/alert-dialog.tsx:42:63 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/alert-dialog.tsx:43:129 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/alert-dialog.tsx:43:178 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/checkbox.tsx:6:108 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/checkbox.tsx:6:157 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. +TS2694 [ERROR]: Namespace 'React' has no exported member 'JSX'. const DialogHeader = ({}: React.HTMLAttributes): React.JSX.Element =>({} as never); - ~~~~~~~~~~~~~~ - at file:///src/components/ui/dialog.tsx:12:48 + ~~~ + at file:///src/components/ui/dialog.tsx:12:72 -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. +TS2694 [ERROR]: Namespace 'React' has no exported member 'JSX'. const DialogFooter = ({}: React.HTMLAttributes): React.JSX.Element =>({} as never); - ~~~~~~~~~~~~~~ - at file:///src/components/ui/dialog.tsx:13:48 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:12:140 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. -} & React.RefAttributes> = {} as never; - ~~~~~~~~~~~~~~ - at file:///src/components/ui/dropdown-menu.tsx:14:25 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:15:140 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:15:186 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:16:134 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:16:180 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:17:128 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. -} & React.RefAttributes> = {} as never; - ~~~~~~~~~~~~~~ - at file:///src/components/ui/dropdown-menu.tsx:19:25 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:20:144 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:20:190 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:21:138 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:21:184 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:22:130 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. -} & React.RefAttributes> = {} as never; - ~~~~~~~~~~~~~~ - at file:///src/components/ui/dropdown-menu.tsx:24:25 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:25:138 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:25:184 - -TS2304 [ERROR]: Cannot find name 'HTMLSpanElement'. - ({ className, ...props }: React.HTMLAttributes) : JSX.Element; - ~~~~~~~~~~~~~~~ - at file:///src/components/ui/dropdown-menu.tsx:27:50 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. - ({ className, ...props }: React.HTMLAttributes) : JSX.Element; - ~~~ - at file:///src/components/ui/dropdown-menu.tsx:27:70 - -TS2503 [ERROR]: Cannot find namespace 'React'. -type ToasterProps = React.ComponentProps; - ~~~~~ - at file:///src/components/ui/sonner.tsx:5:21 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -const Toaster = ({}: ToasterProps): JSX.Element =>({} as never); - ~~~ - at file:///src/components/ui/sonner.tsx:6:37 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -}): JSX.Element =>({} as never); - ~~~ - at file:///src/components/ui/sonner.tsx:9:5 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/switch.tsx:3:103 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/switch.tsx:3:152 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/tabs.tsx:7:104 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/tabs.tsx:7:150 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/tabs.tsx:8:110 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/tabs.tsx:8:159 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/tabs.tsx:9:110 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/tabs.tsx:9:156 + ~~~ + at file:///src/components/ui/dialog.tsx:13:72 -Found 58 errors. +Found 2 errors. error: Type checking failed. diff --git a/tests/specs/ecosystem/bureaudouble/bureau/0_0_88.test b/tests/specs/ecosystem/bureaudouble/bureau/0_0_88.test index 80ea25289..f36bedd89 100644 --- a/tests/specs/ecosystem/bureaudouble/bureau/0_0_88.test +++ b/tests/specs/ecosystem/bureaudouble/bureau/0_0_88.test @@ -785,225 +785,17 @@ bureaudouble/bureau/0.0.88 -- stdout -- -- stderr -- -TS2503 [ERROR]: Cannot find namespace 'JSX'. -export const CustomInput = ({}: CustomInputProps): JSX.Element =>({} as never); - ~~~ - at file:///src/components/CustomInput.tsx:16:52 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -export default >({}: DataTableProps): JSX.Element =>({} as never); - ~~~ - at file:///src/components/DataTable.tsx:21:78 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -}): JSX.Element =>({} as never); - ~~~ - at file:///src/components/DeleteDialog.tsx:7:5 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -}): JSX.Element =>({} as never); - ~~~ - at file:///src/components/Media.tsx:18:5 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -}): JSX.Element =>({} as never); - ~~~ - at file:///src/components/SqlInput.tsx:10:5 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -}): JSX.Element { - ~~~ - at file:///src/components/bureau-ui/combobox.tsx:16:5 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/bureau-ui/integer-switch.tsx:6:117 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/bureau-ui/integer-switch.tsx:6:166 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -export function Editor({}: EditorProps): JSX.Element { - ~~~ - at file:///src/components/editor/Editor.tsx:8:42 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/alert-dialog.tsx:15:131 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/alert-dialog.tsx:15:177 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/alert-dialog.tsx:16:131 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/alert-dialog.tsx:16:177 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - ({ className, ...props }: React.HTMLAttributes) : JSX.Element; - ~~~~~~~~~~~~~~ - at file:///src/components/ui/alert-dialog.tsx:18:50 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. - ({ className, ...props }: React.HTMLAttributes) : JSX.Element; - ~~~ - at file:///src/components/ui/alert-dialog.tsx:18:69 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - ({ className, ...props }: React.HTMLAttributes) : JSX.Element; - ~~~~~~~~~~~~~~ - at file:///src/components/ui/alert-dialog.tsx:22:50 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. - ({ className, ...props }: React.HTMLAttributes) : JSX.Element; - ~~~ - at file:///src/components/ui/alert-dialog.tsx:22:69 - -TS2304 [ERROR]: Cannot find name 'HTMLHeadingElement'. - at file:///src/components/ui/alert-dialog.tsx:25:127 - -TS2304 [ERROR]: Cannot find name 'HTMLHeadingElement'. - at file:///src/components/ui/alert-dialog.tsx:25:177 - -TS2304 [ERROR]: Cannot find name 'HTMLParagraphElement'. - at file:///src/components/ui/alert-dialog.tsx:26:139 - -TS2304 [ERROR]: Cannot find name 'HTMLParagraphElement'. - at file:///src/components/ui/alert-dialog.tsx:26:191 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/alert-dialog.tsx:27:129 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. -}> & ClassProp) | undefined) => string> & React.RefAttributes> = {} as never; - ~~~~~~~~~~~~~~~~~ - at file:///src/components/ui/alert-dialog.tsx:42:63 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/alert-dialog.tsx:43:129 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/alert-dialog.tsx:43:178 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/checkbox.tsx:6:108 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/checkbox.tsx:6:157 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. +TS2694 [ERROR]: Namespace 'React' has no exported member 'JSX'. const DialogHeader = ({}: React.HTMLAttributes): React.JSX.Element =>({} as never); - ~~~~~~~~~~~~~~ - at file:///src/components/ui/dialog.tsx:12:48 + ~~~ + at file:///src/components/ui/dialog.tsx:12:72 -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. +TS2694 [ERROR]: Namespace 'React' has no exported member 'JSX'. const DialogFooter = ({}: React.HTMLAttributes): React.JSX.Element =>({} as never); - ~~~~~~~~~~~~~~ - at file:///src/components/ui/dialog.tsx:13:48 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:12:140 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. -} & React.RefAttributes> = {} as never; - ~~~~~~~~~~~~~~ - at file:///src/components/ui/dropdown-menu.tsx:14:25 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:15:140 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:15:186 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:16:134 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:16:180 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:17:128 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. -} & React.RefAttributes> = {} as never; - ~~~~~~~~~~~~~~ - at file:///src/components/ui/dropdown-menu.tsx:19:25 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:20:144 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:20:190 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:21:138 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:21:184 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:22:130 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. -} & React.RefAttributes> = {} as never; - ~~~~~~~~~~~~~~ - at file:///src/components/ui/dropdown-menu.tsx:24:25 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:25:138 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:25:184 - -TS2304 [ERROR]: Cannot find name 'HTMLSpanElement'. - ({ className, ...props }: React.HTMLAttributes) : JSX.Element; - ~~~~~~~~~~~~~~~ - at file:///src/components/ui/dropdown-menu.tsx:27:50 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. - ({ className, ...props }: React.HTMLAttributes) : JSX.Element; - ~~~ - at file:///src/components/ui/dropdown-menu.tsx:27:70 - -TS2503 [ERROR]: Cannot find namespace 'React'. -type ToasterProps = React.ComponentProps; - ~~~~~ - at file:///src/components/ui/sonner.tsx:5:21 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -const Toaster = ({}: ToasterProps): JSX.Element =>({} as never); - ~~~ - at file:///src/components/ui/sonner.tsx:6:37 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -}): JSX.Element =>({} as never); - ~~~ - at file:///src/components/ui/sonner.tsx:9:5 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/switch.tsx:3:103 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/switch.tsx:3:152 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/tabs.tsx:7:104 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/tabs.tsx:7:150 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/tabs.tsx:8:110 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/tabs.tsx:8:159 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/tabs.tsx:9:110 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/tabs.tsx:9:156 + ~~~ + at file:///src/components/ui/dialog.tsx:13:72 -Found 58 errors. +Found 2 errors. error: Type checking failed. diff --git a/tests/specs/ecosystem/bureaudouble/bureau/0_0_89.test b/tests/specs/ecosystem/bureaudouble/bureau/0_0_89.test index 643f6d3ee..0a66c896d 100644 --- a/tests/specs/ecosystem/bureaudouble/bureau/0_0_89.test +++ b/tests/specs/ecosystem/bureaudouble/bureau/0_0_89.test @@ -785,225 +785,17 @@ bureaudouble/bureau/0.0.89 -- stdout -- -- stderr -- -TS2503 [ERROR]: Cannot find namespace 'JSX'. -export const CustomInput = ({}: CustomInputProps): JSX.Element =>({} as never); - ~~~ - at file:///src/components/CustomInput.tsx:16:52 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -export default >({}: DataTableProps): JSX.Element =>({} as never); - ~~~ - at file:///src/components/DataTable.tsx:21:78 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -}): JSX.Element =>({} as never); - ~~~ - at file:///src/components/DeleteDialog.tsx:7:5 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -}): JSX.Element =>({} as never); - ~~~ - at file:///src/components/Media.tsx:18:5 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -}): JSX.Element =>({} as never); - ~~~ - at file:///src/components/SqlInput.tsx:10:5 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -}): JSX.Element { - ~~~ - at file:///src/components/bureau-ui/combobox.tsx:16:5 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/bureau-ui/integer-switch.tsx:6:117 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/bureau-ui/integer-switch.tsx:6:166 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -export function Editor({}: EditorProps): JSX.Element { - ~~~ - at file:///src/components/editor/Editor.tsx:8:42 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/alert-dialog.tsx:15:131 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/alert-dialog.tsx:15:177 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/alert-dialog.tsx:16:131 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/alert-dialog.tsx:16:177 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - ({ className, ...props }: React.HTMLAttributes) : JSX.Element; - ~~~~~~~~~~~~~~ - at file:///src/components/ui/alert-dialog.tsx:18:50 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. - ({ className, ...props }: React.HTMLAttributes) : JSX.Element; - ~~~ - at file:///src/components/ui/alert-dialog.tsx:18:69 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - ({ className, ...props }: React.HTMLAttributes) : JSX.Element; - ~~~~~~~~~~~~~~ - at file:///src/components/ui/alert-dialog.tsx:22:50 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. - ({ className, ...props }: React.HTMLAttributes) : JSX.Element; - ~~~ - at file:///src/components/ui/alert-dialog.tsx:22:69 - -TS2304 [ERROR]: Cannot find name 'HTMLHeadingElement'. - at file:///src/components/ui/alert-dialog.tsx:25:127 - -TS2304 [ERROR]: Cannot find name 'HTMLHeadingElement'. - at file:///src/components/ui/alert-dialog.tsx:25:177 - -TS2304 [ERROR]: Cannot find name 'HTMLParagraphElement'. - at file:///src/components/ui/alert-dialog.tsx:26:139 - -TS2304 [ERROR]: Cannot find name 'HTMLParagraphElement'. - at file:///src/components/ui/alert-dialog.tsx:26:191 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/alert-dialog.tsx:27:129 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. -}> & ClassProp) | undefined) => string> & React.RefAttributes> = {} as never; - ~~~~~~~~~~~~~~~~~ - at file:///src/components/ui/alert-dialog.tsx:42:63 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/alert-dialog.tsx:43:129 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/alert-dialog.tsx:43:178 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/checkbox.tsx:6:108 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/checkbox.tsx:6:157 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. +TS2694 [ERROR]: Namespace 'React' has no exported member 'JSX'. const DialogHeader = ({}: React.HTMLAttributes): React.JSX.Element =>({} as never); - ~~~~~~~~~~~~~~ - at file:///src/components/ui/dialog.tsx:12:48 + ~~~ + at file:///src/components/ui/dialog.tsx:12:72 -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. +TS2694 [ERROR]: Namespace 'React' has no exported member 'JSX'. const DialogFooter = ({}: React.HTMLAttributes): React.JSX.Element =>({} as never); - ~~~~~~~~~~~~~~ - at file:///src/components/ui/dialog.tsx:13:48 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:12:140 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. -} & React.RefAttributes> = {} as never; - ~~~~~~~~~~~~~~ - at file:///src/components/ui/dropdown-menu.tsx:14:25 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:15:140 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:15:186 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:16:134 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:16:180 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:17:128 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. -} & React.RefAttributes> = {} as never; - ~~~~~~~~~~~~~~ - at file:///src/components/ui/dropdown-menu.tsx:19:25 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:20:144 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:20:190 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:21:138 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:21:184 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:22:130 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. -} & React.RefAttributes> = {} as never; - ~~~~~~~~~~~~~~ - at file:///src/components/ui/dropdown-menu.tsx:24:25 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:25:138 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:25:184 - -TS2304 [ERROR]: Cannot find name 'HTMLSpanElement'. - ({ className, ...props }: React.HTMLAttributes) : JSX.Element; - ~~~~~~~~~~~~~~~ - at file:///src/components/ui/dropdown-menu.tsx:27:50 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. - ({ className, ...props }: React.HTMLAttributes) : JSX.Element; - ~~~ - at file:///src/components/ui/dropdown-menu.tsx:27:70 - -TS2503 [ERROR]: Cannot find namespace 'React'. -type ToasterProps = React.ComponentProps; - ~~~~~ - at file:///src/components/ui/sonner.tsx:5:21 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -const Toaster = ({}: ToasterProps): JSX.Element =>({} as never); - ~~~ - at file:///src/components/ui/sonner.tsx:6:37 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -}): JSX.Element =>({} as never); - ~~~ - at file:///src/components/ui/sonner.tsx:9:5 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/switch.tsx:3:103 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/switch.tsx:3:152 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/tabs.tsx:7:104 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/tabs.tsx:7:150 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/tabs.tsx:8:110 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/tabs.tsx:8:159 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/tabs.tsx:9:110 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/tabs.tsx:9:156 + ~~~ + at file:///src/components/ui/dialog.tsx:13:72 -Found 58 errors. +Found 2 errors. error: Type checking failed. diff --git a/tests/specs/ecosystem/bureaudouble/bureau/0_0_90.test b/tests/specs/ecosystem/bureaudouble/bureau/0_0_90.test index afe953f95..9794a90b6 100644 --- a/tests/specs/ecosystem/bureaudouble/bureau/0_0_90.test +++ b/tests/specs/ecosystem/bureaudouble/bureau/0_0_90.test @@ -785,225 +785,17 @@ bureaudouble/bureau/0.0.90 -- stdout -- -- stderr -- -TS2503 [ERROR]: Cannot find namespace 'JSX'. -export const CustomInput = ({}: CustomInputProps): JSX.Element =>({} as never); - ~~~ - at file:///src/components/CustomInput.tsx:16:52 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -export default >({}: DataTableProps): JSX.Element =>({} as never); - ~~~ - at file:///src/components/DataTable.tsx:21:78 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -}): JSX.Element =>({} as never); - ~~~ - at file:///src/components/DeleteDialog.tsx:7:5 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -}): JSX.Element =>({} as never); - ~~~ - at file:///src/components/Media.tsx:18:5 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -}): JSX.Element =>({} as never); - ~~~ - at file:///src/components/SqlInput.tsx:10:5 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -}): JSX.Element { - ~~~ - at file:///src/components/bureau-ui/combobox.tsx:16:5 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/bureau-ui/integer-switch.tsx:6:117 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/bureau-ui/integer-switch.tsx:6:166 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -export function Editor({}: EditorProps): JSX.Element { - ~~~ - at file:///src/components/editor/Editor.tsx:8:42 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/alert-dialog.tsx:15:131 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/alert-dialog.tsx:15:177 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/alert-dialog.tsx:16:131 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/alert-dialog.tsx:16:177 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - ({ className, ...props }: React.HTMLAttributes) : JSX.Element; - ~~~~~~~~~~~~~~ - at file:///src/components/ui/alert-dialog.tsx:18:50 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. - ({ className, ...props }: React.HTMLAttributes) : JSX.Element; - ~~~ - at file:///src/components/ui/alert-dialog.tsx:18:69 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - ({ className, ...props }: React.HTMLAttributes) : JSX.Element; - ~~~~~~~~~~~~~~ - at file:///src/components/ui/alert-dialog.tsx:22:50 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. - ({ className, ...props }: React.HTMLAttributes) : JSX.Element; - ~~~ - at file:///src/components/ui/alert-dialog.tsx:22:69 - -TS2304 [ERROR]: Cannot find name 'HTMLHeadingElement'. - at file:///src/components/ui/alert-dialog.tsx:25:127 - -TS2304 [ERROR]: Cannot find name 'HTMLHeadingElement'. - at file:///src/components/ui/alert-dialog.tsx:25:177 - -TS2304 [ERROR]: Cannot find name 'HTMLParagraphElement'. - at file:///src/components/ui/alert-dialog.tsx:26:139 - -TS2304 [ERROR]: Cannot find name 'HTMLParagraphElement'. - at file:///src/components/ui/alert-dialog.tsx:26:191 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/alert-dialog.tsx:27:129 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. -}> & ClassProp) | undefined) => string> & React.RefAttributes> = {} as never; - ~~~~~~~~~~~~~~~~~ - at file:///src/components/ui/alert-dialog.tsx:42:63 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/alert-dialog.tsx:43:129 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/alert-dialog.tsx:43:178 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/checkbox.tsx:6:108 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/checkbox.tsx:6:157 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. +TS2694 [ERROR]: Namespace 'React' has no exported member 'JSX'. const DialogHeader = ({}: React.HTMLAttributes): React.JSX.Element =>({} as never); - ~~~~~~~~~~~~~~ - at file:///src/components/ui/dialog.tsx:12:48 + ~~~ + at file:///src/components/ui/dialog.tsx:12:72 -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. +TS2694 [ERROR]: Namespace 'React' has no exported member 'JSX'. const DialogFooter = ({}: React.HTMLAttributes): React.JSX.Element =>({} as never); - ~~~~~~~~~~~~~~ - at file:///src/components/ui/dialog.tsx:13:48 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:12:140 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. -} & React.RefAttributes> = {} as never; - ~~~~~~~~~~~~~~ - at file:///src/components/ui/dropdown-menu.tsx:14:25 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:15:140 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:15:186 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:16:134 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:16:180 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:17:128 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. -} & React.RefAttributes> = {} as never; - ~~~~~~~~~~~~~~ - at file:///src/components/ui/dropdown-menu.tsx:19:25 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:20:144 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:20:190 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:21:138 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:21:184 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:22:130 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. -} & React.RefAttributes> = {} as never; - ~~~~~~~~~~~~~~ - at file:///src/components/ui/dropdown-menu.tsx:24:25 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:25:138 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:25:184 - -TS2304 [ERROR]: Cannot find name 'HTMLSpanElement'. - ({ className, ...props }: React.HTMLAttributes) : JSX.Element; - ~~~~~~~~~~~~~~~ - at file:///src/components/ui/dropdown-menu.tsx:27:50 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. - ({ className, ...props }: React.HTMLAttributes) : JSX.Element; - ~~~ - at file:///src/components/ui/dropdown-menu.tsx:27:70 - -TS2503 [ERROR]: Cannot find namespace 'React'. -type ToasterProps = React.ComponentProps; - ~~~~~ - at file:///src/components/ui/sonner.tsx:5:21 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -const Toaster = ({}: ToasterProps): JSX.Element =>({} as never); - ~~~ - at file:///src/components/ui/sonner.tsx:6:37 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -}): JSX.Element =>({} as never); - ~~~ - at file:///src/components/ui/sonner.tsx:9:5 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/switch.tsx:3:103 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/switch.tsx:3:152 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/tabs.tsx:7:104 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/tabs.tsx:7:150 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/tabs.tsx:8:110 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/tabs.tsx:8:159 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/tabs.tsx:9:110 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/tabs.tsx:9:156 + ~~~ + at file:///src/components/ui/dialog.tsx:13:72 -Found 58 errors. +Found 2 errors. error: Type checking failed. diff --git a/tests/specs/ecosystem/bureaudouble/bureau/0_0_91.test b/tests/specs/ecosystem/bureaudouble/bureau/0_0_91.test index c95a870fd..dc15ddfdf 100644 --- a/tests/specs/ecosystem/bureaudouble/bureau/0_0_91.test +++ b/tests/specs/ecosystem/bureaudouble/bureau/0_0_91.test @@ -751,229 +751,4 @@ bureaudouble/bureau/0.0.91 == FAST CHECK EMIT PASSED == -== TYPE CHECK FAILED == --- stdout -- - --- stderr -- -TS2503 [ERROR]: Cannot find namespace 'JSX'. -export const CustomInput = ({}: CustomInputProps): JSX.Element =>({} as never); - ~~~ - at file:///src/components/CustomInput.tsx:16:52 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -export default >({}: DataTableProps): JSX.Element =>({} as never); - ~~~ - at file:///src/components/DataTable.tsx:21:78 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -}): JSX.Element =>({} as never); - ~~~ - at file:///src/components/DeleteDialog.tsx:7:5 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -}): JSX.Element =>({} as never); - ~~~ - at file:///src/components/Media.tsx:18:5 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -}): JSX.Element =>({} as never); - ~~~ - at file:///src/components/SqlInput.tsx:10:5 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -}): JSX.Element { - ~~~ - at file:///src/components/bureau-ui/combobox.tsx:16:5 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/bureau-ui/integer-switch.tsx:6:117 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/bureau-ui/integer-switch.tsx:6:166 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -export function Editor({}: EditorProps): JSX.Element { - ~~~ - at file:///src/components/editor/Editor.tsx:8:42 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/alert-dialog.tsx:15:131 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/alert-dialog.tsx:15:177 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/alert-dialog.tsx:16:131 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/alert-dialog.tsx:16:177 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - ({ className, ...props }: React.HTMLAttributes) : JSX.Element; - ~~~~~~~~~~~~~~ - at file:///src/components/ui/alert-dialog.tsx:18:50 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. - ({ className, ...props }: React.HTMLAttributes) : JSX.Element; - ~~~ - at file:///src/components/ui/alert-dialog.tsx:18:69 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - ({ className, ...props }: React.HTMLAttributes) : JSX.Element; - ~~~~~~~~~~~~~~ - at file:///src/components/ui/alert-dialog.tsx:22:50 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. - ({ className, ...props }: React.HTMLAttributes) : JSX.Element; - ~~~ - at file:///src/components/ui/alert-dialog.tsx:22:69 - -TS2304 [ERROR]: Cannot find name 'HTMLHeadingElement'. - at file:///src/components/ui/alert-dialog.tsx:25:127 - -TS2304 [ERROR]: Cannot find name 'HTMLHeadingElement'. - at file:///src/components/ui/alert-dialog.tsx:25:177 - -TS2304 [ERROR]: Cannot find name 'HTMLParagraphElement'. - at file:///src/components/ui/alert-dialog.tsx:26:139 - -TS2304 [ERROR]: Cannot find name 'HTMLParagraphElement'. - at file:///src/components/ui/alert-dialog.tsx:26:191 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/alert-dialog.tsx:27:129 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. -}> & ClassProp) | undefined) => string> & React.RefAttributes> = {} as never; - ~~~~~~~~~~~~~~~~~ - at file:///src/components/ui/alert-dialog.tsx:42:63 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/alert-dialog.tsx:43:129 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/alert-dialog.tsx:43:178 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/checkbox.tsx:6:108 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/checkbox.tsx:6:157 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. -const DialogHeader = ({}: React.HTMLAttributes): React.JSX.Element =>({} as never); - ~~~~~~~~~~~~~~ - at file:///src/components/ui/dialog.tsx:12:48 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. -const DialogFooter = ({}: React.HTMLAttributes): React.JSX.Element =>({} as never); - ~~~~~~~~~~~~~~ - at file:///src/components/ui/dialog.tsx:13:48 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:12:140 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. -} & React.RefAttributes> = {} as never; - ~~~~~~~~~~~~~~ - at file:///src/components/ui/dropdown-menu.tsx:14:25 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:15:140 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:15:186 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:16:134 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:16:180 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:17:128 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. -} & React.RefAttributes> = {} as never; - ~~~~~~~~~~~~~~ - at file:///src/components/ui/dropdown-menu.tsx:19:25 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:20:144 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:20:190 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:21:138 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:21:184 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:22:130 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. -} & React.RefAttributes> = {} as never; - ~~~~~~~~~~~~~~ - at file:///src/components/ui/dropdown-menu.tsx:24:25 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:25:138 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:25:184 - -TS2304 [ERROR]: Cannot find name 'HTMLSpanElement'. - ({ className, ...props }: React.HTMLAttributes) : JSX.Element; - ~~~~~~~~~~~~~~~ - at file:///src/components/ui/dropdown-menu.tsx:27:50 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. - ({ className, ...props }: React.HTMLAttributes) : JSX.Element; - ~~~ - at file:///src/components/ui/dropdown-menu.tsx:27:70 - -TS2503 [ERROR]: Cannot find namespace 'React'. -type ToasterProps = React.ComponentProps; - ~~~~~ - at file:///src/components/ui/sonner.tsx:5:21 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -const Toaster = ({}: ToasterProps): JSX.Element =>({} as never); - ~~~ - at file:///src/components/ui/sonner.tsx:6:37 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -}): JSX.Element =>({} as never); - ~~~ - at file:///src/components/ui/sonner.tsx:9:5 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/switch.tsx:3:103 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/switch.tsx:3:152 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/tabs.tsx:7:104 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/tabs.tsx:7:150 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/tabs.tsx:8:110 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/tabs.tsx:8:159 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/tabs.tsx:9:110 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/tabs.tsx:9:156 - -Found 58 errors. - -error: Type checking failed. - +== TYPE CHECK PASSED == diff --git a/tests/specs/ecosystem/bureaudouble/bureau/0_0_92.test b/tests/specs/ecosystem/bureaudouble/bureau/0_0_92.test index a90520757..41e599ee0 100644 --- a/tests/specs/ecosystem/bureaudouble/bureau/0_0_92.test +++ b/tests/specs/ecosystem/bureaudouble/bureau/0_0_92.test @@ -751,229 +751,4 @@ bureaudouble/bureau/0.0.92 == FAST CHECK EMIT PASSED == -== TYPE CHECK FAILED == --- stdout -- - --- stderr -- -TS2503 [ERROR]: Cannot find namespace 'JSX'. -export const CustomInput = ({}: CustomInputProps): JSX.Element =>({} as never); - ~~~ - at file:///src/components/CustomInput.tsx:16:52 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -export default >({}: DataTableProps): JSX.Element =>({} as never); - ~~~ - at file:///src/components/DataTable.tsx:21:78 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -}): JSX.Element =>({} as never); - ~~~ - at file:///src/components/DeleteDialog.tsx:7:5 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -}): JSX.Element =>({} as never); - ~~~ - at file:///src/components/Media.tsx:18:5 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -}): JSX.Element =>({} as never); - ~~~ - at file:///src/components/SqlInput.tsx:10:5 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -}): JSX.Element { - ~~~ - at file:///src/components/bureau-ui/combobox.tsx:16:5 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/bureau-ui/integer-switch.tsx:6:117 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/bureau-ui/integer-switch.tsx:6:166 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -export function Editor({}: EditorProps): JSX.Element { - ~~~ - at file:///src/components/editor/Editor.tsx:8:42 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/alert-dialog.tsx:15:131 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/alert-dialog.tsx:15:177 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/alert-dialog.tsx:16:131 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/alert-dialog.tsx:16:177 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - ({ className, ...props }: React.HTMLAttributes) : JSX.Element; - ~~~~~~~~~~~~~~ - at file:///src/components/ui/alert-dialog.tsx:18:50 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. - ({ className, ...props }: React.HTMLAttributes) : JSX.Element; - ~~~ - at file:///src/components/ui/alert-dialog.tsx:18:69 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - ({ className, ...props }: React.HTMLAttributes) : JSX.Element; - ~~~~~~~~~~~~~~ - at file:///src/components/ui/alert-dialog.tsx:22:50 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. - ({ className, ...props }: React.HTMLAttributes) : JSX.Element; - ~~~ - at file:///src/components/ui/alert-dialog.tsx:22:69 - -TS2304 [ERROR]: Cannot find name 'HTMLHeadingElement'. - at file:///src/components/ui/alert-dialog.tsx:25:127 - -TS2304 [ERROR]: Cannot find name 'HTMLHeadingElement'. - at file:///src/components/ui/alert-dialog.tsx:25:177 - -TS2304 [ERROR]: Cannot find name 'HTMLParagraphElement'. - at file:///src/components/ui/alert-dialog.tsx:26:139 - -TS2304 [ERROR]: Cannot find name 'HTMLParagraphElement'. - at file:///src/components/ui/alert-dialog.tsx:26:191 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/alert-dialog.tsx:27:129 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. -}> & ClassProp) | undefined) => string> & React.RefAttributes> = {} as never; - ~~~~~~~~~~~~~~~~~ - at file:///src/components/ui/alert-dialog.tsx:42:63 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/alert-dialog.tsx:43:129 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/alert-dialog.tsx:43:178 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/checkbox.tsx:6:108 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/checkbox.tsx:6:157 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. -const DialogHeader = ({}: React.HTMLAttributes): React.JSX.Element =>({} as never); - ~~~~~~~~~~~~~~ - at file:///src/components/ui/dialog.tsx:12:48 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. -const DialogFooter = ({}: React.HTMLAttributes): React.JSX.Element =>({} as never); - ~~~~~~~~~~~~~~ - at file:///src/components/ui/dialog.tsx:13:48 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:12:140 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. -} & React.RefAttributes> = {} as never; - ~~~~~~~~~~~~~~ - at file:///src/components/ui/dropdown-menu.tsx:14:25 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:15:140 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:15:186 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:16:134 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:16:180 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:17:128 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. -} & React.RefAttributes> = {} as never; - ~~~~~~~~~~~~~~ - at file:///src/components/ui/dropdown-menu.tsx:19:25 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:20:144 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:20:190 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:21:138 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:21:184 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:22:130 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. -} & React.RefAttributes> = {} as never; - ~~~~~~~~~~~~~~ - at file:///src/components/ui/dropdown-menu.tsx:24:25 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:25:138 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:25:184 - -TS2304 [ERROR]: Cannot find name 'HTMLSpanElement'. - ({ className, ...props }: React.HTMLAttributes) : JSX.Element; - ~~~~~~~~~~~~~~~ - at file:///src/components/ui/dropdown-menu.tsx:27:50 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. - ({ className, ...props }: React.HTMLAttributes) : JSX.Element; - ~~~ - at file:///src/components/ui/dropdown-menu.tsx:27:70 - -TS2503 [ERROR]: Cannot find namespace 'React'. -type ToasterProps = React.ComponentProps; - ~~~~~ - at file:///src/components/ui/sonner.tsx:5:21 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -const Toaster = ({}: ToasterProps): JSX.Element =>({} as never); - ~~~ - at file:///src/components/ui/sonner.tsx:6:37 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -}): JSX.Element =>({} as never); - ~~~ - at file:///src/components/ui/sonner.tsx:9:5 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/switch.tsx:3:103 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/switch.tsx:3:152 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/tabs.tsx:7:104 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/tabs.tsx:7:150 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/tabs.tsx:8:110 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/tabs.tsx:8:159 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/tabs.tsx:9:110 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/tabs.tsx:9:156 - -Found 58 errors. - -error: Type checking failed. - +== TYPE CHECK PASSED == diff --git a/tests/specs/ecosystem/bureaudouble/bureau/0_0_93.test b/tests/specs/ecosystem/bureaudouble/bureau/0_0_93.test index b1528a8cb..1ec507b23 100644 --- a/tests/specs/ecosystem/bureaudouble/bureau/0_0_93.test +++ b/tests/specs/ecosystem/bureaudouble/bureau/0_0_93.test @@ -751,229 +751,4 @@ bureaudouble/bureau/0.0.93 == FAST CHECK EMIT PASSED == -== TYPE CHECK FAILED == --- stdout -- - --- stderr -- -TS2503 [ERROR]: Cannot find namespace 'JSX'. -export const CustomInput = ({}: CustomInputProps): JSX.Element =>({} as never); - ~~~ - at file:///src/components/CustomInput.tsx:16:52 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -export default >({}: DataTableProps): JSX.Element =>({} as never); - ~~~ - at file:///src/components/DataTable.tsx:21:78 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -}): JSX.Element =>({} as never); - ~~~ - at file:///src/components/DeleteDialog.tsx:7:5 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -}): JSX.Element =>({} as never); - ~~~ - at file:///src/components/Media.tsx:18:5 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -}): JSX.Element =>({} as never); - ~~~ - at file:///src/components/SqlInput.tsx:10:5 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -}): JSX.Element { - ~~~ - at file:///src/components/bureau-ui/combobox.tsx:16:5 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/bureau-ui/integer-switch.tsx:6:117 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/bureau-ui/integer-switch.tsx:6:166 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -export function Editor({}: EditorProps): JSX.Element { - ~~~ - at file:///src/components/editor/Editor.tsx:8:42 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/alert-dialog.tsx:15:131 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/alert-dialog.tsx:15:177 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/alert-dialog.tsx:16:131 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/alert-dialog.tsx:16:177 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - ({ className, ...props }: React.HTMLAttributes) : JSX.Element; - ~~~~~~~~~~~~~~ - at file:///src/components/ui/alert-dialog.tsx:18:50 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. - ({ className, ...props }: React.HTMLAttributes) : JSX.Element; - ~~~ - at file:///src/components/ui/alert-dialog.tsx:18:69 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - ({ className, ...props }: React.HTMLAttributes) : JSX.Element; - ~~~~~~~~~~~~~~ - at file:///src/components/ui/alert-dialog.tsx:22:50 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. - ({ className, ...props }: React.HTMLAttributes) : JSX.Element; - ~~~ - at file:///src/components/ui/alert-dialog.tsx:22:69 - -TS2304 [ERROR]: Cannot find name 'HTMLHeadingElement'. - at file:///src/components/ui/alert-dialog.tsx:25:127 - -TS2304 [ERROR]: Cannot find name 'HTMLHeadingElement'. - at file:///src/components/ui/alert-dialog.tsx:25:177 - -TS2304 [ERROR]: Cannot find name 'HTMLParagraphElement'. - at file:///src/components/ui/alert-dialog.tsx:26:139 - -TS2304 [ERROR]: Cannot find name 'HTMLParagraphElement'. - at file:///src/components/ui/alert-dialog.tsx:26:191 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/alert-dialog.tsx:27:129 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. -}> & ClassProp) | undefined) => string> & React.RefAttributes> = {} as never; - ~~~~~~~~~~~~~~~~~ - at file:///src/components/ui/alert-dialog.tsx:42:63 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/alert-dialog.tsx:43:129 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/alert-dialog.tsx:43:178 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/checkbox.tsx:6:108 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/checkbox.tsx:6:157 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. -const DialogHeader = ({}: React.HTMLAttributes): React.JSX.Element =>({} as never); - ~~~~~~~~~~~~~~ - at file:///src/components/ui/dialog.tsx:12:48 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. -const DialogFooter = ({}: React.HTMLAttributes): React.JSX.Element =>({} as never); - ~~~~~~~~~~~~~~ - at file:///src/components/ui/dialog.tsx:13:48 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:12:140 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. -} & React.RefAttributes> = {} as never; - ~~~~~~~~~~~~~~ - at file:///src/components/ui/dropdown-menu.tsx:14:25 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:15:140 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:15:186 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:16:134 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:16:180 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:17:128 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. -} & React.RefAttributes> = {} as never; - ~~~~~~~~~~~~~~ - at file:///src/components/ui/dropdown-menu.tsx:19:25 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:20:144 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:20:190 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:21:138 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:21:184 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:22:130 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. -} & React.RefAttributes> = {} as never; - ~~~~~~~~~~~~~~ - at file:///src/components/ui/dropdown-menu.tsx:24:25 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:25:138 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:25:184 - -TS2304 [ERROR]: Cannot find name 'HTMLSpanElement'. - ({ className, ...props }: React.HTMLAttributes) : JSX.Element; - ~~~~~~~~~~~~~~~ - at file:///src/components/ui/dropdown-menu.tsx:27:50 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. - ({ className, ...props }: React.HTMLAttributes) : JSX.Element; - ~~~ - at file:///src/components/ui/dropdown-menu.tsx:27:70 - -TS2503 [ERROR]: Cannot find namespace 'React'. -type ToasterProps = React.ComponentProps; - ~~~~~ - at file:///src/components/ui/sonner.tsx:5:21 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -const Toaster = ({}: ToasterProps): JSX.Element =>({} as never); - ~~~ - at file:///src/components/ui/sonner.tsx:6:37 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -}): JSX.Element =>({} as never); - ~~~ - at file:///src/components/ui/sonner.tsx:9:5 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/switch.tsx:3:103 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/switch.tsx:3:152 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/tabs.tsx:7:104 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/tabs.tsx:7:150 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/tabs.tsx:8:110 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/tabs.tsx:8:159 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/tabs.tsx:9:110 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/tabs.tsx:9:156 - -Found 58 errors. - -error: Type checking failed. - +== TYPE CHECK PASSED == diff --git a/tests/specs/ecosystem/bureaudouble/bureau/0_0_94.test b/tests/specs/ecosystem/bureaudouble/bureau/0_0_94.test index 3a28df6e0..4bdaaa7e6 100644 --- a/tests/specs/ecosystem/bureaudouble/bureau/0_0_94.test +++ b/tests/specs/ecosystem/bureaudouble/bureau/0_0_94.test @@ -751,229 +751,4 @@ bureaudouble/bureau/0.0.94 == FAST CHECK EMIT PASSED == -== TYPE CHECK FAILED == --- stdout -- - --- stderr -- -TS2503 [ERROR]: Cannot find namespace 'JSX'. -export const CustomInput = ({}: CustomInputProps): JSX.Element =>({} as never); - ~~~ - at file:///src/components/CustomInput.tsx:16:52 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -export default >({}: DataTableProps): JSX.Element =>({} as never); - ~~~ - at file:///src/components/DataTable.tsx:21:78 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -}): JSX.Element =>({} as never); - ~~~ - at file:///src/components/DeleteDialog.tsx:7:5 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -}): JSX.Element =>({} as never); - ~~~ - at file:///src/components/Media.tsx:18:5 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -}): JSX.Element =>({} as never); - ~~~ - at file:///src/components/SqlInput.tsx:10:5 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -}): JSX.Element { - ~~~ - at file:///src/components/bureau-ui/combobox.tsx:16:5 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/bureau-ui/integer-switch.tsx:6:117 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/bureau-ui/integer-switch.tsx:6:166 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -export function Editor({}: EditorProps): JSX.Element { - ~~~ - at file:///src/components/editor/Editor.tsx:8:42 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/alert-dialog.tsx:15:131 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/alert-dialog.tsx:15:177 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/alert-dialog.tsx:16:131 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/alert-dialog.tsx:16:177 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - ({ className, ...props }: React.HTMLAttributes) : JSX.Element; - ~~~~~~~~~~~~~~ - at file:///src/components/ui/alert-dialog.tsx:18:50 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. - ({ className, ...props }: React.HTMLAttributes) : JSX.Element; - ~~~ - at file:///src/components/ui/alert-dialog.tsx:18:69 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - ({ className, ...props }: React.HTMLAttributes) : JSX.Element; - ~~~~~~~~~~~~~~ - at file:///src/components/ui/alert-dialog.tsx:22:50 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. - ({ className, ...props }: React.HTMLAttributes) : JSX.Element; - ~~~ - at file:///src/components/ui/alert-dialog.tsx:22:69 - -TS2304 [ERROR]: Cannot find name 'HTMLHeadingElement'. - at file:///src/components/ui/alert-dialog.tsx:25:127 - -TS2304 [ERROR]: Cannot find name 'HTMLHeadingElement'. - at file:///src/components/ui/alert-dialog.tsx:25:177 - -TS2304 [ERROR]: Cannot find name 'HTMLParagraphElement'. - at file:///src/components/ui/alert-dialog.tsx:26:139 - -TS2304 [ERROR]: Cannot find name 'HTMLParagraphElement'. - at file:///src/components/ui/alert-dialog.tsx:26:191 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/alert-dialog.tsx:27:129 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. -}> & ClassProp) | undefined) => string> & React.RefAttributes> = {} as never; - ~~~~~~~~~~~~~~~~~ - at file:///src/components/ui/alert-dialog.tsx:42:63 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/alert-dialog.tsx:43:129 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/alert-dialog.tsx:43:178 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/checkbox.tsx:6:108 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/checkbox.tsx:6:157 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. -const DialogHeader = ({}: React.HTMLAttributes): React.JSX.Element =>({} as never); - ~~~~~~~~~~~~~~ - at file:///src/components/ui/dialog.tsx:12:48 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. -const DialogFooter = ({}: React.HTMLAttributes): React.JSX.Element =>({} as never); - ~~~~~~~~~~~~~~ - at file:///src/components/ui/dialog.tsx:13:48 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:12:140 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. -} & React.RefAttributes> = {} as never; - ~~~~~~~~~~~~~~ - at file:///src/components/ui/dropdown-menu.tsx:14:25 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:15:140 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:15:186 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:16:134 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:16:180 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:17:128 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. -} & React.RefAttributes> = {} as never; - ~~~~~~~~~~~~~~ - at file:///src/components/ui/dropdown-menu.tsx:19:25 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:20:144 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:20:190 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:21:138 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:21:184 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:22:130 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. -} & React.RefAttributes> = {} as never; - ~~~~~~~~~~~~~~ - at file:///src/components/ui/dropdown-menu.tsx:24:25 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:25:138 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:25:184 - -TS2304 [ERROR]: Cannot find name 'HTMLSpanElement'. - ({ className, ...props }: React.HTMLAttributes) : JSX.Element; - ~~~~~~~~~~~~~~~ - at file:///src/components/ui/dropdown-menu.tsx:27:50 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. - ({ className, ...props }: React.HTMLAttributes) : JSX.Element; - ~~~ - at file:///src/components/ui/dropdown-menu.tsx:27:70 - -TS2503 [ERROR]: Cannot find namespace 'React'. -type ToasterProps = React.ComponentProps; - ~~~~~ - at file:///src/components/ui/sonner.tsx:5:21 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -const Toaster = ({}: ToasterProps): JSX.Element =>({} as never); - ~~~ - at file:///src/components/ui/sonner.tsx:6:37 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -}): JSX.Element =>({} as never); - ~~~ - at file:///src/components/ui/sonner.tsx:9:5 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/switch.tsx:3:103 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/switch.tsx:3:152 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/tabs.tsx:7:104 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/tabs.tsx:7:150 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/tabs.tsx:8:110 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/tabs.tsx:8:159 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/tabs.tsx:9:110 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/tabs.tsx:9:156 - -Found 58 errors. - -error: Type checking failed. - +== TYPE CHECK PASSED == diff --git a/tests/specs/ecosystem/bureaudouble/bureau/0_0_95.test b/tests/specs/ecosystem/bureaudouble/bureau/0_0_95.test index 319c21cd5..8650ac740 100644 --- a/tests/specs/ecosystem/bureaudouble/bureau/0_0_95.test +++ b/tests/specs/ecosystem/bureaudouble/bureau/0_0_95.test @@ -751,229 +751,4 @@ bureaudouble/bureau/0.0.95 == FAST CHECK EMIT PASSED == -== TYPE CHECK FAILED == --- stdout -- - --- stderr -- -TS2503 [ERROR]: Cannot find namespace 'JSX'. -export const CustomInput = ({}: CustomInputProps): JSX.Element =>({} as never); - ~~~ - at file:///src/components/CustomInput.tsx:16:52 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -export default >({}: DataTableProps): JSX.Element =>({} as never); - ~~~ - at file:///src/components/DataTable.tsx:21:78 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -}): JSX.Element =>({} as never); - ~~~ - at file:///src/components/DeleteDialog.tsx:7:5 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -}): JSX.Element =>({} as never); - ~~~ - at file:///src/components/Media.tsx:18:5 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -}): JSX.Element =>({} as never); - ~~~ - at file:///src/components/SqlInput.tsx:10:5 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -}): JSX.Element { - ~~~ - at file:///src/components/bureau-ui/combobox.tsx:16:5 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/bureau-ui/integer-switch.tsx:6:117 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/bureau-ui/integer-switch.tsx:6:166 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -export function Editor({}: EditorProps): JSX.Element { - ~~~ - at file:///src/components/editor/Editor.tsx:8:42 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/alert-dialog.tsx:15:131 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/alert-dialog.tsx:15:177 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/alert-dialog.tsx:16:131 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/alert-dialog.tsx:16:177 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - ({ className, ...props }: React.HTMLAttributes) : JSX.Element; - ~~~~~~~~~~~~~~ - at file:///src/components/ui/alert-dialog.tsx:18:50 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. - ({ className, ...props }: React.HTMLAttributes) : JSX.Element; - ~~~ - at file:///src/components/ui/alert-dialog.tsx:18:69 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - ({ className, ...props }: React.HTMLAttributes) : JSX.Element; - ~~~~~~~~~~~~~~ - at file:///src/components/ui/alert-dialog.tsx:22:50 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. - ({ className, ...props }: React.HTMLAttributes) : JSX.Element; - ~~~ - at file:///src/components/ui/alert-dialog.tsx:22:69 - -TS2304 [ERROR]: Cannot find name 'HTMLHeadingElement'. - at file:///src/components/ui/alert-dialog.tsx:25:127 - -TS2304 [ERROR]: Cannot find name 'HTMLHeadingElement'. - at file:///src/components/ui/alert-dialog.tsx:25:177 - -TS2304 [ERROR]: Cannot find name 'HTMLParagraphElement'. - at file:///src/components/ui/alert-dialog.tsx:26:139 - -TS2304 [ERROR]: Cannot find name 'HTMLParagraphElement'. - at file:///src/components/ui/alert-dialog.tsx:26:191 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/alert-dialog.tsx:27:129 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. -}> & ClassProp) | undefined) => string> & React.RefAttributes> = {} as never; - ~~~~~~~~~~~~~~~~~ - at file:///src/components/ui/alert-dialog.tsx:42:63 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/alert-dialog.tsx:43:129 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/alert-dialog.tsx:43:178 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/checkbox.tsx:6:108 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/checkbox.tsx:6:157 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. -const DialogHeader = ({}: React.HTMLAttributes): React.JSX.Element =>({} as never); - ~~~~~~~~~~~~~~ - at file:///src/components/ui/dialog.tsx:12:48 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. -const DialogFooter = ({}: React.HTMLAttributes): React.JSX.Element =>({} as never); - ~~~~~~~~~~~~~~ - at file:///src/components/ui/dialog.tsx:13:48 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:12:140 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. -} & React.RefAttributes> = {} as never; - ~~~~~~~~~~~~~~ - at file:///src/components/ui/dropdown-menu.tsx:14:25 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:15:140 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:15:186 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:16:134 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:16:180 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:17:128 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. -} & React.RefAttributes> = {} as never; - ~~~~~~~~~~~~~~ - at file:///src/components/ui/dropdown-menu.tsx:19:25 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:20:144 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:20:190 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:21:138 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:21:184 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:22:130 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. -} & React.RefAttributes> = {} as never; - ~~~~~~~~~~~~~~ - at file:///src/components/ui/dropdown-menu.tsx:24:25 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:25:138 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:25:184 - -TS2304 [ERROR]: Cannot find name 'HTMLSpanElement'. - ({ className, ...props }: React.HTMLAttributes) : JSX.Element; - ~~~~~~~~~~~~~~~ - at file:///src/components/ui/dropdown-menu.tsx:27:50 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. - ({ className, ...props }: React.HTMLAttributes) : JSX.Element; - ~~~ - at file:///src/components/ui/dropdown-menu.tsx:27:70 - -TS2503 [ERROR]: Cannot find namespace 'React'. -type ToasterProps = React.ComponentProps; - ~~~~~ - at file:///src/components/ui/sonner.tsx:5:21 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -const Toaster = ({}: ToasterProps): JSX.Element =>({} as never); - ~~~ - at file:///src/components/ui/sonner.tsx:6:37 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -}): JSX.Element =>({} as never); - ~~~ - at file:///src/components/ui/sonner.tsx:9:5 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/switch.tsx:3:103 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/switch.tsx:3:152 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/tabs.tsx:7:104 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/tabs.tsx:7:150 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/tabs.tsx:8:110 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/tabs.tsx:8:159 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/tabs.tsx:9:110 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/tabs.tsx:9:156 - -Found 58 errors. - -error: Type checking failed. - +== TYPE CHECK PASSED == diff --git a/tests/specs/ecosystem/bureaudouble/bureau/0_0_96.test b/tests/specs/ecosystem/bureaudouble/bureau/0_0_96.test index 439aa1adf..4138d60a9 100644 --- a/tests/specs/ecosystem/bureaudouble/bureau/0_0_96.test +++ b/tests/specs/ecosystem/bureaudouble/bureau/0_0_96.test @@ -751,229 +751,4 @@ bureaudouble/bureau/0.0.96 == FAST CHECK EMIT PASSED == -== TYPE CHECK FAILED == --- stdout -- - --- stderr -- -TS2503 [ERROR]: Cannot find namespace 'JSX'. -export const CustomInput = ({}: CustomInputProps): JSX.Element =>({} as never); - ~~~ - at file:///src/components/CustomInput.tsx:16:52 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -export default >({}: DataTableProps): JSX.Element =>({} as never); - ~~~ - at file:///src/components/DataTable.tsx:21:78 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -}): JSX.Element =>({} as never); - ~~~ - at file:///src/components/DeleteDialog.tsx:7:5 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -}): JSX.Element =>({} as never); - ~~~ - at file:///src/components/Media.tsx:18:5 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -}): JSX.Element =>({} as never); - ~~~ - at file:///src/components/SqlInput.tsx:10:5 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -}): JSX.Element { - ~~~ - at file:///src/components/bureau-ui/combobox.tsx:16:5 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/bureau-ui/integer-switch.tsx:6:117 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/bureau-ui/integer-switch.tsx:6:166 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -export function Editor({}: EditorProps): JSX.Element { - ~~~ - at file:///src/components/editor/Editor.tsx:8:42 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/alert-dialog.tsx:15:131 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/alert-dialog.tsx:15:177 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/alert-dialog.tsx:16:131 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/alert-dialog.tsx:16:177 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - ({ className, ...props }: React.HTMLAttributes) : JSX.Element; - ~~~~~~~~~~~~~~ - at file:///src/components/ui/alert-dialog.tsx:18:50 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. - ({ className, ...props }: React.HTMLAttributes) : JSX.Element; - ~~~ - at file:///src/components/ui/alert-dialog.tsx:18:69 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - ({ className, ...props }: React.HTMLAttributes) : JSX.Element; - ~~~~~~~~~~~~~~ - at file:///src/components/ui/alert-dialog.tsx:22:50 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. - ({ className, ...props }: React.HTMLAttributes) : JSX.Element; - ~~~ - at file:///src/components/ui/alert-dialog.tsx:22:69 - -TS2304 [ERROR]: Cannot find name 'HTMLHeadingElement'. - at file:///src/components/ui/alert-dialog.tsx:25:127 - -TS2304 [ERROR]: Cannot find name 'HTMLHeadingElement'. - at file:///src/components/ui/alert-dialog.tsx:25:177 - -TS2304 [ERROR]: Cannot find name 'HTMLParagraphElement'. - at file:///src/components/ui/alert-dialog.tsx:26:139 - -TS2304 [ERROR]: Cannot find name 'HTMLParagraphElement'. - at file:///src/components/ui/alert-dialog.tsx:26:191 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/alert-dialog.tsx:27:129 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. -}> & ClassProp) | undefined) => string> & React.RefAttributes> = {} as never; - ~~~~~~~~~~~~~~~~~ - at file:///src/components/ui/alert-dialog.tsx:42:63 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/alert-dialog.tsx:43:129 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/alert-dialog.tsx:43:178 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/checkbox.tsx:6:108 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/checkbox.tsx:6:157 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. -const DialogHeader = ({}: React.HTMLAttributes): React.JSX.Element =>({} as never); - ~~~~~~~~~~~~~~ - at file:///src/components/ui/dialog.tsx:12:48 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. -const DialogFooter = ({}: React.HTMLAttributes): React.JSX.Element =>({} as never); - ~~~~~~~~~~~~~~ - at file:///src/components/ui/dialog.tsx:13:48 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:12:140 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. -} & React.RefAttributes> = {} as never; - ~~~~~~~~~~~~~~ - at file:///src/components/ui/dropdown-menu.tsx:14:25 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:15:140 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:15:186 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:16:134 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:16:180 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:17:128 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. -} & React.RefAttributes> = {} as never; - ~~~~~~~~~~~~~~ - at file:///src/components/ui/dropdown-menu.tsx:19:25 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:20:144 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:20:190 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:21:138 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:21:184 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:22:130 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. -} & React.RefAttributes> = {} as never; - ~~~~~~~~~~~~~~ - at file:///src/components/ui/dropdown-menu.tsx:24:25 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:25:138 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:25:184 - -TS2304 [ERROR]: Cannot find name 'HTMLSpanElement'. - ({ className, ...props }: React.HTMLAttributes) : JSX.Element; - ~~~~~~~~~~~~~~~ - at file:///src/components/ui/dropdown-menu.tsx:27:50 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. - ({ className, ...props }: React.HTMLAttributes) : JSX.Element; - ~~~ - at file:///src/components/ui/dropdown-menu.tsx:27:70 - -TS2503 [ERROR]: Cannot find namespace 'React'. -type ToasterProps = React.ComponentProps; - ~~~~~ - at file:///src/components/ui/sonner.tsx:5:21 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -const Toaster = ({}: ToasterProps): JSX.Element =>({} as never); - ~~~ - at file:///src/components/ui/sonner.tsx:6:37 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -}): JSX.Element =>({} as never); - ~~~ - at file:///src/components/ui/sonner.tsx:9:5 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/switch.tsx:3:103 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/switch.tsx:3:152 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/tabs.tsx:7:104 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/tabs.tsx:7:150 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/tabs.tsx:8:110 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/tabs.tsx:8:159 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/tabs.tsx:9:110 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/tabs.tsx:9:156 - -Found 58 errors. - -error: Type checking failed. - +== TYPE CHECK PASSED == diff --git a/tests/specs/ecosystem/bureaudouble/bureau/0_0_97.test b/tests/specs/ecosystem/bureaudouble/bureau/0_0_97.test index 1de73addd..263b63aeb 100644 --- a/tests/specs/ecosystem/bureaudouble/bureau/0_0_97.test +++ b/tests/specs/ecosystem/bureaudouble/bureau/0_0_97.test @@ -753,229 +753,4 @@ bureaudouble/bureau/0.0.97 == FAST CHECK EMIT PASSED == -== TYPE CHECK FAILED == --- stdout -- - --- stderr -- -TS2503 [ERROR]: Cannot find namespace 'JSX'. -export const CustomInput = ({}: CustomInputProps): JSX.Element =>({} as never); - ~~~ - at file:///src/components/CustomInput.tsx:16:52 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -export default >({}: DataTableProps): JSX.Element =>({} as never); - ~~~ - at file:///src/components/DataTable.tsx:21:78 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -}): JSX.Element =>({} as never); - ~~~ - at file:///src/components/DeleteDialog.tsx:7:5 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -}): JSX.Element =>({} as never); - ~~~ - at file:///src/components/Media.tsx:18:5 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -}): JSX.Element =>({} as never); - ~~~ - at file:///src/components/SqlInput.tsx:10:5 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -}): JSX.Element { - ~~~ - at file:///src/components/bureau-ui/combobox.tsx:16:5 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/bureau-ui/integer-switch.tsx:6:117 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/bureau-ui/integer-switch.tsx:6:166 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -export function Editor({}: EditorProps): JSX.Element { - ~~~ - at file:///src/components/editor/Editor.tsx:8:42 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/alert-dialog.tsx:15:131 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/alert-dialog.tsx:15:177 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/alert-dialog.tsx:16:131 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/alert-dialog.tsx:16:177 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - ({ className, ...props }: React.HTMLAttributes) : JSX.Element; - ~~~~~~~~~~~~~~ - at file:///src/components/ui/alert-dialog.tsx:18:50 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. - ({ className, ...props }: React.HTMLAttributes) : JSX.Element; - ~~~ - at file:///src/components/ui/alert-dialog.tsx:18:69 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - ({ className, ...props }: React.HTMLAttributes) : JSX.Element; - ~~~~~~~~~~~~~~ - at file:///src/components/ui/alert-dialog.tsx:22:50 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. - ({ className, ...props }: React.HTMLAttributes) : JSX.Element; - ~~~ - at file:///src/components/ui/alert-dialog.tsx:22:69 - -TS2304 [ERROR]: Cannot find name 'HTMLHeadingElement'. - at file:///src/components/ui/alert-dialog.tsx:25:127 - -TS2304 [ERROR]: Cannot find name 'HTMLHeadingElement'. - at file:///src/components/ui/alert-dialog.tsx:25:177 - -TS2304 [ERROR]: Cannot find name 'HTMLParagraphElement'. - at file:///src/components/ui/alert-dialog.tsx:26:139 - -TS2304 [ERROR]: Cannot find name 'HTMLParagraphElement'. - at file:///src/components/ui/alert-dialog.tsx:26:191 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/alert-dialog.tsx:27:129 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. -}> & ClassProp) | undefined) => string> & React.RefAttributes> = {} as never; - ~~~~~~~~~~~~~~~~~ - at file:///src/components/ui/alert-dialog.tsx:42:63 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/alert-dialog.tsx:43:129 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/alert-dialog.tsx:43:178 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/checkbox.tsx:6:108 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/checkbox.tsx:6:157 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. -const DialogHeader = ({}: React.HTMLAttributes): React.JSX.Element =>({} as never); - ~~~~~~~~~~~~~~ - at file:///src/components/ui/dialog.tsx:12:48 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. -const DialogFooter = ({}: React.HTMLAttributes): React.JSX.Element =>({} as never); - ~~~~~~~~~~~~~~ - at file:///src/components/ui/dialog.tsx:13:48 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:12:140 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. -} & React.RefAttributes> = {} as never; - ~~~~~~~~~~~~~~ - at file:///src/components/ui/dropdown-menu.tsx:14:25 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:15:140 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:15:186 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:16:134 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:16:180 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:17:128 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. -} & React.RefAttributes> = {} as never; - ~~~~~~~~~~~~~~ - at file:///src/components/ui/dropdown-menu.tsx:19:25 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:20:144 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:20:190 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:21:138 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:21:184 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:22:130 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. -} & React.RefAttributes> = {} as never; - ~~~~~~~~~~~~~~ - at file:///src/components/ui/dropdown-menu.tsx:24:25 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:25:138 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/dropdown-menu.tsx:25:184 - -TS2304 [ERROR]: Cannot find name 'HTMLSpanElement'. - ({ className, ...props }: React.HTMLAttributes) : JSX.Element; - ~~~~~~~~~~~~~~~ - at file:///src/components/ui/dropdown-menu.tsx:27:50 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. - ({ className, ...props }: React.HTMLAttributes) : JSX.Element; - ~~~ - at file:///src/components/ui/dropdown-menu.tsx:27:70 - -TS2503 [ERROR]: Cannot find namespace 'React'. -type ToasterProps = React.ComponentProps; - ~~~~~ - at file:///src/components/ui/sonner.tsx:5:21 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -const Toaster = ({}: ToasterProps): JSX.Element =>({} as never); - ~~~ - at file:///src/components/ui/sonner.tsx:6:37 - -TS2503 [ERROR]: Cannot find namespace 'JSX'. -}): JSX.Element =>({} as never); - ~~~ - at file:///src/components/ui/sonner.tsx:9:5 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/switch.tsx:3:103 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/switch.tsx:3:152 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/tabs.tsx:7:104 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/tabs.tsx:7:150 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/tabs.tsx:8:110 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - at file:///src/components/ui/tabs.tsx:8:159 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/tabs.tsx:9:110 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - at file:///src/components/ui/tabs.tsx:9:156 - -Found 58 errors. - -error: Type checking failed. - +== TYPE CHECK PASSED == diff --git a/tests/specs/ecosystem/bureaudouble/cmdk/0_0_1.test b/tests/specs/ecosystem/bureaudouble/cmdk/0_0_1.test index 98b9e49e0..f463a0c3b 100644 --- a/tests/specs/ecosystem/bureaudouble/cmdk/0_0_1.test +++ b/tests/specs/ecosystem/bureaudouble/cmdk/0_0_1.test @@ -89,56 +89,4 @@ bureaudouble/cmdk/0.0.1 == FAST CHECK EMIT PASSED == -== TYPE CHECK FAILED == --- stdout -- - --- stderr -- -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. -const Command: React.ForwardRefExoticComponent & React.RefAttributes> = {} as never; - ~~~~~~~~~~~~~~ - at file:///cmdk/src/index.tsx:76:87 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - */ const Item: React.ForwardRefExoticComponent & React.RefAttributes> = {} as never; - ~~~~~~~~~~~~~~ - at file:///cmdk/src/index.tsx:81:94 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - */ const Group: React.ForwardRefExoticComponent & React.RefAttributes> = {} as never; - ~~~~~~~~~~~~~~ - at file:///cmdk/src/index.tsx:85:96 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - */ const Separator: React.ForwardRefExoticComponent & React.RefAttributes> = {} as never; - ~~~~~~~~~~~~~~ - at file:///cmdk/src/index.tsx:89:93 - -TS2304 [ERROR]: Cannot find name 'HTMLInputElement'. - */ const Input: React.ForwardRefExoticComponent & React.RefAttributes> = {} as never; - ~~~~~~~~~~~~~~~~ - at file:///cmdk/src/index.tsx:93:96 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - */ const List: React.ForwardRefExoticComponent & React.RefAttributes> = {} as never; - ~~~~~~~~~~~~~~ - at file:///cmdk/src/index.tsx:97:88 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - */ const Dialog: React.ForwardRefExoticComponent & React.RefAttributes> = {} as never; - ~~~~~~~~~~~~~~ - at file:///cmdk/src/index.tsx:100:90 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - */ const Empty: React.ForwardRefExoticComponent & React.RefAttributes> = {} as never; - ~~~~~~~~~~~~~~ - at file:///cmdk/src/index.tsx:103:89 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - */ const Loading: React.ForwardRefExoticComponent & React.RefAttributes> = {} as never; - ~~~~~~~~~~~~~~ - at file:///cmdk/src/index.tsx:106:91 - -Found 9 errors. - -error: Type checking failed. - +== TYPE CHECK PASSED == diff --git a/tests/specs/ecosystem/bureaudouble/cmdk/0_0_2.test b/tests/specs/ecosystem/bureaudouble/cmdk/0_0_2.test index 8948aed80..8b3311317 100644 --- a/tests/specs/ecosystem/bureaudouble/cmdk/0_0_2.test +++ b/tests/specs/ecosystem/bureaudouble/cmdk/0_0_2.test @@ -89,56 +89,4 @@ bureaudouble/cmdk/0.0.2 == FAST CHECK EMIT PASSED == -== TYPE CHECK FAILED == --- stdout -- - --- stderr -- -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. -const Command: React.ForwardRefExoticComponent & React.RefAttributes> = {} as never; - ~~~~~~~~~~~~~~ - at file:///cmdk/src/index.tsx:76:87 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - */ const Item: React.ForwardRefExoticComponent & React.RefAttributes> = {} as never; - ~~~~~~~~~~~~~~ - at file:///cmdk/src/index.tsx:81:94 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - */ const Group: React.ForwardRefExoticComponent & React.RefAttributes> = {} as never; - ~~~~~~~~~~~~~~ - at file:///cmdk/src/index.tsx:85:96 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - */ const Separator: React.ForwardRefExoticComponent & React.RefAttributes> = {} as never; - ~~~~~~~~~~~~~~ - at file:///cmdk/src/index.tsx:89:93 - -TS2304 [ERROR]: Cannot find name 'HTMLInputElement'. - */ const Input: React.ForwardRefExoticComponent & React.RefAttributes> = {} as never; - ~~~~~~~~~~~~~~~~ - at file:///cmdk/src/index.tsx:93:96 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - */ const List: React.ForwardRefExoticComponent & React.RefAttributes> = {} as never; - ~~~~~~~~~~~~~~ - at file:///cmdk/src/index.tsx:97:88 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - */ const Dialog: React.ForwardRefExoticComponent & React.RefAttributes> = {} as never; - ~~~~~~~~~~~~~~ - at file:///cmdk/src/index.tsx:100:90 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - */ const Empty: React.ForwardRefExoticComponent & React.RefAttributes> = {} as never; - ~~~~~~~~~~~~~~ - at file:///cmdk/src/index.tsx:103:89 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - */ const Loading: React.ForwardRefExoticComponent & React.RefAttributes> = {} as never; - ~~~~~~~~~~~~~~ - at file:///cmdk/src/index.tsx:106:91 - -Found 9 errors. - -error: Type checking failed. - +== TYPE CHECK PASSED == diff --git a/tests/specs/ecosystem/bureaudouble/cmdk/0_0_3.test b/tests/specs/ecosystem/bureaudouble/cmdk/0_0_3.test index 0d7ff6902..d408bee25 100644 --- a/tests/specs/ecosystem/bureaudouble/cmdk/0_0_3.test +++ b/tests/specs/ecosystem/bureaudouble/cmdk/0_0_3.test @@ -81,56 +81,4 @@ bureaudouble/cmdk/0.0.3 == FAST CHECK EMIT PASSED == -== TYPE CHECK FAILED == --- stdout -- - --- stderr -- -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. -const Command: React.ForwardRefExoticComponent & React.RefAttributes> = {} as never; - ~~~~~~~~~~~~~~ - at file:///cmdk/src/index.tsx:76:87 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - */ const Item: React.ForwardRefExoticComponent & React.RefAttributes> = {} as never; - ~~~~~~~~~~~~~~ - at file:///cmdk/src/index.tsx:81:94 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - */ const Group: React.ForwardRefExoticComponent & React.RefAttributes> = {} as never; - ~~~~~~~~~~~~~~ - at file:///cmdk/src/index.tsx:85:96 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - */ const Separator: React.ForwardRefExoticComponent & React.RefAttributes> = {} as never; - ~~~~~~~~~~~~~~ - at file:///cmdk/src/index.tsx:89:93 - -TS2304 [ERROR]: Cannot find name 'HTMLInputElement'. - */ const Input: React.ForwardRefExoticComponent & React.RefAttributes> = {} as never; - ~~~~~~~~~~~~~~~~ - at file:///cmdk/src/index.tsx:93:96 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - */ const List: React.ForwardRefExoticComponent & React.RefAttributes> = {} as never; - ~~~~~~~~~~~~~~ - at file:///cmdk/src/index.tsx:97:88 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - */ const Dialog: React.ForwardRefExoticComponent & React.RefAttributes> = {} as never; - ~~~~~~~~~~~~~~ - at file:///cmdk/src/index.tsx:100:90 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - */ const Empty: React.ForwardRefExoticComponent & React.RefAttributes> = {} as never; - ~~~~~~~~~~~~~~ - at file:///cmdk/src/index.tsx:103:89 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - */ const Loading: React.ForwardRefExoticComponent & React.RefAttributes> = {} as never; - ~~~~~~~~~~~~~~ - at file:///cmdk/src/index.tsx:106:91 - -Found 9 errors. - -error: Type checking failed. - +== TYPE CHECK PASSED == diff --git a/tests/specs/ecosystem/bureaudouble/cmdk/0_0_4.test b/tests/specs/ecosystem/bureaudouble/cmdk/0_0_4.test index c40eeb2af..802c55c1a 100644 --- a/tests/specs/ecosystem/bureaudouble/cmdk/0_0_4.test +++ b/tests/specs/ecosystem/bureaudouble/cmdk/0_0_4.test @@ -81,56 +81,4 @@ bureaudouble/cmdk/0.0.4 == FAST CHECK EMIT PASSED == -== TYPE CHECK FAILED == --- stdout -- - --- stderr -- -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. -const Command: React.ForwardRefExoticComponent & React.RefAttributes> = {} as never; - ~~~~~~~~~~~~~~ - at file:///cmdk/src/index.tsx:76:87 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - */ const Item: React.ForwardRefExoticComponent & React.RefAttributes> = {} as never; - ~~~~~~~~~~~~~~ - at file:///cmdk/src/index.tsx:81:94 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - */ const Group: React.ForwardRefExoticComponent & React.RefAttributes> = {} as never; - ~~~~~~~~~~~~~~ - at file:///cmdk/src/index.tsx:85:96 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - */ const Separator: React.ForwardRefExoticComponent & React.RefAttributes> = {} as never; - ~~~~~~~~~~~~~~ - at file:///cmdk/src/index.tsx:89:93 - -TS2304 [ERROR]: Cannot find name 'HTMLInputElement'. - */ const Input: React.ForwardRefExoticComponent & React.RefAttributes> = {} as never; - ~~~~~~~~~~~~~~~~ - at file:///cmdk/src/index.tsx:93:96 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - */ const List: React.ForwardRefExoticComponent & React.RefAttributes> = {} as never; - ~~~~~~~~~~~~~~ - at file:///cmdk/src/index.tsx:97:88 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - */ const Dialog: React.ForwardRefExoticComponent & React.RefAttributes> = {} as never; - ~~~~~~~~~~~~~~ - at file:///cmdk/src/index.tsx:100:90 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - */ const Empty: React.ForwardRefExoticComponent & React.RefAttributes> = {} as never; - ~~~~~~~~~~~~~~ - at file:///cmdk/src/index.tsx:103:89 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - */ const Loading: React.ForwardRefExoticComponent & React.RefAttributes> = {} as never; - ~~~~~~~~~~~~~~ - at file:///cmdk/src/index.tsx:106:91 - -Found 9 errors. - -error: Type checking failed. - +== TYPE CHECK PASSED == diff --git a/tests/specs/ecosystem/bureaudouble/sonner/0_0_2.test b/tests/specs/ecosystem/bureaudouble/sonner/0_0_2.test index 6946a392d..e9058a523 100644 --- a/tests/specs/ecosystem/bureaudouble/sonner/0_0_2.test +++ b/tests/specs/ecosystem/bureaudouble/sonner/0_0_2.test @@ -72,26 +72,4 @@ bureaudouble/sonner/0.0.2 == FAST CHECK EMIT PASSED == -== TYPE CHECK FAILED == --- stdout -- - --- stderr -- -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - onClick: (event: React.MouseEvent) => void; - ~~~~~~~~~~~~~~~~~ - at file:///src/types.ts:38:37 - -TS2552 [ERROR]: Cannot find name 'MouseEvent'. Did you mean 'CloseEvent'? - onClick: (event: React.MouseEvent) => void; - ~~~~~~~~~~ - at file:///src/types.ts:38:56 - - 'CloseEvent' is declared here. - declare var CloseEvent: { - ~~~~~~~~~~ - at asset:///lib.deno.websocket.d.ts:32:13 - -Found 2 errors. - -error: Type checking failed. - +== TYPE CHECK PASSED == diff --git a/tests/specs/ecosystem/bureaudouble/sonner/0_0_3.test b/tests/specs/ecosystem/bureaudouble/sonner/0_0_3.test index e8b98c3de..0b5f49779 100644 --- a/tests/specs/ecosystem/bureaudouble/sonner/0_0_3.test +++ b/tests/specs/ecosystem/bureaudouble/sonner/0_0_3.test @@ -72,26 +72,4 @@ bureaudouble/sonner/0.0.3 == FAST CHECK EMIT PASSED == -== TYPE CHECK FAILED == --- stdout -- - --- stderr -- -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. - onClick: (event: React.MouseEvent) => void; - ~~~~~~~~~~~~~~~~~ - at file:///src/types.ts:38:37 - -TS2552 [ERROR]: Cannot find name 'MouseEvent'. Did you mean 'CloseEvent'? - onClick: (event: React.MouseEvent) => void; - ~~~~~~~~~~ - at file:///src/types.ts:38:56 - - 'CloseEvent' is declared here. - declare var CloseEvent: { - ~~~~~~~~~~ - at asset:///lib.deno.websocket.d.ts:32:13 - -Found 2 errors. - -error: Type checking failed. - +== TYPE CHECK PASSED == diff --git a/tests/specs/ecosystem/bureaudouble/vaul/0_0_1.test b/tests/specs/ecosystem/bureaudouble/vaul/0_0_1.test index f37bbfa1b..94f440d22 100644 --- a/tests/specs/ecosystem/bureaudouble/vaul/0_0_1.test +++ b/tests/specs/ecosystem/bureaudouble/vaul/0_0_1.test @@ -281,31 +281,4 @@ bureaudouble/vaul/0.0.1 == FAST CHECK EMIT PASSED == -== TYPE CHECK FAILED == --- stdout -- - --- stderr -- -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - onDrag?: (event: React.PointerEvent, percentageDragged: number) => void; - ~~~~~~~~~~~~~~ - at file:///src/index.tsx:22:39 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - onRelease?: (event: React.PointerEvent, open: boolean) => void; - ~~~~~~~~~~~~~~ - at file:///src/index.tsx:23:42 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. -const Overlay: React.ForwardRefExoticComponent & React.RefAttributes> = {} as never; - ~~~~~~~~~~~~~~ - at file:///src/index.tsx:34:114 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. -const Content: React.ForwardRefExoticComponent & React.RefAttributes> = {} as never; - ~~~~~~~~~~~~~~ - at file:///src/index.tsx:38:96 - -Found 4 errors. - -error: Type checking failed. - +== TYPE CHECK PASSED == diff --git a/tests/specs/ecosystem/bureaudouble/vaul/0_0_2.test b/tests/specs/ecosystem/bureaudouble/vaul/0_0_2.test index d0dbc173e..fd7e8b80a 100644 --- a/tests/specs/ecosystem/bureaudouble/vaul/0_0_2.test +++ b/tests/specs/ecosystem/bureaudouble/vaul/0_0_2.test @@ -253,31 +253,4 @@ bureaudouble/vaul/0.0.2 == FAST CHECK EMIT PASSED == -== TYPE CHECK FAILED == --- stdout -- - --- stderr -- -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - onDrag?: (event: React.PointerEvent, percentageDragged: number) => void; - ~~~~~~~~~~~~~~ - at file:///src/index.tsx:22:39 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - onRelease?: (event: React.PointerEvent, open: boolean) => void; - ~~~~~~~~~~~~~~ - at file:///src/index.tsx:23:42 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. -const Overlay: React.ForwardRefExoticComponent & React.RefAttributes> = {} as never; - ~~~~~~~~~~~~~~ - at file:///src/index.tsx:34:114 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. -const Content: React.ForwardRefExoticComponent & React.RefAttributes> = {} as never; - ~~~~~~~~~~~~~~ - at file:///src/index.tsx:38:96 - -Found 4 errors. - -error: Type checking failed. - +== TYPE CHECK PASSED == diff --git a/tests/specs/ecosystem/bureaudouble/vaul/0_0_3.test b/tests/specs/ecosystem/bureaudouble/vaul/0_0_3.test index d27ddf599..a586a98e8 100644 --- a/tests/specs/ecosystem/bureaudouble/vaul/0_0_3.test +++ b/tests/specs/ecosystem/bureaudouble/vaul/0_0_3.test @@ -245,31 +245,4 @@ bureaudouble/vaul/0.0.3 == FAST CHECK EMIT PASSED == -== TYPE CHECK FAILED == --- stdout -- - --- stderr -- -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - onDrag?: (event: React.PointerEvent, percentageDragged: number) => void; - ~~~~~~~~~~~~~~ - at file:///src/index.tsx:22:39 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - onRelease?: (event: React.PointerEvent, open: boolean) => void; - ~~~~~~~~~~~~~~ - at file:///src/index.tsx:23:42 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. -const Overlay: React.ForwardRefExoticComponent & React.RefAttributes> = {} as never; - ~~~~~~~~~~~~~~ - at file:///src/index.tsx:34:114 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. -const Content: React.ForwardRefExoticComponent & React.RefAttributes> = {} as never; - ~~~~~~~~~~~~~~ - at file:///src/index.tsx:38:96 - -Found 4 errors. - -error: Type checking failed. - +== TYPE CHECK PASSED == diff --git a/tests/specs/ecosystem/bureaudouble/vaul/0_0_4.test b/tests/specs/ecosystem/bureaudouble/vaul/0_0_4.test index 921ef68e1..54b5a50a4 100644 --- a/tests/specs/ecosystem/bureaudouble/vaul/0_0_4.test +++ b/tests/specs/ecosystem/bureaudouble/vaul/0_0_4.test @@ -245,31 +245,4 @@ bureaudouble/vaul/0.0.4 == FAST CHECK EMIT PASSED == -== TYPE CHECK FAILED == --- stdout -- - --- stderr -- -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - onDrag?: (event: React.PointerEvent, percentageDragged: number) => void; - ~~~~~~~~~~~~~~ - at file:///src/index.tsx:22:39 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - onRelease?: (event: React.PointerEvent, open: boolean) => void; - ~~~~~~~~~~~~~~ - at file:///src/index.tsx:23:42 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. -const Overlay: React.ForwardRefExoticComponent & React.RefAttributes> = {} as never; - ~~~~~~~~~~~~~~ - at file:///src/index.tsx:34:114 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. -const Content: React.ForwardRefExoticComponent & React.RefAttributes> = {} as never; - ~~~~~~~~~~~~~~ - at file:///src/index.tsx:38:96 - -Found 4 errors. - -error: Type checking failed. - +== TYPE CHECK PASSED == diff --git a/tests/specs/ecosystem/mrii/rocket_io/0_1_3.test b/tests/specs/ecosystem/mrii/rocket_io/0_1_3.test index b99fa7744..96e67e49f 100644 --- a/tests/specs/ecosystem/mrii/rocket_io/0_1_3.test +++ b/tests/specs/ecosystem/mrii/rocket_io/0_1_3.test @@ -73,13 +73,14 @@ mrii/rocket-io/0.1.3 -- stderr -- error: Error: [ERR_PACKAGE_PATH_NOT_EXPORTED] Package subpath './build/esm/socket' is not defined for types by "exports" in '/socket.io-client/4.7.5/package.json' imported from 'file:///src/types/socket-reserved-events.ts' - at Object.resolveModuleNameLiterals (ext:deno_cli_tsc/97_ts_host.js:629:26) - at ext:deno_cli_tsc/97_ts_host.js:758:49 + at Object.resolveModuleNameLiterals (ext:deno_cli_tsc/97_ts_host.js:622:26) + at ext:deno_cli_tsc/97_ts_host.js:757:49 at spanned (ext:deno_cli_tsc/97_ts_host.js:16:12) - at Object.host. [as resolveModuleNameLiterals] (ext:deno_cli_tsc/97_ts_host.js:758:14) - at resolveModuleNamesWorker (ext:deno_cli_tsc/00_typescript.js:126323:20) - at resolveNamesReusingOldState (ext:deno_cli_tsc/00_typescript.js:126465:14) - at resolveModuleNamesReusingOldState (ext:deno_cli_tsc/00_typescript.js:126421:12) - at processImportedModules (ext:deno_cli_tsc/00_typescript.js:127908:118) - at findSourceFileWorker (ext:deno_cli_tsc/00_typescript.js:127683:7) - at findSourceFile (ext:deno_cli_tsc/00_typescript.js:127534:20) + at Object.host. [as resolveModuleNameLiterals] (ext:deno_cli_tsc/97_ts_host.js:757:14) + at resolveModuleNamesWorker (ext:deno_cli_tsc/00_typescript.js:126315:20) + at resolveNamesReusingOldState (ext:deno_cli_tsc/00_typescript.js:126457:14) + at resolveModuleNamesReusingOldState (ext:deno_cli_tsc/00_typescript.js:126413:12) + at processImportedModules (ext:deno_cli_tsc/00_typescript.js:127900:118) + at findSourceFileWorker (ext:deno_cli_tsc/00_typescript.js:127675:7) + at findSourceFile (ext:deno_cli_tsc/00_typescript.js:127526:20) + diff --git a/tests/specs/ecosystem/radix_ui_fork/react_checkbox/0_0_4.test b/tests/specs/ecosystem/radix_ui_fork/react_checkbox/0_0_4.test index d499a8df3..924962fc8 100644 --- a/tests/specs/ecosystem/radix_ui_fork/react_checkbox/0_0_4.test +++ b/tests/specs/ecosystem/radix_ui_fork/react_checkbox/0_0_4.test @@ -96,14 +96,4 @@ radix-ui-fork/react-checkbox/0.0.4 == FAST CHECK EMIT PASSED == -== TYPE CHECK FAILED == --- stdout -- - --- stderr -- -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. -const Checkbox: React.ForwardRefExoticComponent & React.RefAttributes> = {} as never; - ~~~~~~~~~~~~~~~~~ - at file:///src/Checkbox.tsx:15:98 - -error: Type checking failed. - +== TYPE CHECK PASSED == diff --git a/tests/specs/ecosystem/radix_ui_fork/react_checkbox/0_0_5.test b/tests/specs/ecosystem/radix_ui_fork/react_checkbox/0_0_5.test index f483ebf93..27e990e0d 100644 --- a/tests/specs/ecosystem/radix_ui_fork/react_checkbox/0_0_5.test +++ b/tests/specs/ecosystem/radix_ui_fork/react_checkbox/0_0_5.test @@ -96,14 +96,4 @@ radix-ui-fork/react-checkbox/0.0.5 == FAST CHECK EMIT PASSED == -== TYPE CHECK FAILED == --- stdout -- - --- stderr -- -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. -const Checkbox: React.ForwardRefExoticComponent & React.RefAttributes> = {} as never; - ~~~~~~~~~~~~~~~~~ - at file:///src/Checkbox.tsx:15:98 - -error: Type checking failed. - +== TYPE CHECK PASSED == diff --git a/tests/specs/ecosystem/radix_ui_fork/react_checkbox/0_0_6.test b/tests/specs/ecosystem/radix_ui_fork/react_checkbox/0_0_6.test index 47847da86..1ab5e2fc3 100644 --- a/tests/specs/ecosystem/radix_ui_fork/react_checkbox/0_0_6.test +++ b/tests/specs/ecosystem/radix_ui_fork/react_checkbox/0_0_6.test @@ -96,14 +96,4 @@ radix-ui-fork/react-checkbox/0.0.6 == FAST CHECK EMIT PASSED == -== TYPE CHECK FAILED == --- stdout -- - --- stderr -- -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. -const Checkbox: React.ForwardRefExoticComponent & React.RefAttributes> = {} as never; - ~~~~~~~~~~~~~~~~~ - at file:///src/Checkbox.tsx:15:98 - -error: Type checking failed. - +== TYPE CHECK PASSED == diff --git a/tests/specs/ecosystem/radix_ui_fork/react_checkbox/0_0_7.test b/tests/specs/ecosystem/radix_ui_fork/react_checkbox/0_0_7.test index 680e730cd..016240c3c 100644 --- a/tests/specs/ecosystem/radix_ui_fork/react_checkbox/0_0_7.test +++ b/tests/specs/ecosystem/radix_ui_fork/react_checkbox/0_0_7.test @@ -88,14 +88,4 @@ radix-ui-fork/react-checkbox/0.0.7 == FAST CHECK EMIT PASSED == -== TYPE CHECK FAILED == --- stdout -- - --- stderr -- -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. -const Checkbox: React.ForwardRefExoticComponent & React.RefAttributes> = {} as never; - ~~~~~~~~~~~~~~~~~ - at file:///src/Checkbox.tsx:15:98 - -error: Type checking failed. - +== TYPE CHECK PASSED == diff --git a/tests/specs/ecosystem/radix_ui_fork/react_checkbox/0_0_8.test b/tests/specs/ecosystem/radix_ui_fork/react_checkbox/0_0_8.test index 58788185a..03e16729d 100644 --- a/tests/specs/ecosystem/radix_ui_fork/react_checkbox/0_0_8.test +++ b/tests/specs/ecosystem/radix_ui_fork/react_checkbox/0_0_8.test @@ -88,14 +88,4 @@ radix-ui-fork/react-checkbox/0.0.8 == FAST CHECK EMIT PASSED == -== TYPE CHECK FAILED == --- stdout -- - --- stderr -- -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. -const Checkbox: React.ForwardRefExoticComponent & React.RefAttributes> = {} as never; - ~~~~~~~~~~~~~~~~~ - at file:///src/Checkbox.tsx:15:98 - -error: Type checking failed. - +== TYPE CHECK PASSED == diff --git a/tests/specs/ecosystem/radix_ui_fork/react_collapsible/0_0_4.test b/tests/specs/ecosystem/radix_ui_fork/react_collapsible/0_0_4.test index 8fb582488..a7983b6ca 100644 --- a/tests/specs/ecosystem/radix_ui_fork/react_collapsible/0_0_4.test +++ b/tests/specs/ecosystem/radix_ui_fork/react_collapsible/0_0_4.test @@ -96,26 +96,4 @@ radix-ui-fork/react-collapsible/0.0.4 == FAST CHECK EMIT PASSED == -== TYPE CHECK FAILED == --- stdout -- - --- stderr -- -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. -const Collapsible: React.ForwardRefExoticComponent> = {} as never; - ~~~~~~~~~~~~~~ - at file:///src/Collapsible.tsx:14:91 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. -const CollapsibleTrigger: React.ForwardRefExoticComponent> = {} as never; - ~~~~~~~~~~~~~~~~~ - at file:///src/Collapsible.tsx:18:105 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. -const CollapsibleContent: React.ForwardRefExoticComponent> = {} as never; - ~~~~~~~~~~~~~~ - at file:///src/Collapsible.tsx:25:105 - -Found 3 errors. - -error: Type checking failed. - +== TYPE CHECK PASSED == diff --git a/tests/specs/ecosystem/radix_ui_fork/react_collapsible/0_0_5.test b/tests/specs/ecosystem/radix_ui_fork/react_collapsible/0_0_5.test index 207fe97d9..a52c8b93d 100644 --- a/tests/specs/ecosystem/radix_ui_fork/react_collapsible/0_0_5.test +++ b/tests/specs/ecosystem/radix_ui_fork/react_collapsible/0_0_5.test @@ -96,26 +96,4 @@ radix-ui-fork/react-collapsible/0.0.5 == FAST CHECK EMIT PASSED == -== TYPE CHECK FAILED == --- stdout -- - --- stderr -- -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. -const Collapsible: React.ForwardRefExoticComponent> = {} as never; - ~~~~~~~~~~~~~~ - at file:///src/Collapsible.tsx:14:91 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. -const CollapsibleTrigger: React.ForwardRefExoticComponent> = {} as never; - ~~~~~~~~~~~~~~~~~ - at file:///src/Collapsible.tsx:18:105 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. -const CollapsibleContent: React.ForwardRefExoticComponent> = {} as never; - ~~~~~~~~~~~~~~ - at file:///src/Collapsible.tsx:25:105 - -Found 3 errors. - -error: Type checking failed. - +== TYPE CHECK PASSED == diff --git a/tests/specs/ecosystem/radix_ui_fork/react_collapsible/0_0_6.test b/tests/specs/ecosystem/radix_ui_fork/react_collapsible/0_0_6.test index 3cba0b1d9..c6c1dc894 100644 --- a/tests/specs/ecosystem/radix_ui_fork/react_collapsible/0_0_6.test +++ b/tests/specs/ecosystem/radix_ui_fork/react_collapsible/0_0_6.test @@ -96,26 +96,4 @@ radix-ui-fork/react-collapsible/0.0.6 == FAST CHECK EMIT PASSED == -== TYPE CHECK FAILED == --- stdout -- - --- stderr -- -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. -const Collapsible: React.ForwardRefExoticComponent> = {} as never; - ~~~~~~~~~~~~~~ - at file:///src/Collapsible.tsx:14:91 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. -const CollapsibleTrigger: React.ForwardRefExoticComponent> = {} as never; - ~~~~~~~~~~~~~~~~~ - at file:///src/Collapsible.tsx:18:105 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. -const CollapsibleContent: React.ForwardRefExoticComponent> = {} as never; - ~~~~~~~~~~~~~~ - at file:///src/Collapsible.tsx:25:105 - -Found 3 errors. - -error: Type checking failed. - +== TYPE CHECK PASSED == diff --git a/tests/specs/ecosystem/radix_ui_fork/react_collapsible/0_0_7.test b/tests/specs/ecosystem/radix_ui_fork/react_collapsible/0_0_7.test index f264917a0..794484dd8 100644 --- a/tests/specs/ecosystem/radix_ui_fork/react_collapsible/0_0_7.test +++ b/tests/specs/ecosystem/radix_ui_fork/react_collapsible/0_0_7.test @@ -88,26 +88,4 @@ radix-ui-fork/react-collapsible/0.0.7 == FAST CHECK EMIT PASSED == -== TYPE CHECK FAILED == --- stdout -- - --- stderr -- -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. -const Collapsible: React.ForwardRefExoticComponent> = {} as never; - ~~~~~~~~~~~~~~ - at file:///src/Collapsible.tsx:14:91 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. -const CollapsibleTrigger: React.ForwardRefExoticComponent> = {} as never; - ~~~~~~~~~~~~~~~~~ - at file:///src/Collapsible.tsx:18:105 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. -const CollapsibleContent: React.ForwardRefExoticComponent> = {} as never; - ~~~~~~~~~~~~~~ - at file:///src/Collapsible.tsx:25:105 - -Found 3 errors. - -error: Type checking failed. - +== TYPE CHECK PASSED == diff --git a/tests/specs/ecosystem/radix_ui_fork/react_collapsible/0_0_8.test b/tests/specs/ecosystem/radix_ui_fork/react_collapsible/0_0_8.test index e305f4a28..63e635456 100644 --- a/tests/specs/ecosystem/radix_ui_fork/react_collapsible/0_0_8.test +++ b/tests/specs/ecosystem/radix_ui_fork/react_collapsible/0_0_8.test @@ -88,26 +88,4 @@ radix-ui-fork/react-collapsible/0.0.8 == FAST CHECK EMIT PASSED == -== TYPE CHECK FAILED == --- stdout -- - --- stderr -- -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. -const Collapsible: React.ForwardRefExoticComponent> = {} as never; - ~~~~~~~~~~~~~~ - at file:///src/Collapsible.tsx:14:91 - -TS2304 [ERROR]: Cannot find name 'HTMLButtonElement'. -const CollapsibleTrigger: React.ForwardRefExoticComponent> = {} as never; - ~~~~~~~~~~~~~~~~~ - at file:///src/Collapsible.tsx:18:105 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. -const CollapsibleContent: React.ForwardRefExoticComponent> = {} as never; - ~~~~~~~~~~~~~~ - at file:///src/Collapsible.tsx:25:105 - -Found 3 errors. - -error: Type checking failed. - +== TYPE CHECK PASSED == diff --git a/tests/specs/ecosystem/radix_ui_fork/react_collection/0_0_4.test b/tests/specs/ecosystem/radix_ui_fork/react_collection/0_0_4.test index 9ee69f285..c9669fb1a 100644 --- a/tests/specs/ecosystem/radix_ui_fork/react_collection/0_0_4.test +++ b/tests/specs/ecosystem/radix_ui_fork/react_collection/0_0_4.test @@ -89,21 +89,4 @@ radix-ui-fork/react-collection/0.0.4 == FAST CHECK EMIT PASSED == -== TYPE CHECK FAILED == --- stdout -- - --- stderr -- -TS2552 [ERROR]: Cannot find name 'HTMLElement'. Did you mean 'ItemElement'? -function createCollection/src/Collection.tsx:8:47 - -TS2552 [ERROR]: Cannot find name 'HTMLElement'. Did you mean 'ItemElement'? - readonly Slot: React.ForwardRefExoticComponent>; - ~~~~~~~~~~~ - at file:///src/Collection.tsx:14:90 - -Found 2 errors. - -error: Type checking failed. - +== TYPE CHECK PASSED == diff --git a/tests/specs/ecosystem/radix_ui_fork/react_collection/0_0_5.test b/tests/specs/ecosystem/radix_ui_fork/react_collection/0_0_5.test index e1f64f582..22e761f0d 100644 --- a/tests/specs/ecosystem/radix_ui_fork/react_collection/0_0_5.test +++ b/tests/specs/ecosystem/radix_ui_fork/react_collection/0_0_5.test @@ -96,26 +96,4 @@ radix-ui-fork/react-collection/0.0.5 == FAST CHECK EMIT PASSED == -== TYPE CHECK FAILED == --- stdout -- - --- stderr -- -TS2304 [ERROR]: Cannot find name 'HTMLElement'. -type CollectionElement = HTMLElement; - ~~~~~~~~~~~ - at file:///src/Collection.tsx:6:26 - -TS2552 [ERROR]: Cannot find name 'HTMLElement'. Did you mean 'ItemElement'? -type Collection/src/Collection.tsx:15:37 - -TS2552 [ERROR]: Cannot find name 'HTMLElement'. Did you mean 'ItemElement'? -function createCollection/src/Collection.tsx:26:47 - -Found 3 errors. - -error: Type checking failed. - +== TYPE CHECK PASSED == diff --git a/tests/specs/ecosystem/radix_ui_fork/react_collection/0_0_6.test b/tests/specs/ecosystem/radix_ui_fork/react_collection/0_0_6.test index 8b68a87c9..10c1d84c6 100644 --- a/tests/specs/ecosystem/radix_ui_fork/react_collection/0_0_6.test +++ b/tests/specs/ecosystem/radix_ui_fork/react_collection/0_0_6.test @@ -96,26 +96,4 @@ radix-ui-fork/react-collection/0.0.6 == FAST CHECK EMIT PASSED == -== TYPE CHECK FAILED == --- stdout -- - --- stderr -- -TS2304 [ERROR]: Cannot find name 'HTMLElement'. -type CollectionElement = HTMLElement; - ~~~~~~~~~~~ - at file:///src/Collection.tsx:6:26 - -TS2552 [ERROR]: Cannot find name 'HTMLElement'. Did you mean 'ItemElement'? -type Collection/src/Collection.tsx:15:37 - -TS2552 [ERROR]: Cannot find name 'HTMLElement'. Did you mean 'ItemElement'? -function createCollection/src/Collection.tsx:26:47 - -Found 3 errors. - -error: Type checking failed. - +== TYPE CHECK PASSED == diff --git a/tests/specs/ecosystem/radix_ui_fork/react_collection/0_0_7.test b/tests/specs/ecosystem/radix_ui_fork/react_collection/0_0_7.test index f2de6ce64..c0d187b63 100644 --- a/tests/specs/ecosystem/radix_ui_fork/react_collection/0_0_7.test +++ b/tests/specs/ecosystem/radix_ui_fork/react_collection/0_0_7.test @@ -88,26 +88,4 @@ radix-ui-fork/react-collection/0.0.7 == FAST CHECK EMIT PASSED == -== TYPE CHECK FAILED == --- stdout -- - --- stderr -- -TS2304 [ERROR]: Cannot find name 'HTMLElement'. -type CollectionElement = HTMLElement; - ~~~~~~~~~~~ - at file:///src/Collection.tsx:6:26 - -TS2552 [ERROR]: Cannot find name 'HTMLElement'. Did you mean 'ItemElement'? -type Collection/src/Collection.tsx:15:37 - -TS2552 [ERROR]: Cannot find name 'HTMLElement'. Did you mean 'ItemElement'? -function createCollection/src/Collection.tsx:26:47 - -Found 3 errors. - -error: Type checking failed. - +== TYPE CHECK PASSED == diff --git a/tests/specs/ecosystem/radix_ui_fork/react_collection/0_0_8.test b/tests/specs/ecosystem/radix_ui_fork/react_collection/0_0_8.test index 9a389bd3b..8804dc278 100644 --- a/tests/specs/ecosystem/radix_ui_fork/react_collection/0_0_8.test +++ b/tests/specs/ecosystem/radix_ui_fork/react_collection/0_0_8.test @@ -88,26 +88,4 @@ radix-ui-fork/react-collection/0.0.8 == FAST CHECK EMIT PASSED == -== TYPE CHECK FAILED == --- stdout -- - --- stderr -- -TS2304 [ERROR]: Cannot find name 'HTMLElement'. -type CollectionElement = HTMLElement; - ~~~~~~~~~~~ - at file:///src/Collection.tsx:6:26 - -TS2552 [ERROR]: Cannot find name 'HTMLElement'. Did you mean 'ItemElement'? -type Collection/src/Collection.tsx:15:37 - -TS2552 [ERROR]: Cannot find name 'HTMLElement'. Did you mean 'ItemElement'? -function createCollection/src/Collection.tsx:26:47 - -Found 3 errors. - -error: Type checking failed. - +== TYPE CHECK PASSED == diff --git a/tests/specs/ecosystem/radix_ui_fork/react_dismissable_layer/0_0_4.test b/tests/specs/ecosystem/radix_ui_fork/react_dismissable_layer/0_0_4.test index 0c1b5681b..37a542fd5 100644 --- a/tests/specs/ecosystem/radix_ui_fork/react_dismissable_layer/0_0_4.test +++ b/tests/specs/ecosystem/radix_ui_fork/react_dismissable_layer/0_0_4.test @@ -89,26 +89,4 @@ radix-ui-fork/react-dismissable-layer/0.0.4 == FAST CHECK EMIT PASSED == -== TYPE CHECK FAILED == --- stdout -- - --- stderr -- -TS2304 [ERROR]: Cannot find name 'KeyboardEvent'. - */ onEscapeKeyDown?: (event: KeyboardEvent) => void; - ~~~~~~~~~~~~~ - at file:///src/DismissableLayer.tsx:15:33 - -TS2304 [ERROR]: Cannot find name 'PointerEvent'. - originalEvent: PointerEvent; - ~~~~~~~~~~~~ - at file:///src/DismissableLayer.tsx:39:18 - -TS2304 [ERROR]: Cannot find name 'FocusEvent'. - originalEvent: FocusEvent; - ~~~~~~~~~~ - at file:///src/DismissableLayer.tsx:42:18 - -Found 3 errors. - -error: Type checking failed. - +== TYPE CHECK PASSED == diff --git a/tests/specs/ecosystem/radix_ui_fork/react_dismissable_layer/0_0_5.test b/tests/specs/ecosystem/radix_ui_fork/react_dismissable_layer/0_0_5.test index a5cc1fd21..c5ebbd970 100644 --- a/tests/specs/ecosystem/radix_ui_fork/react_dismissable_layer/0_0_5.test +++ b/tests/specs/ecosystem/radix_ui_fork/react_dismissable_layer/0_0_5.test @@ -89,26 +89,4 @@ radix-ui-fork/react-dismissable-layer/0.0.5 == FAST CHECK EMIT PASSED == -== TYPE CHECK FAILED == --- stdout -- - --- stderr -- -TS2304 [ERROR]: Cannot find name 'KeyboardEvent'. - */ onEscapeKeyDown?: (event: KeyboardEvent) => void; - ~~~~~~~~~~~~~ - at file:///src/DismissableLayer.tsx:15:33 - -TS2304 [ERROR]: Cannot find name 'PointerEvent'. - originalEvent: PointerEvent; - ~~~~~~~~~~~~ - at file:///src/DismissableLayer.tsx:39:18 - -TS2304 [ERROR]: Cannot find name 'FocusEvent'. - originalEvent: FocusEvent; - ~~~~~~~~~~ - at file:///src/DismissableLayer.tsx:42:18 - -Found 3 errors. - -error: Type checking failed. - +== TYPE CHECK PASSED == diff --git a/tests/specs/ecosystem/radix_ui_fork/react_dismissable_layer/0_0_6.test b/tests/specs/ecosystem/radix_ui_fork/react_dismissable_layer/0_0_6.test index 135f8fda3..9cc313041 100644 --- a/tests/specs/ecosystem/radix_ui_fork/react_dismissable_layer/0_0_6.test +++ b/tests/specs/ecosystem/radix_ui_fork/react_dismissable_layer/0_0_6.test @@ -89,26 +89,4 @@ radix-ui-fork/react-dismissable-layer/0.0.6 == FAST CHECK EMIT PASSED == -== TYPE CHECK FAILED == --- stdout -- - --- stderr -- -TS2304 [ERROR]: Cannot find name 'KeyboardEvent'. - */ onEscapeKeyDown?: (event: KeyboardEvent) => void; - ~~~~~~~~~~~~~ - at file:///src/DismissableLayer.tsx:15:33 - -TS2304 [ERROR]: Cannot find name 'PointerEvent'. - originalEvent: PointerEvent; - ~~~~~~~~~~~~ - at file:///src/DismissableLayer.tsx:39:18 - -TS2304 [ERROR]: Cannot find name 'FocusEvent'. - originalEvent: FocusEvent; - ~~~~~~~~~~ - at file:///src/DismissableLayer.tsx:42:18 - -Found 3 errors. - -error: Type checking failed. - +== TYPE CHECK PASSED == diff --git a/tests/specs/ecosystem/radix_ui_fork/react_dismissable_layer/0_0_7.test b/tests/specs/ecosystem/radix_ui_fork/react_dismissable_layer/0_0_7.test index c14e411d1..ddded1c0e 100644 --- a/tests/specs/ecosystem/radix_ui_fork/react_dismissable_layer/0_0_7.test +++ b/tests/specs/ecosystem/radix_ui_fork/react_dismissable_layer/0_0_7.test @@ -81,26 +81,4 @@ radix-ui-fork/react-dismissable-layer/0.0.7 == FAST CHECK EMIT PASSED == -== TYPE CHECK FAILED == --- stdout -- - --- stderr -- -TS2304 [ERROR]: Cannot find name 'KeyboardEvent'. - */ onEscapeKeyDown?: (event: KeyboardEvent) => void; - ~~~~~~~~~~~~~ - at file:///src/DismissableLayer.tsx:15:33 - -TS2304 [ERROR]: Cannot find name 'PointerEvent'. - originalEvent: PointerEvent; - ~~~~~~~~~~~~ - at file:///src/DismissableLayer.tsx:39:18 - -TS2304 [ERROR]: Cannot find name 'FocusEvent'. - originalEvent: FocusEvent; - ~~~~~~~~~~ - at file:///src/DismissableLayer.tsx:42:18 - -Found 3 errors. - -error: Type checking failed. - +== TYPE CHECK PASSED == diff --git a/tests/specs/ecosystem/radix_ui_fork/react_dismissable_layer/0_0_8.test b/tests/specs/ecosystem/radix_ui_fork/react_dismissable_layer/0_0_8.test index 4ea4beac7..b9f05dc71 100644 --- a/tests/specs/ecosystem/radix_ui_fork/react_dismissable_layer/0_0_8.test +++ b/tests/specs/ecosystem/radix_ui_fork/react_dismissable_layer/0_0_8.test @@ -81,26 +81,4 @@ radix-ui-fork/react-dismissable-layer/0.0.8 == FAST CHECK EMIT PASSED == -== TYPE CHECK FAILED == --- stdout -- - --- stderr -- -TS2304 [ERROR]: Cannot find name 'KeyboardEvent'. - */ onEscapeKeyDown?: (event: KeyboardEvent) => void; - ~~~~~~~~~~~~~ - at file:///src/DismissableLayer.tsx:15:33 - -TS2304 [ERROR]: Cannot find name 'PointerEvent'. - originalEvent: PointerEvent; - ~~~~~~~~~~~~ - at file:///src/DismissableLayer.tsx:39:18 - -TS2304 [ERROR]: Cannot find name 'FocusEvent'. - originalEvent: FocusEvent; - ~~~~~~~~~~ - at file:///src/DismissableLayer.tsx:42:18 - -Found 3 errors. - -error: Type checking failed. - +== TYPE CHECK PASSED == diff --git a/tests/specs/ecosystem/radix_ui_fork/react_popper/0_0_4.test b/tests/specs/ecosystem/radix_ui_fork/react_popper/0_0_4.test index e5b8fa227..259c3d0cd 100644 --- a/tests/specs/ecosystem/radix_ui_fork/react_popper/0_0_4.test +++ b/tests/specs/ecosystem/radix_ui_fork/react_popper/0_0_4.test @@ -108,14 +108,4 @@ radix-ui-fork/react-popper/0.0.4 == FAST CHECK EMIT PASSED == -== TYPE CHECK FAILED == --- stdout -- - --- stderr -- -TS2304 [ERROR]: Cannot find name 'Element'. -type Boundary = Element | null; - ~~~~~~~ - at file:///src/Popper.tsx:32:17 - -error: Type checking failed. - +== TYPE CHECK PASSED == diff --git a/tests/specs/ecosystem/radix_ui_fork/react_popper/0_0_5.test b/tests/specs/ecosystem/radix_ui_fork/react_popper/0_0_5.test index 330a221de..d7522fdaf 100644 --- a/tests/specs/ecosystem/radix_ui_fork/react_popper/0_0_5.test +++ b/tests/specs/ecosystem/radix_ui_fork/react_popper/0_0_5.test @@ -108,14 +108,4 @@ radix-ui-fork/react-popper/0.0.5 == FAST CHECK EMIT PASSED == -== TYPE CHECK FAILED == --- stdout -- - --- stderr -- -TS2304 [ERROR]: Cannot find name 'Element'. -type Boundary = Element | null; - ~~~~~~~ - at file:///src/Popper.tsx:32:17 - -error: Type checking failed. - +== TYPE CHECK PASSED == diff --git a/tests/specs/ecosystem/radix_ui_fork/react_popper/0_0_6.test b/tests/specs/ecosystem/radix_ui_fork/react_popper/0_0_6.test index c3af0100c..db4350bef 100644 --- a/tests/specs/ecosystem/radix_ui_fork/react_popper/0_0_6.test +++ b/tests/specs/ecosystem/radix_ui_fork/react_popper/0_0_6.test @@ -108,14 +108,4 @@ radix-ui-fork/react-popper/0.0.6 == FAST CHECK EMIT PASSED == -== TYPE CHECK FAILED == --- stdout -- - --- stderr -- -TS2304 [ERROR]: Cannot find name 'Element'. -type Boundary = Element | null; - ~~~~~~~ - at file:///src/Popper.tsx:32:17 - -error: Type checking failed. - +== TYPE CHECK PASSED == diff --git a/tests/specs/ecosystem/radix_ui_fork/react_popper/0_0_7.test b/tests/specs/ecosystem/radix_ui_fork/react_popper/0_0_7.test index a8b2b364d..b6ad7a8d0 100644 --- a/tests/specs/ecosystem/radix_ui_fork/react_popper/0_0_7.test +++ b/tests/specs/ecosystem/radix_ui_fork/react_popper/0_0_7.test @@ -100,14 +100,4 @@ radix-ui-fork/react-popper/0.0.7 == FAST CHECK EMIT PASSED == -== TYPE CHECK FAILED == --- stdout -- - --- stderr -- -TS2304 [ERROR]: Cannot find name 'Element'. -type Boundary = Element | null; - ~~~~~~~ - at file:///src/Popper.tsx:32:17 - -error: Type checking failed. - +== TYPE CHECK PASSED == diff --git a/tests/specs/ecosystem/radix_ui_fork/react_popper/0_0_8.test b/tests/specs/ecosystem/radix_ui_fork/react_popper/0_0_8.test index 79242c15d..08717d092 100644 --- a/tests/specs/ecosystem/radix_ui_fork/react_popper/0_0_8.test +++ b/tests/specs/ecosystem/radix_ui_fork/react_popper/0_0_8.test @@ -100,14 +100,4 @@ radix-ui-fork/react-popper/0.0.8 == FAST CHECK EMIT PASSED == -== TYPE CHECK FAILED == --- stdout -- - --- stderr -- -TS2304 [ERROR]: Cannot find name 'Element'. -type Boundary = Element | null; - ~~~~~~~ - at file:///src/Popper.tsx:32:17 - -error: Type checking failed. - +== TYPE CHECK PASSED == diff --git a/tests/specs/ecosystem/radix_ui_fork/react_portal/0_0_4.test b/tests/specs/ecosystem/radix_ui_fork/react_portal/0_0_4.test index 352a902c2..a9878281e 100644 --- a/tests/specs/ecosystem/radix_ui_fork/react_portal/0_0_4.test +++ b/tests/specs/ecosystem/radix_ui_fork/react_portal/0_0_4.test @@ -89,14 +89,4 @@ radix-ui-fork/react-portal/0.0.4 == FAST CHECK EMIT PASSED == -== TYPE CHECK FAILED == --- stdout -- - --- stderr -- -TS2304 [ERROR]: Cannot find name 'HTMLElement'. - */ container?: HTMLElement | null; - ~~~~~~~~~~~ - at file:///src/Portal.tsx:9:19 - -error: Type checking failed. - +== TYPE CHECK PASSED == diff --git a/tests/specs/ecosystem/radix_ui_fork/react_portal/0_0_5.test b/tests/specs/ecosystem/radix_ui_fork/react_portal/0_0_5.test index 928842102..cfb71f680 100644 --- a/tests/specs/ecosystem/radix_ui_fork/react_portal/0_0_5.test +++ b/tests/specs/ecosystem/radix_ui_fork/react_portal/0_0_5.test @@ -89,14 +89,4 @@ radix-ui-fork/react-portal/0.0.5 == FAST CHECK EMIT PASSED == -== TYPE CHECK FAILED == --- stdout -- - --- stderr -- -TS2304 [ERROR]: Cannot find name 'HTMLElement'. - */ container?: HTMLElement | null; - ~~~~~~~~~~~ - at file:///src/Portal.tsx:9:19 - -error: Type checking failed. - +== TYPE CHECK PASSED == diff --git a/tests/specs/ecosystem/radix_ui_fork/react_portal/0_0_6.test b/tests/specs/ecosystem/radix_ui_fork/react_portal/0_0_6.test index a7bdcf0de..aa72b1f3b 100644 --- a/tests/specs/ecosystem/radix_ui_fork/react_portal/0_0_6.test +++ b/tests/specs/ecosystem/radix_ui_fork/react_portal/0_0_6.test @@ -89,14 +89,4 @@ radix-ui-fork/react-portal/0.0.6 == FAST CHECK EMIT PASSED == -== TYPE CHECK FAILED == --- stdout -- - --- stderr -- -TS2304 [ERROR]: Cannot find name 'HTMLElement'. - */ container?: HTMLElement | null; - ~~~~~~~~~~~ - at file:///src/Portal.tsx:9:19 - -error: Type checking failed. - +== TYPE CHECK PASSED == diff --git a/tests/specs/ecosystem/radix_ui_fork/react_portal/0_0_7.test b/tests/specs/ecosystem/radix_ui_fork/react_portal/0_0_7.test index 87ab5014a..2845f4e72 100644 --- a/tests/specs/ecosystem/radix_ui_fork/react_portal/0_0_7.test +++ b/tests/specs/ecosystem/radix_ui_fork/react_portal/0_0_7.test @@ -81,14 +81,4 @@ radix-ui-fork/react-portal/0.0.7 == FAST CHECK EMIT PASSED == -== TYPE CHECK FAILED == --- stdout -- - --- stderr -- -TS2304 [ERROR]: Cannot find name 'HTMLElement'. - */ container?: HTMLElement | null; - ~~~~~~~~~~~ - at file:///src/Portal.tsx:9:19 - -error: Type checking failed. - +== TYPE CHECK PASSED == diff --git a/tests/specs/ecosystem/radix_ui_fork/react_portal/0_0_8.test b/tests/specs/ecosystem/radix_ui_fork/react_portal/0_0_8.test index 7f31a457b..348ebd0ed 100644 --- a/tests/specs/ecosystem/radix_ui_fork/react_portal/0_0_8.test +++ b/tests/specs/ecosystem/radix_ui_fork/react_portal/0_0_8.test @@ -81,14 +81,4 @@ radix-ui-fork/react-portal/0.0.8 == FAST CHECK EMIT PASSED == -== TYPE CHECK FAILED == --- stdout -- - --- stderr -- -TS2304 [ERROR]: Cannot find name 'HTMLElement'. - */ container?: HTMLElement | null; - ~~~~~~~~~~~ - at file:///src/Portal.tsx:9:19 - -error: Type checking failed. - +== TYPE CHECK PASSED == diff --git a/tests/specs/ecosystem/radix_ui_fork/react_roving_focus/0_0_4.test b/tests/specs/ecosystem/radix_ui_fork/react_roving_focus/0_0_4.test index 112d30753..109e94502 100644 --- a/tests/specs/ecosystem/radix_ui_fork/react_roving_focus/0_0_4.test +++ b/tests/specs/ecosystem/radix_ui_fork/react_roving_focus/0_0_4.test @@ -96,21 +96,4 @@ radix-ui-fork/react-roving-focus/0.0.4 == FAST CHECK EMIT PASSED == -== TYPE CHECK FAILED == --- stdout -- - --- stderr -- -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. -const RovingFocusGroup: React.ForwardRefExoticComponent & React.RefAttributes> = {} as never; - ~~~~~~~~~~~~~~ - at file:///src/RovingFocusGroup.tsx:24:114 - -TS2304 [ERROR]: Cannot find name 'HTMLSpanElement'. -const RovingFocusGroupItem: React.ForwardRefExoticComponent> = {} as never; - ~~~~~~~~~~~~~~~ - at file:///src/RovingFocusGroup.tsx:39:104 - -Found 2 errors. - -error: Type checking failed. - +== TYPE CHECK PASSED == diff --git a/tests/specs/ecosystem/radix_ui_fork/react_roving_focus/0_0_5.test b/tests/specs/ecosystem/radix_ui_fork/react_roving_focus/0_0_5.test index c6c366f1c..845791ca0 100644 --- a/tests/specs/ecosystem/radix_ui_fork/react_roving_focus/0_0_5.test +++ b/tests/specs/ecosystem/radix_ui_fork/react_roving_focus/0_0_5.test @@ -96,21 +96,4 @@ radix-ui-fork/react-roving-focus/0.0.5 == FAST CHECK EMIT PASSED == -== TYPE CHECK FAILED == --- stdout -- - --- stderr -- -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. -const RovingFocusGroup: React.ForwardRefExoticComponent & React.RefAttributes> = {} as never; - ~~~~~~~~~~~~~~ - at file:///src/RovingFocusGroup.tsx:24:114 - -TS2304 [ERROR]: Cannot find name 'HTMLSpanElement'. -const RovingFocusGroupItem: React.ForwardRefExoticComponent> = {} as never; - ~~~~~~~~~~~~~~~ - at file:///src/RovingFocusGroup.tsx:39:104 - -Found 2 errors. - -error: Type checking failed. - +== TYPE CHECK PASSED == diff --git a/tests/specs/ecosystem/radix_ui_fork/react_roving_focus/0_0_6.test b/tests/specs/ecosystem/radix_ui_fork/react_roving_focus/0_0_6.test index 2560de0cd..08bdc5803 100644 --- a/tests/specs/ecosystem/radix_ui_fork/react_roving_focus/0_0_6.test +++ b/tests/specs/ecosystem/radix_ui_fork/react_roving_focus/0_0_6.test @@ -96,21 +96,4 @@ radix-ui-fork/react-roving-focus/0.0.6 == FAST CHECK EMIT PASSED == -== TYPE CHECK FAILED == --- stdout -- - --- stderr -- -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. -const RovingFocusGroup: React.ForwardRefExoticComponent & React.RefAttributes> = {} as never; - ~~~~~~~~~~~~~~ - at file:///src/RovingFocusGroup.tsx:24:114 - -TS2304 [ERROR]: Cannot find name 'HTMLSpanElement'. -const RovingFocusGroupItem: React.ForwardRefExoticComponent> = {} as never; - ~~~~~~~~~~~~~~~ - at file:///src/RovingFocusGroup.tsx:39:104 - -Found 2 errors. - -error: Type checking failed. - +== TYPE CHECK PASSED == diff --git a/tests/specs/ecosystem/radix_ui_fork/react_roving_focus/0_0_7.test b/tests/specs/ecosystem/radix_ui_fork/react_roving_focus/0_0_7.test index a1c69b08a..bf96839de 100644 --- a/tests/specs/ecosystem/radix_ui_fork/react_roving_focus/0_0_7.test +++ b/tests/specs/ecosystem/radix_ui_fork/react_roving_focus/0_0_7.test @@ -88,21 +88,4 @@ radix-ui-fork/react-roving-focus/0.0.7 == FAST CHECK EMIT PASSED == -== TYPE CHECK FAILED == --- stdout -- - --- stderr -- -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. -const RovingFocusGroup: React.ForwardRefExoticComponent & React.RefAttributes> = {} as never; - ~~~~~~~~~~~~~~ - at file:///src/RovingFocusGroup.tsx:24:114 - -TS2304 [ERROR]: Cannot find name 'HTMLSpanElement'. -const RovingFocusGroupItem: React.ForwardRefExoticComponent> = {} as never; - ~~~~~~~~~~~~~~~ - at file:///src/RovingFocusGroup.tsx:39:104 - -Found 2 errors. - -error: Type checking failed. - +== TYPE CHECK PASSED == diff --git a/tests/specs/ecosystem/radix_ui_fork/react_roving_focus/0_0_8.test b/tests/specs/ecosystem/radix_ui_fork/react_roving_focus/0_0_8.test index 82b431352..db9fc4ec0 100644 --- a/tests/specs/ecosystem/radix_ui_fork/react_roving_focus/0_0_8.test +++ b/tests/specs/ecosystem/radix_ui_fork/react_roving_focus/0_0_8.test @@ -88,21 +88,4 @@ radix-ui-fork/react-roving-focus/0.0.8 == FAST CHECK EMIT PASSED == -== TYPE CHECK FAILED == --- stdout -- - --- stderr -- -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. -const RovingFocusGroup: React.ForwardRefExoticComponent & React.RefAttributes> = {} as never; - ~~~~~~~~~~~~~~ - at file:///src/RovingFocusGroup.tsx:24:114 - -TS2304 [ERROR]: Cannot find name 'HTMLSpanElement'. -const RovingFocusGroupItem: React.ForwardRefExoticComponent> = {} as never; - ~~~~~~~~~~~~~~~ - at file:///src/RovingFocusGroup.tsx:39:104 - -Found 2 errors. - -error: Type checking failed. - +== TYPE CHECK PASSED == diff --git a/tests/specs/ecosystem/radix_ui_fork/react_scroll_area/0_0_4.test b/tests/specs/ecosystem/radix_ui_fork/react_scroll_area/0_0_4.test index a792d14f1..42fd7813b 100644 --- a/tests/specs/ecosystem/radix_ui_fork/react_scroll_area/0_0_4.test +++ b/tests/specs/ecosystem/radix_ui_fork/react_scroll_area/0_0_4.test @@ -96,26 +96,4 @@ radix-ui-fork/react-scroll-area/0.0.4 == FAST CHECK EMIT PASSED == -== TYPE CHECK FAILED == --- stdout -- - --- stderr -- -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - content: HTMLDivElement | null; - ~~~~~~~~~~~~~~ - at file:///src/ScrollArea.tsx:24:12 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - onContentChange(content: HTMLDivElement): void; - ~~~~~~~~~~~~~~ - at file:///src/ScrollArea.tsx:25:28 - -TS2304 [ERROR]: Cannot find name 'WheelEvent'. - onWheelScroll(event: WheelEvent, maxScrollPos: number): void; - ~~~~~~~~~~ - at file:///src/ScrollArea.tsx:92:24 - -Found 3 errors. - -error: Type checking failed. - +== TYPE CHECK PASSED == diff --git a/tests/specs/ecosystem/radix_ui_fork/react_scroll_area/0_0_5.test b/tests/specs/ecosystem/radix_ui_fork/react_scroll_area/0_0_5.test index d032f715d..af9458c3b 100644 --- a/tests/specs/ecosystem/radix_ui_fork/react_scroll_area/0_0_5.test +++ b/tests/specs/ecosystem/radix_ui_fork/react_scroll_area/0_0_5.test @@ -96,26 +96,4 @@ radix-ui-fork/react-scroll-area/0.0.5 == FAST CHECK EMIT PASSED == -== TYPE CHECK FAILED == --- stdout -- - --- stderr -- -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - content: HTMLDivElement | null; - ~~~~~~~~~~~~~~ - at file:///src/ScrollArea.tsx:24:12 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - onContentChange(content: HTMLDivElement): void; - ~~~~~~~~~~~~~~ - at file:///src/ScrollArea.tsx:25:28 - -TS2304 [ERROR]: Cannot find name 'WheelEvent'. - onWheelScroll(event: WheelEvent, maxScrollPos: number): void; - ~~~~~~~~~~ - at file:///src/ScrollArea.tsx:92:24 - -Found 3 errors. - -error: Type checking failed. - +== TYPE CHECK PASSED == diff --git a/tests/specs/ecosystem/radix_ui_fork/react_scroll_area/0_0_6.test b/tests/specs/ecosystem/radix_ui_fork/react_scroll_area/0_0_6.test index 7c48390e7..9919008a1 100644 --- a/tests/specs/ecosystem/radix_ui_fork/react_scroll_area/0_0_6.test +++ b/tests/specs/ecosystem/radix_ui_fork/react_scroll_area/0_0_6.test @@ -96,26 +96,4 @@ radix-ui-fork/react-scroll-area/0.0.6 == FAST CHECK EMIT PASSED == -== TYPE CHECK FAILED == --- stdout -- - --- stderr -- -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - content: HTMLDivElement | null; - ~~~~~~~~~~~~~~ - at file:///src/ScrollArea.tsx:24:12 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - onContentChange(content: HTMLDivElement): void; - ~~~~~~~~~~~~~~ - at file:///src/ScrollArea.tsx:25:28 - -TS2304 [ERROR]: Cannot find name 'WheelEvent'. - onWheelScroll(event: WheelEvent, maxScrollPos: number): void; - ~~~~~~~~~~ - at file:///src/ScrollArea.tsx:92:24 - -Found 3 errors. - -error: Type checking failed. - +== TYPE CHECK PASSED == diff --git a/tests/specs/ecosystem/radix_ui_fork/react_scroll_area/0_0_7.test b/tests/specs/ecosystem/radix_ui_fork/react_scroll_area/0_0_7.test index 5afd06ec0..5cebd60e9 100644 --- a/tests/specs/ecosystem/radix_ui_fork/react_scroll_area/0_0_7.test +++ b/tests/specs/ecosystem/radix_ui_fork/react_scroll_area/0_0_7.test @@ -88,26 +88,4 @@ radix-ui-fork/react-scroll-area/0.0.7 == FAST CHECK EMIT PASSED == -== TYPE CHECK FAILED == --- stdout -- - --- stderr -- -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - content: HTMLDivElement | null; - ~~~~~~~~~~~~~~ - at file:///src/ScrollArea.tsx:24:12 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - onContentChange(content: HTMLDivElement): void; - ~~~~~~~~~~~~~~ - at file:///src/ScrollArea.tsx:25:28 - -TS2304 [ERROR]: Cannot find name 'WheelEvent'. - onWheelScroll(event: WheelEvent, maxScrollPos: number): void; - ~~~~~~~~~~ - at file:///src/ScrollArea.tsx:92:24 - -Found 3 errors. - -error: Type checking failed. - +== TYPE CHECK PASSED == diff --git a/tests/specs/ecosystem/radix_ui_fork/react_scroll_area/0_0_8.test b/tests/specs/ecosystem/radix_ui_fork/react_scroll_area/0_0_8.test index 24e496a31..27c14bbbb 100644 --- a/tests/specs/ecosystem/radix_ui_fork/react_scroll_area/0_0_8.test +++ b/tests/specs/ecosystem/radix_ui_fork/react_scroll_area/0_0_8.test @@ -88,26 +88,4 @@ radix-ui-fork/react-scroll-area/0.0.8 == FAST CHECK EMIT PASSED == -== TYPE CHECK FAILED == --- stdout -- - --- stderr -- -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - content: HTMLDivElement | null; - ~~~~~~~~~~~~~~ - at file:///src/ScrollArea.tsx:24:12 - -TS2304 [ERROR]: Cannot find name 'HTMLDivElement'. - onContentChange(content: HTMLDivElement): void; - ~~~~~~~~~~~~~~ - at file:///src/ScrollArea.tsx:25:28 - -TS2304 [ERROR]: Cannot find name 'WheelEvent'. - onWheelScroll(event: WheelEvent, maxScrollPos: number): void; - ~~~~~~~~~~ - at file:///src/ScrollArea.tsx:92:24 - -Found 3 errors. - -error: Type checking failed. - +== TYPE CHECK PASSED == diff --git a/tests/specs/ecosystem/radix_ui_fork/react_visually_hidden/0_0_4.test b/tests/specs/ecosystem/radix_ui_fork/react_visually_hidden/0_0_4.test index c70d58b8a..fd28b8a5b 100644 --- a/tests/specs/ecosystem/radix_ui_fork/react_visually_hidden/0_0_4.test +++ b/tests/specs/ecosystem/radix_ui_fork/react_visually_hidden/0_0_4.test @@ -89,14 +89,4 @@ radix-ui-fork/react-visually-hidden/0.0.4 == FAST CHECK EMIT PASSED == -== TYPE CHECK FAILED == --- stdout -- - --- stderr -- -TS2304 [ERROR]: Cannot find name 'HTMLSpanElement'. -const VisuallyHidden: React.ForwardRefExoticComponent> = {} as never; - ~~~~~~~~~~~~~~~ - at file:///src/VisuallyHidden.tsx:7:97 - -error: Type checking failed. - +== TYPE CHECK PASSED == diff --git a/tests/specs/ecosystem/radix_ui_fork/react_visually_hidden/0_0_5.test b/tests/specs/ecosystem/radix_ui_fork/react_visually_hidden/0_0_5.test index f180d7add..3be4baf34 100644 --- a/tests/specs/ecosystem/radix_ui_fork/react_visually_hidden/0_0_5.test +++ b/tests/specs/ecosystem/radix_ui_fork/react_visually_hidden/0_0_5.test @@ -89,14 +89,4 @@ radix-ui-fork/react-visually-hidden/0.0.5 == FAST CHECK EMIT PASSED == -== TYPE CHECK FAILED == --- stdout -- - --- stderr -- -TS2304 [ERROR]: Cannot find name 'HTMLSpanElement'. -const VisuallyHidden: React.ForwardRefExoticComponent> = {} as never; - ~~~~~~~~~~~~~~~ - at file:///src/VisuallyHidden.tsx:7:97 - -error: Type checking failed. - +== TYPE CHECK PASSED == diff --git a/tests/specs/ecosystem/radix_ui_fork/react_visually_hidden/0_0_6.test b/tests/specs/ecosystem/radix_ui_fork/react_visually_hidden/0_0_6.test index 02ff8ce68..eb7306efd 100644 --- a/tests/specs/ecosystem/radix_ui_fork/react_visually_hidden/0_0_6.test +++ b/tests/specs/ecosystem/radix_ui_fork/react_visually_hidden/0_0_6.test @@ -89,14 +89,4 @@ radix-ui-fork/react-visually-hidden/0.0.6 == FAST CHECK EMIT PASSED == -== TYPE CHECK FAILED == --- stdout -- - --- stderr -- -TS2304 [ERROR]: Cannot find name 'HTMLSpanElement'. -const VisuallyHidden: React.ForwardRefExoticComponent> = {} as never; - ~~~~~~~~~~~~~~~ - at file:///src/VisuallyHidden.tsx:7:97 - -error: Type checking failed. - +== TYPE CHECK PASSED == diff --git a/tests/specs/ecosystem/radix_ui_fork/react_visually_hidden/0_0_7.test b/tests/specs/ecosystem/radix_ui_fork/react_visually_hidden/0_0_7.test index b556ae363..0a921f0ec 100644 --- a/tests/specs/ecosystem/radix_ui_fork/react_visually_hidden/0_0_7.test +++ b/tests/specs/ecosystem/radix_ui_fork/react_visually_hidden/0_0_7.test @@ -81,14 +81,4 @@ radix-ui-fork/react-visually-hidden/0.0.7 == FAST CHECK EMIT PASSED == -== TYPE CHECK FAILED == --- stdout -- - --- stderr -- -TS2304 [ERROR]: Cannot find name 'HTMLSpanElement'. -const VisuallyHidden: React.ForwardRefExoticComponent> = {} as never; - ~~~~~~~~~~~~~~~ - at file:///src/VisuallyHidden.tsx:7:97 - -error: Type checking failed. - +== TYPE CHECK PASSED == diff --git a/tests/specs/ecosystem/radix_ui_fork/react_visually_hidden/0_0_8.test b/tests/specs/ecosystem/radix_ui_fork/react_visually_hidden/0_0_8.test index c517be169..ed6d1eed6 100644 --- a/tests/specs/ecosystem/radix_ui_fork/react_visually_hidden/0_0_8.test +++ b/tests/specs/ecosystem/radix_ui_fork/react_visually_hidden/0_0_8.test @@ -81,14 +81,4 @@ radix-ui-fork/react-visually-hidden/0.0.8 == FAST CHECK EMIT PASSED == -== TYPE CHECK FAILED == --- stdout -- - --- stderr -- -TS2304 [ERROR]: Cannot find name 'HTMLSpanElement'. -const VisuallyHidden: React.ForwardRefExoticComponent> = {} as never; - ~~~~~~~~~~~~~~~ - at file:///src/VisuallyHidden.tsx:7:97 - -error: Type checking failed. - +== TYPE CHECK PASSED == diff --git a/tests/specs/symbols/dts.txt b/tests/specs/symbols/dts.txt new file mode 100644 index 000000000..8b6ff19ee --- /dev/null +++ b/tests/specs/symbols/dts.txt @@ -0,0 +1,235 @@ +# declaration.d.ts +export class Test { + method(): typeof publicVar; +} + +declare function random(): number; +declare var publicVar: number; + +# mod.ts +import "./declaration.d.ts" + +# output +file:///declaration.d.ts: EsModuleInfo { + module_id: ModuleId( + 1, + ), + specifier: "file:///declaration.d.ts", + re_exports: [], + swc_id_to_symbol_id: { + ( + "Test", + #2, + ): 1, + ( + "random", + #2, + ): 3, + ( + "publicVar", + #2, + ): 4, + }, + symbols: { + 0: Symbol { + module_id: ModuleId( + 1, + ), + symbol_id: 0, + parent_id: None, + decls: [ + SymbolDecl { + kind: Definition( + SymbolNode( + "export class Test {\n method(): typeof publicVar;\n}\n\ndeclare function random(): number;\ndeclare var publicVar: number;", + ), + ), + range: SourceRange { + start: SourcePos( + 0, + ), + end: SourcePos( + 118, + ), + }, + flags: 0, + }, + ], + child_ids: { + 1, + 3, + 4, + }, + exports: { + "Test": 1, + }, + members: {}, + }, + 1: Symbol { + module_id: ModuleId( + 1, + ), + symbol_id: 1, + parent_id: Some( + 0, + ), + decls: [ + SymbolDecl { + kind: Definition( + SymbolNode( + "export class Test {\n method(): typeof publicVar;\n}", + ), + ), + range: SourceRange { + start: SourcePos( + 0, + ), + end: SourcePos( + 51, + ), + }, + flags: 0, + }, + ], + child_ids: {}, + exports: {}, + members: { + 2, + }, + }, + 2: Symbol { + module_id: ModuleId( + 1, + ), + symbol_id: 2, + parent_id: Some( + 1, + ), + decls: [ + SymbolDecl { + kind: Definition( + SymbolNode( + "method(): typeof publicVar;", + ), + ), + range: SourceRange { + start: SourcePos( + 22, + ), + end: SourcePos( + 49, + ), + }, + flags: 0, + }, + ], + child_ids: {}, + exports: {}, + members: {}, + }, + 3: Symbol { + module_id: ModuleId( + 1, + ), + symbol_id: 3, + parent_id: Some( + 0, + ), + decls: [ + SymbolDecl { + kind: Definition( + SymbolNode( + "declare function random(): number;", + ), + ), + range: SourceRange { + start: SourcePos( + 53, + ), + end: SourcePos( + 87, + ), + }, + flags: 0, + }, + ], + child_ids: {}, + exports: {}, + members: {}, + }, + 4: Symbol { + module_id: ModuleId( + 1, + ), + symbol_id: 4, + parent_id: Some( + 0, + ), + decls: [ + SymbolDecl { + kind: Definition( + SymbolNode( + "publicVar: declare var publicVar: number;", + ), + ), + range: SourceRange { + start: SourcePos( + 100, + ), + end: SourcePos( + 117, + ), + }, + flags: 0, + }, + ], + child_ids: {}, + exports: {}, + members: {}, + }, + }, +} +== symbol deps (types and exprs) == +2:22..49 [Id(("publicVar", #2))] + +== symbol deps (types only) == +2:22..49 [Id(("publicVar", #2))] + +file:///mod.ts: EsModuleInfo { + module_id: ModuleId( + 0, + ), + specifier: "file:///mod.ts", + re_exports: [], + swc_id_to_symbol_id: {}, + symbols: { + 0: Symbol { + module_id: ModuleId( + 0, + ), + symbol_id: 0, + parent_id: None, + decls: [ + SymbolDecl { + kind: Definition( + SymbolNode( + "import \"./declaration.d.ts\"", + ), + ), + range: SourceRange { + start: SourcePos( + 0, + ), + end: SourcePos( + 27, + ), + }, + flags: 0, + }, + ], + child_ids: {}, + exports: {}, + members: {}, + }, + }, +} diff --git a/tests/specs/symbols/using_decl.txt b/tests/specs/symbols/using_decl.txt index 3540e9441..697fb65e1 100644 --- a/tests/specs/symbols/using_decl.txt +++ b/tests/specs/symbols/using_decl.txt @@ -62,7 +62,7 @@ file:///mod.ts: EsModuleInfo { SymbolDecl { kind: Definition( SymbolNode( - "test: using test = 5", + "test: using test = 5;", ), ), range: SourceRange {