diff --git a/.agents/skills/gate-tests/SKILL.md b/.agents/skills/gate-tests/SKILL.md index c6d25be694a0..6ee3424c3337 100644 --- a/.agents/skills/gate-tests/SKILL.md +++ b/.agents/skills/gate-tests/SKILL.md @@ -159,7 +159,9 @@ single dimension. body's cleanup (e.g. a browser context left offline), so later tests may fail for cascade reasons. Acceptable for a tripwire, but don't puzzle over the individual failure messages in a gated-off run. -- `afterEach` failures (e.g. redbox matchers) are not gated — only the body is. +- `afterEach` failures (e.g. redbox matchers) are not gated, only the body is. + Hooks under a false lazy `@force-gate` are the exception: they are skipped + with the suite instead of running against a fixture that was never booted. - `jest.retryTimes(1)` on non-dev CI means a _flaky_ gated-false test passes whenever it happens to fail; the tripwire is only deterministic for deterministic tests. diff --git a/Cargo.lock b/Cargo.lock index 6f2ca1fef51a..3ac005609e22 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -328,9 +328,9 @@ dependencies = [ [[package]] name = "ast_node" -version = "6.1.0" +version = "7.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b127110e8724bd19447ac72f31a66a9c06ac6b2b1372d81b6f5f0a2bddc6d1bb" +checksum = "edf54a7a1bf98e127c22e9e2b9d19619092c74283fdc14e4d67da69780f90db6" dependencies = [ "quote", "swc_macros_common", @@ -656,9 +656,9 @@ dependencies = [ [[package]] name = "binding_macros" -version = "74.0.0" +version = "75.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "66670f82ab383e23ff7f8bccd3f7524a9598f2fd2bf179b1d4824c4c1fed78a3" +checksum = "b94ee86f773ed714a67a5da75f53a746cd5215eb6d94a4584058231cc90d8289" dependencies = [ "anyhow", "console_error_panic_hook", @@ -3191,6 +3191,11 @@ name = "hashbrown" version = "0.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4f467dd6dccf739c208452f8014c75c18bb8301b050ad1cfb27153803edb0f51" +dependencies = [ + "allocator-api2", + "equivalent", + "foldhash 0.2.0", +] [[package]] name = "hdrhistogram" @@ -4429,11 +4434,11 @@ dependencies = [ [[package]] name = "lru" -version = "0.16.2" +version = "0.18.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "96051b46fc183dc9cd4a223960ef37b9af631b55191852a8274bfef064cda20f" +checksum = "5d2f2f9b4ba7e6b24d95e7e899329d35be83bcded72c8540cdd5368932d1d90a" dependencies = [ - "hashbrown 0.16.1", + "hashbrown 0.17.0", ] [[package]] @@ -4534,7 +4539,7 @@ dependencies = [ [[package]] name = "mdxjs" version = "1.0.4" -source = "git+https://github.com/vercel-labs/mdxjs-rs-turbopack.git?branch=turbopack#48cd88b6675eb740f5c3a087babf95075a6d08ab" +source = "git+https://github.com/vercel-labs/mdxjs-rs-turbopack.git?branch=turbopack#e527df80a17e5b38a93130c21662b1e9e55af501" dependencies = [ "markdown", "rustc-hash 2.1.1", @@ -4705,9 +4710,9 @@ dependencies = [ [[package]] name = "modularize_imports" -version = "16.0.0" +version = "17.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2c1c072c1ce2c2c79b12b5097c7e247371b0b6c10818349d7f723e451e88faab" +checksum = "b77ca9b1d87ee7623d497ec3c6a45cbc6c242b0cdf316cedf4294a20039b65e4" dependencies = [ "convert_case 0.6.0", "handlebars", @@ -6462,9 +6467,9 @@ dependencies = [ [[package]] name = "react_remove_properties" -version = "16.0.0" +version = "17.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fac9bb0fd2ba46c5527e4202920968a84e867f2fbf04c661775bb706551459c7" +checksum = "6f06ab5f34c96f0aa6818e664f1e80c8f5e6ddc80d80e05e01beeabcbd892735" dependencies = [ "serde", "swc_atoms", @@ -6598,9 +6603,9 @@ checksum = "c707298afce11da2efef2f600116fa93ffa7a032b5d7b628aa17711ec81383ca" [[package]] name = "remove_console" -version = "16.0.0" +version = "17.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ae4195649a53720ef5763ce78cb1ffac11e17f4978af8c4d2dfe7908463812c8" +checksum = "04debd63b98cb44e84c6ecfabd28a96d39113e74e21884a8ef2fb7be13eb39e1" dependencies = [ "serde", "swc_atoms", @@ -7688,9 +7693,9 @@ checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" [[package]] name = "styled_components" -version = "16.0.0" +version = "17.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e7a29e688c470bd8b845bec2c1420018a6224e46bb49c94a65b8fdc6d635b719" +checksum = "e9e2e4ccf0c3aeaf953152b62578fe0ed32d2f6a20b2ddff36738e96a249b4aa" dependencies = [ "Inflector", "once_cell", @@ -7707,9 +7712,9 @@ dependencies = [ [[package]] name = "styled_jsx" -version = "16.0.0" +version = "17.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d185f45a198318a5eb49fe931ca04f7e7bff8d6c4eca0d559407e0d1335b78e4" +checksum = "9c163f61f69bbf5e952b834b86e47e780794b805b3d3206b5749c4b831c7e85f" dependencies = [ "anyhow", "lightningcss", @@ -7751,9 +7756,9 @@ checksum = "804f44ed3c63152de6a9f90acbea1a110441de43006ea51bcce8f436196a288b" [[package]] name = "swc" -version = "74.0.0" +version = "75.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6db0b4ef250cae068222634751f69c348927f23d79c2224f1b332dfef6ab3148" +checksum = "5d80793e5502ee90bdb3c34201c056276e46f59ebb81fdca412a7c236842e017" dependencies = [ "anyhow", "base64 0.22.1", @@ -7853,9 +7858,9 @@ dependencies = [ [[package]] name = "swc_common" -version = "25.0.0" +version = "26.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "872e3beee92f0d63a7948ac03266c72a91cabf4c54d660ce992d448135ab5aec" +checksum = "142d2a06cafce623859ca799f5d1935bb8a886f18b66a2585ddeadff210121d0" dependencies = [ "anyhow", "ast_node", @@ -7883,9 +7888,9 @@ dependencies = [ [[package]] name = "swc_compiler_base" -version = "63.0.0" +version = "64.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "26573f00356a5455d50a117232c08926d6ba1162da78f0a775b7541368294d1f" +checksum = "3369ee388551ebeb3cb7342a0c238503ddb3279152b45fa4bad56acf14565f0a" dependencies = [ "anyhow", "base64 0.22.1", @@ -7941,9 +7946,9 @@ dependencies = [ [[package]] name = "swc_core" -version = "76.0.0" +version = "77.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "52af5f6afc54b2746e92dab457951e2b4621c7b3bf8c96d2ee66358e124b81aa" +checksum = "400701fb0bc3d13d1d0a1de6f58d91489fa9007eb3c584057bb2adb637fa9a5d" dependencies = [ "binding_macros", "par-core", @@ -7974,9 +7979,9 @@ dependencies = [ [[package]] name = "swc_css_ast" -version = "25.0.0" +version = "26.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b93bdd4b0c2481860c52f2fa55b4a11055a16af22bb85bc7aa1850ba2444dfce" +checksum = "b8e9af48ba0830de48912e6c3e8e8a18a4cf0f79a72ad7c1289b8fc5b0e48731" dependencies = [ "is-macro", "string_enum", @@ -7986,9 +7991,9 @@ dependencies = [ [[package]] name = "swc_css_codegen" -version = "25.0.0" +version = "26.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e28788c6904536a294ee562086b78f3e99afe796f5f277b12acd2a8d87b88d4a" +checksum = "1c6a4170c77fac7abd665df0d091ab638bcdc0ee281f0eb498c8e71ca64dcde6" dependencies = [ "auto_impl", "bitflags 2.9.1", @@ -8013,9 +8018,9 @@ dependencies = [ [[package]] name = "swc_css_compat" -version = "25.0.0" +version = "26.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "01b2719e39716796eb4e0f9b8be4ebba60f1e2d5ab8a8edbec8b453cae187ae8" +checksum = "07353cdfdc3085e5759065c8e3b06ed8cb6f3d10740f301e4dbbd12fdcb65ebf" dependencies = [ "bitflags 2.9.1", "serde", @@ -8028,9 +8033,9 @@ dependencies = [ [[package]] name = "swc_css_minifier" -version = "25.0.0" +version = "26.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4174acda4a6282aa7fafada4bc9a2e8c7ae0706038a1b2b84236ff2f1ef6b904" +checksum = "85d9a3f76392784a9ece0308e1496cb10ea19287e0208e8d38241993f60e112f" dependencies = [ "rustc-hash 2.1.1", "serde", @@ -8043,9 +8048,9 @@ dependencies = [ [[package]] name = "swc_css_parser" -version = "25.0.0" +version = "26.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e2700937d73c8108b878b05ff3930c62d6db35ac3700b11494d2965f5ab8668c" +checksum = "1e17341cb961ba38bed9840d4ed207b0477d1818457683b8f69aab2578bdfe19" dependencies = [ "lexical", "serde", @@ -8056,9 +8061,9 @@ dependencies = [ [[package]] name = "swc_css_prefixer" -version = "30.0.0" +version = "31.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fa69c82ea491ba2ad036eae83b41b0ee2e10d0a661caa32e7d7eb4fba4f93b3d" +checksum = "da222370bb729cd7b916db887c8beb6428522bf6832b54e55647e6e48fb1abe1" dependencies = [ "once_cell", "preset_env_base", @@ -8074,9 +8079,9 @@ dependencies = [ [[package]] name = "swc_css_utils" -version = "25.0.0" +version = "26.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "548f03dfb5b1b3889f8ff109a8476e31dcbc1443d13cb1fe799888e9f31ad2c6" +checksum = "d10a9413198de0cac0957b162eea7ff5e282f5e1ff91839533f1c741ecdaba63" dependencies = [ "once_cell", "rustc-hash 2.1.1", @@ -8089,9 +8094,9 @@ dependencies = [ [[package]] name = "swc_css_visit" -version = "25.0.0" +version = "26.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "99ca3b995cc6c8fb620a27066200526737b60fe946b24ad4441beb6d652df62e" +checksum = "4fb5bf486cf0b2f9fac9d2c1cea6ca33a8c5060ef66876cbdbe2a0e886ed3588" dependencies = [ "serde", "swc_atoms", @@ -8102,9 +8107,9 @@ dependencies = [ [[package]] name = "swc_ecma_ast" -version = "28.0.0" +version = "29.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "08b25e2e91491e0e82f932c7a5a07f5c90bd227dbde0c34aeb231d5b3a5e5107" +checksum = "5a6fd43fc7e90b9d5b252af666c147f5e2ee692add2b075f7f0d6fc2f5357bb6" dependencies = [ "bitflags 2.9.1", "cbor4ii", @@ -8124,9 +8129,9 @@ dependencies = [ [[package]] name = "swc_ecma_codegen" -version = "31.0.0" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ad0f512e8afa1eb427f87913a0d918f5c509a6d8b26027275025e2856a14883c" +checksum = "a1b19a1d9f059fb77b0bc321688c7af59fe687a975581379456962586959c5d1" dependencies = [ "ascii", "compact_str", @@ -8159,9 +8164,9 @@ dependencies = [ [[package]] name = "swc_ecma_compat_bugfixes" -version = "55.0.0" +version = "56.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2c56a6fd2674b7fc18248e597ad039bb4f43a601c7944361a58892bfb743a5ff" +checksum = "e324cdd51e883faa063834de0b57c900ccbd68acbd6da89b90d5e2dc180256f7" dependencies = [ "rustc-hash 2.1.1", "swc_atoms", @@ -8176,9 +8181,9 @@ dependencies = [ [[package]] name = "swc_ecma_compat_common" -version = "44.0.0" +version = "45.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4bb423e4863bcf4edc391bbcc61dfbd4b99126c6fb18e04296d1b7994126775d" +checksum = "8c6e148f552507fa5bcb6e06f5f8dc994042e0e0dc5b6ad02dbc2f946af32b3f" dependencies = [ "swc_common", "swc_ecma_ast", @@ -8188,9 +8193,9 @@ dependencies = [ [[package]] name = "swc_ecma_compat_es2015" -version = "54.0.0" +version = "55.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3770a6524c4898f747dd8c880cc8fdc8457de8fdccbf160b4802034e40fed69f" +checksum = "83dfd24601f0cf2985d5220849c6932ae32ca2cf6234d53f9ba2fbb5f3666814" dependencies = [ "arrayvec 0.7.6", "indexmap 2.14.0", @@ -8215,9 +8220,9 @@ dependencies = [ [[package]] name = "swc_ecma_compat_es2016" -version = "49.0.0" +version = "50.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "90b3ec2211a8a625387e931f9868b7e2bd63e08d7c3543812617cb5593123c83" +checksum = "01e7ae4ab604e4b451f82d4f5ba06f02c34e2dc83687fcd59502162cb3de572b" dependencies = [ "swc_ecma_ast", "swc_ecma_transformer", @@ -8228,9 +8233,9 @@ dependencies = [ [[package]] name = "swc_ecma_compat_es2017" -version = "49.0.0" +version = "50.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1c405e7e2d1c991646065000e3d0e04cf75863a7e1566a39a64433f9a1f34335" +checksum = "c4e5df4c8a68a20da8988aab1ba111ccad9a1f0e00bb7517bc1af7600fa95a4b" dependencies = [ "serde", "swc_common", @@ -8243,9 +8248,9 @@ dependencies = [ [[package]] name = "swc_ecma_compat_es2018" -version = "50.0.0" +version = "51.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3256226830071d3a56e83f45309eca14e68d65141167c0531a0478049baa6d0a" +checksum = "0c6ce48b26c0a8b5b3818faea97135a1d4b8e34086a87e12d338436bc08cb7b4" dependencies = [ "serde", "swc_ecma_ast", @@ -8257,9 +8262,9 @@ dependencies = [ [[package]] name = "swc_ecma_compat_es2019" -version = "49.0.0" +version = "50.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4535bc4cd87a4dbbaea03b41908f36046d618d6432a29da6634ff08856f9c09c" +checksum = "fa556a5f4b4dfdf6fbf500a6482fb9c2d83b5018fbb1988ffb0ba61f957329b3" dependencies = [ "swc_common", "swc_ecma_ast", @@ -8271,9 +8276,9 @@ dependencies = [ [[package]] name = "swc_ecma_compat_es2020" -version = "52.0.0" +version = "53.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a4d73cb98f448617b4827c342c2fe07c6eb4bd6a41f435d6d67e80f4084c484e" +checksum = "ad49feb666d48da1c6141c85da8e868d30a29de295b86b0d6e9c15560b43ec3b" dependencies = [ "serde", "swc_common", @@ -8288,9 +8293,9 @@ dependencies = [ [[package]] name = "swc_ecma_compat_es2021" -version = "49.0.0" +version = "50.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1a97e7bddbb77e015d18b2f2f5f7cbc1f037e7ba187b5abab68d62d4b25fd990" +checksum = "20c62a53d5ea29e9c882fe1419e919a4add59364c04a97c67b0cbeb5ccb3b96d" dependencies = [ "swc_ecma_ast", "swc_ecma_transformer", @@ -8301,9 +8306,9 @@ dependencies = [ [[package]] name = "swc_ecma_compat_es2022" -version = "52.0.0" +version = "53.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0cb7be1edb39487ad02aee31329ed00465922636b9993dd22c6502b7f975e254" +checksum = "a646d434eff8c7324ab2d3eda72e9bfb62c560ebc6b847378aef061ad9cf07a9" dependencies = [ "rustc-hash 2.1.1", "swc_atoms", @@ -8320,9 +8325,9 @@ dependencies = [ [[package]] name = "swc_ecma_compat_regexp" -version = "8.0.0" +version = "9.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3aad8391849b826fba38c2788e70b85197f2bd9bff3e7f21593acd1c263b4b2d" +checksum = "c1b93a633bfc99231ab75182d295a4e0c0fcf6c9080e5fbf47cd4ba91f0a745a" dependencies = [ "icu_properties 2.1.2", "swc_ecma_regexp_ast", @@ -8331,9 +8336,9 @@ dependencies = [ [[package]] name = "swc_ecma_ext_transforms" -version = "34.0.0" +version = "35.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ffc2e49ad776b5d0315ae2e0bb5fe70a218ee468ac70f7bb472dc2ab4386f420" +checksum = "6fb95691978e1d3d100fca45dd3a1fcfab8d90d0554e796472023b3fd17bb1cf" dependencies = [ "phf 0.11.2", "swc_common", @@ -8344,9 +8349,9 @@ dependencies = [ [[package]] name = "swc_ecma_hooks" -version = "0.12.0" +version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "59ab2d337400963b24f764b3630eaa31cd28bd0c7f408ca9f41cf3a8fcadb917" +checksum = "f3abc7b19ffc01d358fe6dfce904cc0a9c30c4db6deed11011b67c320f71682c" dependencies = [ "swc_atoms", "swc_common", @@ -8356,9 +8361,9 @@ dependencies = [ [[package]] name = "swc_ecma_lints" -version = "36.0.0" +version = "37.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b21514e8656069de20f09d19f89b576189944c4844f22b90521a2da450db0595" +checksum = "0b371beab9c68f2202bb7af5017f7bf932b7a0018a67af6ebcb42409ac8213ec" dependencies = [ "auto_impl", "dashmap 6.1.0", @@ -8377,9 +8382,9 @@ dependencies = [ [[package]] name = "swc_ecma_loader" -version = "26.0.0" +version = "27.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b6692f0223b181325ad3e2f96401c1215a8a4c6ca55ced17ef74d41f30625923" +checksum = "0b683f212227b0c0594e20c4c560d47425389b445adc4b50650beba70810d0eb" dependencies = [ "anyhow", "dashmap 6.1.0", @@ -8399,9 +8404,9 @@ dependencies = [ [[package]] name = "swc_ecma_minifier" -version = "60.0.0" +version = "61.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "310ab13e49dd014e2f050213d10ddfc34c5684e438bf81844a6e7ae7f7ba91d8" +checksum = "7ae5c3a7654e13c6e03d349eb1f91be566e0e79d223ef9d15b1a6e1f40c5cc23" dependencies = [ "arrayvec 0.7.6", "bitflags 2.9.1", @@ -8434,9 +8439,9 @@ dependencies = [ [[package]] name = "swc_ecma_parser" -version = "44.0.0" +version = "45.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "53c83ff3be8652d2caf9f074853f8c33a4a05b17079c1586f195eec17d3ec553" +checksum = "52c29766d4f60c867b48e4d433a4d6c1247f86e4fd1e5ca2babcdd2128806f91" dependencies = [ "bitflags 2.9.1", "compact_str", @@ -8455,9 +8460,9 @@ dependencies = [ [[package]] name = "swc_ecma_preset_env" -version = "62.0.0" +version = "63.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "28d3bbd3fe0815a3642631b17848861d07d9b92b85b6341e02f4e8bd8d1c2491" +checksum = "19c218c9d50eca5e5520117af7291de07bc543863e261877951b06dba8a36c13" dependencies = [ "anyhow", "foldhash 0.1.5", @@ -8480,9 +8485,9 @@ dependencies = [ [[package]] name = "swc_ecma_quote_macros" -version = "44.0.0" +version = "45.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9940ba4ef303aeebbba66267f7de9deca4e5471b49f1bb090887c633de16fa1a" +checksum = "1302bfdabd1b4359d9f49af3c6ca552d49715bda1b287f9ccc41690ed23ff3be" dependencies = [ "anyhow", "proc-macro2", @@ -8498,9 +8503,9 @@ dependencies = [ [[package]] name = "swc_ecma_react_compiler" -version = "23.0.0" +version = "24.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "34b3563be7dd3d5e9717816d82bdf9494811900dacd3b7c0d363056eba2bb2db" +checksum = "7f502a7ccd43292d50a9ed30b56ed59c9f73e310a48d3990f0697c04cb87cd09" dependencies = [ "forked_react_compiler", "forked_react_compiler_ast", @@ -8519,9 +8524,9 @@ dependencies = [ [[package]] name = "swc_ecma_regexp" -version = "0.14.0" +version = "0.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "005fabc950f92781ba0e18c7065daccc4353cf0ab94186b3b2098cb94f94083c" +checksum = "0699de9c2e94b4706723a02d9d30da41d8f7ca526cdfb5328495ef25fceeef2a" dependencies = [ "phf 0.11.2", "rustc-hash 2.1.1", @@ -8535,9 +8540,9 @@ dependencies = [ [[package]] name = "swc_ecma_regexp_ast" -version = "2.0.0" +version = "3.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "614932a326aa5a588d5c50e3858667250f0ba5914fa2ff725016b8a355cd2892" +checksum = "9c576fb9c0cf62046f6b56961ffe216f032a018f9914f2a942ae1263371377ee" dependencies = [ "bitflags 2.9.1", "is-macro", @@ -8554,9 +8559,9 @@ checksum = "0a0a09a9e4dc09c97f07273695bd4b58e46b99dbb0cb788ce0dad2a181eb1e94" [[package]] name = "swc_ecma_regexp_visit" -version = "0.14.0" +version = "0.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9ea5d3926e65aa44766b9e45014e77c8ad4149438996adb2146d6915aaf52a88" +checksum = "b113ae22200d9a8710463a2d3134ec51de5fdd42bc667a1d4d3bea6437006212" dependencies = [ "serde", "swc_atoms", @@ -8567,9 +8572,9 @@ dependencies = [ [[package]] name = "swc_ecma_testing" -version = "26.0.0" +version = "27.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0c265d11f2a7bb5186bcdfe20a71d8d208f786691965f97d6f2cbcb387c0de36" +checksum = "2d9eca985397245f45f146e13bb4f4aec6c9238fe8a05124ab9e626662f0d813" dependencies = [ "anyhow", "hex", @@ -8580,9 +8585,9 @@ dependencies = [ [[package]] name = "swc_ecma_transformer" -version = "20.0.0" +version = "21.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "503863f74566bbe63be8144daaf73de7a9271889a43c967a5a5e26ad1f0582fb" +checksum = "fe9fa23ed807ef91e6c19a0074a4171ec0cc6f1926b3982211082966f9875b13" dependencies = [ "rustc-hash 2.1.1", "swc_atoms", @@ -8599,9 +8604,9 @@ dependencies = [ [[package]] name = "swc_ecma_transforms" -version = "61.0.0" +version = "62.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "16f4b84cbfd592c654261083be67f450169680ccb10ca3b2a05b8411529c78c7" +checksum = "d1582e1975f97a2ad6fd0ccfdc9ff96cb3ca9ba5d2d9f02b43a8055ae3cfc32f" dependencies = [ "par-core", "swc_common", @@ -8618,9 +8623,9 @@ dependencies = [ [[package]] name = "swc_ecma_transforms_base" -version = "48.0.0" +version = "49.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2b847c1419056e271c11a2fe1d36f988c9f121d0239ec401cbb3e622480ee3e8" +checksum = "9c5b5b6a31a512d23854cb6fabc9347596bde4106cd3a65dc4f9072bbb0514b4" dependencies = [ "better_scoped_tls", "indexmap 2.14.0", @@ -8640,9 +8645,9 @@ dependencies = [ [[package]] name = "swc_ecma_transforms_classes" -version = "48.0.0" +version = "49.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "14764cea2eb983732fb908c075aff0769cc27ae148fa812867fa1fa337506fa2" +checksum = "000e35655d10295ede5ab608b46e78088b85cf531a45da3e4144d87c572c70d3" dependencies = [ "swc_common", "swc_ecma_ast", @@ -8653,9 +8658,9 @@ dependencies = [ [[package]] name = "swc_ecma_transforms_compat" -version = "56.0.0" +version = "57.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c0237fee1a78c87bfdb4c06723feedb99610b61703f13956d02594683c10540d" +checksum = "ceb8ffad960e1e24b3b63b2e71ffb2c8d573c93ca8903b7b483b5a75eaf869bd" dependencies = [ "indexmap 2.14.0", "par-core", @@ -8693,9 +8698,9 @@ dependencies = [ [[package]] name = "swc_ecma_transforms_module" -version = "54.0.0" +version = "55.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c0dadea6bc10d0085ceda08e7964245f4ab5c2bdcb1871226d3dd45bb95f15dc" +checksum = "427f39b7e3212657de906269c07cd0b18dea4404a239c442a4d5c1ebb0d881a0" dependencies = [ "Inflector", "anyhow", @@ -8721,9 +8726,9 @@ dependencies = [ [[package]] name = "swc_ecma_transforms_optimization" -version = "51.0.0" +version = "52.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5afbe52092d7b1b929156762f986294a559bba0221ef80a1017e806b1d8f9c34" +checksum = "b72f337de0b83a0d73865c5dfb7a0f274c914d2460b241bdd707277f95389bde" dependencies = [ "bytes-str", "dashmap 6.1.0", @@ -8746,9 +8751,9 @@ dependencies = [ [[package]] name = "swc_ecma_transforms_proposal" -version = "48.0.0" +version = "49.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e5cb9f6274985f2626fdad2dac2c876052a7aee540394d0c9297a9149652b55d" +checksum = "54961a68a90ffddffba02c4805e3e771131e088b66db1fc4a8d2aa0e25ce8b7e" dependencies = [ "either", "rustc-hash 2.1.1", @@ -8764,9 +8769,9 @@ dependencies = [ [[package]] name = "swc_ecma_transforms_react" -version = "54.0.0" +version = "55.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "46fa764bc0ea6a9ca6683fe5c32faf50accc8a6b86b96d4b124429473307ef30" +checksum = "4d051cd9043cd7ca24eb154606e6a6914ed13d0dca686bd681a5277d99a8e4c7" dependencies = [ "base64 0.22.1", "bytes-str", @@ -8789,9 +8794,9 @@ dependencies = [ [[package]] name = "swc_ecma_transforms_testing" -version = "52.0.0" +version = "53.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5b952ab0bec3f94c9b4424b63c4144ea19bd8f88defb3b22b0003098163f7933" +checksum = "f76aec842cdbe4ae1c8a953f8b126c9e26a42ee388c9b3c9b68a0e4e5e9747c9" dependencies = [ "ansi_term", "anyhow", @@ -8815,9 +8820,9 @@ dependencies = [ [[package]] name = "swc_ecma_transforms_typescript" -version = "54.0.0" +version = "55.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c4f5e4792f858bd3751db6407e7e230927897e716078c885f8a18c0ab28939cf" +checksum = "b29ec4ac580b71b099de09e2a01b48454d72666b97f999a9fcc34c0f44639a9d" dependencies = [ "bytes-str", "rustc-hash 2.1.1", @@ -8833,9 +8838,9 @@ dependencies = [ [[package]] name = "swc_ecma_utils" -version = "34.0.0" +version = "35.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ff0adbc5dd5676057ce6b0f63618838ba8691240972e3374189463f64214dd5e" +checksum = "a6fb39737b1c2bde685c5d85799aa04107548de69087a77c690a3ca8bbfc5100" dependencies = [ "dragonbox_ecma", "indexmap 2.14.0", @@ -8852,9 +8857,9 @@ dependencies = [ [[package]] name = "swc_ecma_visit" -version = "28.0.0" +version = "29.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a3a8e8f80fdada267a6b556199be3f11ef491184e12270877c76cf2dca522ac0" +checksum = "a830a070fea84a3a8a8c556463f0551e3bfc6cf2f8bdeecd62fa753e22a72289" dependencies = [ "new_debug_unreachable", "num-bigint", @@ -8868,9 +8873,9 @@ dependencies = [ [[package]] name = "swc_emotion" -version = "16.0.0" +version = "17.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2c1e42fae09112a0ce2b877b4103813ac4e3b015a5fc7d90572eecb43bf46053" +checksum = "3d3330d3374acee75df3b3245d64287274cd88a5f27b2d902aaadc5b999e000c" dependencies = [ "base64 0.22.1", "byteorder", @@ -8905,9 +8910,9 @@ dependencies = [ [[package]] name = "swc_error_reporters" -version = "27.0.0" +version = "28.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f81f7728b17b0cf39aa968e2f4b6315150e1c649c136401fdcb0ce95d39d4ad5" +checksum = "997aa1a85b9ebdab127d8819ea5ebfa5b90e5a958d969e25cce4c853c36d26de" dependencies = [ "anyhow", "miette", @@ -8929,9 +8934,9 @@ dependencies = [ [[package]] name = "swc_node_comments" -version = "26.0.0" +version = "27.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6bd898d9aa14c05211a183b92c05d94ec427c8b559bc362706900b6f02e57375" +checksum = "78074bea47c67343e53c85e1bdc9fa8f4bd21b8ab882098108205fd60462193b" dependencies = [ "dashmap 6.1.0", "rustc-hash 2.1.1", @@ -8941,9 +8946,9 @@ dependencies = [ [[package]] name = "swc_plugin_backend_wasmer" -version = "16.0.0" +version = "17.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6206d330c76c198900217f983c42d6fc5b6ee7ccce4d09feea25702a858e4686" +checksum = "48868e1abd6f8f28e5a9c99e69df2db2875de5bb945129f10851d528fc4ccd63" dependencies = [ "anyhow", "enumset", @@ -8957,9 +8962,9 @@ dependencies = [ [[package]] name = "swc_plugin_backend_wasmtime" -version = "15.0.0" +version = "16.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "508f7db95d0b387ceeaccf9085f0afa11087b88e7ae6c7391aab0ea788b6f65f" +checksum = "b880e4cbb2dbd732e13a65f603e9ae13ddac89e0411cfa1de7bef4e2998cf2a0" dependencies = [ "anyhow", "swc_common", @@ -8981,9 +8986,9 @@ dependencies = [ [[package]] name = "swc_plugin_proxy" -version = "29.0.0" +version = "30.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2aa1cb6476767e09b3580f60f1a052051716678bc2b698ef1284dabc75464513" +checksum = "b13ffe2fc1fb9b1936f6ceaf21d8e2e68f23ac9f0022db414e5f30c5fc52a966" dependencies = [ "better_scoped_tls", "cbor4ii", @@ -8995,9 +9000,9 @@ dependencies = [ [[package]] name = "swc_plugin_runner" -version = "33.0.0" +version = "34.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6ff3ca76d6d8db374780265ad47a4e532732d7ca93dcda6e4e04d1226d84dc16" +checksum = "b761b1092b44eeea1ce8dbbce8a0febb6ef39bcc3d72adecd23ee99d89bf5287" dependencies = [ "anyhow", "blake3", @@ -9015,9 +9020,9 @@ dependencies = [ [[package]] name = "swc_relay" -version = "16.0.0" +version = "17.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "adbcb21cab391d75f95e64cc0f9c3a674d1ee24a84304ad40a2519642cd8b869" +checksum = "87d88e7704ef1b417779689aeb083c1223458162c48c6fcabc21aa277ab8ef59" dependencies = [ "once_cell", "regex", @@ -9062,9 +9067,9 @@ dependencies = [ [[package]] name = "swc_transform_common" -version = "19.0.0" +version = "20.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a573180abbfd2fae241d1e1974b33aef36a562d440f27fca5fd0229aaeabff03" +checksum = "693ff873dd31f50c44f5c05182631715bc03f7e1123e7805279b25d1db2bed20" dependencies = [ "better_scoped_tls", "rustc-hash 2.1.1", @@ -9074,12 +9079,11 @@ dependencies = [ [[package]] name = "swc_visit" -version = "2.0.1" +version = "2.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "62fb71484b486c185e34d2172f0eabe7f4722742aad700f426a494bb2de232a2" +checksum = "e7df72a1be54e379864cebf04f26abb4d7ee637977f62f8ec8387233f7a27e88" dependencies = [ "either", - "new_debug_unreachable", ] [[package]] @@ -9283,9 +9287,9 @@ dependencies = [ [[package]] name = "testing" -version = "26.0.0" +version = "27.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8ba142c2b1905b5210b110f6f48a4e2732395eb17bad0097a087b1a5783f145d" +checksum = "ab499434ba981fb7aada35505f2035e1bae4517c18bafebf8954dd2dc7e979af" dependencies = [ "cargo_metadata 0.18.1", "difference", diff --git a/Cargo.toml b/Cargo.toml index 3e41ece206ee..68ef7787c403 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -210,29 +210,29 @@ turbopack-trace-server = { path = "turbopack/crates/turbopack-trace-server" } turbopack-trace-utils = { path = "turbopack/crates/turbopack-trace-utils" } turbopack-wasm = { path = "turbopack/crates/turbopack-wasm" } -swc_ecma_react_compiler = "23.0.0" +swc_ecma_react_compiler = "24.0.0" react_compiler = { version = "0.2", package = "forked_react_compiler" } # SWC crates -swc_core = { version = "76.0.0", default-features = false, features = [ +swc_core = { version = "77.1.2", default-features = false, features = [ "ecma_loader_lru", "ecma_loader_parking_lot", "parallel_rayon", ] } -swc_plugin_backend_wasmtime = "15.0.0" -testing = "26.0.0" +swc_plugin_backend_wasmtime = "16.0.0" +testing = "27.0.0" # Keep consistent with preset_env_base through swc_core browserslist-rs = "0.20.0" mdxjs = "1.0.4" -modularize_imports = "16.0.0" -styled_components = "16.0.0" -styled_jsx = "16.0.0" -swc_emotion = "16.0.0" -swc_relay = "16.0.0" -react_remove_properties = "16.0.0" -remove_console = "16.0.0" +modularize_imports = "17.0.0" +styled_components = "17.0.0" +styled_jsx = "17.0.0" +swc_emotion = "17.0.0" +swc_relay = "17.0.0" +react_remove_properties = "17.0.0" +remove_console = "17.0.0" preset_env_base = "9.0.0" diff --git a/crates/next-custom-transforms/src/transforms/dynamic.rs b/crates/next-custom-transforms/src/transforms/dynamic.rs index 06e28ee0594f..71b7df39700e 100644 --- a/crates/next-custom-transforms/src/transforms/dynamic.rs +++ b/crates/next-custom-transforms/src/transforms/dynamic.rs @@ -9,10 +9,10 @@ use swc_core::{ common::{DUMMY_SP, FileName, Span, errors::HANDLER}, ecma::{ ast::{ - ArrayLit, ArrowExpr, BinExpr, BlockStmt, BlockStmtOrExpr, Bool, CallExpr, Callee, Expr, - ExprOrSpread, ExprStmt, Id, Ident, IdentName, ImportDecl, ImportNamedSpecifier, - ImportSpecifier, KeyValueProp, Lit, ModuleDecl, ModuleItem, ObjectLit, Pass, Prop, - PropName, PropOrSpread, Stmt, Str, Tpl, UnaryExpr, UnaryOp, op, + ArrayLit, ArrowExpr, ArrowFunctionBody, BinExpr, Bool, CallExpr, Callee, Expr, + ExprOrSpread, ExprStmt, FunctionBody, Id, Ident, IdentName, ImportDecl, + ImportNamedSpecifier, ImportSpecifier, KeyValueProp, Lit, ModuleDecl, ModuleItem, + ObjectLit, Pass, Prop, PropName, PropOrSpread, Stmt, Str, Tpl, UnaryExpr, UnaryOp, op, }, utils::{ExprFactory, private_ident, prop_name_eq, quote_ident}, visit::{VisitMut, VisitMutWith, visit_mut_pass}, @@ -328,7 +328,7 @@ impl VisitMut for NextDynamicPatcher { let side_effect_free_loader_arg = Expr::Arrow(ArrowExpr { span: DUMMY_SP, params: vec![], - body: Box::new(BlockStmtOrExpr::BlockStmt(BlockStmt { + body: Box::new(ArrowFunctionBody::FunctionBody(FunctionBody { span: DUMMY_SP, stmts: vec![Stmt::Expr(ExprStmt { span: DUMMY_SP, @@ -336,7 +336,6 @@ impl VisitMut for NextDynamicPatcher { &require_resolve_weak_expr, )), })], - ..Default::default() })), is_async: true, is_generator: false, @@ -360,10 +359,9 @@ impl VisitMut for NextDynamicPatcher { let side_effect_free_loader_arg = Expr::Arrow(ArrowExpr { span: DUMMY_SP, params: vec![], - body: Box::new(BlockStmtOrExpr::BlockStmt(BlockStmt { + body: Box::new(ArrowFunctionBody::FunctionBody(FunctionBody { span: DUMMY_SP, stmts: vec![], - ..Default::default() })), is_async: true, is_generator: false, @@ -447,7 +445,7 @@ fn webpack_options(module_id: Expr) -> Vec { key: PropName::Ident(IdentName::new(atom!("webpack"), DUMMY_SP)), value: Box::new(Expr::Arrow(ArrowExpr { params: vec![], - body: Box::new(BlockStmtOrExpr::Expr(Box::new(Expr::Array(ArrayLit { + body: Box::new(ArrowFunctionBody::Expr(Box::new(Expr::Array(ArrayLit { elems: vec![Some(ExprOrSpread { expr: Box::new(module_id), spread: None, diff --git a/crates/next-custom-transforms/src/transforms/empty_gsp.rs b/crates/next-custom-transforms/src/transforms/empty_gsp.rs index 012be6c6c84c..041784dfacb3 100644 --- a/crates/next-custom-transforms/src/transforms/empty_gsp.rs +++ b/crates/next-custom-transforms/src/transforms/empty_gsp.rs @@ -89,7 +89,7 @@ impl Visit for ReturnCollector { // an empty result can only have come from it. With other returns present we // can't tell which produced the empty result, so this returns None and the // caller falls back to the declaration. -fn find_error_anchor_in_body(body: &BlockStmt) -> Option { +fn find_error_anchor_in_body(body: &FunctionBody) -> Option { let mut returns = ReturnCollector::default(); body.visit_with(&mut returns); if returns.count == 1 { @@ -104,8 +104,8 @@ fn find_error_anchor_in_body(body: &BlockStmt) -> Option { fn find_error_anchor_in_initializer(initializer: &Expr) -> Option { match initializer { Expr::Arrow(arrow) => match &*arrow.body { - BlockStmtOrExpr::BlockStmt(body) => find_error_anchor_in_body(body), - BlockStmtOrExpr::Expr(expr) => match &**expr { + ArrowFunctionBody::FunctionBody(body) => find_error_anchor_in_body(body), + ArrowFunctionBody::Expr(expr) => match &**expr { Expr::Array(array) if array.elems.is_empty() => Some(array.span()), _ => None, }, diff --git a/crates/next-custom-transforms/src/transforms/optimize_server_react.rs b/crates/next-custom-transforms/src/transforms/optimize_server_react.rs index 0c099d1c0e9b..c7f61b66c6a1 100644 --- a/crates/next-custom-transforms/src/transforms/optimize_server_react.rs +++ b/crates/next-custom-transforms/src/transforms/optimize_server_react.rs @@ -202,9 +202,9 @@ impl Fold for OptimizeServerReact { Some( Expr::Arrow(ArrowExpr { span: DUMMY_SP, - body: Box::new(BlockStmtOrExpr::Expr(Box::new(Expr::Lit( - Lit::Null(Null { span: DUMMY_SP }), - )))), + body: Box::new(ArrowFunctionBody::Expr(Box::new( + Expr::Lit(Lit::Null(Null { span: DUMMY_SP })), + ))), is_async: false, is_generator: false, params: vec![], diff --git a/crates/next-custom-transforms/src/transforms/server_actions.rs b/crates/next-custom-transforms/src/transforms/server_actions.rs index 185a15c2a5e5..45b412d8a8a5 100644 --- a/crates/next-custom-transforms/src/transforms/server_actions.rs +++ b/crates/next-custom-transforms/src/transforms/server_actions.rs @@ -414,7 +414,7 @@ impl ServerActions { // and remove any server function directive. fn get_directive_for_function( &mut self, - maybe_body: Option<&mut BlockStmt>, + maybe_body: Option<&mut FunctionBody>, ) -> Option { let mut directive: Option = None; @@ -520,14 +520,14 @@ impl ServerActions { .swap_remove(&arrow_ident.to_id()); } - if let BlockStmtOrExpr::BlockStmt(block) = &mut *arrow.body { + if let ArrowFunctionBody::FunctionBody(block) = &mut *arrow.body { block.visit_mut_with(&mut ClosureReplacer { used_ids: &ids_from_closure, private_ctxt: self.private_ctxt, }); } - let mut new_body: BlockStmtOrExpr = *arrow.body.clone(); + let mut new_body: ArrowFunctionBody = *arrow.body.clone(); if !ids_from_closure.is_empty() { // Prepend the decryption declaration to the body. @@ -555,11 +555,11 @@ impl ServerActions { }; match &mut new_body { - BlockStmtOrExpr::BlockStmt(body) => { + ArrowFunctionBody::FunctionBody(body) => { body.stmts.insert(0, decryption_decl.into()); } - BlockStmtOrExpr::Expr(body_expr) => { - new_body = BlockStmtOrExpr::BlockStmt(BlockStmt { + ArrowFunctionBody::Expr(body_expr) => { + new_body = ArrowFunctionBody::FunctionBody(FunctionBody { span: DUMMY_SP, stmts: vec![ decryption_decl.into(), @@ -568,7 +568,6 @@ impl ServerActions { arg: Some(body_expr.take()), }), ], - ..Default::default() }); } } @@ -591,14 +590,13 @@ impl ServerActions { function: Box::new(Function { params: new_params, body: match new_body { - BlockStmtOrExpr::BlockStmt(body) => Some(body), - BlockStmtOrExpr::Expr(expr) => Some(BlockStmt { + ArrowFunctionBody::FunctionBody(body) => Some(body), + ArrowFunctionBody::Expr(expr) => Some(FunctionBody { span: DUMMY_SP, stmts: vec![Stmt::Return(ReturnStmt { span: DUMMY_SP, arg: Some(expr), })], - ..Default::default() }), }, is_async: true, @@ -691,7 +689,7 @@ impl ServerActions { private_ctxt: self.private_ctxt, }); - let mut new_body: Option = function.body.clone(); + let mut new_body: Option = function.body.clone(); if !ids_from_closure.is_empty() { // Prepend the decryption declaration to the body. @@ -720,10 +718,9 @@ impl ServerActions { if let Some(body) = &mut new_body { body.stmts.insert(0, decryption_decl.into()); } else { - new_body = Some(BlockStmt { + new_body = Some(FunctionBody { span: DUMMY_SP, stmts: vec![decryption_decl.into()], - ..Default::default() }); } } @@ -828,7 +825,7 @@ impl ServerActions { .swap_remove(&arrow_ident.to_id()); } - if let BlockStmtOrExpr::BlockStmt(block) = &mut *arrow.body { + if let ArrowFunctionBody::FunctionBody(block) = &mut *arrow.body { block.visit_mut_with(&mut ClosureReplacer { used_ids: &ids_from_closure, private_ctxt: self.private_ctxt, @@ -836,8 +833,8 @@ impl ServerActions { } let inner_fn_body = match *arrow.body.take() { - BlockStmtOrExpr::BlockStmt(body) => Some(body), - BlockStmtOrExpr::Expr(expr) => Some(BlockStmt { + ArrowFunctionBody::FunctionBody(body) => Some(body), + ArrowFunctionBody::Expr(expr) => Some(FunctionBody { stmts: vec![Stmt::Return(ReturnStmt { span: DUMMY_SP, arg: Some(expr), @@ -1414,7 +1411,7 @@ impl VisitMut for ServerActions { // Arrow expressions need to be visited in prepass to determine if it's // an action function or not. let directive = self.get_directive_for_function( - if let BlockStmtOrExpr::BlockStmt(block) = &mut *a.body { + if let ArrowFunctionBody::FunctionBody(block) = &mut *a.body { Some(block) } else { None @@ -3046,7 +3043,7 @@ fn create_cache_wrapper( let wrapper_fn_expr = Box::new(Expr::Fn(FnExpr { ident: fn_ident, function: Box::new(Function { - body: Some(BlockStmt { + body: Some(FunctionBody { stmts: vec![Stmt::Return(ReturnStmt { span: DUMMY_SP, arg: Some(Box::new(Expr::Call(cache_call))), @@ -3073,7 +3070,7 @@ fn create_and_hoist_cache_function( cache_name: Atom, fn_ident: Option, params: Vec, - body: Option, + body: Option, original_span: Span, hoisted_extra_items: &mut Vec, unresolved_ctxt: SyntaxContext, @@ -3293,7 +3290,7 @@ fn detect_similar_strings(a: &str, b: &str) -> bool { // without mutating the function body or erroring out. // This is used to quickly determine if we need to use the module-level // directives for this function or not. -fn has_body_directive(maybe_body: &Option) -> (bool, bool) { +fn has_body_directive(maybe_body: &Option) -> (bool, bool) { let mut is_action_fn = false; let mut is_cache_fn = false; diff --git a/crates/next-custom-transforms/tests/fixture/shake-exports/keep-default/input.js b/crates/next-custom-transforms/tests/fixture/shake-exports/keep-default/input.js index c3b065d2878a..00d1a9e52232 100644 --- a/crates/next-custom-transforms/tests/fixture/shake-exports/keep-default/input.js +++ b/crates/next-custom-transforms/tests/fixture/shake-exports/keep-default/input.js @@ -3,7 +3,7 @@ export function removeFunction() { console.log(shouldBeRemoved) } -let shouldBeKept = 'should be kept' +let usedByShouldBeKept = 'should be kept' export default function shouldBeKept() { - console.log(shouldBeKept) + console.log(usedByShouldBeKept) } diff --git a/crates/next-custom-transforms/tests/fixture/shake-exports/keep-default/output.js b/crates/next-custom-transforms/tests/fixture/shake-exports/keep-default/output.js index 05011f973d60..36dcec7efb97 100644 --- a/crates/next-custom-transforms/tests/fixture/shake-exports/keep-default/output.js +++ b/crates/next-custom-transforms/tests/fixture/shake-exports/keep-default/output.js @@ -1,4 +1,4 @@ -let shouldBeKept = 'should be kept'; +let usedByShouldBeKept = 'should be kept'; export default function shouldBeKept() { - console.log(shouldBeKept); + console.log(usedByShouldBeKept); } diff --git a/docs/01-app/02-guides/local-development.mdx b/docs/01-app/02-guides/local-development.mdx index b0183864143a..ef6d7e7fd920 100644 --- a/docs/01-app/02-guides/local-development.mdx +++ b/docs/01-app/02-guides/local-development.mdx @@ -12,18 +12,20 @@ The development process with `next dev` is different than `next build` and `next `next dev` compiles routes in your application as you open or navigate to them. This enables you to start the dev server without waiting for every route in your application to compile, which is both faster and uses less memory. Running a production build applies other optimizations, like minifying files and creating content hashes, which are not needed for local development. -## Improving local dev performance +## System configuration ### 1. Check your computer's antivirus Antivirus software can slow down file access. While this is more common on Windows machines, this can be an issue for any system with an antivirus tool installed. -On Windows, you can add your project to the [Microsoft Defender Antivirus exclusion list](https://support.microsoft.com/en-us/windows/virus-and-threat-protection-in-the-windows-security-app-1362f4cd-d71a-b52a-0b66-c2820032b65e#bkmk_threat-protection-settings). +**On Windows,** you can add your project to the [Microsoft Defender Antivirus exclusion list](https://support.microsoft.com/en-us/windows/virus-and-threat-protection-in-the-windows-security-app-1362f4cd-d71a-b52a-0b66-c2820032b65e#bkmk_threat-protection-settings). 1. Open the **"Windows Security"** application and then select **"Virus & threat protection"** → **"Manage settings"** → **"Add or remove exclusions"**. 2. Add a **"Folder"** exclusion. Select your project folder. -On macOS, you can disable [Gatekeeper](https://support.apple.com/guide/security/gatekeeper-and-runtime-protection-sec5599b66df/web) inside of your terminal. +Alternatively, you can enable and use a [Dev Drive](#3-windows-use-dev-drive-or-wsl-2), which [uses Microsoft Defender's "performance mode"](https://learn.microsoft.com/en-us/windows/dev-drive/#understanding-security-risks-and-trust-in-relation-to-dev-drive). + +**On macOS,** you can disable [Gatekeeper](https://support.apple.com/guide/security/gatekeeper-and-runtime-protection-sec5599b66df/web) inside of your terminal. 1. Run `sudo spctl developer-mode enable-terminal` in your terminal. 2. Open the **"System Settings"** app and then select **"Privacy & Security"** → **"Developer Tools"**. @@ -48,7 +50,35 @@ On macOS, you can disable [Gatekeeper](https://support.apple.com/guide/security/ If you or your employer have configured any other Antivirus solutions on your system, you should inspect the relevant settings for those products. -### 2. Update Next.js and use Turbopack +### 2. Avoid common Docker pitfalls + +If you're using Docker for development on Mac or Windows, you may experience significantly slower performance compared to running Next.js without Docker. + +This generally isn't an issue in production or when Docker runs natively on Linux, because project files don't cross Docker Desktop's host-to-VM file-sharing layer. + +When project files are stored on the macOS or Windows host and mounted into a container through Docker Desktop or similar tools, the host-to-VM file-sharing layer can delay or fail to propagate filesystem events. This can cause [Fast Refresh](/docs/architecture/fast-refresh) to take seconds or even minutes, while the same application shows updates quickly when developed on the host without Docker. + +For the best development experience: + +- Run Next.js without Docker (`npm run dev` or `pnpm dev`) during development. +- Reserve Docker for production deployments and testing production builds. +- If you must use Docker for development, consider running Docker natively on a Linux machine or a manually configured virtual machine. If using a manually configured virtual machine, move the source code into the VM and do not share it from the host. +- If you're using Docker Desktop, evaluate using [synchronized file shares](https://docs.docker.com/desktop/features/synchronized-file-sharing/). Synchronized file shares still add latency compared to running Next.js directly on the host, but can improve file-watching reliability without resorting to polling. +- Avoid using `watchOptions.pollIntervalMs` in `next.config.js` to work around Fast Refresh issues. Only use it as a last resort. Polling adds significant latency and can drastically increase CPU and I/O usage. + +[Learn more about Docker deployment](/docs/app/getting-started/deploying#docker) for production use. + +### 3. (Windows) Use Dev Drive or WSL 2 + +Windows 11's Dev Drive feature uses an alternative filesystem to improve performance for common development workflows. [Microsoft has a guide explaining how to configure it](https://learn.microsoft.com/en-us/windows/dev-drive/). + +Alternatively, Windows provides an easy way to set up a Linux virtual machine using [Windows Subsystem for Linux](https://learn.microsoft.com/en-us/windows/wsl/). You may see better performance by using WSL 2. + +When using WSL 2, store your project directory inside the virtual machine's filesystem (e.g. `/home/$USER/project`) and not on a Windows drive (e.g. `C:\` or `/mnt/c`). If you do not do this, you will experience worse performance and file updates may not be reflected properly in development. + +## Improving application development performance + +### 1. Update Next.js and use Turbopack Make sure you're using the latest version of Next.js. Each new version often includes performance improvements. @@ -94,7 +124,7 @@ bun run dev --webpack [Learn more about Turbopack](/blog/turbopack-for-development-stable). See our [upgrade guides](/docs/app/guides/upgrading) and codemods for more information. -### 3. Check your imports +### 2. Check your imports The way you import code can greatly affect compilation and bundling time. Learn more about [optimizing package bundling](/docs/app/guides/package-bundling) and explore tools like [Dependency Cruiser](https://github.com/sverweij/dependency-cruiser) or [Madge](https://github.com/pahen/madge). @@ -143,7 +173,7 @@ module.exports = { Turbopack automatically analyzes imports and optimizes them. It does not require this configuration. -### 4. Check your Tailwind CSS setup +### 3. Check your Tailwind CSS setup If you're using Tailwind CSS, make sure it's set up correctly. @@ -175,19 +205,19 @@ Tailwind CSS version 3.4.8 or newer will warn you about settings that might slow } ``` -### 5. Check custom webpack settings +### 4. Check custom webpack settings If you've added custom webpack settings, they might be slowing down compilation. Consider if you really need them for local development. You can optionally only include certain tools for production builds, or explore using the default Turbopack bundler and configuring [loaders](/docs/app/api-reference/config/next-config-js/turbopack#configuring-webpack-loaders) instead. -### 6. Optimize memory usage +### 5. Optimize memory usage If your app is very large, it might need more memory. [Learn more about optimizing memory usage](/docs/app/guides/memory-usage). -### 7. Server Components and data fetching +### 6. Server Components and data fetching Changes to Server Components cause the entire page to re-render locally in order to show the new changes, which includes fetching new data for the component. @@ -195,20 +225,6 @@ The experimental `serverComponentsHmrCache` option allows you to cache `fetch` r [Learn more about the experimental option](/docs/app/api-reference/config/next-config-js/serverComponentsHmrCache). -### 8. Consider local development over Docker - -If you're using Docker for development on Mac or Windows, you may experience significantly slower performance compared to running Next.js locally. - -Docker's filesystem access on Mac and Windows can cause Hot Module Replacement (HMR) to take seconds or even minutes, while the same application runs with fast HMR when developed locally. - -This performance difference is due to how Docker handles filesystem operations outside of Linux environments. For the best development experience: - -- Use local development (`npm run dev` or `pnpm dev`) instead of Docker during development -- Reserve Docker for production deployments and testing production builds -- If you must use Docker for development, consider using Docker on a Linux machine or VM - -[Learn more about Docker deployment](/docs/app/getting-started/deploying#docker) for production use. - ## Tools for finding problems ### Detailed fetch logging diff --git a/test/e2e/cache-handlers-upstream-wiring/index.test.ts b/test/e2e/cache-handlers-upstream-wiring/index.test.ts index b792c16b71d3..0a77f3e2014e 100644 --- a/test/e2e/cache-handlers-upstream-wiring/index.test.ts +++ b/test/e2e/cache-handlers-upstream-wiring/index.test.ts @@ -98,40 +98,38 @@ describe('cache-handlers-upstream-wiring', () => { }) }) }) - ;(process.env.__NEXT_CACHE_COMPONENTS ? describe.skip : describe)( - 'cacheComponents disabled, edge app router', - () => { - const { next, skipped } = nextTestSetup({ - files: join(__dirname, 'fixtures/edge-without-cache-components'), - skipDeployment: true, - }) + // @force-gate !cacheComponents + describe('cacheComponents disabled, edge app router', () => { + const { next, skipped } = nextTestSetup({ + files: join(__dirname, 'fixtures/edge-without-cache-components'), + skipDeployment: true, + }) - if (skipped) { - return - } + if (skipped) { + return + } - let outputIndex = 0 + let outputIndex = 0 - beforeEach(() => { - outputIndex = next.cliOutput.length - }) + beforeEach(() => { + outputIndex = next.cliOutput.length + }) - it('uses configured cacheHandler for edge app page and edge app route', async () => { - const edgePageResponse = await next.fetch('/edge-page') - expect(edgePageResponse.status).toBe(200) + it('uses configured cacheHandler for edge app page and edge app route', async () => { + const edgePageResponse = await next.fetch('/edge-page') + expect(edgePageResponse.status).toBe(200) - const edgeRouteResponse = await next.fetch('/api/edge-route') - expect(edgeRouteResponse.status).toBe(200) - expect(await edgeRouteResponse.json()).toEqual({ ok: true }) + const edgeRouteResponse = await next.fetch('/api/edge-route') + expect(edgeRouteResponse.status).toBe(200) + expect(await edgeRouteResponse.json()).toEqual({ ok: true }) - await retry(async () => { - const output = next.cliOutput.slice(outputIndex) - const constructorLogs = - output.match(/WiringIncrementalCacheHandler::constructor/g) ?? [] + await retry(async () => { + const output = next.cliOutput.slice(outputIndex) + const constructorLogs = + output.match(/WiringIncrementalCacheHandler::constructor/g) ?? [] - expect(constructorLogs.length).toBeGreaterThanOrEqual(2) - }) + expect(constructorLogs.length).toBeGreaterThanOrEqual(2) }) - } - ) + }) + }) }) diff --git a/test/e2e/swc-plugins-env/plugin/Cargo.lock b/test/e2e/swc-plugins-env/plugin/Cargo.lock index ed24ae40376a..7eae4b8e5ef3 100644 --- a/test/e2e/swc-plugins-env/plugin/Cargo.lock +++ b/test/e2e/swc-plugins-env/plugin/Cargo.lock @@ -61,9 +61,9 @@ checksum = "d92bec98840b8f03a5ff5413de5293bfcd8bf96467cf5452609f939ec6f5de16" [[package]] name = "ast_node" -version = "5.0.0" +version = "7.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2eb025ef00a6da925cf40870b9c8d008526b6004ece399cb0974209720f0b194" +checksum = "edf54a7a1bf98e127c22e9e2b9d19619092c74283fdc14e4d67da69780f90db6" dependencies = [ "quote", "swc_macros_common", @@ -137,29 +137,6 @@ dependencies = [ "allocator-api2", ] -[[package]] -name = "bytecheck" -version = "0.8.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0caa33a2c0edca0419d15ac723dff03f1956f7978329b1e3b5fdaaaed9d3ca8b" -dependencies = [ - "bytecheck_derive", - "ptr_meta", - "rancor", - "simdutf8", -] - -[[package]] -name = "bytecheck_derive" -version = "0.8.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "89385e82b5d1821d2219e0b095efa2cc1f246cbf99080f3be46a1a85c0d392d9" -dependencies = [ - "proc-macro2", - "quote", - "syn", -] - [[package]] name = "bytes" version = "1.11.1" @@ -173,7 +150,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7c60b5ce37e0b883c37eb89f79a1e26fbe9c1081945d024eee93e8d91a7e18b3" dependencies = [ "bytes", - "rkyv", "serde", ] @@ -195,16 +171,6 @@ dependencies = [ "serde", ] -[[package]] -name = "cargo-platform" -version = "0.3.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "87a0c0e6148f11f01f32650a2ea02d532b2ad4e81d8bd41e6e565b5adc5e6082" -dependencies = [ - "serde", - "serde_core", -] - [[package]] name = "cargo_metadata" version = "0.18.1" @@ -212,25 +178,11 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2d886547e41f740c616ae73108f6eb70afe6d940c7bc697cb30f13daec073037" dependencies = [ "camino", - "cargo-platform 0.1.9", - "semver", - "serde", - "serde_json", - "thiserror 1.0.69", -] - -[[package]] -name = "cargo_metadata" -version = "0.23.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ef987d17b0a113becdd19d3d0022d04d7ef41f9efe4f3fb63ac44ba61df3ade9" -dependencies = [ - "camino", - "cargo-platform 0.3.2", + "cargo-platform", "semver", "serde", "serde_json", - "thiserror 2.0.18", + "thiserror", ] [[package]] @@ -296,41 +248,6 @@ dependencies = [ "typenum", ] -[[package]] -name = "darling" -version = "0.20.11" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee" -dependencies = [ - "darling_core", - "darling_macro", -] - -[[package]] -name = "darling_core" -version = "0.20.11" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e" -dependencies = [ - "fnv", - "ident_case", - "proc-macro2", - "quote", - "strsim", - "syn", -] - -[[package]] -name = "darling_macro" -version = "0.20.11" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead" -dependencies = [ - "darling_core", - "quote", - "syn", -] - [[package]] name = "data-encoding" version = "2.10.0" @@ -347,37 +264,6 @@ dependencies = [ "uuid", ] -[[package]] -name = "derive_builder" -version = "0.20.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "507dfb09ea8b7fa618fcf76e953f4f5e192547945816d5358edffe39f6f94947" -dependencies = [ - "derive_builder_macro", -] - -[[package]] -name = "derive_builder_core" -version = "0.20.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2d5bcf7b024d6835cfb3d473887cd966994907effbe9227e8c8219824d06c4e8" -dependencies = [ - "darling", - "proc-macro2", - "quote", - "syn", -] - -[[package]] -name = "derive_builder_macro" -version = "0.20.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ab63b0e2bf4d5928aff72e83a7dace85d7bba5fe12dcc3c5a572d78caffd3f3c" -dependencies = [ - "derive_builder_core", - "syn", -] - [[package]] name = "diff" version = "0.1.13" @@ -451,12 +337,6 @@ version = "0.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582" -[[package]] -name = "fnv" -version = "1.0.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" - [[package]] name = "foldhash" version = "0.1.5" @@ -562,9 +442,9 @@ checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" [[package]] name = "hstr" -version = "3.0.4" +version = "4.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "faa57007c3c9dab34df2fa4c1fb52fe9c34ec5a27ed9d8edea53254b50cd7887" +checksum = "23efb2e58d2f27a96edfa907c26016deb120b7ac8c66a19d2748f0e9c145f3cb" dependencies = [ "hashbrown 0.14.5", "new_debug_unreachable", @@ -662,12 +542,6 @@ version = "2.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3d3067d79b975e8844ca9eb072e16b31c3c1c36928edf9c6789548c524d0d954" -[[package]] -name = "ident_case" -version = "1.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" - [[package]] name = "idna" version = "1.1.0" @@ -819,26 +693,6 @@ dependencies = [ "syn", ] -[[package]] -name = "munge" -version = "0.4.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5e17401f259eba956ca16491461b6e8f72913a0a114e39736ce404410f915a0c" -dependencies = [ - "munge_macro", -] - -[[package]] -name = "munge_macro" -version = "0.4.7" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4568f25ccbd45ab5d5603dc34318c1ec56b117531781260002151b8530a9f931" -dependencies = [ - "proc-macro2", - "quote", - "syn", -] - [[package]] name = "new_debug_unreachable" version = "1.0.6" @@ -1054,26 +908,6 @@ dependencies = [ "cc", ] -[[package]] -name = "ptr_meta" -version = "0.3.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0b9a0cf95a1196af61d4f1cbdab967179516d9a4a4312af1f31948f8f6224a79" -dependencies = [ - "ptr_meta_derive", -] - -[[package]] -name = "ptr_meta_derive" -version = "0.3.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7347867d0a7e1208d93b46767be83e2b8f978c3dad35f775ac8d8847551d6fe1" -dependencies = [ - "proc-macro2", - "quote", - "syn", -] - [[package]] name = "quote" version = "1.0.45" @@ -1095,15 +929,6 @@ version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09" -[[package]] -name = "rancor" -version = "0.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a063ea72381527c2a0561da9c80000ef822bdd7c3241b1cc1b12100e3df081ee" -dependencies = [ - "ptr_meta", -] - [[package]] name = "rand" version = "0.8.5" @@ -1163,45 +988,6 @@ version = "1.9.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ba39f3699c378cd8970968dcbff9c43159ea4cfbd88d43c00b22f2ef10a435d2" -[[package]] -name = "rend" -version = "0.5.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cadadef317c2f20755a64d7fdc48f9e7178ee6b0e1f7fce33fa60f1d68a276e6" -dependencies = [ - "bytecheck", -] - -[[package]] -name = "rkyv" -version = "0.8.15" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1a30e631b7f4a03dee9056b8ef6982e8ba371dd5bedb74d3ec86df4499132c70" -dependencies = [ - "bytecheck", - "bytes", - "hashbrown 0.16.1", - "indexmap", - "munge", - "ptr_meta", - "rancor", - "rend", - "rkyv_derive", - "tinyvec", - "uuid", -] - -[[package]] -name = "rkyv_derive" -version = "0.8.15" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8100bb34c0a1d0f907143db3149e6b4eea3c33b9ee8b189720168e818303986f" -dependencies = [ - "proc-macro2", - "quote", - "syn", -] - [[package]] name = "rustc-hash" version = "2.1.2" @@ -1330,12 +1116,6 @@ version = "1.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" -[[package]] -name = "simdutf8" -version = "0.1.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e" - [[package]] name = "siphasher" version = "0.3.11" @@ -1354,17 +1134,6 @@ version = "1.15.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03" -[[package]] -name = "smartstring" -version = "1.0.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3fb72c633efbaa2dd666986505016c32c3044395ceaf881518399d2f4127ee29" -dependencies = [ - "autocfg", - "static_assertions", - "version_check", -] - [[package]] name = "stable_deref_trait" version = "1.2.1" @@ -1401,12 +1170,6 @@ dependencies = [ "syn", ] -[[package]] -name = "strsim" -version = "0.11.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" - [[package]] name = "swc-plugin-env-check" version = "0.1.0" @@ -1418,9 +1181,9 @@ dependencies = [ [[package]] name = "swc_allocator" -version = "4.0.1" +version = "5.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9d7eefd2c8b228a8c73056482b2ae4b3a1071fbe07638e3b55ceca8570cc48bb" +checksum = "eb41c2f41afa7357a86109f7e058f6b140ab415b8cd196c1a7b54f2703c85417" dependencies = [ "allocator-api2", "bumpalo", @@ -1430,29 +1193,25 @@ dependencies = [ [[package]] name = "swc_atoms" -version = "9.0.0" +version = "10.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d4ccbe2ecad10ad7432100f878a107b1d972a8aee83ca53184d00c23a078bb8a" +checksum = "c70a493080ceb12dabddb96905a3ddac679fbe9c71ddc81a2a769126e8cde7c4" dependencies = [ - "bytecheck", "cbor4ii", "hstr", "once_cell", - "rancor", - "rkyv", "serde", ] [[package]] name = "swc_common" -version = "21.0.1" +version = "26.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "078f2144aa2c33ff8485773f1b81b9985fa2d00f4ad60879158ad6897db2de88" +checksum = "142d2a06cafce623859ca799f5d1935bb8a886f18b66a2585ddeadff210121d0" dependencies = [ "anyhow", "ast_node", "better_scoped_tls", - "bytecheck", "bytes-str", "cbor4ii", "either", @@ -1460,8 +1219,6 @@ dependencies = [ "num-bigint", "once_cell", "parking_lot", - "rancor", - "rkyv", "rustc-hash", "serde", "siphasher 0.3.11", @@ -1477,9 +1234,9 @@ dependencies = [ [[package]] name = "swc_core" -version = "63.1.1" +version = "77.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5b68a9d41b64086e1fe8e91af1a1babbfb01ecdb7c6d26f2ec6963545b1cd7af" +checksum = "e3550b31eb172f3b27c55a05642a9d13520a55552382a708e44bdf286dfcbbe1" dependencies = [ "swc_allocator", "swc_atoms", @@ -1492,14 +1249,13 @@ dependencies = [ "swc_plugin_macro", "swc_plugin_proxy", "swc_transform_common", - "vergen", ] [[package]] name = "swc_ecma_ast" -version = "23.0.0" +version = "29.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "39f4173ab7e676eed4938d5ad8bbdf14418f87c9a8d36e6cdda82ac9645912b0" +checksum = "5a6fd43fc7e90b9d5b252af666c147f5e2ee692add2b075f7f0d6fc2f5357bb6" dependencies = [ "bitflags", "cbor4ii", @@ -1517,9 +1273,9 @@ dependencies = [ [[package]] name = "swc_ecma_codegen" -version = "26.0.1" +version = "32.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fafbcdd29cc03b0c04860bb0143e781e13a4e2dac03eb8747df520f602e0aa94" +checksum = "a1b19a1d9f059fb77b0bc321688c7af59fe687a975581379456962586959c5d1" dependencies = [ "ascii", "compact_str", @@ -1535,6 +1291,7 @@ dependencies = [ "swc_common", "swc_ecma_ast", "swc_ecma_codegen_macros", + "swc_ecma_utils", "tracing", ] @@ -1551,18 +1308,18 @@ dependencies = [ [[package]] name = "swc_ecma_parser" -version = "38.0.1" +version = "45.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f0bc3b45f1017b904f1ce9a2ab0001d27975755d1ee9f799d67c354fac43d32c" +checksum = "75a380e3e36a2167f1a2c6fd725c87a3aee60d404505667ea2c7c9e85763a70e" dependencies = [ "bitflags", + "compact_str", "either", "num-bigint", "phf", "rustc-hash", "seq-macro", "serde", - "smartstring", "stacker", "swc_atoms", "swc_common", @@ -1572,9 +1329,9 @@ dependencies = [ [[package]] name = "swc_ecma_testing" -version = "22.0.0" +version = "27.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "497be914cd77ff4169871e3f4b4eb5ce710e36bfc2d953ad008df796874f5ecb" +checksum = "2d9eca985397245f45f146e13bb4f4aec6c9238fe8a05124ab9e626662f0d813" dependencies = [ "anyhow", "hex", @@ -1585,9 +1342,9 @@ dependencies = [ [[package]] name = "swc_ecma_transforms_base" -version = "41.0.1" +version = "49.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6be824dc326da1f7673d1e241790626e5f39f09e1d896175134143408eeaa081" +checksum = "4efb43c0b7a0478fc084c55849e182ce85e7123070eb61cfeba67811ab253051" dependencies = [ "better_scoped_tls", "indexmap", @@ -1607,9 +1364,9 @@ dependencies = [ [[package]] name = "swc_ecma_transforms_testing" -version = "45.0.0" +version = "53.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ba618d2f6e2931046b3b5dce6855505302845bbe994e7dd73636ac09a3f7ed99" +checksum = "f76aec842cdbe4ae1c8a953f8b126c9e26a42ee388c9b3c9b68a0e4e5e9747c9" dependencies = [ "ansi_term", "anyhow", @@ -1633,9 +1390,9 @@ dependencies = [ [[package]] name = "swc_ecma_utils" -version = "29.1.0" +version = "35.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8e64243f2c9e9c9e631a18b42ad51f62137cf4f57b21fb93b1d58836322c2c81" +checksum = "a6fb39737b1c2bde685c5d85799aa04107548de69087a77c690a3ca8bbfc5100" dependencies = [ "dragonbox_ecma", "indexmap", @@ -1652,9 +1409,9 @@ dependencies = [ [[package]] name = "swc_ecma_visit" -version = "23.0.0" +version = "29.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ad65d392ed427dc9e94f16a3d802b02e27722c21227639c8d5f45f19757b447b" +checksum = "a830a070fea84a3a8a8c556463f0551e3bfc6cf2f8bdeecd62fa753e22a72289" dependencies = [ "new_debug_unreachable", "num-bigint", @@ -1678,9 +1435,9 @@ dependencies = [ [[package]] name = "swc_error_reporters" -version = "23.0.0" +version = "28.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a901e41bea44b4ec8237b1cde1d2e7ae0a3b5c87c6d1100103de45caf440f972" +checksum = "997aa1a85b9ebdab127d8819ea5ebfa5b90e5a958d969e25cce4c853c36d26de" dependencies = [ "anyhow", "miette", @@ -1711,9 +1468,9 @@ dependencies = [ [[package]] name = "swc_plugin_macro" -version = "1.1.0" +version = "2.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ace467dfafbbdf3aecff786b8605b35db57d945e92fd88800569aa2cba0cdf61" +checksum = "584f7e74ca311c843d67e143331d9fb17bd5468f6216f3feac0b012d7cc268c0" dependencies = [ "proc-macro2", "quote", @@ -1722,16 +1479,15 @@ dependencies = [ [[package]] name = "swc_plugin_proxy" -version = "23.0.0" +version = "30.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dbfc8183fc43f5617a6bf5e6af0869dd634f3df469070f61b6f98d7cbd300d5a" +checksum = "b13ffe2fc1fb9b1936f6ceaf21d8e2e68f23ac9f0022db414e5f30c5fc52a966" dependencies = [ "better_scoped_tls", "cbor4ii", "rustc-hash", "swc_common", "swc_ecma_ast", - "swc_trace_macro", "tracing", ] @@ -1754,21 +1510,11 @@ dependencies = [ "url", ] -[[package]] -name = "swc_trace_macro" -version = "2.0.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dfd2b4b0adb82e36f2ac688d00a6a67132c7f4170c772617516793a701be89e8" -dependencies = [ - "quote", - "syn", -] - [[package]] name = "swc_transform_common" -version = "15.0.0" +version = "20.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fbf6619f4691d3934610de7d0acf4807634161f395bf44d695810ebae9e405d2" +checksum = "693ff873dd31f50c44f5c05182631715bc03f7e1123e7805279b25d1db2bed20" dependencies = [ "better_scoped_tls", "rustc-hash", @@ -1838,11 +1584,11 @@ dependencies = [ [[package]] name = "testing" -version = "22.0.0" +version = "27.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bd50c53833442165fa5bf385497986c6ca501e8cf2df442919f5475aded14134" +checksum = "ab499434ba981fb7aada35505f2035e1bae4517c18bafebf8954dd2dc7e979af" dependencies = [ - "cargo_metadata 0.18.1", + "cargo_metadata", "difference", "once_cell", "pretty_assertions", @@ -1859,9 +1605,9 @@ dependencies = [ [[package]] name = "testing_macros" -version = "1.0.1" +version = "1.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b7442bd3ca09f38d4788dc5ebafbc1967c3717726b4b074db011d470b353548b" +checksum = "5c21fb13b703fb0bf466ec891704055ec18e2a8c8d2d47c31b65d7006044e146" dependencies = [ "anyhow", "glob", @@ -1889,16 +1635,7 @@ version = "1.0.69" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" dependencies = [ - "thiserror-impl 1.0.69", -] - -[[package]] -name = "thiserror" -version = "2.0.18" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4" -dependencies = [ - "thiserror-impl 2.0.18", + "thiserror-impl", ] [[package]] @@ -1912,17 +1649,6 @@ dependencies = [ "syn", ] -[[package]] -name = "thiserror-impl" -version = "2.0.18" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5" -dependencies = [ - "proc-macro2", - "quote", - "syn", -] - [[package]] name = "thread_local" version = "1.1.9" @@ -1942,21 +1668,6 @@ dependencies = [ "zerovec", ] -[[package]] -name = "tinyvec" -version = "1.11.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3e61e67053d25a4e82c844e8424039d9745781b3fc4f32b8d55ed50f5f667ef3" -dependencies = [ - "tinyvec_macros", -] - -[[package]] -name = "tinyvec_macros" -version = "0.1.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" - [[package]] name = "tracing" version = "0.1.44" @@ -2104,31 +1815,6 @@ version = "0.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65" -[[package]] -name = "vergen" -version = "9.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b849a1f6d8639e8de261e81ee0fc881e3e3620db1af9f2e0da015d4382ceaf75" -dependencies = [ - "anyhow", - "cargo_metadata 0.23.1", - "derive_builder", - "regex", - "rustversion", - "vergen-lib", -] - -[[package]] -name = "vergen-lib" -version = "9.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b34a29ba7e9c59e62f229ae1932fb1b8fb8a6fdcc99215a641913f5f5a59a569" -dependencies = [ - "anyhow", - "derive_builder", - "rustversion", -] - [[package]] name = "version_check" version = "0.9.5" diff --git a/test/e2e/swc-plugins-env/plugin/Cargo.toml b/test/e2e/swc-plugins-env/plugin/Cargo.toml index f4e4f052bb2a..dcc1f61c6c6f 100644 --- a/test/e2e/swc-plugins-env/plugin/Cargo.toml +++ b/test/e2e/swc-plugins-env/plugin/Cargo.toml @@ -1,3 +1,6 @@ +# build using +# RUSTFLAGS= cargo build --target wasm32-wasip1 --release && cp target/wasm32-wasip1/release/swc_plugin_env_check.wasm ../ + [package] name = "swc-plugin-env-check" version = "0.1.0" @@ -15,4 +18,6 @@ opt-level = "z" [dependencies] serde = "1.0.173" serde_json = "1.0.103" -swc_core = { version = "63.1.1", features = ["ecma_plugin_transform"] } +swc_core = { version = "77", features = ["ecma_plugin_transform"] } + +[workspace] diff --git a/test/e2e/swc-plugins-env/plugin/rust-toolchain.toml b/test/e2e/swc-plugins-env/plugin/rust-toolchain.toml new file mode 100644 index 000000000000..6792dcb214ad --- /dev/null +++ b/test/e2e/swc-plugins-env/plugin/rust-toolchain.toml @@ -0,0 +1,4 @@ +[toolchain] +channel = "stable" +profile = "minimal" +targets = ["wasm32-wasip1"] diff --git a/test/e2e/swc-plugins-env/swc_plugin_env_check.wasm b/test/e2e/swc-plugins-env/swc_plugin_env_check.wasm index cc7be1c68871..6c18f0a87adc 100755 Binary files a/test/e2e/swc-plugins-env/swc_plugin_env_check.wasm and b/test/e2e/swc-plugins-env/swc_plugin_env_check.wasm differ diff --git a/test/e2e/swc-plugins/index.test.ts b/test/e2e/swc-plugins/index.test.ts index ddd7258b2bba..ca78dc13c7c5 100644 --- a/test/e2e/swc-plugins/index.test.ts +++ b/test/e2e/swc-plugins/index.test.ts @@ -6,7 +6,7 @@ describe('swcPlugins', () => { files: __dirname, skipDeployment: true, dependencies: { - '@swc/plugin-react-remove-properties': '11.1.0', + '@swc/plugin-react-remove-properties': '13.0.0', }, }) if (skipped) return diff --git a/test/lib/e2e-utils/index.ts b/test/lib/e2e-utils/index.ts index ed5f08e8917f..ea7ec0460fc4 100644 --- a/test/lib/e2e-utils/index.ts +++ b/test/lib/e2e-utils/index.ts @@ -17,6 +17,7 @@ import { getActiveDescribeGates, hasLazyForceGate, findLazyForceSkip, + ungatedHook, } from '../gate/runtime' export type { NextInstance } @@ -382,74 +383,84 @@ export function nextTestSetup( let next: NextInstance | undefined if (!skipped) { - beforeAll(async () => { - if (!buildForceGated) { - next = await createNext(options) - return - } - // Try to decide the force-gate against the *source* fixture first, - // before paying for the fixture setup (which includes a dependency - // install when the run is isolated). The config resolver falls back to - // the repo's own `next` when the directory has no install, and the env - // mirrors what `getSpawnOpts` hands every fixture child process. An - // inline `files` object has no directory to resolve against, and any - // resolution failure (e.g. a config that imports from the fixture's - // own node_modules) falls through to the instance-based decision below. - if (typeof options.files === 'string') { - const config = await loadResolvedConfig({ - dir: options.files, - phase: isNextDev ? PHASE_DEVELOPMENT_SERVER : PHASE_PRODUCTION_BUILD, - env: { - ...process.env, - ...options.env, - NODE_ENV: (options.env?.NODE_ENV || - '') as NodeJS.ProcessEnv['NODE_ENV'], - PORT: '0', - __NEXT_TEST_MODE: 'e2e', - }, - }).catch(() => null) - const earlySkip = config && findLazyForceSkip(describeGates, config) - if (earlySkip) { - // No instance ever exists on this path, so register the resolved - // config directly for the per-test force-pass decisions. - registerFixture({ getResolvedConfig: async () => config }) + // `ungatedHook`: this hook makes the lazy `@force-gate` skip decision, so + // it must run even (especially) when that decision is "skip". + beforeAll( + ungatedHook(async () => { + if (!buildForceGated) { + next = await createNext(options) + return + } + // Try to decide the force-gate against the *source* fixture first, + // before paying for the fixture setup (which includes a dependency + // install when the run is isolated). The config resolver falls back to + // the repo's own `next` when the directory has no install, and the env + // mirrors what `getSpawnOpts` hands every fixture child process. An + // inline `files` object has no directory to resolve against, and any + // resolution failure (e.g. a config that imports from the fixture's + // own node_modules) falls through to the instance-based decision below. + if (typeof options.files === 'string') { + const config = await loadResolvedConfig({ + dir: options.files, + phase: isNextDev + ? PHASE_DEVELOPMENT_SERVER + : PHASE_PRODUCTION_BUILD, + env: { + ...process.env, + ...options.env, + NODE_ENV: (options.env?.NODE_ENV || + '') as NodeJS.ProcessEnv['NODE_ENV'], + PORT: '0', + __NEXT_TEST_MODE: 'e2e', + }, + }).catch(() => null) + const earlySkip = config && findLazyForceSkip(describeGates, config) + if (earlySkip) { + // No instance ever exists on this path, so register the resolved + // config directly for the per-test force-pass decisions. + registerFixture({ getResolvedConfig: async () => config }) + require('console').warn( + ` ⚠ suite build skipped by \`@force-gate ${earlySkip.source}\` ` + + `(decided from the source fixture; setup skipped)` + ) + return + } + } + // Set the fixture up (so its config is resolvable) without building, then + // resolve the force-gate. If it's false, skip the build entirely — the + // inherited gate makes every test force-pass, so nothing touches `next`. + const instance = await createNext({ ...options, skipStart: true }) + next = instance + const config = await instance.getResolvedConfig() + const forceSkip = findLazyForceSkip(describeGates, config) + if (forceSkip) { require('console').warn( - ` ⚠ suite build skipped by \`@force-gate ${earlySkip.source}\` ` + - `(decided from the source fixture; setup skipped)` + ` ⚠ suite build skipped by \`@force-gate ${forceSkip.source}\`` ) return } - } - // Set the fixture up (so its config is resolvable) without building, then - // resolve the force-gate. If it's false, skip the build entirely — the - // inherited gate makes every test force-pass, so nothing touches `next`. - const instance = await createNext({ ...options, skipStart: true }) - next = instance - const config = await instance.getResolvedConfig() - const forceSkip = findLazyForceSkip(describeGates, config) - if (forceSkip) { - require('console').warn( - ` ⚠ suite build skipped by \`@force-gate ${forceSkip.source}\`` - ) - return - } - try { - await instance.start() - } catch (err) { - await instance.destroy().catch(() => {}) - next = undefined - throw err - } - }) - afterAll(async () => { - // Gracefully destroy the instance if `createNext` success. - // If next instance is not available, it's likely beforeAll hook failed and unnecessarily throws another error - // by attempting to destroy on undefined. - await next?.destroy() - // The early force-skip path registers a config source without an - // instance (an instance clears itself on destroy). - if (!next) clearFixture() - }) + try { + await instance.start() + } catch (err) { + await instance.destroy().catch(() => {}) + next = undefined + throw err + } + }) + ) + // `ungatedHook`: teardown must run even when the suite was force-skipped, + // otherwise the fixture leaks into the next describe's gate decisions. + afterAll( + ungatedHook(async () => { + // Gracefully destroy the instance if `createNext` success. + // If next instance is not available, it's likely beforeAll hook failed and unnecessarily throws another error + // by attempting to destroy on undefined. + await next?.destroy() + // The early force-skip path registers a config source without an + // instance (an instance clears itself on destroy). + if (!next) clearFixture() + }) + ) } const nextProxy = new Proxy({} as NextInstance, { diff --git a/test/lib/gate/README.md b/test/lib/gate/README.md index 4d225729be74..f27f717a6625 100644 --- a/test/lib/gate/README.md +++ b/test/lib/gate/README.md @@ -201,7 +201,9 @@ var is not what the fixture actually resolved. through Jest's native `test.failing` and the inversion is Jest's own. A lazy gate can't be decided until the fixture's config resolves, so those tests wrap the body and invert the outcome at runtime. The `it`/`test` - globals are wrapped so a gate on a `describe` reaches the tests inside. + globals are wrapped so a gate on a `describe` reaches the tests inside. The + `beforeAll`/`afterAll`/`beforeEach`/`afterEach` globals are wrapped too, but + only to skip hooks registered under a false lazy `@force-gate`. 4. `state.ts` holds the fixture `createNext()` registered; `NextInstance.getResolvedConfig()` resolves its config out of process (in process, `loadConfig` would mutate the Jest worker's `process.env` from the @@ -226,7 +228,9 @@ A suite with no lazy gate never resolves a config, so the cost is zero. anyway. In practice `createRouterAct` and Playwright fail fast instead of stalling. - Only the test body is gated. A failure from an `afterEach` (e.g. the redbox - matchers) still fails the test. + matchers) still fails the test. Hooks registered inside a `describe` whose + lazy `@force-gate` is false are the one exception: the suite's build and + tests are skipped, so its hooks are skipped too. - `jest.retryTimes(1)` is on for non-dev CI. A stale gate fails deterministically on both attempts, but a *flaky* gated-false test now "passes" whenever it happens to fail. diff --git a/test/lib/gate/runtime.ts b/test/lib/gate/runtime.ts index bf04fe41a224..66b0612f6e5d 100644 --- a/test/lib/gate/runtime.ts +++ b/test/lib/gate/runtime.ts @@ -29,12 +29,19 @@ * * ## `@force-gate` * - * `// @force-gate ` skips the test for real (`○ skipped`) when the - * condition is false. That requires a decision at collection time, so it only - * accepts static conditions, and it gives up the stale-gate tripwire entirely. - * Prefer `@gate`; reach for `@force-gate` only when running the body is - * impossible rather than merely failing — dev mode has no build output, deploy - * mode cannot touch the filesystem. + * `// @force-gate ` skips the test when the condition is false, + * giving up the stale-gate tripwire entirely. Prefer `@gate`; reach for + * `@force-gate` only when running the body is impossible rather than merely + * failing: dev mode has no build output, deploy mode cannot touch the + * filesystem. + * + * A static condition is decided at collection time, a real Jest + * `○ skipped`. A *lazy* one (read off the fixture's resolved config) cannot + * be known then, so it force-passes the test at runtime instead (see + * `wrapGatedBody`), and on a `describe` it also skips the fixture build + * (`nextTestSetup`). Hooks registered inside such a `describe` are skipped + * too (see `wrapGatedHook`): the fixture they would prepare or inspect was + * never booted. */ import { evaluate, parse, type ExprNode } from './expr' @@ -71,6 +78,23 @@ const describeGateStack: Gate[] = [] /** Bodies this module already wrapped, so inherited gates are not re-applied. */ const gatedBodies = new WeakSet() +/** + * Hook callbacks the harness itself registered (`nextTestSetup`'s setup and + * teardown) while a gated `describe` body was being collected. They must run + * even when a lazy `@force-gate` skips the suite: they are what makes the + * skip decision, and they clear the fixture afterwards. + */ +const ungatedHooks = new WeakSet() + +/** + * Marks a hook callback as harness-internal so `wrapHookGlobals` leaves it + * alone. Suite code never needs this. + */ +export function ungatedHook(hook: T): T { + ungatedHooks.add(hook) + return hook +} + function staleGateMessage(gate: Gate): string { return ( `Gated test passed unexpectedly.\n\n` + @@ -280,6 +304,39 @@ function wrapGatedBody( return body as jest.ProvidesCallback } +/** + * The hook counterpart of `wrapGatedBody`, for a `beforeAll` / `afterAll` / + * `beforeEach` / `afterEach` registered inside a `describe` that carries a + * lazy `@force-gate`. When the gate force-skips the suite (and its build), + * the hooks must not run either: they would prepare or inspect a fixture that + * was never booted, while the suite's tests all force-pass without them. + * + * Only a false lazy `@force-gate` skips a hook. An inverted `@gate` still + * runs its tests, so they need their hooks, and a static `@force-gate` skips + * the whole `describe` at collection time, hooks included. + */ +function wrapGatedHook( + gates: Gate[], + callback: Function +): () => Promise { + return async function gatedHook(this: unknown): Promise { + if (!hasFixture()) { + // The condition cannot be resolved here: either this hook runs before + // `nextTestSetup`'s own `beforeAll` registered the fixture, or it is an + // `afterAll` running after the fixture was cleared. Run as if ungated. + return callback.apply(this) + } + const config = await getResolvedConfigForGates() + if (findLazyForceSkip(gates, config) !== null) { + // Silent: the suite-level "build skipped" warning and the per-test + // force-pass warnings already carry the signal, and a static + // `describe.skip` skips hooks silently too. + return + } + return callback.apply(this) + } +} + /** * The body for a test registered through Jest's own `test.failing`, used when * a false static `@gate` is known at collection time. Jest inverts the outcome @@ -514,10 +571,51 @@ function wrapTestGlobals(): void { } } +/** + * The hook counterpart of `wrapTestGlobals`. Hooks carry no pragma, so the + * only thing that can skip one is a lazy `@force-gate` inherited from the + * enclosing `describe`, which is exactly the case where the fixture was never + * booted and running the hook would fail (or worse, hang) for no benefit. + */ +function wrapHookGlobals(): void { + for (const key of [ + 'beforeAll', + 'afterAll', + 'beforeEach', + 'afterEach', + ] as const) { + const original = (global as any)[key] + if (typeof original !== 'function' || original.__gateWrapped) continue + + const wrapped = new Proxy(original, { + apply(target, thisArg, args: any[]) { + const [callback] = args + if ( + typeof callback !== 'function' || + // A `done`-style hook cannot be observed; leave it alone. + callback.length > 0 || + !hasLazyForceGate(describeGateStack) || + ungatedHooks.has(callback) + ) { + return Reflect.apply(target, thisArg, args) + } + + return Reflect.apply(target, thisArg, [ + wrapGatedHook([...describeGateStack], callback), + ...args.slice(1), + ]) + }, + }) + Object.defineProperty(wrapped, '__gateWrapped', { value: true }) + ;(global as any)[key] = wrapped + } +} + /** Called from `test/jest-setup-after-env.ts`. */ export function installGate(): void { ;(global as any)._test_gate = _test_gate wrapTestGlobals() + wrapHookGlobals() } /** Test-only: the parse/validate half, without registering anything. */ diff --git a/test/unit/gate/runtime.test.ts b/test/unit/gate/runtime.test.ts index 63aeeb85ac6e..e3d4c9d783d8 100644 --- a/test/unit/gate/runtime.test.ts +++ b/test/unit/gate/runtime.test.ts @@ -415,4 +415,47 @@ describe('@gate runtime', () => { ).resolves.toBeUndefined() }) }) + + // A lazy `@force-gate` on a describe force-passes the tests and skips the + // fixture build, so hooks registered inside such a describe must not run: + // they would touch a fixture that was never booted. These describes go + // through the real pragma path like the ones above. The wrapper describe + // carries no pragma, so its `beforeEach` is not gated and re-pins a config + // with cacheComponents on before each test (the file-level `afterEach` + // clears it again). + describe('a lazy @force-gate on a describe', () => { + beforeEach(() => { + registerFixture({ + getResolvedConfig: async () => ({ cacheComponents: true }), + }) + }) + + // @force-gate !cacheComponents + describe('skipped suite', () => { + beforeEach(() => { + throw new Error('beforeEach must be skipped') + }) + + afterEach(() => { + throw new Error('afterEach must be skipped') + }) + + it('force-passes without running its hooks or body', () => { + throw new Error('body must not run') + }) + }) + + // @force-gate cacheComponents + describe('held suite', () => { + let hookRan = false + + beforeEach(() => { + hookRan = true + }) + + it('runs hooks when the gate holds', () => { + expect(hookRan).toBe(true) + }) + }) + }) }) diff --git a/turbopack/crates/turbopack-ecmascript/src/analyzer/graph/visitor.rs b/turbopack/crates/turbopack-ecmascript/src/analyzer/graph/visitor.rs index 4ae8abe01063..caf47ba1a875 100644 --- a/turbopack/crates/turbopack-ecmascript/src/analyzer/graph/visitor.rs +++ b/turbopack/crates/turbopack-ecmascript/src/analyzer/graph/visitor.rs @@ -1123,7 +1123,7 @@ impl<'a> Analyzer<'a, '_> { arrow_expr, ArrowExprField::Body, )); - self.visit_block_stmt_or_expr(body, &mut ast_path); + self.visit_arrow_function_body(body, &mut ast_path); } { @@ -1157,8 +1157,9 @@ impl<'a> Analyzer<'a, '_> { is_generator: _, params, return_type, - span: _, type_params, + this_param: _, + span: _, ctxt: _, } = function; for (i, param) in params.iter().enumerate() { @@ -1180,7 +1181,7 @@ impl<'a> Analyzer<'a, '_> { let mut ast_path = ast_path.with_guard(AstParentNodeRef::Function(function, FunctionField::Body)); - self.visit_opt_block_stmt(body, &mut ast_path); + self.visit_opt_function_body(body, &mut ast_path); } { @@ -1259,27 +1260,29 @@ impl<'a> Analyzer<'a, '_> { Some(path) } Expr::Arrow(ArrowExpr { - body: BlockStmtOrExpr::BlockStmt(_), + body: ArrowFunctionBody::FunctionBody(_), .. }) => { let mut path = as_parent_path(&ast_path); path.push(AstParentKind::ExprOrSpread(ExprOrSpreadField::Expr)); path.push(AstParentKind::Expr(ExprField::Arrow)); path.push(AstParentKind::ArrowExpr(ArrowExprField::Body)); - path.push(AstParentKind::BlockStmtOrExpr( - BlockStmtOrExprField::BlockStmt, + path.push(AstParentKind::ArrowFunctionBody( + ArrowFunctionBodyField::FunctionBody, )); Some(path) } Expr::Arrow(ArrowExpr { - body: BlockStmtOrExpr::Expr(_), + body: ArrowFunctionBody::Expr(_), .. }) => { let mut path = as_parent_path(&ast_path); path.push(AstParentKind::ExprOrSpread(ExprOrSpreadField::Expr)); path.push(AstParentKind::Expr(ExprField::Arrow)); path.push(AstParentKind::ArrowExpr(ArrowExprField::Body)); - path.push(AstParentKind::BlockStmtOrExpr(BlockStmtOrExprField::Expr)); + path.push(AstParentKind::ArrowFunctionBody( + ArrowFunctionBodyField::Expr, + )); Some(path) } _ => None, @@ -1932,7 +1935,7 @@ impl VisitAstPath for Analyzer<'_, '_> { ast_path.with_guard(AstParentNodeRef::ArrowExpr(expr, ArrowExprField::Body)); expr.body.visit_with_ast_path(this, &mut ast_path); // If body is a single expression treat it as a Block with an return statement - if let BlockStmtOrExpr::Expr(inner_expr) = &*expr.body { + if let ArrowFunctionBody::Expr(inner_expr) = &*expr.body { let implicit_return_value = this.eval_context.eval(this.arena, inner_expr); this.add_return_value(implicit_return_value); } @@ -2691,32 +2694,37 @@ impl VisitAstPath for Analyzer<'_, '_> { self.effects.extend(self.arena, take(&mut effects)); } + fn visit_function_body<'ast: 'r, 'r>( + &mut self, + n: &'ast FunctionBody, + ast_path: &mut swc_core::ecma::visit::AstNodePath<'r>, + ) { + let mut effects = take(&mut self.effects); + let hoisted_effects = take(&mut self.hoisted_effects); + + let (_, returns_unconditionally) = self.enter_block(LexicalContext::Block, |this| { + n.visit_children_with_ast_path(this, ast_path); + }); + // By handling this logic here instead of in enter_fn, we naturally skip it + // for arrow functions with single expression bodies, since they just don't hit this + // path. + if !returns_unconditionally { + self.add_return_value(JsValue::Constant(ConstantValue::Undefined)); + } + self.effects + .extend(self.arena, take(&mut self.hoisted_effects)); + effects.extend(self.arena, take(&mut self.effects)); + self.hoisted_effects = hoisted_effects; + self.effects = effects; + } + fn visit_block_stmt<'ast: 'r, 'r>( &mut self, n: &'ast BlockStmt, ast_path: &mut swc_core::ecma::visit::AstNodePath<'r>, ) { match self.cur_lexical_context() { - LexicalContext::Function { .. } => { - let mut effects = take(&mut self.effects); - let hoisted_effects = take(&mut self.hoisted_effects); - - let (_, returns_unconditionally) = - self.enter_block(LexicalContext::Block, |this| { - n.visit_children_with_ast_path(this, ast_path); - }); - // By handling this logic here instead of in enter_fn, we naturally skip it - // for arrow functions with single expression bodies, since they just don't hit this - // path. - if !returns_unconditionally { - self.add_return_value(JsValue::Constant(ConstantValue::Undefined)); - } - self.effects - .extend(self.arena, take(&mut self.hoisted_effects)); - effects.extend(self.arena, take(&mut self.effects)); - self.hoisted_effects = hoisted_effects; - self.effects = effects; - } + LexicalContext::Function { .. } => unreachable!("function bodies use FunctionBody"), LexicalContext::ControlFlow { .. } => { self.with_block(LexicalContext::Block, |this| { n.visit_children_with_ast_path(this, ast_path) diff --git a/turbopack/crates/turbopack-ecmascript/src/analyzer/jsvalue/constants.rs b/turbopack/crates/turbopack-ecmascript/src/analyzer/jsvalue/constants.rs index 28a030021943..3cbb61625b28 100644 --- a/turbopack/crates/turbopack-ecmascript/src/analyzer/jsvalue/constants.rs +++ b/turbopack/crates/turbopack-ecmascript/src/analyzer/jsvalue/constants.rs @@ -270,7 +270,10 @@ impl From for ConstantValue { Lit::Num(v) => ConstantValue::Num(ConstantNumber(v.value)), Lit::BigInt(v) => ConstantValue::BigInt(v.value), Lit::Regex(v) => ConstantValue::Regex(Box::new((v.exp, v.flags))), - Lit::JSXText(v) => ConstantValue::Str(ConstantString::Atom(v.value)), + Lit::JSXText(v) => { + // TODO + ConstantValue::Str(ConstantString::Atom(v.value.to_atom_lossy().into_owned())) + } } } } diff --git a/turbopack/crates/turbopack-ecmascript/src/code_gen.rs b/turbopack/crates/turbopack-ecmascript/src/code_gen.rs index 66f16707a33e..8c398b48486a 100644 --- a/turbopack/crates/turbopack-ecmascript/src/code_gen.rs +++ b/turbopack/crates/turbopack-ecmascript/src/code_gen.rs @@ -4,8 +4,8 @@ use swc_core::{ base::SwcComments, ecma::{ ast::{ - BlockStmt, CallExpr, Expr, Lit, MemberExpr, ModuleDecl, ModuleItem, Pat, Program, Prop, - SimpleAssignTarget, Stmt, Str, SwitchCase, + BlockStmt, CallExpr, Expr, FunctionBody, Lit, MemberExpr, ModuleDecl, ModuleItem, Pat, + Program, Prop, SimpleAssignTarget, Stmt, Str, SwitchCase, }, visit::AstParentKind, }, @@ -144,6 +144,7 @@ pub trait AstModifier: Send + Sync { method!(visit_mut_lit, Lit); method!(visit_mut_str, Str); method!(visit_mut_block_stmt, BlockStmt); + method!(visit_mut_function_body, FunctionBody); method!(visit_mut_switch_case, SwitchCase); method!(visit_mut_program, Program); } @@ -174,6 +175,7 @@ impl_modify!(visit_mut_call_expr, CallExpr); impl_modify!(visit_mut_lit, Lit); impl_modify!(visit_mut_str, Str); impl_modify!(visit_mut_block_stmt, BlockStmt); +impl_modify!(visit_mut_function_body, FunctionBody); impl_modify!(visit_mut_switch_case, SwitchCase); impl_modify!(visit_mut_program, Program); diff --git a/turbopack/crates/turbopack-ecmascript/src/path_visitor.rs b/turbopack/crates/turbopack-ecmascript/src/path_visitor.rs index 0437f4a1b4fc..bc4dcc856fbb 100644 --- a/turbopack/crates/turbopack-ecmascript/src/path_visitor.rs +++ b/turbopack/crates/turbopack-ecmascript/src/path_visitor.rs @@ -153,6 +153,7 @@ impl VisitMutAstPath for ApplyVisitors<'_, '_> { method!(visit_mut_lit, Lit); method!(visit_mut_str, Str); method!(visit_mut_block_stmt, BlockStmt); + method!(visit_mut_function_body, FunctionBody); method!(visit_mut_switch_case, SwitchCase); } diff --git a/turbopack/crates/turbopack-ecmascript/src/references/hot_module.rs b/turbopack/crates/turbopack-ecmascript/src/references/hot_module.rs index e850dd2839a1..62c9c885b525 100644 --- a/turbopack/crates/turbopack-ecmascript/src/references/hot_module.rs +++ b/turbopack/crates/turbopack-ecmascript/src/references/hot_module.rs @@ -5,7 +5,7 @@ use bincode::{Decode, Encode}; use swc_core::{ common::{DUMMY_SP, SyntaxContext}, ecma::ast::{ - ArrowExpr, BlockStmt, BlockStmtOrExpr, CallExpr, Callee, Expr, ExprOrSpread, ExprStmt, + ArrowExpr, ArrowFunctionBody, CallExpr, Callee, Expr, ExprOrSpread, ExprStmt, FunctionBody, Ident, Stmt, }, quote, @@ -244,10 +244,9 @@ impl ModuleHotReferenceCodeGen { *call_expr.args[1].expr = Expr::Arrow(ArrowExpr { span: DUMMY_SP, params: vec![], - body: Box::new(BlockStmtOrExpr::BlockStmt(BlockStmt { + body: Box::new(ArrowFunctionBody::FunctionBody(FunctionBody { span: DUMMY_SP, stmts: wrapper_stmts, - ..Default::default() })), ..Default::default() }); @@ -258,10 +257,9 @@ impl ModuleHotReferenceCodeGen { expr: Box::new(Expr::Arrow(ArrowExpr { span: DUMMY_SP, params: vec![], - body: Box::new(BlockStmtOrExpr::BlockStmt(BlockStmt { + body: Box::new(ArrowFunctionBody::FunctionBody(FunctionBody { span: DUMMY_SP, stmts: wrapper_stmts, - ..Default::default() })), ..Default::default() })), diff --git a/turbopack/crates/turbopack-ecmascript/src/references/removal.rs b/turbopack/crates/turbopack-ecmascript/src/references/removal.rs index 5420bed6d8d6..fe8c95e0212d 100644 --- a/turbopack/crates/turbopack-ecmascript/src/references/removal.rs +++ b/turbopack/crates/turbopack-ecmascript/src/references/removal.rs @@ -13,12 +13,13 @@ use swc_core::{ ecma::{ ast::{ ArrayPat, ArrowExpr, AssignPat, AssignPatProp, BindingIdent, BlockStmt, ClassDecl, - Decl, EmptyStmt, Expr, FnDecl, Ident, KeyValuePatProp, Lit, ObjectPat, ObjectPatProp, - Pat, RestPat, Stmt, Str, SwitchCase, VarDecl, VarDeclKind, VarDeclarator, + Decl, EmptyStmt, Expr, FnDecl, FunctionBody, Ident, KeyValuePatProp, Lit, ObjectPat, + ObjectPatProp, Pat, RestPat, Stmt, Str, SwitchCase, VarDecl, VarDeclKind, + VarDeclarator, }, visit::{ AstParentKind, VisitMut, VisitMutWith, - fields::{BlockStmtField, SwitchCaseField}, + fields::{BlockStmtField, FunctionBodyField, SwitchCaseField}, }, }, quote, @@ -101,6 +102,10 @@ impl AstModifier for UnreachableRangeModifier { self.replace(&mut block.stmts, self.start_index); } + fn visit_mut_function_body(&self, body: &mut FunctionBody) { + self.replace(&mut body.stmts, self.start_index); + } + fn visit_mut_switch_case(&self, case: &mut SwitchCase) { self.replace(&mut case.cons, self.start_index); } @@ -182,6 +187,18 @@ impl RemovalCodeGen { start_index, }) as Box, )] + } else if let &AstParentKind::FunctionBody(FunctionBodyField::Stmts( + start_index, + )) = last + { + vec![( + parent.to_vec(), + Box::new(UnreachableRangeModifier { + comment_replacement: comment_replacement.clone(), + comments: comments.clone(), + start_index, + }) as Box, + )] } else if let &AstParentKind::SwitchCase(SwitchCaseField::Cons(start_index)) = last { diff --git a/turbopack/crates/turbopack-ecmascript/src/transform/mod.rs b/turbopack/crates/turbopack-ecmascript/src/transform/mod.rs index 09075cad484d..8654d65a066c 100644 --- a/turbopack/crates/turbopack-ecmascript/src/transform/mod.rs +++ b/turbopack/crates/turbopack-ecmascript/src/transform/mod.rs @@ -9,7 +9,7 @@ use swc_core::{ common::{Mark, SourceMap, comments::Comments}, ecma::{ ast::{ - ArrowExpr, BlockStmtOrExpr, Expr, ExprStmt, Function, Lit, ModuleItem, Pass, Program, + ArrowExpr, ArrowFunctionBody, Expr, ExprStmt, Function, Lit, ModuleItem, Pass, Program, Stmt, }, preset_env::{self, Feature, FeatureOrModule, Targets}, @@ -488,7 +488,7 @@ impl Visit for ReactCompilerAnnotationFinder { if self.found { return; } - if let BlockStmtOrExpr::BlockStmt(body) = &*node.body + if let ArrowFunctionBody::FunctionBody(body) = &*node.body && has_react_compiler_opt_in_directive(&body.stmts) { self.found = true; diff --git a/turbopack/crates/turbopack-ecmascript/src/webpack/parse.rs b/turbopack/crates/turbopack-ecmascript/src/webpack/parse.rs index 0a4d90a0081b..550bf852bc86 100644 --- a/turbopack/crates/turbopack-ecmascript/src/webpack/parse.rs +++ b/turbopack/crates/turbopack-ecmascript/src/webpack/parse.rs @@ -69,7 +69,7 @@ fn get_fn_body(expr: &Expr) -> Option<&Vec> { return Some(&body.stmts); } if let Some(ArrowExpr { body, .. }) = expr.as_arrow() - && let Some(block) = body.as_block_stmt() + && let Some(block) = body.as_function_body() { return Some(&block.stmts); } diff --git a/turbopack/crates/turbopack-ecmascript/tests/analyzer/graph/1/graph-effects.snapshot b/turbopack/crates/turbopack-ecmascript/tests/analyzer/graph/1/graph-effects.snapshot index 4ab9fdf70b40..81139c95f9dc 100644 --- a/turbopack/crates/turbopack-ecmascript/tests/analyzer/graph/1/graph-effects.snapshot +++ b/turbopack/crates/turbopack-ecmascript/tests/analyzer/graph/1/graph-effects.snapshot @@ -28,7 +28,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -95,7 +95,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), diff --git a/turbopack/crates/turbopack-ecmascript/tests/analyzer/graph/array-map/graph-effects.snapshot b/turbopack/crates/turbopack-ecmascript/tests/analyzer/graph/array-map/graph-effects.snapshot index c48db9ba9b71..085d875893e3 100644 --- a/turbopack/crates/turbopack-ecmascript/tests/analyzer/graph/array-map/graph-effects.snapshot +++ b/turbopack/crates/turbopack-ecmascript/tests/analyzer/graph/array-map/graph-effects.snapshot @@ -147,7 +147,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -386,7 +386,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -635,7 +635,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -706,7 +706,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -802,7 +802,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -865,7 +865,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -988,7 +988,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -1037,7 +1037,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -1111,7 +1111,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -1152,7 +1152,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), diff --git a/turbopack/crates/turbopack-ecmascript/tests/analyzer/graph/arrow/graph-effects.snapshot b/turbopack/crates/turbopack-ecmascript/tests/analyzer/graph/arrow/graph-effects.snapshot index 2f7ac406fa11..b33131db8763 100644 --- a/turbopack/crates/turbopack-ecmascript/tests/analyzer/graph/arrow/graph-effects.snapshot +++ b/turbopack/crates/turbopack-ecmascript/tests/analyzer/graph/arrow/graph-effects.snapshot @@ -29,10 +29,10 @@ ArrowExpr( Body, ), - BlockStmtOrExpr( - BlockStmt, + ArrowFunctionBody( + FunctionBody, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -72,10 +72,10 @@ ArrowExpr( Body, ), - BlockStmtOrExpr( - BlockStmt, + ArrowFunctionBody( + FunctionBody, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -118,7 +118,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -161,7 +161,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -193,7 +193,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 2, ), @@ -218,10 +218,10 @@ ArrowExpr( Body, ), - BlockStmtOrExpr( - BlockStmt, + ArrowFunctionBody( + FunctionBody, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -253,7 +253,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 3, ), @@ -278,10 +278,10 @@ ArrowExpr( Body, ), - BlockStmtOrExpr( - BlockStmt, + ArrowFunctionBody( + FunctionBody, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -313,7 +313,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 4, ), @@ -341,7 +341,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -373,7 +373,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 5, ), @@ -401,7 +401,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), diff --git a/turbopack/crates/turbopack-ecmascript/tests/analyzer/graph/async-lazy-init/graph-effects.snapshot b/turbopack/crates/turbopack-ecmascript/tests/analyzer/graph/async-lazy-init/graph-effects.snapshot index 7c959748f988..3a7ca1acb82c 100644 --- a/turbopack/crates/turbopack-ecmascript/tests/analyzer/graph/async-lazy-init/graph-effects.snapshot +++ b/turbopack/crates/turbopack-ecmascript/tests/analyzer/graph/async-lazy-init/graph-effects.snapshot @@ -24,7 +24,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -82,7 +82,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -150,7 +150,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -192,7 +192,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -234,7 +234,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 1, ), @@ -279,7 +279,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -331,7 +331,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -409,7 +409,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -476,7 +476,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -544,7 +544,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -586,7 +586,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -628,7 +628,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 1, ), diff --git a/turbopack/crates/turbopack-ecmascript/tests/analyzer/graph/async-nested-promise/graph-effects.snapshot b/turbopack/crates/turbopack-ecmascript/tests/analyzer/graph/async-nested-promise/graph-effects.snapshot index c0201f2ad072..69baa50cddcc 100644 --- a/turbopack/crates/turbopack-ecmascript/tests/analyzer/graph/async-nested-promise/graph-effects.snapshot +++ b/turbopack/crates/turbopack-ecmascript/tests/analyzer/graph/async-nested-promise/graph-effects.snapshot @@ -846,7 +846,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -888,7 +888,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -932,7 +932,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -974,7 +974,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -1018,7 +1018,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -1070,7 +1070,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -1121,7 +1121,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -1175,7 +1175,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -1226,7 +1226,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -1271,7 +1271,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -1316,7 +1316,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), diff --git a/turbopack/crates/turbopack-ecmascript/tests/analyzer/graph/class_super/graph-effects.snapshot b/turbopack/crates/turbopack-ecmascript/tests/analyzer/graph/class_super/graph-effects.snapshot index c5ea2ffcb960..142281b776e9 100644 --- a/turbopack/crates/turbopack-ecmascript/tests/analyzer/graph/class_super/graph-effects.snapshot +++ b/turbopack/crates/turbopack-ecmascript/tests/analyzer/graph/class_super/graph-effects.snapshot @@ -58,7 +58,7 @@ Constructor( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -86,10 +86,10 @@ ArrowExpr( Body, ), - BlockStmtOrExpr( - BlockStmt, + ArrowFunctionBody( + FunctionBody, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -171,7 +171,7 @@ Constructor( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -199,10 +199,10 @@ ArrowExpr( Body, ), - BlockStmtOrExpr( - BlockStmt, + ArrowFunctionBody( + FunctionBody, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -255,7 +255,7 @@ Constructor( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -283,8 +283,8 @@ ArrowExpr( Body, ), - BlockStmtOrExpr( - BlockStmt, + ArrowFunctionBody( + FunctionBody, ), ], ), @@ -323,7 +323,7 @@ Constructor( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), diff --git a/turbopack/crates/turbopack-ecmascript/tests/analyzer/graph/conditional-import/graph-effects.snapshot b/turbopack/crates/turbopack-ecmascript/tests/analyzer/graph/conditional-import/graph-effects.snapshot index 5f17c62bb753..962ad5453c2b 100644 --- a/turbopack/crates/turbopack-ecmascript/tests/analyzer/graph/conditional-import/graph-effects.snapshot +++ b/turbopack/crates/turbopack-ecmascript/tests/analyzer/graph/conditional-import/graph-effects.snapshot @@ -1071,7 +1071,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -1121,7 +1121,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -1162,7 +1162,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -1198,7 +1198,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -1248,7 +1248,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 1, ), @@ -1296,7 +1296,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 2, ), diff --git a/turbopack/crates/turbopack-ecmascript/tests/analyzer/graph/default-args/graph-effects.snapshot b/turbopack/crates/turbopack-ecmascript/tests/analyzer/graph/default-args/graph-effects.snapshot index 2ed61c961b14..864936e50eda 100644 --- a/turbopack/crates/turbopack-ecmascript/tests/analyzer/graph/default-args/graph-effects.snapshot +++ b/turbopack/crates/turbopack-ecmascript/tests/analyzer/graph/default-args/graph-effects.snapshot @@ -105,10 +105,10 @@ ArrowExpr( Body, ), - BlockStmtOrExpr( - BlockStmt, + ArrowFunctionBody( + FunctionBody, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -211,7 +211,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), diff --git a/turbopack/crates/turbopack-ecmascript/tests/analyzer/graph/early-return/graph-effects.snapshot b/turbopack/crates/turbopack-ecmascript/tests/analyzer/graph/early-return/graph-effects.snapshot index cd098291edbf..ba07f9bb3c0e 100644 --- a/turbopack/crates/turbopack-ecmascript/tests/analyzer/graph/early-return/graph-effects.snapshot +++ b/turbopack/crates/turbopack-ecmascript/tests/analyzer/graph/early-return/graph-effects.snapshot @@ -32,7 +32,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -101,7 +101,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -159,7 +159,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -209,7 +209,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -251,7 +251,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 1, ), @@ -306,7 +306,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 1, ), @@ -351,7 +351,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -387,7 +387,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -435,7 +435,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -504,7 +504,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -562,7 +562,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -612,7 +612,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -656,7 +656,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -725,7 +725,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -784,7 +784,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -826,7 +826,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 1, ), @@ -881,7 +881,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 1, ), @@ -926,7 +926,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -963,7 +963,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -1009,7 +1009,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -1059,7 +1059,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -1101,7 +1101,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 1, ), @@ -1156,7 +1156,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 1, ), @@ -1201,7 +1201,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -1237,7 +1237,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -1284,7 +1284,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -1334,7 +1334,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -1378,7 +1378,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -1447,7 +1447,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -1506,7 +1506,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -1548,7 +1548,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 1, ), @@ -1603,7 +1603,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 1, ), @@ -1648,7 +1648,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -1685,7 +1685,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -1733,7 +1733,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -1802,7 +1802,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -1861,7 +1861,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -1903,7 +1903,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 1, ), @@ -1958,7 +1958,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 1, ), @@ -2003,7 +2003,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -2043,7 +2043,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -2093,7 +2093,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -2133,7 +2133,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -2180,7 +2180,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 1, ), @@ -2235,7 +2235,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 1, ), @@ -2280,7 +2280,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -2318,7 +2318,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -2368,7 +2368,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -2407,7 +2407,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -2455,7 +2455,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -2524,7 +2524,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -2583,7 +2583,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -2625,7 +2625,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 1, ), @@ -2680,7 +2680,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 1, ), @@ -2725,7 +2725,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -2766,7 +2766,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -2835,7 +2835,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -2893,7 +2893,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -2943,7 +2943,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -2983,7 +2983,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -3030,7 +3030,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 1, ), @@ -3085,7 +3085,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 1, ), @@ -3130,7 +3130,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -3169,7 +3169,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -3238,7 +3238,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -3296,7 +3296,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -3346,7 +3346,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -3385,7 +3385,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -3428,7 +3428,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -3492,7 +3492,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -3545,7 +3545,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -3590,7 +3590,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 1, ), @@ -3648,7 +3648,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 1, ), @@ -3695,7 +3695,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 1, ), @@ -3734,7 +3734,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -3806,7 +3806,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -3867,7 +3867,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -3920,7 +3920,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 1, ), @@ -3978,7 +3978,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 1, ), @@ -4025,7 +4025,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 1, ), diff --git a/turbopack/crates/turbopack-ecmascript/tests/analyzer/graph/esbuild-reduced/graph-effects.snapshot b/turbopack/crates/turbopack-ecmascript/tests/analyzer/graph/esbuild-reduced/graph-effects.snapshot index 42b3e400e599..8f1704f0acf2 100644 --- a/turbopack/crates/turbopack-ecmascript/tests/analyzer/graph/esbuild-reduced/graph-effects.snapshot +++ b/turbopack/crates/turbopack-ecmascript/tests/analyzer/graph/esbuild-reduced/graph-effects.snapshot @@ -241,7 +241,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 2, ), @@ -287,7 +287,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 2, ), @@ -344,7 +344,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 4, ), @@ -423,7 +423,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -482,7 +482,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 2, ), @@ -548,7 +548,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 2, ), @@ -657,7 +657,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 2, ), @@ -715,7 +715,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 3, ), diff --git a/turbopack/crates/turbopack-ecmascript/tests/analyzer/graph/esbuild/graph-effects.snapshot b/turbopack/crates/turbopack-ecmascript/tests/analyzer/graph/esbuild/graph-effects.snapshot index 2e3f6cc34e16..8c0c61fb1d7f 100644 --- a/turbopack/crates/turbopack-ecmascript/tests/analyzer/graph/esbuild/graph-effects.snapshot +++ b/turbopack/crates/turbopack-ecmascript/tests/analyzer/graph/esbuild/graph-effects.snapshot @@ -30,10 +30,10 @@ ArrowExpr( Body, ), - BlockStmtOrExpr( - BlockStmt, + ArrowFunctionBody( + FunctionBody, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -117,10 +117,10 @@ ArrowExpr( Body, ), - BlockStmtOrExpr( - BlockStmt, + ArrowFunctionBody( + FunctionBody, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -201,10 +201,10 @@ ArrowExpr( Body, ), - BlockStmtOrExpr( - BlockStmt, + ArrowFunctionBody( + FunctionBody, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -306,10 +306,10 @@ ArrowExpr( Body, ), - BlockStmtOrExpr( - BlockStmt, + ArrowFunctionBody( + FunctionBody, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -395,10 +395,10 @@ ArrowExpr( Body, ), - BlockStmtOrExpr( - BlockStmt, + ArrowFunctionBody( + FunctionBody, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -479,10 +479,10 @@ ArrowExpr( Body, ), - BlockStmtOrExpr( - BlockStmt, + ArrowFunctionBody( + FunctionBody, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -584,10 +584,10 @@ ArrowExpr( Body, ), - BlockStmtOrExpr( - BlockStmt, + ArrowFunctionBody( + FunctionBody, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -756,10 +756,10 @@ ArrowExpr( Body, ), - BlockStmtOrExpr( - BlockStmt, + ArrowFunctionBody( + FunctionBody, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -827,10 +827,10 @@ ArrowExpr( Body, ), - BlockStmtOrExpr( - BlockStmt, + ArrowFunctionBody( + FunctionBody, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -939,10 +939,10 @@ ArrowExpr( Body, ), - BlockStmtOrExpr( - BlockStmt, + ArrowFunctionBody( + FunctionBody, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -1006,10 +1006,10 @@ ArrowExpr( Body, ), - BlockStmtOrExpr( - BlockStmt, + ArrowFunctionBody( + FunctionBody, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -1053,10 +1053,10 @@ ArrowExpr( Body, ), - BlockStmtOrExpr( - BlockStmt, + ArrowFunctionBody( + FunctionBody, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -1120,10 +1120,10 @@ ArrowExpr( Body, ), - BlockStmtOrExpr( - BlockStmt, + ArrowFunctionBody( + FunctionBody, ), - BlockStmt( + FunctionBody( Stmts( 1, ), @@ -1216,10 +1216,10 @@ ArrowExpr( Body, ), - BlockStmtOrExpr( - BlockStmt, + ArrowFunctionBody( + FunctionBody, ), - BlockStmt( + FunctionBody( Stmts( 1, ), @@ -1360,10 +1360,10 @@ ArrowExpr( Body, ), - BlockStmtOrExpr( - BlockStmt, + ArrowFunctionBody( + FunctionBody, ), - BlockStmt( + FunctionBody( Stmts( 1, ), @@ -1448,10 +1448,10 @@ ArrowExpr( Body, ), - BlockStmtOrExpr( - BlockStmt, + ArrowFunctionBody( + FunctionBody, ), - BlockStmt( + FunctionBody( Stmts( 1, ), @@ -1506,10 +1506,10 @@ ArrowExpr( Body, ), - BlockStmtOrExpr( - BlockStmt, + ArrowFunctionBody( + FunctionBody, ), - BlockStmt( + FunctionBody( Stmts( 1, ), @@ -1562,10 +1562,10 @@ ArrowExpr( Body, ), - BlockStmtOrExpr( - BlockStmt, + ArrowFunctionBody( + FunctionBody, ), - BlockStmt( + FunctionBody( Stmts( 2, ), @@ -1625,10 +1625,10 @@ ArrowExpr( Body, ), - BlockStmtOrExpr( - BlockStmt, + ArrowFunctionBody( + FunctionBody, ), - BlockStmt( + FunctionBody( Stmts( 2, ), @@ -1669,10 +1669,10 @@ ArrowExpr( Body, ), - BlockStmtOrExpr( - BlockStmt, + ArrowFunctionBody( + FunctionBody, ), - BlockStmt( + FunctionBody( Stmts( 1, ), @@ -1713,10 +1713,10 @@ ArrowExpr( Body, ), - BlockStmtOrExpr( - BlockStmt, + ArrowFunctionBody( + FunctionBody, ), - BlockStmt( + FunctionBody( Stmts( 1, ), @@ -2176,7 +2176,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 2, ), @@ -2232,7 +2232,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 2, ), @@ -2306,7 +2306,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 2, ), @@ -2384,7 +2384,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 2, ), @@ -2454,7 +2454,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 2, ), @@ -2532,7 +2532,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 2, ), @@ -2601,7 +2601,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 3, ), @@ -2671,7 +2671,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 3, ), @@ -2731,7 +2731,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 3, ), @@ -2781,7 +2781,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 3, ), @@ -2857,7 +2857,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 3, ), @@ -2923,7 +2923,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 3, ), @@ -2968,7 +2968,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 3, ), @@ -3058,7 +3058,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 3, ), @@ -3120,7 +3120,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 3, ), @@ -3162,7 +3162,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 3, ), @@ -3205,7 +3205,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 3, ), @@ -3241,7 +3241,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 3, ), @@ -3277,7 +3277,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 4, ), @@ -3310,7 +3310,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -3357,7 +3357,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -3410,7 +3410,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -3457,7 +3457,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -3542,7 +3542,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 1, ), @@ -3601,7 +3601,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 3, ), @@ -3667,7 +3667,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 3, ), @@ -3776,7 +3776,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 3, ), @@ -3835,7 +3835,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 3, ), @@ -3924,7 +3924,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 3, ), @@ -3995,7 +3995,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 3, ), @@ -4064,7 +4064,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 3, ), @@ -4158,7 +4158,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 3, ), @@ -4257,7 +4257,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 3, ), @@ -4345,7 +4345,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 3, ), @@ -4458,7 +4458,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 3, ), @@ -4539,7 +4539,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 3, ), @@ -4658,7 +4658,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 3, ), @@ -4742,7 +4742,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 3, ), @@ -4792,7 +4792,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 3, ), @@ -4843,7 +4843,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 5, ), @@ -4916,7 +4916,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 5, ), @@ -4991,7 +4991,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 6, ), @@ -5071,7 +5071,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 6, ), @@ -5153,7 +5153,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 6, ), @@ -5261,7 +5261,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 6, ), @@ -5374,7 +5374,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 6, ), @@ -5450,7 +5450,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 6, ), @@ -5533,7 +5533,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 6, ), @@ -5645,7 +5645,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 6, ), @@ -5801,7 +5801,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 6, ), @@ -5874,7 +5874,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 6, ), @@ -5943,7 +5943,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 6, ), @@ -6037,7 +6037,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 6, ), @@ -6136,7 +6136,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 6, ), @@ -6213,7 +6213,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 6, ), @@ -6323,7 +6323,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 6, ), @@ -6402,7 +6402,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 6, ), @@ -6479,7 +6479,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 6, ), @@ -6590,7 +6590,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 6, ), @@ -6660,7 +6660,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 6, ), @@ -6710,7 +6710,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 6, ), @@ -6760,7 +6760,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 6, ), @@ -6807,7 +6807,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 6, ), @@ -6845,7 +6845,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 7, ), @@ -6878,7 +6878,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 6, ), @@ -6911,7 +6911,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 6, ), @@ -6948,7 +6948,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -6981,7 +6981,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), diff --git a/turbopack/crates/turbopack-ecmascript/tests/analyzer/graph/fn-array-2/graph-effects.snapshot b/turbopack/crates/turbopack-ecmascript/tests/analyzer/graph/fn-array-2/graph-effects.snapshot index ccbab1300c01..aa1f0a46136d 100644 --- a/turbopack/crates/turbopack-ecmascript/tests/analyzer/graph/fn-array-2/graph-effects.snapshot +++ b/turbopack/crates/turbopack-ecmascript/tests/analyzer/graph/fn-array-2/graph-effects.snapshot @@ -79,7 +79,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 1, ), diff --git a/turbopack/crates/turbopack-ecmascript/tests/analyzer/graph/fn-array/graph-effects.snapshot b/turbopack/crates/turbopack-ecmascript/tests/analyzer/graph/fn-array/graph-effects.snapshot index 493193b73457..8aa6df0a1c77 100644 --- a/turbopack/crates/turbopack-ecmascript/tests/analyzer/graph/fn-array/graph-effects.snapshot +++ b/turbopack/crates/turbopack-ecmascript/tests/analyzer/graph/fn-array/graph-effects.snapshot @@ -79,7 +79,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), diff --git a/turbopack/crates/turbopack-ecmascript/tests/analyzer/graph/iife-2/graph-effects.snapshot b/turbopack/crates/turbopack-ecmascript/tests/analyzer/graph/iife-2/graph-effects.snapshot index a11afde52a69..af71b037fa31 100644 --- a/turbopack/crates/turbopack-ecmascript/tests/analyzer/graph/iife-2/graph-effects.snapshot +++ b/turbopack/crates/turbopack-ecmascript/tests/analyzer/graph/iife-2/graph-effects.snapshot @@ -49,7 +49,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -127,7 +127,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -230,7 +230,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -313,7 +313,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -388,7 +388,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -477,7 +477,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -558,7 +558,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -654,7 +654,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -741,7 +741,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -826,7 +826,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -957,7 +957,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -1042,7 +1042,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -1134,7 +1134,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -1232,7 +1232,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -1325,7 +1325,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -1416,7 +1416,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -1519,7 +1519,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -1707,7 +1707,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -1786,7 +1786,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 1, ), diff --git a/turbopack/crates/turbopack-ecmascript/tests/analyzer/graph/iife/graph-effects.snapshot b/turbopack/crates/turbopack-ecmascript/tests/analyzer/graph/iife/graph-effects.snapshot index 1b6c7b9d2186..9c3b084706dc 100644 --- a/turbopack/crates/turbopack-ecmascript/tests/analyzer/graph/iife/graph-effects.snapshot +++ b/turbopack/crates/turbopack-ecmascript/tests/analyzer/graph/iife/graph-effects.snapshot @@ -91,10 +91,10 @@ ArrowExpr( Body, ), - BlockStmtOrExpr( - BlockStmt, + ArrowFunctionBody( + FunctionBody, ), - BlockStmt( + FunctionBody( Stmts( 1, ), @@ -165,10 +165,10 @@ ArrowExpr( Body, ), - BlockStmtOrExpr( - BlockStmt, + ArrowFunctionBody( + FunctionBody, ), - BlockStmt( + FunctionBody( Stmts( 1, ), @@ -219,10 +219,10 @@ ArrowExpr( Body, ), - BlockStmtOrExpr( - BlockStmt, + ArrowFunctionBody( + FunctionBody, ), - BlockStmt( + FunctionBody( Stmts( 1, ), diff --git a/turbopack/crates/turbopack-ecmascript/tests/analyzer/graph/issue-75938/graph-effects.snapshot b/turbopack/crates/turbopack-ecmascript/tests/analyzer/graph/issue-75938/graph-effects.snapshot index e2ae9ec2c5f4..91769c46ab9e 100644 --- a/turbopack/crates/turbopack-ecmascript/tests/analyzer/graph/issue-75938/graph-effects.snapshot +++ b/turbopack/crates/turbopack-ecmascript/tests/analyzer/graph/issue-75938/graph-effects.snapshot @@ -31,7 +31,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -133,7 +133,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -169,7 +169,7 @@ ArrowExpr( Body, ), - BlockStmtOrExpr( + ArrowFunctionBody( Expr, ), Expr( @@ -209,7 +209,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -245,7 +245,7 @@ ArrowExpr( Body, ), - BlockStmtOrExpr( + ArrowFunctionBody( Expr, ), ], @@ -287,7 +287,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -346,7 +346,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 1, ), @@ -413,7 +413,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 1, ), @@ -458,7 +458,7 @@ ArrowExpr( Body, ), - BlockStmtOrExpr( + ArrowFunctionBody( Expr, ), Expr( @@ -518,7 +518,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 1, ), @@ -563,7 +563,7 @@ ArrowExpr( Body, ), - BlockStmtOrExpr( + ArrowFunctionBody( Expr, ), Expr( @@ -674,7 +674,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 1, ), @@ -721,7 +721,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 1, ), @@ -789,7 +789,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -817,10 +817,10 @@ ArrowExpr( Body, ), - BlockStmtOrExpr( - BlockStmt, + ArrowFunctionBody( + FunctionBody, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -886,7 +886,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -914,10 +914,10 @@ ArrowExpr( Body, ), - BlockStmtOrExpr( - BlockStmt, + ArrowFunctionBody( + FunctionBody, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -1013,7 +1013,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -1041,10 +1041,10 @@ ArrowExpr( Body, ), - BlockStmtOrExpr( - BlockStmt, + ArrowFunctionBody( + FunctionBody, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -1143,7 +1143,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -1171,10 +1171,10 @@ ArrowExpr( Body, ), - BlockStmtOrExpr( - BlockStmt, + ArrowFunctionBody( + FunctionBody, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -1230,7 +1230,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -1258,8 +1258,8 @@ ArrowExpr( Body, ), - BlockStmtOrExpr( - BlockStmt, + ArrowFunctionBody( + FunctionBody, ), ], ), @@ -1301,7 +1301,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -1363,7 +1363,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -1418,7 +1418,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), diff --git a/turbopack/crates/turbopack-ecmascript/tests/analyzer/graph/issue-77083/graph-effects.snapshot b/turbopack/crates/turbopack-ecmascript/tests/analyzer/graph/issue-77083/graph-effects.snapshot index 44c3ef92129c..d83c304564b7 100644 --- a/turbopack/crates/turbopack-ecmascript/tests/analyzer/graph/issue-77083/graph-effects.snapshot +++ b/turbopack/crates/turbopack-ecmascript/tests/analyzer/graph/issue-77083/graph-effects.snapshot @@ -37,7 +37,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -144,7 +144,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -202,7 +202,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -252,7 +252,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -291,7 +291,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -331,7 +331,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 1, ), @@ -432,7 +432,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 1, ), @@ -488,7 +488,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 2, ), @@ -581,7 +581,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 2, ), @@ -625,7 +625,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 3, ), diff --git a/turbopack/crates/turbopack-ecmascript/tests/analyzer/graph/issue-77126/graph-effects.snapshot b/turbopack/crates/turbopack-ecmascript/tests/analyzer/graph/issue-77126/graph-effects.snapshot index e92ac9561f42..79a4d082d906 100644 --- a/turbopack/crates/turbopack-ecmascript/tests/analyzer/graph/issue-77126/graph-effects.snapshot +++ b/turbopack/crates/turbopack-ecmascript/tests/analyzer/graph/issue-77126/graph-effects.snapshot @@ -34,7 +34,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -91,7 +91,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 1, ), @@ -144,7 +144,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 1, ), @@ -188,7 +188,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 2, ), @@ -227,7 +227,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 1, ), @@ -266,7 +266,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 1, ), diff --git a/turbopack/crates/turbopack-ecmascript/tests/analyzer/graph/md5-reduced/graph-effects.snapshot b/turbopack/crates/turbopack-ecmascript/tests/analyzer/graph/md5-reduced/graph-effects.snapshot index 30e4238bfca4..945f177c110a 100644 --- a/turbopack/crates/turbopack-ecmascript/tests/analyzer/graph/md5-reduced/graph-effects.snapshot +++ b/turbopack/crates/turbopack-ecmascript/tests/analyzer/graph/md5-reduced/graph-effects.snapshot @@ -140,7 +140,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -211,7 +211,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 1, ), @@ -272,7 +272,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 11, ), @@ -329,7 +329,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 11, ), @@ -474,7 +474,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 11, ), @@ -559,7 +559,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 11, ), @@ -716,7 +716,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 11, ), @@ -801,7 +801,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 11, ), @@ -958,7 +958,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 11, ), @@ -1043,7 +1043,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 11, ), @@ -1200,7 +1200,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 11, ), @@ -1285,7 +1285,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 11, ), @@ -1442,7 +1442,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 11, ), @@ -1527,7 +1527,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 11, ), @@ -1684,7 +1684,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 11, ), @@ -1769,7 +1769,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 11, ), @@ -1926,7 +1926,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 11, ), @@ -2011,7 +2011,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 11, ), @@ -2168,7 +2168,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 11, ), @@ -2253,7 +2253,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 11, ), @@ -2410,7 +2410,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 11, ), @@ -2495,7 +2495,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 11, ), @@ -2652,7 +2652,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 11, ), @@ -2737,7 +2737,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 11, ), @@ -2894,7 +2894,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 11, ), @@ -2979,7 +2979,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 11, ), @@ -3136,7 +3136,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 11, ), @@ -3221,7 +3221,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 11, ), @@ -3378,7 +3378,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 11, ), @@ -3463,7 +3463,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 11, ), @@ -3620,7 +3620,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 11, ), @@ -3705,7 +3705,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 11, ), @@ -3862,7 +3862,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 11, ), @@ -3947,7 +3947,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 11, ), @@ -4104,7 +4104,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 11, ), @@ -4165,7 +4165,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 12, ), @@ -4198,7 +4198,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -4247,7 +4247,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -4307,7 +4307,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -4378,7 +4378,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -4480,7 +4480,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -4555,7 +4555,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -4657,7 +4657,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -4780,7 +4780,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -4906,7 +4906,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -5035,7 +5035,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -5076,7 +5076,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -5163,7 +5163,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -5204,7 +5204,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), diff --git a/turbopack/crates/turbopack-ecmascript/tests/analyzer/graph/md5_2/graph-effects.snapshot b/turbopack/crates/turbopack-ecmascript/tests/analyzer/graph/md5_2/graph-effects.snapshot index 724ebe8e0058..e74e5f504936 100644 --- a/turbopack/crates/turbopack-ecmascript/tests/analyzer/graph/md5_2/graph-effects.snapshot +++ b/turbopack/crates/turbopack-ecmascript/tests/analyzer/graph/md5_2/graph-effects.snapshot @@ -40,7 +40,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -128,7 +128,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -217,7 +217,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -283,7 +283,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -377,7 +377,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -451,7 +451,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -539,7 +539,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -628,7 +628,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -694,7 +694,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -788,7 +788,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -874,7 +874,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -902,7 +902,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -966,7 +966,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -994,7 +994,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -1097,7 +1097,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -1125,7 +1125,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -1256,7 +1256,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -1284,7 +1284,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -1391,7 +1391,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -1419,7 +1419,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -1497,7 +1497,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -1525,7 +1525,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -1600,7 +1600,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -1628,7 +1628,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -1735,7 +1735,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -1763,7 +1763,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -1841,7 +1841,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -1869,7 +1869,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -1929,7 +1929,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -1957,7 +1957,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -2018,7 +2018,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -2046,7 +2046,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -2118,7 +2118,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -2146,7 +2146,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -2262,7 +2262,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -2290,7 +2290,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -2394,7 +2394,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -2422,7 +2422,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -2522,7 +2522,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -2550,7 +2550,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -2647,7 +2647,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -2675,7 +2675,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -2826,7 +2826,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -2854,7 +2854,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -2932,7 +2932,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -2960,7 +2960,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -3032,7 +3032,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -3060,7 +3060,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -3145,7 +3145,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -3173,7 +3173,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -3283,7 +3283,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -3311,7 +3311,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -3429,7 +3429,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -3457,7 +3457,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -3561,7 +3561,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -3589,7 +3589,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -3673,7 +3673,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -3701,7 +3701,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -3767,7 +3767,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -3795,7 +3795,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -3862,7 +3862,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -3890,7 +3890,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -3950,7 +3950,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -3978,7 +3978,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -4039,7 +4039,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -4067,7 +4067,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -4121,7 +4121,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -4149,7 +4149,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -4216,7 +4216,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -4244,7 +4244,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 1, ), @@ -4341,7 +4341,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -4369,7 +4369,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 1, ), @@ -4449,7 +4449,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -4477,7 +4477,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 1, ), @@ -4561,7 +4561,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -4589,7 +4589,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 2, ), @@ -4664,7 +4664,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -4692,7 +4692,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 2, ), @@ -4784,7 +4784,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -4812,7 +4812,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 2, ), @@ -4943,7 +4943,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -4971,7 +4971,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 2, ), @@ -5102,7 +5102,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -5130,7 +5130,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 2, ), @@ -5261,7 +5261,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -5289,7 +5289,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 2, ), @@ -5419,7 +5419,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -5447,7 +5447,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 3, ), @@ -5536,7 +5536,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -5564,7 +5564,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 4, ), @@ -5643,7 +5643,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -5671,7 +5671,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 5, ), @@ -5749,7 +5749,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -5777,7 +5777,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 5, ), @@ -5855,7 +5855,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -5883,7 +5883,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 5, ), @@ -5961,7 +5961,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -5989,7 +5989,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 5, ), @@ -6067,7 +6067,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -6095,7 +6095,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 6, ), @@ -6182,7 +6182,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -6210,7 +6210,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 6, ), @@ -6385,7 +6385,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -6413,7 +6413,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 6, ), @@ -6516,7 +6516,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -6544,7 +6544,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 6, ), @@ -6719,7 +6719,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -6747,7 +6747,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 6, ), @@ -6850,7 +6850,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -6878,7 +6878,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 6, ), @@ -7053,7 +7053,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -7081,7 +7081,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 6, ), @@ -7184,7 +7184,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -7212,7 +7212,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 6, ), @@ -7387,7 +7387,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -7415,7 +7415,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 6, ), @@ -7518,7 +7518,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -7546,7 +7546,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 6, ), @@ -7721,7 +7721,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -7749,7 +7749,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 6, ), @@ -7852,7 +7852,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -7880,7 +7880,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 6, ), @@ -8055,7 +8055,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -8083,7 +8083,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 6, ), @@ -8186,7 +8186,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -8214,7 +8214,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 6, ), @@ -8389,7 +8389,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -8417,7 +8417,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 6, ), @@ -8520,7 +8520,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -8548,7 +8548,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 6, ), @@ -8723,7 +8723,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -8751,7 +8751,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 6, ), @@ -8854,7 +8854,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -8882,7 +8882,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 6, ), @@ -9057,7 +9057,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -9085,7 +9085,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 6, ), @@ -9188,7 +9188,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -9216,7 +9216,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 6, ), @@ -9391,7 +9391,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -9419,7 +9419,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 6, ), @@ -9522,7 +9522,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -9550,7 +9550,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 6, ), @@ -9725,7 +9725,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -9753,7 +9753,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 6, ), @@ -9856,7 +9856,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -9884,7 +9884,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 6, ), @@ -10059,7 +10059,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -10087,7 +10087,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 6, ), @@ -10190,7 +10190,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -10218,7 +10218,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 6, ), @@ -10393,7 +10393,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -10421,7 +10421,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 6, ), @@ -10524,7 +10524,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -10552,7 +10552,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 6, ), @@ -10727,7 +10727,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -10755,7 +10755,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 6, ), @@ -10858,7 +10858,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -10886,7 +10886,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 6, ), @@ -11061,7 +11061,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -11089,7 +11089,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 6, ), @@ -11192,7 +11192,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -11220,7 +11220,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 6, ), @@ -11395,7 +11395,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -11423,7 +11423,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 6, ), @@ -11526,7 +11526,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -11554,7 +11554,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 6, ), @@ -11729,7 +11729,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -11757,7 +11757,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 6, ), @@ -11860,7 +11860,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -11888,7 +11888,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 6, ), @@ -12063,7 +12063,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -12091,7 +12091,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 6, ), @@ -12194,7 +12194,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -12222,7 +12222,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 6, ), @@ -12397,7 +12397,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -12425,7 +12425,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 6, ), @@ -12528,7 +12528,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -12556,7 +12556,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 6, ), @@ -12731,7 +12731,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -12759,7 +12759,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 6, ), @@ -12862,7 +12862,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -12890,7 +12890,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 6, ), @@ -13065,7 +13065,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -13093,7 +13093,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 6, ), @@ -13196,7 +13196,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -13224,7 +13224,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 6, ), @@ -13399,7 +13399,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -13427,7 +13427,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 6, ), @@ -13530,7 +13530,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -13558,7 +13558,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 6, ), @@ -13733,7 +13733,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -13761,7 +13761,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 6, ), @@ -13864,7 +13864,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -13892,7 +13892,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 6, ), @@ -14067,7 +14067,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -14095,7 +14095,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 6, ), @@ -14198,7 +14198,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -14226,7 +14226,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 6, ), @@ -14401,7 +14401,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -14429,7 +14429,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 6, ), @@ -14532,7 +14532,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -14560,7 +14560,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 6, ), @@ -14735,7 +14735,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -14763,7 +14763,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 6, ), @@ -14866,7 +14866,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -14894,7 +14894,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 6, ), @@ -15069,7 +15069,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -15097,7 +15097,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 6, ), @@ -15200,7 +15200,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -15228,7 +15228,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 6, ), @@ -15403,7 +15403,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -15431,7 +15431,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 6, ), @@ -15534,7 +15534,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -15562,7 +15562,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 6, ), @@ -15737,7 +15737,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -15765,7 +15765,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 6, ), @@ -15868,7 +15868,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -15896,7 +15896,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 6, ), @@ -16071,7 +16071,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -16099,7 +16099,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 6, ), @@ -16202,7 +16202,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -16230,7 +16230,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 6, ), @@ -16405,7 +16405,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -16433,7 +16433,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 6, ), @@ -16536,7 +16536,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -16564,7 +16564,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 6, ), @@ -16739,7 +16739,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -16767,7 +16767,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 6, ), @@ -16870,7 +16870,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -16898,7 +16898,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 6, ), @@ -17073,7 +17073,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -17101,7 +17101,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 6, ), @@ -17204,7 +17204,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -17232,7 +17232,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 6, ), @@ -17407,7 +17407,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -17435,7 +17435,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 6, ), @@ -17538,7 +17538,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -17566,7 +17566,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 6, ), @@ -17741,7 +17741,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -17769,7 +17769,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 6, ), @@ -17872,7 +17872,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -17900,7 +17900,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 6, ), @@ -18075,7 +18075,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -18103,7 +18103,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 6, ), @@ -18206,7 +18206,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -18234,7 +18234,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 6, ), @@ -18409,7 +18409,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -18437,7 +18437,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 6, ), @@ -18540,7 +18540,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -18568,7 +18568,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 6, ), @@ -18743,7 +18743,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -18771,7 +18771,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 6, ), @@ -18874,7 +18874,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -18902,7 +18902,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 6, ), @@ -19077,7 +19077,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -19105,7 +19105,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 6, ), @@ -19208,7 +19208,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -19236,7 +19236,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 6, ), @@ -19411,7 +19411,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -19439,7 +19439,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 6, ), @@ -19542,7 +19542,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -19570,7 +19570,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 6, ), @@ -19745,7 +19745,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -19773,7 +19773,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 6, ), @@ -19876,7 +19876,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -19904,7 +19904,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 6, ), @@ -20079,7 +20079,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -20107,7 +20107,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 6, ), @@ -20210,7 +20210,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -20238,7 +20238,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 6, ), @@ -20413,7 +20413,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -20441,7 +20441,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 6, ), @@ -20544,7 +20544,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -20572,7 +20572,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 6, ), @@ -20747,7 +20747,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -20775,7 +20775,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 6, ), @@ -20878,7 +20878,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -20906,7 +20906,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 6, ), @@ -21081,7 +21081,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -21109,7 +21109,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 6, ), @@ -21212,7 +21212,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -21240,7 +21240,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 6, ), @@ -21415,7 +21415,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -21443,7 +21443,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 6, ), @@ -21546,7 +21546,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -21574,7 +21574,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 6, ), @@ -21749,7 +21749,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -21777,7 +21777,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 6, ), @@ -21880,7 +21880,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -21908,7 +21908,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 6, ), @@ -22083,7 +22083,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -22111,7 +22111,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 6, ), @@ -22214,7 +22214,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -22242,7 +22242,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 6, ), @@ -22417,7 +22417,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -22445,7 +22445,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 6, ), @@ -22548,7 +22548,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -22576,7 +22576,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 6, ), @@ -22751,7 +22751,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -22779,7 +22779,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 6, ), @@ -22882,7 +22882,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -22910,7 +22910,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 6, ), @@ -23085,7 +23085,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -23113,7 +23113,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 6, ), @@ -23216,7 +23216,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -23244,7 +23244,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 6, ), @@ -23419,7 +23419,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -23447,7 +23447,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 6, ), @@ -23550,7 +23550,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -23578,7 +23578,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 6, ), @@ -23753,7 +23753,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -23781,7 +23781,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 6, ), @@ -23884,7 +23884,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -23912,7 +23912,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 6, ), @@ -24087,7 +24087,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -24115,7 +24115,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 6, ), @@ -24218,7 +24218,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -24246,7 +24246,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 6, ), @@ -24421,7 +24421,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -24449,7 +24449,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 6, ), @@ -24552,7 +24552,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -24580,7 +24580,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 6, ), @@ -24755,7 +24755,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -24783,7 +24783,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 6, ), @@ -24886,7 +24886,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -24914,7 +24914,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 6, ), @@ -25089,7 +25089,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -25117,7 +25117,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 6, ), @@ -25220,7 +25220,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -25248,7 +25248,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 6, ), @@ -25423,7 +25423,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -25451,7 +25451,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 6, ), @@ -25554,7 +25554,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -25582,7 +25582,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 6, ), @@ -25757,7 +25757,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -25785,7 +25785,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 6, ), @@ -25888,7 +25888,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -25916,7 +25916,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 6, ), @@ -26091,7 +26091,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -26119,7 +26119,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 6, ), @@ -26222,7 +26222,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -26250,7 +26250,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 6, ), @@ -26425,7 +26425,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -26453,7 +26453,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 6, ), @@ -26556,7 +26556,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -26584,7 +26584,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 6, ), @@ -26759,7 +26759,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -26787,7 +26787,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 6, ), @@ -26890,7 +26890,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -26918,7 +26918,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 6, ), @@ -27093,7 +27093,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -27121,7 +27121,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 6, ), @@ -27224,7 +27224,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -27252,7 +27252,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 6, ), @@ -27427,7 +27427,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -27455,7 +27455,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 6, ), @@ -27547,7 +27547,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -27575,7 +27575,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 7, ), @@ -27688,7 +27688,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -27716,7 +27716,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 7, ), @@ -27775,7 +27775,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -27803,7 +27803,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 7, ), @@ -27866,7 +27866,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 1, ), @@ -27932,7 +27932,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 1, ), @@ -27958,7 +27958,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 1, ), @@ -28021,7 +28021,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 2, ), @@ -28087,7 +28087,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 2, ), @@ -28113,7 +28113,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 1, ), @@ -28176,7 +28176,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 3, ), @@ -28242,7 +28242,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 3, ), @@ -28268,7 +28268,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 1, ), @@ -28331,7 +28331,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 4, ), @@ -28397,7 +28397,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 4, ), @@ -28423,7 +28423,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 1, ), @@ -28486,7 +28486,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 5, ), @@ -28565,7 +28565,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 6, ), @@ -28641,7 +28641,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 7, ), @@ -28708,7 +28708,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 7, ), @@ -28817,7 +28817,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 7, ), @@ -28843,7 +28843,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -28937,7 +28937,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 7, ), @@ -28963,7 +28963,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -29029,7 +29029,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 7, ), @@ -29055,7 +29055,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -29109,7 +29109,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 7, ), @@ -29135,7 +29135,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -29202,7 +29202,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 7, ), @@ -29228,7 +29228,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 1, ), @@ -29326,7 +29326,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 7, ), @@ -29352,7 +29352,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 1, ), @@ -29470,7 +29470,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 7, ), @@ -29496,7 +29496,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 1, ), @@ -29576,7 +29576,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 7, ), @@ -29602,7 +29602,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 2, ), @@ -29703,7 +29703,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 7, ), @@ -29729,7 +29729,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 2, ), @@ -29804,7 +29804,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 7, ), @@ -29830,7 +29830,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 2, ), @@ -29950,7 +29950,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 7, ), @@ -29976,7 +29976,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 2, ), @@ -30077,7 +30077,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 7, ), @@ -30103,7 +30103,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 2, ), @@ -30175,7 +30175,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 7, ), @@ -30201,7 +30201,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 2, ), @@ -30282,7 +30282,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 7, ), @@ -30308,7 +30308,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 2, ), @@ -30409,7 +30409,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 7, ), @@ -30435,7 +30435,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 2, ), @@ -30507,7 +30507,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 7, ), @@ -30533,7 +30533,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 2, ), @@ -30599,7 +30599,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 7, ), @@ -30625,7 +30625,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 2, ), @@ -30692,7 +30692,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 7, ), @@ -30718,7 +30718,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 2, ), @@ -30778,7 +30778,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 7, ), @@ -30804,7 +30804,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 2, ), @@ -30864,7 +30864,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 7, ), @@ -30890,7 +30890,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 2, ), diff --git a/turbopack/crates/turbopack-ecmascript/tests/analyzer/graph/nested-args/graph-effects.snapshot b/turbopack/crates/turbopack-ecmascript/tests/analyzer/graph/nested-args/graph-effects.snapshot index 80077c227906..0fd0ca13b5ba 100644 --- a/turbopack/crates/turbopack-ecmascript/tests/analyzer/graph/nested-args/graph-effects.snapshot +++ b/turbopack/crates/turbopack-ecmascript/tests/analyzer/graph/nested-args/graph-effects.snapshot @@ -70,7 +70,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -90,7 +90,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -122,7 +122,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -293,7 +293,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -340,7 +340,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -406,7 +406,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -467,7 +467,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -514,7 +514,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -550,7 +550,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -586,7 +586,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -684,7 +684,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 1, ), @@ -725,7 +725,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 1, ), @@ -757,7 +757,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -774,7 +774,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), diff --git a/turbopack/crates/turbopack-ecmascript/tests/analyzer/graph/non-root-assignments/graph-effects.snapshot b/turbopack/crates/turbopack-ecmascript/tests/analyzer/graph/non-root-assignments/graph-effects.snapshot index 581f2d401dd0..ba99780f4534 100644 --- a/turbopack/crates/turbopack-ecmascript/tests/analyzer/graph/non-root-assignments/graph-effects.snapshot +++ b/turbopack/crates/turbopack-ecmascript/tests/analyzer/graph/non-root-assignments/graph-effects.snapshot @@ -170,8 +170,8 @@ ArrowExpr( Body, ), - BlockStmtOrExpr( - BlockStmt, + ArrowFunctionBody( + FunctionBody, ), ], ), diff --git a/turbopack/crates/turbopack-ecmascript/tests/analyzer/graph/non-root-assignments/graph-explained.snapshot b/turbopack/crates/turbopack-ecmascript/tests/analyzer/graph/non-root-assignments/graph-explained.snapshot index 24a7846cb96b..c289dcd22017 100644 --- a/turbopack/crates/turbopack-ecmascript/tests/analyzer/graph/non-root-assignments/graph-explained.snapshot +++ b/turbopack/crates/turbopack-ecmascript/tests/analyzer/graph/non-root-assignments/graph-explained.snapshot @@ -36,6 +36,4 @@ named_let_export_not_const_after_eval_2 = (1 | 3) setter_not_const_after_eval = (1 | 2) -v = ???*0* -- *0* v - ⚠️ pattern without value +v = arguments[0] diff --git a/turbopack/crates/turbopack-ecmascript/tests/analyzer/graph/non-root-assignments/graph.snapshot b/turbopack/crates/turbopack-ecmascript/tests/analyzer/graph/non-root-assignments/graph.snapshot index ed4baf6072a4..66613d4378c5 100644 --- a/turbopack/crates/turbopack-ecmascript/tests/analyzer/graph/non-root-assignments/graph.snapshot +++ b/turbopack/crates/turbopack-ecmascript/tests/analyzer/graph/non-root-assignments/graph.snapshot @@ -246,17 +246,9 @@ ), ( "v", - Unknown { - original_value: Some( - Variable( - ( - "v", - #11, - ), - ), - ), - reason: "pattern without value", - has_side_effects: false, - }, + Argument( + 1260, + 0, + ), ), ] diff --git a/turbopack/crates/turbopack-ecmascript/tests/analyzer/graph/non-root-assignments/resolved-explained.snapshot b/turbopack/crates/turbopack-ecmascript/tests/analyzer/graph/non-root-assignments/resolved-explained.snapshot index f46fda547846..50db46154645 100644 --- a/turbopack/crates/turbopack-ecmascript/tests/analyzer/graph/non-root-assignments/resolved-explained.snapshot +++ b/turbopack/crates/turbopack-ecmascript/tests/analyzer/graph/non-root-assignments/resolved-explained.snapshot @@ -37,5 +37,5 @@ named_let_export_not_const_after_eval_2 = (1 | 3) setter_not_const_after_eval = (1 | 2) v = ???*0* -- *0* v - ⚠️ pattern without value +- *0* arguments[0] + ⚠️ function calls are not analyzed yet diff --git a/turbopack/crates/turbopack-ecmascript/tests/analyzer/graph/op-assign/graph-effects.snapshot b/turbopack/crates/turbopack-ecmascript/tests/analyzer/graph/op-assign/graph-effects.snapshot index 7762bc0ad4cb..782290dabf25 100644 --- a/turbopack/crates/turbopack-ecmascript/tests/analyzer/graph/op-assign/graph-effects.snapshot +++ b/turbopack/crates/turbopack-ecmascript/tests/analyzer/graph/op-assign/graph-effects.snapshot @@ -37,7 +37,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -71,10 +71,10 @@ ArrowExpr( Body, ), - BlockStmtOrExpr( - BlockStmt, + ArrowFunctionBody( + FunctionBody, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -137,7 +137,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -171,10 +171,10 @@ ArrowExpr( Body, ), - BlockStmtOrExpr( - BlockStmt, + ArrowFunctionBody( + FunctionBody, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -253,7 +253,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -287,10 +287,10 @@ ArrowExpr( Body, ), - BlockStmtOrExpr( - BlockStmt, + ArrowFunctionBody( + FunctionBody, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -368,7 +368,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -402,10 +402,10 @@ ArrowExpr( Body, ), - BlockStmtOrExpr( - BlockStmt, + ArrowFunctionBody( + FunctionBody, ), - BlockStmt( + FunctionBody( Stmts( 1, ), @@ -483,7 +483,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -517,10 +517,10 @@ ArrowExpr( Body, ), - BlockStmtOrExpr( - BlockStmt, + ArrowFunctionBody( + FunctionBody, ), - BlockStmt( + FunctionBody( Stmts( 1, ), @@ -617,7 +617,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -651,10 +651,10 @@ ArrowExpr( Body, ), - BlockStmtOrExpr( - BlockStmt, + ArrowFunctionBody( + FunctionBody, ), - BlockStmt( + FunctionBody( Stmts( 1, ), @@ -712,7 +712,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -746,10 +746,10 @@ ArrowExpr( Body, ), - BlockStmtOrExpr( - BlockStmt, + ArrowFunctionBody( + FunctionBody, ), - BlockStmt( + FunctionBody( Stmts( 1, ), @@ -808,7 +808,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -842,10 +842,10 @@ ArrowExpr( Body, ), - BlockStmtOrExpr( - BlockStmt, + ArrowFunctionBody( + FunctionBody, ), - BlockStmt( + FunctionBody( Stmts( 1, ), @@ -923,7 +923,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -957,10 +957,10 @@ ArrowExpr( Body, ), - BlockStmtOrExpr( - BlockStmt, + ArrowFunctionBody( + FunctionBody, ), - BlockStmt( + FunctionBody( Stmts( 1, ), @@ -1054,7 +1054,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -1088,10 +1088,10 @@ ArrowExpr( Body, ), - BlockStmtOrExpr( - BlockStmt, + ArrowFunctionBody( + FunctionBody, ), - BlockStmt( + FunctionBody( Stmts( 1, ), @@ -1161,7 +1161,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -1220,7 +1220,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -1278,7 +1278,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -1334,7 +1334,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -1403,7 +1403,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 1, ), @@ -1448,7 +1448,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 2, ), diff --git a/turbopack/crates/turbopack-ecmascript/tests/analyzer/graph/pack-2682/graph-effects.snapshot b/turbopack/crates/turbopack-ecmascript/tests/analyzer/graph/pack-2682/graph-effects.snapshot index e0241621a969..0eff44ac4b43 100644 --- a/turbopack/crates/turbopack-ecmascript/tests/analyzer/graph/pack-2682/graph-effects.snapshot +++ b/turbopack/crates/turbopack-ecmascript/tests/analyzer/graph/pack-2682/graph-effects.snapshot @@ -53,10 +53,10 @@ ArrowExpr( Body, ), - BlockStmtOrExpr( - BlockStmt, + ArrowFunctionBody( + FunctionBody, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -119,10 +119,10 @@ ArrowExpr( Body, ), - BlockStmtOrExpr( - BlockStmt, + ArrowFunctionBody( + FunctionBody, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -201,10 +201,10 @@ ArrowExpr( Body, ), - BlockStmtOrExpr( - BlockStmt, + ArrowFunctionBody( + FunctionBody, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -269,10 +269,10 @@ ArrowExpr( Body, ), - BlockStmtOrExpr( - BlockStmt, + ArrowFunctionBody( + FunctionBody, ), - BlockStmt( + FunctionBody( Stmts( 1, ), @@ -329,10 +329,10 @@ ArrowExpr( Body, ), - BlockStmtOrExpr( - BlockStmt, + ArrowFunctionBody( + FunctionBody, ), - BlockStmt( + FunctionBody( Stmts( 1, ), @@ -415,10 +415,10 @@ ArrowExpr( Body, ), - BlockStmtOrExpr( - BlockStmt, + ArrowFunctionBody( + FunctionBody, ), - BlockStmt( + FunctionBody( Stmts( 1, ), @@ -498,10 +498,10 @@ ArrowExpr( Body, ), - BlockStmtOrExpr( - BlockStmt, + ArrowFunctionBody( + FunctionBody, ), - BlockStmt( + FunctionBody( Stmts( 1, ), @@ -579,10 +579,10 @@ ArrowExpr( Body, ), - BlockStmtOrExpr( - BlockStmt, + ArrowFunctionBody( + FunctionBody, ), - BlockStmt( + FunctionBody( Stmts( 1, ), @@ -749,10 +749,10 @@ ArrowExpr( Body, ), - BlockStmtOrExpr( - BlockStmt, + ArrowFunctionBody( + FunctionBody, ), - BlockStmt( + FunctionBody( Stmts( 1, ), @@ -801,10 +801,10 @@ ArrowExpr( Body, ), - BlockStmtOrExpr( - BlockStmt, + ArrowFunctionBody( + FunctionBody, ), - BlockStmt( + FunctionBody( Stmts( 1, ), diff --git a/turbopack/crates/turbopack-ecmascript/tests/analyzer/graph/peg/graph-explained.snapshot b/turbopack/crates/turbopack-ecmascript/tests/analyzer/graph/peg/graph-explained.snapshot index 4d9f79ee7c84..d3a3b5493040 100644 --- a/turbopack/crates/turbopack-ecmascript/tests/analyzer/graph/peg/graph-explained.snapshot +++ b/turbopack/crates/turbopack-ecmascript/tests/analyzer/graph/peg/graph-explained.snapshot @@ -204,18 +204,18 @@ DESCRIBE_EXPECTATION_FNS = { "other": *anonymous function 1416* } -alias#42 = arguments[0] +alias#43 = arguments[0] -alias#44 = arguments[1] +alias#45 = arguments[1] -alias#78 = arguments[1] +alias#79 = arguments[1] alternate = arguments[2] -args#48 = arguments[1] - args#49 = arguments[1] +args#50 = arguments[1] + argument = arguments[1] begin = arguments[1] @@ -240,9 +240,9 @@ child = arguments[0] classEscape = (...) => ...[...](..., ...)["replace"](/\]/g, "\\]")["replace"](/\^/g, "\\^")["replace"](/-/g, "\\-")["replace"](/\0/g, "\\0")["replace"](/\t/g, "\\t")["replace"](/\n/g, "\\n")["replace"](/\r/g, "\\r")["replace"](/[\x00-\x0F]/g, *anonymous function 2287*)["replace"](/[\x10-\x1F\x7F-\x9F]/g, *anonymous function 2385*) -computed#86 = arguments[1]["computed"] +computed#87 = arguments[1]["computed"] -computed#95 = arguments[1]["computed"] +computed#96 = arguments[1]["computed"] condition = arguments[0] @@ -263,9 +263,9 @@ describeExpected = (...) => ( describeFound = (...) => (found ? `"${literalEscape(found)}"` : "end of input") -description#105 = arguments[0] +description#106 = arguments[0] -description#111 = arguments[0] +description#112 = arguments[0] descriptions = new FreeVar(Array)(expected["length"]) @@ -309,27 +309,25 @@ expectation#8 = arguments[0] expectation#9 = arguments[0] -expected#120 = arguments[0] +expected#121 = arguments[0] -expected#124 = arguments[0] +expected#125 = arguments[0] expected#22 = arguments[0] -expected#28 = (...) => undefined +expected#29 = (...) => undefined expected#5 = arguments[1] expected#7 = arguments[0] -expression#42 = arguments[1] - -expression#43 = arguments[0] +expression#43 = arguments[1] expression#44 = arguments[0] -expression#47 = arguments[0] +expression#45 = arguments[0] -expression#79 = arguments[0] +expression#48 = arguments[0] expression#80 = arguments[0] @@ -337,53 +335,55 @@ expression#81 = arguments[0] expression#82 = arguments[0] -expression#93 = arguments[0] +expression#83 = arguments[0] -expression#96 = arguments[0] +expression#94 = arguments[0] -found#124 = arguments[1] +expression#97 = arguments[0] -found#27 = arguments[0] +found#125 = arguments[1] + +found#28 = arguments[0] found#5 = arguments[2] found#7 = arguments[1] -from#32 = arguments[2] - from#33 = arguments[2] from#34 = arguments[2] -head#1801 = arguments[0] +from#35 = arguments[2] -head#38 = arguments[0] +head#100 = arguments[0] + +head#1802 = arguments[0] head#39 = arguments[0] -head#46 = arguments[0] +head#40 = arguments[0] -head#50 = arguments[0] +head#47 = arguments[0] -head#58 = arguments[0] +head#51 = arguments[0] head#59 = arguments[0] -head#66 = arguments[0] +head#60 = arguments[0] -head#83 = arguments[0] +head#67 = arguments[0] head#84 = arguments[0] head#85 = arguments[0] -head#89 = arguments[0] +head#86 = arguments[0] -head#94 = arguments[0] +head#90 = arguments[0] -head#99 = arguments[0] +head#95 = arguments[0] -hex#56 = arguments[0] +hex#57 = arguments[0] hex#7 = (...) => ch["charCodeAt"](0)["toString"](16)["toUpperCase"]() @@ -399,9 +399,9 @@ i#9 = (???*0* | 0 | ???*1*) - *1* updated with update expression ⚠️ This value might have side effects -ignoreCase#107 = arguments[1] +ignoreCase#108 = arguments[1] -ignoreCase#108 = arguments[2] +ignoreCase#109 = arguments[2] input = arguments[0] @@ -423,43 +423,43 @@ list = arguments[1] literalEscape = (...) => s["replace"](/\\/g, "\\\\")["replace"](/"/g, "\\\"")["replace"](/\0/g, "\\0")["replace"](/\t/g, "\\t")["replace"](/\n/g, "\\n")["replace"](/\r/g, "\\r")["replace"](/[\x00-\x0F]/g, *anonymous function 1822*)["replace"](/[\x10-\x1F\x7F-\x9F]/g, *anonymous function 1920*) -location#105 = ( +location#106 = ( | arguments[1] | ((location !== undefined) ? location : peg$computeLocation(peg$savedPos, peg$currPos)) ) -location#106 = ( +location#107 = ( | arguments[1] | ((location !== undefined) ? location : peg$computeLocation(peg$savedPos, peg$currPos)) ) -location#123 = arguments[1] +location#124 = arguments[1] -location#124 = arguments[2] +location#125 = arguments[2] -location#28 = (...) => peg$computeLocation(peg$savedPos, peg$currPos) +location#29 = (...) => peg$computeLocation(peg$savedPos, peg$currPos) location#5 = arguments[3] -message#106 = arguments[0] +message#107 = arguments[0] -message#123 = arguments[0] +message#124 = arguments[0] message#5 = arguments[0] -name#48 = arguments[0] - name#49 = arguments[0] -name#65 = arguments[0] +name#50 = arguments[0] -object#86 = arguments[0] +name#66 = arguments[0] -object#95 = arguments[0] +object#87 = arguments[0] -operator#1802 = arguments[1][1] +object#96 = arguments[0] -operator#87 = arguments[0] +operator#1803 = arguments[1][1] + +operator#88 = arguments[0] options = (arguments[1] | ((options !== undefined) ? options : {})) @@ -1368,17 +1368,17 @@ pos = arguments[0] properties = arguments[0] -property#77 = arguments[0] - property#78 = arguments[0] -property#83 = arguments[1] +property#79 = arguments[0] property#84 = arguments[1] -property#86 = arguments[1]["property"] +property#85 = arguments[1] + +property#87 = arguments[1]["property"] -property#95 = arguments[1]["property"] +property#96 = arguments[1]["property"] right = arguments[1][3] @@ -1386,27 +1386,27 @@ s#15 = arguments[0] s#18 = arguments[0] -s0#1019 = (???*0* | peg$currPos | s1 | peg$FAILED) +s0#1020 = (???*0* | peg$currPos | s1 | peg$FAILED) - *0* s0 ⚠️ pattern without value -s0#1026 = (???*0* | peg$parsesingle_escape_character() | peg$c150 | peg$FAILED) +s0#1027 = (???*0* | peg$parsesingle_escape_character() | peg$c150 | peg$FAILED) - *0* s0 ⚠️ pattern without value -s0#1031 = (???*0* | peg$currPos | s1 | peg$FAILED) +s0#1032 = (???*0* | peg$currPos | s1 | peg$FAILED) - *0* s0 ⚠️ pattern without value -s0#1049 = (???*0* | input["charAt"](peg$currPos) | peg$FAILED) +s0#1050 = (???*0* | input["charAt"](peg$currPos) | peg$FAILED) - *0* s0 ⚠️ pattern without value -s0#1053 = (???*0* | peg$currPos | s1 | peg$FAILED) +s0#1054 = (???*0* | peg$currPos | s1 | peg$FAILED) - *0* s0 ⚠️ pattern without value -s0#1070 = ( +s0#1071 = ( | ???*0* | peg$parseidentifier() | peg$parseparameter_name() @@ -1421,7 +1421,7 @@ s0#1070 = ( - *0* s0 ⚠️ pattern without value -s0#1093 = ( +s0#1094 = ( | ???*0* | peg$parsearray_subquery_expression() | peg$parseexists_subquery_expression() @@ -1430,23 +1430,23 @@ s0#1093 = ( - *0* s0 ⚠️ pattern without value -s0#1096 = (???*0* | peg$currPos | s1 | peg$FAILED) +s0#1097 = (???*0* | peg$currPos | s1 | peg$FAILED) - *0* s0 ⚠️ pattern without value -s0#1103 = (???*0* | peg$currPos | s1 | peg$FAILED) +s0#1104 = (???*0* | peg$currPos | s1 | peg$FAILED) - *0* s0 ⚠️ pattern without value -s0#1110 = (???*0* | peg$currPos | s1) +s0#1111 = (???*0* | peg$currPos | s1) - *0* s0 ⚠️ pattern without value -s0#1112 = (???*0* | peg$currPos | s1 | peg$FAILED) +s0#1113 = (???*0* | peg$currPos | s1 | peg$FAILED) - *0* s0 ⚠️ pattern without value -s0#1186 = ( +s0#1187 = ( | ???*0* | peg$parsescalar_function_expression() | peg$parsescalar_member_expression() @@ -1457,119 +1457,119 @@ s0#1186 = ( - *0* s0 ⚠️ pattern without value -s0#1195 = (???*0* | peg$currPos | s1 | peg$FAILED | peg$parsescalar_binary_or_expression()) +s0#1196 = (???*0* | peg$currPos | s1 | peg$FAILED | peg$parsescalar_binary_or_expression()) - *0* s0 ⚠️ pattern without value -s0#1221 = (???*0* | peg$currPos | s1 | peg$FAILED) +s0#1222 = (???*0* | peg$currPos | s1 | peg$FAILED) - *0* s0 ⚠️ pattern without value -s0#125 = (???*0* | peg$currPos | s1 | peg$FAILED) +s0#1252 = (???*0* | peg$currPos | s1 | peg$FAILED) - *0* s0 ⚠️ pattern without value -s0#1251 = (???*0* | peg$currPos | s1 | peg$FAILED) +s0#126 = (???*0* | peg$currPos | s1 | peg$FAILED) - *0* s0 ⚠️ pattern without value -s0#1273 = (???*0* | peg$currPos | s1 | peg$FAILED) +s0#1274 = (???*0* | peg$currPos | s1 | peg$FAILED) - *0* s0 ⚠️ pattern without value -s0#1317 = (???*0* | peg$currPos | s1 | peg$FAILED) +s0#1318 = (???*0* | peg$currPos | s1 | peg$FAILED) - *0* s0 ⚠️ pattern without value -s0#132 = (???*0* | peg$currPos | s1 | peg$FAILED) +s0#133 = (???*0* | peg$currPos | s1 | peg$FAILED) - *0* s0 ⚠️ pattern without value -s0#1369 = (???*0* | peg$currPos | s1 | peg$FAILED | peg$parsescalar_between_expression()) +s0#1370 = (???*0* | peg$currPos | s1 | peg$FAILED | peg$parsescalar_between_expression()) - *0* s0 ⚠️ pattern without value -s0#1395 = (???*0* | peg$currPos | s1 | peg$FAILED | peg$parsescalar_binary_bitwise_or_expression()) +s0#1396 = (???*0* | peg$currPos | s1 | peg$FAILED | peg$parsescalar_binary_bitwise_or_expression()) - *0* s0 ⚠️ pattern without value -s0#1415 = (???*0* | peg$currPos | s1 | peg$FAILED) +s0#1416 = (???*0* | peg$currPos | s1 | peg$FAILED) - *0* s0 ⚠️ pattern without value -s0#1443 = (???*0* | peg$currPos | s1 | peg$FAILED) +s0#1444 = (???*0* | peg$currPos | s1 | peg$FAILED) - *0* s0 ⚠️ pattern without value -s0#1471 = (???*0* | peg$currPos | s1 | peg$FAILED) +s0#1472 = (???*0* | peg$currPos | s1 | peg$FAILED) - *0* s0 ⚠️ pattern without value -s0#1499 = (???*0* | peg$currPos | s1 | peg$FAILED) +s0#1500 = (???*0* | peg$currPos | s1 | peg$FAILED) - *0* s0 ⚠️ pattern without value -s0#1543 = (???*0* | peg$currPos | s1 | peg$FAILED) +s0#1544 = (???*0* | peg$currPos | s1 | peg$FAILED) - *0* s0 ⚠️ pattern without value -s0#1587 = (???*0* | peg$currPos | s1 | peg$FAILED) +s0#1588 = (???*0* | peg$currPos | s1 | peg$FAILED) - *0* s0 ⚠️ pattern without value -s0#1631 = (???*0* | peg$currPos | s1 | peg$FAILED) +s0#1632 = (???*0* | peg$currPos | s1 | peg$FAILED) - *0* s0 ⚠️ pattern without value -s0#1646 = (???*0* | peg$currPos | s1 | peg$FAILED) +s0#1647 = (???*0* | peg$currPos | s1 | peg$FAILED) - *0* s0 ⚠️ pattern without value -s0#1661 = (???*0* | peg$currPos | s1) +s0#1662 = (???*0* | peg$currPos | s1) - *0* s0 ⚠️ pattern without value -s0#1663 = (???*0* | peg$currPos | s1 | peg$FAILED) +s0#1664 = (???*0* | peg$currPos | s1 | peg$FAILED) - *0* s0 ⚠️ pattern without value -s0#1739 = (???*0* | peg$currPos | s1) +s0#1740 = (???*0* | peg$currPos | s1) - *0* s0 ⚠️ pattern without value -s0#1741 = (???*0* | peg$currPos | s1) +s0#1742 = (???*0* | peg$currPos | s1) - *0* s0 ⚠️ pattern without value -s0#1744 = (???*0* | peg$currPos | s1) +s0#1745 = (???*0* | peg$currPos | s1) - *0* s0 ⚠️ pattern without value -s0#1755 = (???*0* | peg$currPos | s1 | peg$FAILED) +s0#1756 = (???*0* | peg$currPos | s1 | peg$FAILED) - *0* s0 ⚠️ pattern without value -s0#1784 = (???*0* | peg$currPos | s1 | peg$FAILED) +s0#1785 = (???*0* | peg$currPos | s1 | peg$FAILED) - *0* s0 ⚠️ pattern without value -s0#187 = (???*0* | peg$currPos | s1 | peg$FAILED) +s0#188 = (???*0* | peg$currPos | s1 | peg$FAILED) - *0* s0 ⚠️ pattern without value -s0#201 = (???*0* | peg$currPos | s1 | peg$FAILED) +s0#202 = (???*0* | peg$currPos | s1 | peg$FAILED) - *0* s0 ⚠️ pattern without value -s0#229 = (???*0* | peg$currPos | s1 | peg$FAILED) +s0#230 = (???*0* | peg$currPos | s1 | peg$FAILED) - *0* s0 ⚠️ pattern without value -s0#251 = (???*0* | peg$currPos | s1 | peg$FAILED) +s0#252 = (???*0* | peg$currPos | s1 | peg$FAILED) - *0* s0 ⚠️ pattern without value -s0#279 = ( +s0#280 = ( | ???*0* | peg$parsecollection_member_expression() | peg$parsecollection_primary_expression() @@ -1578,31 +1578,31 @@ s0#279 = ( - *0* s0 ⚠️ pattern without value -s0#282 = (???*0* | peg$currPos | s1) +s0#283 = (???*0* | peg$currPos | s1) - *0* s0 ⚠️ pattern without value -s0#284 = (???*0* | peg$currPos | s1 | peg$FAILED) +s0#285 = (???*0* | peg$currPos | s1 | peg$FAILED) - *0* s0 ⚠️ pattern without value -s0#312 = (???*0* | peg$currPos | s1 | peg$FAILED) +s0#313 = (???*0* | peg$currPos | s1 | peg$FAILED) - *0* s0 ⚠️ pattern without value -s0#323 = (???*0* | peg$currPos | s1 | peg$FAILED) +s0#324 = (???*0* | peg$currPos | s1 | peg$FAILED) - *0* s0 ⚠️ pattern without value -s0#376 = (???*0* | peg$currPos | s1 | peg$FAILED) +s0#377 = (???*0* | peg$currPos | s1 | peg$FAILED) - *0* s0 ⚠️ pattern without value -s0#419 = (???*0* | peg$currPos | s1 | peg$FAILED) +s0#420 = (???*0* | peg$currPos | s1 | peg$FAILED) - *0* s0 ⚠️ pattern without value -s0#436 = ( +s0#437 = ( | ???*0* | peg$parseundefined_constant() | peg$parsenull_constant() @@ -1615,135 +1615,135 @@ s0#436 = ( - *0* s0 ⚠️ pattern without value -s0#443 = (???*0* | peg$currPos | s1) +s0#444 = (???*0* | peg$currPos | s1) - *0* s0 ⚠️ pattern without value -s0#448 = (???*0* | peg$currPos | s1) +s0#449 = (???*0* | peg$currPos | s1) - *0* s0 ⚠️ pattern without value -s0#450 = (???*0* | peg$currPos | s1) +s0#451 = (???*0* | peg$currPos | s1) - *0* s0 ⚠️ pattern without value -s0#454 = (???*0* | peg$currPos | s1 | peg$FAILED) +s0#455 = (???*0* | peg$currPos | s1 | peg$FAILED) - *0* s0 ⚠️ pattern without value -s0#497 = (???*0* | peg$currPos | s1 | peg$FAILED) +s0#498 = (???*0* | peg$currPos | s1 | peg$FAILED) - *0* s0 ⚠️ pattern without value -s0#525 = (???*0* | peg$currPos | s1 | peg$FAILED) +s0#526 = (???*0* | peg$currPos | s1 | peg$FAILED) - *0* s0 ⚠️ pattern without value -s0#567 = (???*0* | peg$currPos | s1 | peg$FAILED) +s0#568 = (???*0* | peg$currPos | s1 | peg$FAILED) - *0* s0 ⚠️ pattern without value -s0#609 = (???*0* | []) +s0#610 = (???*0* | []) - *0* s0 ⚠️ pattern without value -s0#613 = (???*0* | input["charAt"](peg$currPos) | peg$FAILED) +s0#614 = (???*0* | input["charAt"](peg$currPos) | peg$FAILED) - *0* s0 ⚠️ pattern without value -s0#617 = (???*0* | peg$currPos | s1 | peg$FAILED) +s0#618 = (???*0* | peg$currPos | s1 | peg$FAILED) - *0* s0 ⚠️ pattern without value -s0#644 = (???*0* | peg$currPos | s1 | peg$FAILED) +s0#645 = (???*0* | peg$currPos | s1 | peg$FAILED) - *0* s0 ⚠️ pattern without value -s0#654 = (???*0* | peg$currPos | s1 | peg$FAILED) +s0#655 = (???*0* | peg$currPos | s1 | peg$FAILED) - *0* s0 ⚠️ pattern without value -s0#664 = (???*0* | peg$currPos | s1 | peg$FAILED) +s0#665 = (???*0* | peg$currPos | s1 | peg$FAILED) - *0* s0 ⚠️ pattern without value -s0#674 = (???*0* | peg$currPos | s1 | peg$FAILED) +s0#675 = (???*0* | peg$currPos | s1 | peg$FAILED) - *0* s0 ⚠️ pattern without value -s0#684 = (???*0* | peg$currPos | s1 | peg$FAILED) +s0#685 = (???*0* | peg$currPos | s1 | peg$FAILED) - *0* s0 ⚠️ pattern without value -s0#694 = (???*0* | peg$currPos | s1 | peg$FAILED) +s0#695 = (???*0* | peg$currPos | s1 | peg$FAILED) - *0* s0 ⚠️ pattern without value -s0#704 = (???*0* | peg$currPos | s1 | peg$FAILED) +s0#705 = (???*0* | peg$currPos | s1 | peg$FAILED) - *0* s0 ⚠️ pattern without value -s0#714 = (???*0* | peg$currPos | s1 | peg$FAILED) +s0#715 = (???*0* | peg$currPos | s1 | peg$FAILED) - *0* s0 ⚠️ pattern without value -s0#724 = (???*0* | peg$currPos | s1 | peg$FAILED) +s0#725 = (???*0* | peg$currPos | s1 | peg$FAILED) - *0* s0 ⚠️ pattern without value -s0#734 = (???*0* | peg$currPos | s1 | peg$FAILED) +s0#735 = (???*0* | peg$currPos | s1 | peg$FAILED) - *0* s0 ⚠️ pattern without value -s0#744 = (???*0* | peg$currPos | s1 | peg$FAILED) +s0#745 = (???*0* | peg$currPos | s1 | peg$FAILED) - *0* s0 ⚠️ pattern without value -s0#754 = (???*0* | peg$currPos | s1 | peg$FAILED) +s0#755 = (???*0* | peg$currPos | s1 | peg$FAILED) - *0* s0 ⚠️ pattern without value -s0#764 = (???*0* | peg$currPos | s1 | peg$FAILED) +s0#765 = (???*0* | peg$currPos | s1 | peg$FAILED) - *0* s0 ⚠️ pattern without value -s0#774 = (???*0* | peg$currPos | s1 | peg$FAILED) +s0#775 = (???*0* | peg$currPos | s1 | peg$FAILED) - *0* s0 ⚠️ pattern without value -s0#784 = (???*0* | peg$currPos | s1 | peg$FAILED) +s0#785 = (???*0* | peg$currPos | s1 | peg$FAILED) - *0* s0 ⚠️ pattern without value -s0#794 = (???*0* | peg$currPos | s1 | peg$FAILED) +s0#795 = (???*0* | peg$currPos | s1 | peg$FAILED) - *0* s0 ⚠️ pattern without value -s0#804 = (???*0* | peg$currPos | s1 | peg$FAILED) +s0#805 = (???*0* | peg$currPos | s1 | peg$FAILED) - *0* s0 ⚠️ pattern without value -s0#814 = (???*0* | peg$currPos | s1 | peg$FAILED) +s0#815 = (???*0* | peg$currPos | s1 | peg$FAILED) - *0* s0 ⚠️ pattern without value -s0#824 = (???*0* | peg$currPos | s1 | peg$FAILED) +s0#825 = (???*0* | peg$currPos | s1 | peg$FAILED) - *0* s0 ⚠️ pattern without value -s0#834 = (???*0* | peg$currPos | s1 | peg$FAILED) +s0#835 = (???*0* | peg$currPos | s1 | peg$FAILED) - *0* s0 ⚠️ pattern without value -s0#844 = (???*0* | peg$currPos | s1 | peg$FAILED) +s0#845 = (???*0* | peg$currPos | s1 | peg$FAILED) - *0* s0 ⚠️ pattern without value -s0#854 = (???*0* | peg$currPos | s1 | peg$FAILED) +s0#855 = (???*0* | peg$currPos | s1 | peg$FAILED) - *0* s0 ⚠️ pattern without value -s0#864 = ( +s0#865 = ( | ???*0* | peg$parseselect() | peg$parsetop() @@ -1771,183 +1771,183 @@ s0#864 = ( - *0* s0 ⚠️ pattern without value -s0#886 = (???*0* | peg$currPos | s1 | peg$FAILED) +s0#887 = (???*0* | peg$currPos | s1 | peg$FAILED) - *0* s0 ⚠️ pattern without value -s0#893 = (???*0* | input["charAt"](peg$currPos) | peg$FAILED) +s0#894 = (???*0* | input["charAt"](peg$currPos) | peg$FAILED) - *0* s0 ⚠️ pattern without value -s0#897 = (???*0* | peg$currPos | s1 | peg$FAILED) +s0#898 = (???*0* | peg$currPos | s1 | peg$FAILED) - *0* s0 ⚠️ pattern without value -s0#909 = (???*0* | peg$currPos | s1 | peg$FAILED) +s0#910 = (???*0* | peg$currPos | s1 | peg$FAILED) - *0* s0 ⚠️ pattern without value -s0#917 = (???*0* | peg$c125 | peg$FAILED | peg$c47 | peg$c127 | peg$parsenot()) +s0#918 = (???*0* | peg$c125 | peg$FAILED | peg$c47 | peg$c127 | peg$parsenot()) - *0* s0 ⚠️ pattern without value -s0#930 = (???*0* | peg$currPos | s1 | peg$FAILED) +s0#931 = (???*0* | peg$currPos | s1 | peg$FAILED) - *0* s0 ⚠️ pattern without value -s0#952 = (???*0* | peg$currPos | s1 | peg$FAILED) +s0#953 = (???*0* | peg$currPos | s1 | peg$FAILED) - *0* s0 ⚠️ pattern without value -s0#974 = (???*0* | input["charAt"](peg$currPos) | peg$FAILED) +s0#975 = (???*0* | input["charAt"](peg$currPos) | peg$FAILED) - *0* s0 ⚠️ pattern without value -s0#978 = (???*0* | peg$parsecharactor_escape_sequence() | peg$parseunicode_escape_sequence()) +s0#979 = (???*0* | peg$parsecharactor_escape_sequence() | peg$parseunicode_escape_sequence()) - *0* s0 ⚠️ pattern without value -s0#980 = (???*0* | peg$parsesingle_escape_character() | peg$parsenon_escape_character()) +s0#981 = (???*0* | peg$parsesingle_escape_character() | peg$parsenon_escape_character()) - *0* s0 ⚠️ pattern without value -s0#982 = (???*0* | peg$c57 | peg$FAILED | peg$c54 | peg$c129 | peg$currPos | s1) +s0#983 = (???*0* | peg$c57 | peg$FAILED | peg$c54 | peg$c129 | peg$currPos | s1) - *0* s0 ⚠️ pattern without value -s1#1019 = (???*0* | peg$currPos | undefined | peg$FAILED | peg$c149()) +s1#1020 = (???*0* | peg$currPos | undefined | peg$FAILED | peg$c149()) - *0* s1 ⚠️ pattern without value -s1#1031 = (???*0* | peg$c150 | peg$FAILED | peg$c152(s2)) +s1#1032 = (???*0* | peg$c150 | peg$FAILED | peg$c152(s2)) - *0* s1 ⚠️ pattern without value -s1#1053 = (???*0* | peg$parsescalar_conditional_expression() | peg$c156(s1, s2)) +s1#1054 = (???*0* | peg$parsescalar_conditional_expression() | peg$c156(s1, s2)) - *0* s1 ⚠️ pattern without value -s1#1070 = (???*0* | peg$c25 | peg$FAILED | peg$c157(s3)) +s1#1071 = (???*0* | peg$c25 | peg$FAILED | peg$c157(s3)) - *0* s1 ⚠️ pattern without value -s1#1096 = (???*0* | peg$parsearray() | peg$c158(s3)) +s1#1097 = (???*0* | peg$parsearray() | peg$c158(s3)) - *0* s1 ⚠️ pattern without value -s1#1103 = (???*0* | peg$parseexists() | peg$c159(s3)) +s1#1104 = (???*0* | peg$parseexists() | peg$c159(s3)) - *0* s1 ⚠️ pattern without value -s1#1110 = (???*0* | peg$parsesubquery() | peg$c160(s1)) +s1#1111 = (???*0* | peg$parsesubquery() | peg$c160(s1)) - *0* s1 ⚠️ pattern without value -s1#1112 = (???*0* | peg$parsescalar_primary_expression() | peg$c163(s1, s2)) +s1#1113 = (???*0* | peg$parsescalar_primary_expression() | peg$c163(s1, s2)) - *0* s1 ⚠️ pattern without value -s1#1186 = (???*0* | peg$parseunary_operator() | peg$c164(s1, s3)) +s1#1187 = (???*0* | peg$parseunary_operator() | peg$c164(s1, s3)) - *0* s1 ⚠️ pattern without value -s1#1195 = (???*0* | peg$parsescalar_binary_or_expression() | peg$c169(s1, s5, s9)) +s1#1196 = (???*0* | peg$parsescalar_binary_or_expression() | peg$c169(s1, s5, s9)) - *0* s1 ⚠️ pattern without value -s1#1221 = (???*0* | peg$parsescalar_binary_and_expression() | peg$c172(s1, s2)) +s1#1222 = (???*0* | peg$parsescalar_binary_and_expression() | peg$c172(s1, s2)) - *0* s1 ⚠️ pattern without value -s1#125 = (???*0* | peg$parse_() | peg$c0(s2)) +s1#1252 = (???*0* | peg$parsescalar_binary_equality_expression() | peg$c172(s1, s2)) - *0* s1 ⚠️ pattern without value -s1#1251 = (???*0* | peg$parsescalar_binary_equality_expression() | peg$c172(s1, s2)) +s1#126 = (???*0* | peg$parse_() | peg$c0(s2)) - *0* s1 ⚠️ pattern without value -s1#1273 = (???*0* | peg$parsescalar_binary_relational_expression() | peg$c172(s1, s2)) +s1#1274 = (???*0* | peg$parsescalar_binary_relational_expression() | peg$c172(s1, s2)) - *0* s1 ⚠️ pattern without value -s1#1317 = (???*0* | peg$parsescalar_in_expression() | peg$c172(s1, s2)) +s1#1318 = (???*0* | peg$parsescalar_in_expression() | peg$c172(s1, s2)) - *0* s1 ⚠️ pattern without value -s1#132 = (???*0* | peg$parseselect() | peg$c5(s3, s5, s7, s9, s11)) +s1#133 = (???*0* | peg$parseselect() | peg$c5(s3, s5, s7, s9, s11)) - *0* s1 ⚠️ pattern without value -s1#1369 = (???*0* | peg$parsescalar_between_expression() | peg$c187(s1, s7)) +s1#1370 = (???*0* | peg$parsescalar_between_expression() | peg$c187(s1, s7)) - *0* s1 ⚠️ pattern without value -s1#1395 = (???*0* | peg$parsescalar_binary_bitwise_or_expression() | peg$c188(s1, s5, s9)) +s1#1396 = (???*0* | peg$parsescalar_binary_bitwise_or_expression() | peg$c188(s1, s5, s9)) - *0* s1 ⚠️ pattern without value -s1#1415 = (???*0* | peg$parsescalar_binary_bitwise_xor_expression() | peg$c172(s1, s2)) +s1#1416 = (???*0* | peg$parsescalar_binary_bitwise_xor_expression() | peg$c172(s1, s2)) - *0* s1 ⚠️ pattern without value -s1#1443 = (???*0* | peg$parsescalar_binary_bitwise_and_expression() | peg$c172(s1, s2)) +s1#1444 = (???*0* | peg$parsescalar_binary_bitwise_and_expression() | peg$c172(s1, s2)) - *0* s1 ⚠️ pattern without value -s1#1471 = (???*0* | peg$parsescalar_binary_shift_expression() | peg$c172(s1, s2)) +s1#1472 = (???*0* | peg$parsescalar_binary_shift_expression() | peg$c172(s1, s2)) - *0* s1 ⚠️ pattern without value -s1#1499 = (???*0* | peg$parsescalar_binary_additive_expression() | peg$c172(s1, s2)) +s1#1500 = (???*0* | peg$parsescalar_binary_additive_expression() | peg$c172(s1, s2)) - *0* s1 ⚠️ pattern without value -s1#1543 = (???*0* | peg$parsescalar_binary_multiplicative_expression() | peg$c172(s1, s2)) +s1#1544 = (???*0* | peg$parsescalar_binary_multiplicative_expression() | peg$c172(s1, s2)) - *0* s1 ⚠️ pattern without value -s1#1587 = (???*0* | peg$parsescalar_unary_expression() | peg$c172(s1, s2)) +s1#1588 = (???*0* | peg$parsescalar_unary_expression() | peg$c172(s1, s2)) - *0* s1 ⚠️ pattern without value -s1#1631 = (???*0* | peg$parseidentifier() | peg$parsestring_constant() | peg$c207(s1, s5)) +s1#1632 = (???*0* | peg$parseidentifier() | peg$parsestring_constant() | peg$c207(s1, s5)) - *0* s1 ⚠️ pattern without value -s1#1646 = (???*0* | peg$parseidentifier() | peg$parsestring_constant() | peg$c207(s1, s5)) +s1#1647 = (???*0* | peg$parseidentifier() | peg$parsestring_constant() | peg$c207(s1, s5)) - *0* s1 ⚠️ pattern without value -s1#1661 = (???*0* | peg$parseidentifier() | peg$c208(s1)) +s1#1662 = (???*0* | peg$parseidentifier() | peg$c208(s1)) - *0* s1 ⚠️ pattern without value -s1#1663 = (???*0* | peg$parsecollection_primary_expression() | peg$c209(s1, s2)) +s1#1664 = (???*0* | peg$parsecollection_primary_expression() | peg$c209(s1, s2)) - *0* s1 ⚠️ pattern without value -s1#1739 = (???*0* | peg$parsesubquery() | peg$c210(s1)) +s1#1740 = (???*0* | peg$parsesubquery() | peg$c210(s1)) - *0* s1 ⚠️ pattern without value -s1#1741 = (???*0* | peg$parseunsigned_integer() | peg$parseparameter_name() | peg$c211(s1)) +s1#1742 = (???*0* | peg$parseunsigned_integer() | peg$parseparameter_name() | peg$c211(s1)) - *0* s1 ⚠️ pattern without value -s1#1744 = (???*0* | [] | peg$FAILED | peg$c212()) +s1#1745 = (???*0* | [] | peg$FAILED | peg$c212()) - *0* s1 ⚠️ pattern without value -s1#1755 = (???*0* | peg$parsescalar_conditional_expression() | null | peg$c213(s1, s2)) +s1#1756 = (???*0* | peg$parsescalar_conditional_expression() | null | peg$c213(s1, s2)) - *0* s1 ⚠️ pattern without value -s1#1784 = (???*0* | peg$c25 | peg$FAILED | peg$c214(s3)) +s1#1785 = (???*0* | peg$c25 | peg$FAILED | peg$c214(s3)) - *0* s1 ⚠️ pattern without value -s1#187 = ( +s1#188 = ( | ???*0* | peg$c6 | peg$FAILED @@ -1960,15 +1960,15 @@ s1#187 = ( - *0* s1 ⚠️ pattern without value -s1#201 = (???*0* | peg$parseobject_property() | peg$c14(s1, s2)) +s1#202 = (???*0* | peg$parseobject_property() | peg$c14(s1, s2)) - *0* s1 ⚠️ pattern without value -s1#229 = (???*0* | peg$parsefrom_source() | peg$c16(s1, s2)) +s1#230 = (???*0* | peg$parsefrom_source() | peg$c16(s1, s2)) - *0* s1 ⚠️ pattern without value -s1#251 = ( +s1#252 = ( | ???*0* | peg$parseidentifier() | peg$c17(s1, s5) @@ -1978,175 +1978,175 @@ s1#251 = ( - *0* s1 ⚠️ pattern without value -s1#282 = (???*0* | peg$parsescalar_conditional_expression() | peg$c20(s1)) +s1#283 = (???*0* | peg$parsescalar_conditional_expression() | peg$c20(s1)) - *0* s1 ⚠️ pattern without value -s1#284 = (???*0* | peg$parsesort_expression() | peg$c21(s1, s2)) +s1#285 = (???*0* | peg$parsesort_expression() | peg$c21(s1, s2)) - *0* s1 ⚠️ pattern without value -s1#312 = (???*0* | peg$parsescalar_conditional_expression() | peg$c22(s1, s2)) +s1#313 = (???*0* | peg$parsescalar_conditional_expression() | peg$c22(s1, s2)) - *0* s1 ⚠️ pattern without value -s1#323 = (???*0* | peg$parseudf() | peg$c29(s5, s9) | peg$parseidentifier() | peg$c30(s1, s5)) +s1#324 = (???*0* | peg$parseudf() | peg$c29(s5, s9) | peg$parseidentifier() | peg$c30(s1, s5)) - *0* s1 ⚠️ pattern without value -s1#376 = (???*0* | peg$c31 | peg$FAILED | peg$c35(s3, s4)) +s1#377 = (???*0* | peg$c31 | peg$FAILED | peg$c35(s3, s4)) - *0* s1 ⚠️ pattern without value -s1#419 = (???*0* | peg$c36 | peg$FAILED | peg$c40(s3)) +s1#420 = (???*0* | peg$c36 | peg$FAILED | peg$c40(s3)) - *0* s1 ⚠️ pattern without value -s1#443 = (???*0* | peg$c41 | peg$FAILED | peg$c43()) +s1#444 = (???*0* | peg$c41 | peg$FAILED | peg$c43()) - *0* s1 ⚠️ pattern without value -s1#448 = (???*0* | peg$parsenull() | peg$c44()) +s1#449 = (???*0* | peg$parsenull() | peg$c44()) - *0* s1 ⚠️ pattern without value -s1#450 = (???*0* | peg$parsefalse() | peg$c45() | peg$parsetrue() | peg$c46()) +s1#451 = (???*0* | peg$parsefalse() | peg$c45() | peg$parsetrue() | peg$c46()) - *0* s1 ⚠️ pattern without value -s1#454 = (???*0* | peg$c47 | peg$FAILED | null | peg$c53(s2)) +s1#455 = (???*0* | peg$c47 | peg$FAILED | null | peg$c53(s2)) - *0* s1 ⚠️ pattern without value -s1#497 = (???*0* | peg$c54 | peg$FAILED | peg$c56(s2) | peg$c57) +s1#498 = (???*0* | peg$c54 | peg$FAILED | peg$c56(s2) | peg$c57) - *0* s1 ⚠️ pattern without value -s1#525 = (???*0* | peg$c36 | peg$FAILED | peg$c59(s3, s4)) +s1#526 = (???*0* | peg$c36 | peg$FAILED | peg$c59(s3, s4)) - *0* s1 ⚠️ pattern without value -s1#567 = (???*0* | peg$c31 | peg$FAILED | peg$c60(s3, s4)) +s1#568 = (???*0* | peg$c31 | peg$FAILED | peg$c60(s3, s4)) - *0* s1 ⚠️ pattern without value -s1#609 = (???*0* | peg$parsewhitespace() | peg$parsecomment()) +s1#610 = (???*0* | peg$parsewhitespace() | peg$parsecomment()) - *0* s1 ⚠️ pattern without value -s1#617 = (???*0* | peg$c63 | peg$FAILED | [s1, s2]) +s1#618 = (???*0* | peg$c63 | peg$FAILED | [s1, s2]) - *0* s1 ⚠️ pattern without value -s1#644 = (???*0* | input["substr"](peg$currPos, 6) | peg$FAILED | [s1, s2]) +s1#645 = (???*0* | input["substr"](peg$currPos, 6) | peg$FAILED | [s1, s2]) - *0* s1 ⚠️ pattern without value -s1#654 = (???*0* | input["substr"](peg$currPos, 3) | peg$FAILED | [s1, s2]) +s1#655 = (???*0* | input["substr"](peg$currPos, 3) | peg$FAILED | [s1, s2]) - *0* s1 ⚠️ pattern without value -s1#664 = (???*0* | input["substr"](peg$currPos, 4) | peg$FAILED | [s1, s2]) +s1#665 = (???*0* | input["substr"](peg$currPos, 4) | peg$FAILED | [s1, s2]) - *0* s1 ⚠️ pattern without value -s1#674 = (???*0* | input["substr"](peg$currPos, 5) | peg$FAILED | [s1, s2]) +s1#675 = (???*0* | input["substr"](peg$currPos, 5) | peg$FAILED | [s1, s2]) - *0* s1 ⚠️ pattern without value -s1#684 = (???*0* | input["substr"](peg$currPos, 5) | peg$FAILED | [s1, s2]) +s1#685 = (???*0* | input["substr"](peg$currPos, 5) | peg$FAILED | [s1, s2]) - *0* s1 ⚠️ pattern without value -s1#694 = (???*0* | input["substr"](peg$currPos, 2) | peg$FAILED | [s1, s2]) +s1#695 = (???*0* | input["substr"](peg$currPos, 2) | peg$FAILED | [s1, s2]) - *0* s1 ⚠️ pattern without value -s1#704 = (???*0* | input["substr"](peg$currPos, 2) | peg$FAILED | [s1, s2]) +s1#705 = (???*0* | input["substr"](peg$currPos, 2) | peg$FAILED | [s1, s2]) - *0* s1 ⚠️ pattern without value -s1#714 = (???*0* | input["substr"](peg$currPos, 4) | peg$FAILED | [s1, s2]) +s1#715 = (???*0* | input["substr"](peg$currPos, 4) | peg$FAILED | [s1, s2]) - *0* s1 ⚠️ pattern without value -s1#724 = (???*0* | input["substr"](peg$currPos, 2) | peg$FAILED | [s1, s2]) +s1#725 = (???*0* | input["substr"](peg$currPos, 2) | peg$FAILED | [s1, s2]) - *0* s1 ⚠️ pattern without value -s1#734 = (???*0* | input["substr"](peg$currPos, 5) | peg$FAILED | [s1, s2]) +s1#735 = (???*0* | input["substr"](peg$currPos, 5) | peg$FAILED | [s1, s2]) - *0* s1 ⚠️ pattern without value -s1#744 = (???*0* | input["substr"](peg$currPos, 3) | peg$FAILED | peg$c89()) +s1#745 = (???*0* | input["substr"](peg$currPos, 3) | peg$FAILED | peg$c89()) - *0* s1 ⚠️ pattern without value -s1#754 = (???*0* | input["substr"](peg$currPos, 4) | peg$FAILED | peg$c92()) +s1#755 = (???*0* | input["substr"](peg$currPos, 4) | peg$FAILED | peg$c92()) - *0* s1 ⚠️ pattern without value -s1#764 = (???*0* | input["substr"](peg$currPos, 3) | peg$FAILED | peg$c95()) +s1#765 = (???*0* | input["substr"](peg$currPos, 3) | peg$FAILED | peg$c95()) - *0* s1 ⚠️ pattern without value -s1#774 = (???*0* | input["substr"](peg$currPos, 2) | peg$FAILED | peg$c98()) +s1#775 = (???*0* | input["substr"](peg$currPos, 2) | peg$FAILED | peg$c98()) - *0* s1 ⚠️ pattern without value -s1#784 = (???*0* | input["substr"](peg$currPos, 3) | peg$FAILED | peg$c101()) +s1#785 = (???*0* | input["substr"](peg$currPos, 3) | peg$FAILED | peg$c101()) - *0* s1 ⚠️ pattern without value -s1#794 = (???*0* | input["substr"](peg$currPos, 7) | peg$FAILED | [s1, s2]) +s1#795 = (???*0* | input["substr"](peg$currPos, 7) | peg$FAILED | [s1, s2]) - *0* s1 ⚠️ pattern without value -s1#804 = (???*0* | input["substr"](peg$currPos, 6) | peg$FAILED | [s1, s2]) +s1#805 = (???*0* | input["substr"](peg$currPos, 6) | peg$FAILED | [s1, s2]) - *0* s1 ⚠️ pattern without value -s1#814 = (???*0* | input["substr"](peg$currPos, 5) | peg$FAILED | [s1, s2]) +s1#815 = (???*0* | input["substr"](peg$currPos, 5) | peg$FAILED | [s1, s2]) - *0* s1 ⚠️ pattern without value -s1#824 = (???*0* | peg$c108 | peg$FAILED | [s1, s2]) +s1#825 = (???*0* | peg$c108 | peg$FAILED | [s1, s2]) - *0* s1 ⚠️ pattern without value -s1#834 = (???*0* | peg$c110 | peg$FAILED | [s1, s2]) +s1#835 = (???*0* | peg$c110 | peg$FAILED | [s1, s2]) - *0* s1 ⚠️ pattern without value -s1#844 = (???*0* | peg$c112 | peg$FAILED | [s1, s2]) +s1#845 = (???*0* | peg$c112 | peg$FAILED | [s1, s2]) - *0* s1 ⚠️ pattern without value -s1#854 = (???*0* | peg$c114 | peg$FAILED | [s1, s2]) +s1#855 = (???*0* | peg$c114 | peg$FAILED | [s1, s2]) - *0* s1 ⚠️ pattern without value -s1#886 = (???*0* | peg$currPos | undefined | peg$FAILED | peg$c116(s2)) +s1#887 = (???*0* | peg$currPos | undefined | peg$FAILED | peg$c116(s2)) - *0* s1 ⚠️ pattern without value -s1#897 = (???*0* | peg$parseidentifier_start() | peg$c121(s1, s2)) +s1#898 = (???*0* | peg$parseidentifier_start() | peg$c121(s1, s2)) - *0* s1 ⚠️ pattern without value -s1#909 = (???*0* | peg$c122 | peg$FAILED | peg$c124()) +s1#910 = (???*0* | peg$c122 | peg$FAILED | peg$c124()) - *0* s1 ⚠️ pattern without value -s1#930 = (???*0* | peg$currPos | undefined | peg$FAILED | peg$c131() | peg$c129 | peg$c132(s2)) +s1#931 = (???*0* | peg$currPos | undefined | peg$FAILED | peg$c131() | peg$c129 | peg$c132(s2)) - *0* s1 ⚠️ pattern without value -s1#952 = (???*0* | peg$currPos | undefined | peg$FAILED | peg$c131() | peg$c129 | peg$c132(s2)) +s1#953 = (???*0* | peg$currPos | undefined | peg$FAILED | peg$c131() | peg$c129 | peg$c132(s2)) - *0* s1 ⚠️ pattern without value -s1#982 = ( +s1#983 = ( | ???*0* | peg$c134 | peg$FAILED @@ -2163,7 +2163,7 @@ s1#982 = ( - *0* s1 ⚠️ pattern without value -s10#132 = ( +s10#133 = ( | ???*0* | peg$parsefrom_specification() | peg$parsewhere() @@ -2173,15 +2173,15 @@ s10#132 = ( - *0* s10 ⚠️ pattern without value -s10#323 = (???*0* | peg$parse_()) +s10#324 = (???*0* | peg$parse_()) - *0* s10 ⚠️ pattern without value -s11#132 = (???*0* | peg$parse_() | peg$currPos | s12 | peg$FAILED | null) +s11#133 = (???*0* | peg$parse_() | peg$currPos | s12 | peg$FAILED | null) - *0* s11 ⚠️ pattern without value -s11#323 = (???*0* | peg$c27 | peg$FAILED) +s11#324 = (???*0* | peg$c27 | peg$FAILED) - *0* s11 ⚠️ pattern without value @@ -2205,279 +2205,279 @@ s16 = (???*0* | peg$parsesort_specification()) - *0* s16 ⚠️ pattern without value -s2#1019 = (???*0* | peg$parseescape_character() | peg$parsesource_character()) +s2#1020 = (???*0* | peg$parseescape_character() | peg$parsesource_character()) - *0* s2 ⚠️ pattern without value -s2#1031 = (???*0* | peg$currPos | input["substring"](s2, peg$currPos) | s3) +s2#1032 = (???*0* | peg$currPos | input["substring"](s2, peg$currPos) | s3) - *0* s2 ⚠️ pattern without value -s2#1053 = (???*0* | peg$currPos | s3 | peg$FAILED | null) +s2#1054 = (???*0* | peg$currPos | s3 | peg$FAILED | null) - *0* s2 ⚠️ pattern without value -s2#1070 = (???*0* | peg$parse_()) +s2#1071 = (???*0* | peg$parse_()) - *0* s2 ⚠️ pattern without value -s2#1096 = (???*0* | peg$parse_()) +s2#1097 = (???*0* | peg$parse_()) - *0* s2 ⚠️ pattern without value -s2#1103 = (???*0* | peg$parse_()) +s2#1104 = (???*0* | peg$parse_()) - *0* s2 ⚠️ pattern without value -s2#1112 = (???*0* | []) +s2#1113 = (???*0* | []) - *0* s2 ⚠️ pattern without value -s2#1186 = (???*0* | peg$parse_()) +s2#1187 = (???*0* | peg$parse_()) - *0* s2 ⚠️ pattern without value -s2#1195 = (???*0* | peg$parse_()) +s2#1196 = (???*0* | peg$parse_()) - *0* s2 ⚠️ pattern without value -s2#1221 = (???*0* | []) +s2#1222 = (???*0* | []) - *0* s2 ⚠️ pattern without value -s2#125 = (???*0* | peg$parseselect_query()) +s2#1252 = (???*0* | []) - *0* s2 ⚠️ pattern without value -s2#1251 = (???*0* | []) +s2#126 = (???*0* | peg$parseselect_query()) - *0* s2 ⚠️ pattern without value -s2#1273 = (???*0* | []) +s2#1274 = (???*0* | []) - *0* s2 ⚠️ pattern without value -s2#1317 = (???*0* | []) +s2#1318 = (???*0* | []) - *0* s2 ⚠️ pattern without value -s2#132 = (???*0* | peg$parse_()) +s2#133 = (???*0* | peg$parse_()) - *0* s2 ⚠️ pattern without value -s2#1369 = (???*0* | peg$parse_()) +s2#1370 = (???*0* | peg$parse_()) - *0* s2 ⚠️ pattern without value -s2#1395 = (???*0* | peg$parse_()) +s2#1396 = (???*0* | peg$parse_()) - *0* s2 ⚠️ pattern without value -s2#1415 = (???*0* | []) +s2#1416 = (???*0* | []) - *0* s2 ⚠️ pattern without value -s2#1443 = (???*0* | []) +s2#1444 = (???*0* | []) - *0* s2 ⚠️ pattern without value -s2#1471 = (???*0* | []) +s2#1472 = (???*0* | []) - *0* s2 ⚠️ pattern without value -s2#1499 = (???*0* | []) +s2#1500 = (???*0* | []) - *0* s2 ⚠️ pattern without value -s2#1543 = (???*0* | []) +s2#1544 = (???*0* | []) - *0* s2 ⚠️ pattern without value -s2#1587 = (???*0* | []) +s2#1588 = (???*0* | []) - *0* s2 ⚠️ pattern without value -s2#1631 = (???*0* | peg$parse_()) +s2#1632 = (???*0* | peg$parse_()) - *0* s2 ⚠️ pattern without value -s2#1646 = (???*0* | peg$parse_()) +s2#1647 = (???*0* | peg$parse_()) - *0* s2 ⚠️ pattern without value -s2#1663 = (???*0* | [] | peg$FAILED) +s2#1664 = (???*0* | [] | peg$FAILED) - *0* s2 ⚠️ pattern without value -s2#1744 = (???*0* | input["charAt"](peg$currPos) | peg$FAILED) +s2#1745 = (???*0* | input["charAt"](peg$currPos) | peg$FAILED) - *0* s2 ⚠️ pattern without value -s2#1755 = (???*0* | []) +s2#1756 = (???*0* | []) - *0* s2 ⚠️ pattern without value -s2#1784 = (???*0* | peg$parse_()) +s2#1785 = (???*0* | peg$parse_()) - *0* s2 ⚠️ pattern without value -s2#187 = (???*0* | peg$parse_()) +s2#188 = (???*0* | peg$parse_()) - *0* s2 ⚠️ pattern without value -s2#201 = (???*0* | []) +s2#202 = (???*0* | []) - *0* s2 ⚠️ pattern without value -s2#229 = (???*0* | []) +s2#230 = (???*0* | []) - *0* s2 ⚠️ pattern without value -s2#251 = (???*0* | peg$parse_() | peg$currPos | s3 | peg$FAILED | null) +s2#252 = (???*0* | peg$parse_() | peg$currPos | s3 | peg$FAILED | null) - *0* s2 ⚠️ pattern without value -s2#284 = (???*0* | []) +s2#285 = (???*0* | []) - *0* s2 ⚠️ pattern without value -s2#312 = (???*0* | peg$currPos | s3 | peg$FAILED | null) +s2#313 = (???*0* | peg$currPos | s3 | peg$FAILED | null) - *0* s2 ⚠️ pattern without value -s2#323 = (???*0* | peg$parse_()) +s2#324 = (???*0* | peg$parse_()) - *0* s2 ⚠️ pattern without value -s2#376 = (???*0* | peg$parse_()) +s2#377 = (???*0* | peg$parse_()) - *0* s2 ⚠️ pattern without value -s2#419 = (???*0* | peg$parse_()) +s2#420 = (???*0* | peg$parse_()) - *0* s2 ⚠️ pattern without value -s2#454 = (???*0* | peg$c49 | peg$FAILED | null) +s2#455 = (???*0* | peg$c49 | peg$FAILED | null) - *0* s2 ⚠️ pattern without value -s2#497 = (???*0* | []) +s2#498 = (???*0* | []) - *0* s2 ⚠️ pattern without value -s2#525 = (???*0* | peg$parse_()) +s2#526 = (???*0* | peg$parse_()) - *0* s2 ⚠️ pattern without value -s2#567 = (???*0* | peg$parse_()) +s2#568 = (???*0* | peg$parse_()) - *0* s2 ⚠️ pattern without value -s2#617 = (???*0* | []) +s2#618 = (???*0* | []) - *0* s2 ⚠️ pattern without value -s2#644 = (???*0* | peg$currPos | undefined | peg$FAILED) +s2#645 = (???*0* | peg$currPos | undefined | peg$FAILED) - *0* s2 ⚠️ pattern without value -s2#654 = (???*0* | peg$currPos | undefined | peg$FAILED) +s2#655 = (???*0* | peg$currPos | undefined | peg$FAILED) - *0* s2 ⚠️ pattern without value -s2#664 = (???*0* | peg$currPos | undefined | peg$FAILED) +s2#665 = (???*0* | peg$currPos | undefined | peg$FAILED) - *0* s2 ⚠️ pattern without value -s2#674 = (???*0* | peg$currPos | undefined | peg$FAILED) +s2#675 = (???*0* | peg$currPos | undefined | peg$FAILED) - *0* s2 ⚠️ pattern without value -s2#684 = (???*0* | peg$currPos | undefined | peg$FAILED) +s2#685 = (???*0* | peg$currPos | undefined | peg$FAILED) - *0* s2 ⚠️ pattern without value -s2#694 = (???*0* | peg$currPos | undefined | peg$FAILED) +s2#695 = (???*0* | peg$currPos | undefined | peg$FAILED) - *0* s2 ⚠️ pattern without value -s2#704 = (???*0* | peg$currPos | undefined | peg$FAILED) +s2#705 = (???*0* | peg$currPos | undefined | peg$FAILED) - *0* s2 ⚠️ pattern without value -s2#714 = (???*0* | peg$currPos | undefined | peg$FAILED) +s2#715 = (???*0* | peg$currPos | undefined | peg$FAILED) - *0* s2 ⚠️ pattern without value -s2#724 = (???*0* | peg$currPos | undefined | peg$FAILED) +s2#725 = (???*0* | peg$currPos | undefined | peg$FAILED) - *0* s2 ⚠️ pattern without value -s2#734 = (???*0* | peg$currPos | undefined | peg$FAILED) +s2#735 = (???*0* | peg$currPos | undefined | peg$FAILED) - *0* s2 ⚠️ pattern without value -s2#744 = (???*0* | peg$currPos | undefined | peg$FAILED) +s2#745 = (???*0* | peg$currPos | undefined | peg$FAILED) - *0* s2 ⚠️ pattern without value -s2#754 = (???*0* | peg$currPos | undefined | peg$FAILED) +s2#755 = (???*0* | peg$currPos | undefined | peg$FAILED) - *0* s2 ⚠️ pattern without value -s2#764 = (???*0* | peg$currPos | undefined | peg$FAILED) +s2#765 = (???*0* | peg$currPos | undefined | peg$FAILED) - *0* s2 ⚠️ pattern without value -s2#774 = (???*0* | peg$currPos | undefined | peg$FAILED) +s2#775 = (???*0* | peg$currPos | undefined | peg$FAILED) - *0* s2 ⚠️ pattern without value -s2#784 = (???*0* | peg$currPos | undefined | peg$FAILED) +s2#785 = (???*0* | peg$currPos | undefined | peg$FAILED) - *0* s2 ⚠️ pattern without value -s2#794 = (???*0* | peg$currPos | undefined | peg$FAILED) +s2#795 = (???*0* | peg$currPos | undefined | peg$FAILED) - *0* s2 ⚠️ pattern without value -s2#804 = (???*0* | peg$currPos | undefined | peg$FAILED) +s2#805 = (???*0* | peg$currPos | undefined | peg$FAILED) - *0* s2 ⚠️ pattern without value -s2#814 = (???*0* | peg$currPos | undefined | peg$FAILED) +s2#815 = (???*0* | peg$currPos | undefined | peg$FAILED) - *0* s2 ⚠️ pattern without value -s2#824 = (???*0* | peg$currPos | undefined | peg$FAILED) +s2#825 = (???*0* | peg$currPos | undefined | peg$FAILED) - *0* s2 ⚠️ pattern without value -s2#834 = (???*0* | peg$currPos | undefined | peg$FAILED) +s2#835 = (???*0* | peg$currPos | undefined | peg$FAILED) - *0* s2 ⚠️ pattern without value -s2#844 = (???*0* | peg$currPos | undefined | peg$FAILED) +s2#845 = (???*0* | peg$currPos | undefined | peg$FAILED) - *0* s2 ⚠️ pattern without value -s2#854 = (???*0* | peg$currPos | undefined | peg$FAILED) +s2#855 = (???*0* | peg$currPos | undefined | peg$FAILED) - *0* s2 ⚠️ pattern without value -s2#886 = (???*0* | peg$parsereserved() | peg$parseidentifier_name()) +s2#887 = (???*0* | peg$parsereserved() | peg$parseidentifier_name()) - *0* s2 ⚠️ pattern without value -s2#897 = (???*0* | []) +s2#898 = (???*0* | []) - *0* s2 ⚠️ pattern without value -s2#909 = (???*0* | peg$parseidentifier_name()) +s2#910 = (???*0* | peg$parseidentifier_name()) - *0* s2 ⚠️ pattern without value -s2#930 = ( +s2#931 = ( | ???*0* | peg$c54 | peg$FAILED @@ -2488,7 +2488,7 @@ s2#930 = ( - *0* s2 ⚠️ pattern without value -s2#952 = ( +s2#953 = ( | ???*0* | peg$c57 | peg$FAILED @@ -2499,155 +2499,155 @@ s2#952 = ( - *0* s2 ⚠️ pattern without value -s3#1031 = (???*0* | peg$currPos | s4 | peg$FAILED) +s3#1032 = (???*0* | peg$currPos | s4 | peg$FAILED) - *0* s3 ⚠️ pattern without value -s3#1053 = (???*0* | peg$currPos | s4 | peg$FAILED | null | peg$c155(s1, s5)) +s3#1054 = (???*0* | peg$currPos | s4 | peg$FAILED | null | peg$c155(s1, s5)) - *0* s3 ⚠️ pattern without value -s3#1070 = (???*0* | peg$parsescalar_conditional_expression()) +s3#1071 = (???*0* | peg$parsescalar_conditional_expression()) - *0* s3 ⚠️ pattern without value -s3#1096 = (???*0* | peg$parsesubquery()) +s3#1097 = (???*0* | peg$parsesubquery()) - *0* s3 ⚠️ pattern without value -s3#1103 = (???*0* | peg$parsesubquery()) +s3#1104 = (???*0* | peg$parsesubquery()) - *0* s3 ⚠️ pattern without value -s3#1112 = (???*0* | peg$currPos | s4 | peg$FAILED) +s3#1113 = (???*0* | peg$currPos | s4 | peg$FAILED) - *0* s3 ⚠️ pattern without value -s3#1186 = (???*0* | peg$parsescalar_unary_expression()) +s3#1187 = (???*0* | peg$parsescalar_unary_expression()) - *0* s3 ⚠️ pattern without value -s3#1195 = (???*0* | peg$c165 | peg$FAILED) +s3#1196 = (???*0* | peg$c165 | peg$FAILED) - *0* s3 ⚠️ pattern without value -s3#1221 = (???*0* | peg$currPos | s4 | peg$FAILED) +s3#1222 = (???*0* | peg$currPos | s4 | peg$FAILED) - *0* s3 ⚠️ pattern without value -s3#125 = (???*0* | peg$parse_()) +s3#1252 = (???*0* | peg$currPos | s4 | peg$FAILED) - *0* s3 ⚠️ pattern without value -s3#1251 = (???*0* | peg$currPos | s4 | peg$FAILED) +s3#126 = (???*0* | peg$parse_()) - *0* s3 ⚠️ pattern without value -s3#1273 = (???*0* | peg$currPos | s4 | peg$FAILED) +s3#1274 = (???*0* | peg$currPos | s4 | peg$FAILED) - *0* s3 ⚠️ pattern without value -s3#1317 = (???*0* | peg$currPos | s4 | peg$FAILED) +s3#1318 = (???*0* | peg$currPos | s4 | peg$FAILED) - *0* s3 ⚠️ pattern without value -s3#132 = (???*0* | peg$currPos | s4 | peg$FAILED | null) +s3#133 = (???*0* | peg$currPos | s4 | peg$FAILED | null) - *0* s3 ⚠️ pattern without value -s3#1369 = (???*0* | peg$parsein()) +s3#1370 = (???*0* | peg$parsein()) - *0* s3 ⚠️ pattern without value -s3#1395 = (???*0* | peg$parsebetween()) +s3#1396 = (???*0* | peg$parsebetween()) - *0* s3 ⚠️ pattern without value -s3#1415 = (???*0* | peg$currPos | s4 | peg$FAILED) +s3#1416 = (???*0* | peg$currPos | s4 | peg$FAILED) - *0* s3 ⚠️ pattern without value -s3#1443 = (???*0* | peg$currPos | s4 | peg$FAILED) +s3#1444 = (???*0* | peg$currPos | s4 | peg$FAILED) - *0* s3 ⚠️ pattern without value -s3#1471 = (???*0* | peg$currPos | s4 | peg$FAILED) +s3#1472 = (???*0* | peg$currPos | s4 | peg$FAILED) - *0* s3 ⚠️ pattern without value -s3#1499 = (???*0* | peg$currPos | s4 | peg$FAILED) +s3#1500 = (???*0* | peg$currPos | s4 | peg$FAILED) - *0* s3 ⚠️ pattern without value -s3#1543 = (???*0* | peg$currPos | s4 | peg$FAILED) +s3#1544 = (???*0* | peg$currPos | s4 | peg$FAILED) - *0* s3 ⚠️ pattern without value -s3#1587 = (???*0* | peg$currPos | s4 | peg$FAILED) +s3#1588 = (???*0* | peg$currPos | s4 | peg$FAILED) - *0* s3 ⚠️ pattern without value -s3#1631 = (???*0* | peg$c167 | peg$FAILED) +s3#1632 = (???*0* | peg$c167 | peg$FAILED) - *0* s3 ⚠️ pattern without value -s3#1646 = (???*0* | peg$c167 | peg$FAILED) +s3#1647 = (???*0* | peg$c167 | peg$FAILED) - *0* s3 ⚠️ pattern without value -s3#1663 = (???*0* | peg$currPos | s4 | peg$FAILED) +s3#1664 = (???*0* | peg$currPos | s4 | peg$FAILED) - *0* s3 ⚠️ pattern without value -s3#1755 = (???*0* | peg$currPos | s4 | peg$FAILED) +s3#1756 = (???*0* | peg$currPos | s4 | peg$FAILED) - *0* s3 ⚠️ pattern without value -s3#1784 = (???*0* | peg$parseselect_query()) +s3#1785 = (???*0* | peg$parseselect_query()) - *0* s3 ⚠️ pattern without value -s3#187 = (???*0* | peg$parsescalar_conditional_expression()) +s3#188 = (???*0* | peg$parsescalar_conditional_expression()) - *0* s3 ⚠️ pattern without value -s3#201 = (???*0* | peg$currPos | s4 | peg$FAILED) +s3#202 = (???*0* | peg$currPos | s4 | peg$FAILED) - *0* s3 ⚠️ pattern without value -s3#229 = (???*0* | peg$currPos | s4 | peg$FAILED) +s3#230 = (???*0* | peg$currPos | s4 | peg$FAILED) - *0* s3 ⚠️ pattern without value -s3#251 = (???*0* | peg$parsein() | peg$currPos | s4 | peg$FAILED | null | peg$c18(s1, s5)) +s3#252 = (???*0* | peg$parsein() | peg$currPos | s4 | peg$FAILED | null | peg$c18(s1, s5)) - *0* s3 ⚠️ pattern without value -s3#284 = (???*0* | peg$currPos | s4 | peg$FAILED) +s3#285 = (???*0* | peg$currPos | s4 | peg$FAILED) - *0* s3 ⚠️ pattern without value -s3#312 = (???*0* | peg$parse_() | peg$c18(s1, s4)) +s3#313 = (???*0* | peg$parse_() | peg$c18(s1, s4)) - *0* s3 ⚠️ pattern without value -s3#323 = (???*0* | peg$c23 | peg$FAILED | peg$c25) +s3#324 = (???*0* | peg$c23 | peg$FAILED | peg$c25) - *0* s3 ⚠️ pattern without value -s3#376 = (???*0* | peg$parsescalar_object_element_property() | null) +s3#377 = (???*0* | peg$parsescalar_object_element_property() | null) - *0* s3 ⚠️ pattern without value -s3#419 = (???*0* | peg$parsescalar_expression_list()) +s3#420 = (???*0* | peg$parsescalar_expression_list()) - *0* s3 ⚠️ pattern without value -s3#454 = (???*0* | [] | peg$FAILED) +s3#455 = (???*0* | [] | peg$FAILED) - *0* s3 ⚠️ pattern without value -s3#497 = ( +s3#498 = ( | ???*0* | peg$parsedouble_string_character() | peg$c54 @@ -2658,495 +2658,495 @@ s3#497 = ( - *0* s3 ⚠️ pattern without value -s3#525 = (???*0* | peg$parseconstant()) +s3#526 = (???*0* | peg$parseconstant()) - *0* s3 ⚠️ pattern without value -s3#567 = (???*0* | peg$parseobject_constant_property()) +s3#568 = (???*0* | peg$parseobject_constant_property()) - *0* s3 ⚠️ pattern without value -s3#617 = (???*0* | peg$currPos | s4 | peg$FAILED) +s3#618 = (???*0* | peg$currPos | s4 | peg$FAILED) - *0* s3 ⚠️ pattern without value -s3#644 = (???*0* | peg$parseidentifier_start()) +s3#645 = (???*0* | peg$parseidentifier_start()) - *0* s3 ⚠️ pattern without value -s3#654 = (???*0* | peg$parseidentifier_start()) +s3#655 = (???*0* | peg$parseidentifier_start()) - *0* s3 ⚠️ pattern without value -s3#664 = (???*0* | peg$parseidentifier_start()) +s3#665 = (???*0* | peg$parseidentifier_start()) - *0* s3 ⚠️ pattern without value -s3#674 = (???*0* | peg$parseidentifier_start()) +s3#675 = (???*0* | peg$parseidentifier_start()) - *0* s3 ⚠️ pattern without value -s3#684 = (???*0* | peg$parseidentifier_start()) +s3#685 = (???*0* | peg$parseidentifier_start()) - *0* s3 ⚠️ pattern without value -s3#694 = (???*0* | peg$parseidentifier_start()) +s3#695 = (???*0* | peg$parseidentifier_start()) - *0* s3 ⚠️ pattern without value -s3#704 = (???*0* | peg$parseidentifier_start()) +s3#705 = (???*0* | peg$parseidentifier_start()) - *0* s3 ⚠️ pattern without value -s3#714 = (???*0* | peg$parseidentifier_start()) +s3#715 = (???*0* | peg$parseidentifier_start()) - *0* s3 ⚠️ pattern without value -s3#724 = (???*0* | peg$parseidentifier_start()) +s3#725 = (???*0* | peg$parseidentifier_start()) - *0* s3 ⚠️ pattern without value -s3#734 = (???*0* | peg$parseidentifier_start()) +s3#735 = (???*0* | peg$parseidentifier_start()) - *0* s3 ⚠️ pattern without value -s3#744 = (???*0* | peg$parseidentifier_start()) +s3#745 = (???*0* | peg$parseidentifier_start()) - *0* s3 ⚠️ pattern without value -s3#754 = (???*0* | peg$parseidentifier_start()) +s3#755 = (???*0* | peg$parseidentifier_start()) - *0* s3 ⚠️ pattern without value -s3#764 = (???*0* | peg$parseidentifier_start()) +s3#765 = (???*0* | peg$parseidentifier_start()) - *0* s3 ⚠️ pattern without value -s3#774 = (???*0* | peg$parseidentifier_start()) +s3#775 = (???*0* | peg$parseidentifier_start()) - *0* s3 ⚠️ pattern without value -s3#784 = (???*0* | peg$parseidentifier_start()) +s3#785 = (???*0* | peg$parseidentifier_start()) - *0* s3 ⚠️ pattern without value -s3#794 = (???*0* | peg$parseidentifier_start()) +s3#795 = (???*0* | peg$parseidentifier_start()) - *0* s3 ⚠️ pattern without value -s3#804 = (???*0* | peg$parseidentifier_start()) +s3#805 = (???*0* | peg$parseidentifier_start()) - *0* s3 ⚠️ pattern without value -s3#814 = (???*0* | peg$parseidentifier_start()) +s3#815 = (???*0* | peg$parseidentifier_start()) - *0* s3 ⚠️ pattern without value -s3#824 = (???*0* | peg$parseidentifier_start()) +s3#825 = (???*0* | peg$parseidentifier_start()) - *0* s3 ⚠️ pattern without value -s3#834 = (???*0* | peg$parseidentifier_start()) +s3#835 = (???*0* | peg$parseidentifier_start()) - *0* s3 ⚠️ pattern without value -s3#844 = (???*0* | peg$parseidentifier_start()) +s3#845 = (???*0* | peg$parseidentifier_start()) - *0* s3 ⚠️ pattern without value -s3#854 = (???*0* | peg$parseidentifier_start()) +s3#855 = (???*0* | peg$parseidentifier_start()) - *0* s3 ⚠️ pattern without value -s3#897 = (???*0* | input["charAt"](peg$currPos) | peg$FAILED) +s3#898 = (???*0* | input["charAt"](peg$currPos) | peg$FAILED) - *0* s3 ⚠️ pattern without value -s4#1031 = (???*0* | peg$parsehex_digit() | [s4, s5, s6, s7]) +s4#1032 = (???*0* | peg$parsehex_digit() | [s4, s5, s6, s7]) - *0* s4 ⚠️ pattern without value -s4#1053 = (???*0* | peg$parse_() | [s4, s5]) +s4#1054 = (???*0* | peg$parse_() | [s4, s5]) - *0* s4 ⚠️ pattern without value -s4#1070 = (???*0* | peg$parse_()) +s4#1071 = (???*0* | peg$parse_()) - *0* s4 ⚠️ pattern without value -s4#1112 = (???*0* | peg$parse_() | peg$c161(s1, s7) | peg$c162(s1, s7)) +s4#1113 = (???*0* | peg$parse_() | peg$c161(s1, s7) | peg$c162(s1, s7)) - *0* s4 ⚠️ pattern without value -s4#1195 = (???*0* | peg$parse_()) +s4#1196 = (???*0* | peg$parse_()) - *0* s4 ⚠️ pattern without value -s4#1221 = (???*0* | peg$parse_() | [s4, s5, s6, s7]) +s4#1222 = (???*0* | peg$parse_() | [s4, s5, s6, s7]) - *0* s4 ⚠️ pattern without value -s4#1251 = (???*0* | peg$parse_() | [s4, s5, s6, s7]) +s4#1252 = (???*0* | peg$parse_() | [s4, s5, s6, s7]) - *0* s4 ⚠️ pattern without value -s4#1273 = (???*0* | peg$parse_() | [s4, s5, s6, s7]) +s4#1274 = (???*0* | peg$parse_() | [s4, s5, s6, s7]) - *0* s4 ⚠️ pattern without value -s4#1317 = (???*0* | peg$parse_() | [s4, s5, s6, s7]) +s4#1318 = (???*0* | peg$parse_() | [s4, s5, s6, s7]) - *0* s4 ⚠️ pattern without value -s4#132 = (???*0* | peg$parsetop() | peg$c1(s6) | peg$parse_()) +s4#133 = (???*0* | peg$parsetop() | peg$c1(s6) | peg$parse_()) - *0* s4 ⚠️ pattern without value -s4#1369 = (???*0* | peg$parse_()) +s4#1370 = (???*0* | peg$parse_()) - *0* s4 ⚠️ pattern without value -s4#1395 = (???*0* | peg$parse_()) +s4#1396 = (???*0* | peg$parse_()) - *0* s4 ⚠️ pattern without value -s4#1415 = (???*0* | peg$parse_() | [s4, s5, s6, s7]) +s4#1416 = (???*0* | peg$parse_() | [s4, s5, s6, s7]) - *0* s4 ⚠️ pattern without value -s4#1443 = (???*0* | peg$parse_() | [s4, s5, s6, s7]) +s4#1444 = (???*0* | peg$parse_() | [s4, s5, s6, s7]) - *0* s4 ⚠️ pattern without value -s4#1471 = (???*0* | peg$parse_() | [s4, s5, s6, s7]) +s4#1472 = (???*0* | peg$parse_() | [s4, s5, s6, s7]) - *0* s4 ⚠️ pattern without value -s4#1499 = (???*0* | peg$parse_() | [s4, s5, s6, s7]) +s4#1500 = (???*0* | peg$parse_() | [s4, s5, s6, s7]) - *0* s4 ⚠️ pattern without value -s4#1543 = (???*0* | peg$parse_() | [s4, s5, s6, s7]) +s4#1544 = (???*0* | peg$parse_() | [s4, s5, s6, s7]) - *0* s4 ⚠️ pattern without value -s4#1587 = (???*0* | peg$parse_() | [s4, s5, s6, s7]) +s4#1588 = (???*0* | peg$parse_() | [s4, s5, s6, s7]) - *0* s4 ⚠️ pattern without value -s4#1631 = (???*0* | peg$parse_()) +s4#1632 = (???*0* | peg$parse_()) - *0* s4 ⚠️ pattern without value -s4#1646 = (???*0* | peg$parse_()) +s4#1647 = (???*0* | peg$parse_()) - *0* s4 ⚠️ pattern without value -s4#1663 = (???*0* | peg$parse_() | peg$c161(s1, s7) | peg$c162(s1, s7)) +s4#1664 = (???*0* | peg$parse_() | peg$c161(s1, s7) | peg$c162(s1, s7)) - *0* s4 ⚠️ pattern without value -s4#1755 = (???*0* | peg$parse_() | peg$c13(s1, s7)) +s4#1756 = (???*0* | peg$parse_() | peg$c13(s1, s7)) - *0* s4 ⚠️ pattern without value -s4#1784 = (???*0* | peg$parse_()) +s4#1785 = (???*0* | peg$parse_()) - *0* s4 ⚠️ pattern without value -s4#201 = (???*0* | peg$parse_() | peg$c13(s1, s7)) +s4#202 = (???*0* | peg$parse_() | peg$c13(s1, s7)) - *0* s4 ⚠️ pattern without value -s4#229 = (???*0* | peg$parse_() | peg$c15(s1, s7)) +s4#230 = (???*0* | peg$parse_() | peg$c15(s1, s7)) - *0* s4 ⚠️ pattern without value -s4#251 = (???*0* | peg$parse_() | [s4, s5]) +s4#252 = (???*0* | peg$parse_() | [s4, s5]) - *0* s4 ⚠️ pattern without value -s4#284 = (???*0* | peg$parse_() | peg$c13(s1, s7)) +s4#285 = (???*0* | peg$parse_() | peg$c13(s1, s7)) - *0* s4 ⚠️ pattern without value -s4#312 = (???*0* | peg$parseasc() | peg$parsedesc()) +s4#313 = (???*0* | peg$parseasc() | peg$parsedesc()) - *0* s4 ⚠️ pattern without value -s4#323 = (???*0* | peg$parse_()) +s4#324 = (???*0* | peg$parse_()) - *0* s4 ⚠️ pattern without value -s4#376 = (???*0* | []) +s4#377 = (???*0* | []) - *0* s4 ⚠️ pattern without value -s4#419 = (???*0* | peg$parse_()) +s4#420 = (???*0* | peg$parse_()) - *0* s4 ⚠️ pattern without value -s4#454 = (???*0* | input["charAt"](peg$currPos) | peg$FAILED | peg$currPos | s5 | null) +s4#455 = (???*0* | input["charAt"](peg$currPos) | peg$FAILED | peg$currPos | s5 | null) - *0* s4 ⚠️ pattern without value -s4#525 = (???*0* | []) +s4#526 = (???*0* | []) - *0* s4 ⚠️ pattern without value -s4#567 = (???*0* | []) +s4#568 = (???*0* | []) - *0* s4 ⚠️ pattern without value -s4#617 = (???*0* | peg$currPos | undefined | peg$FAILED | [s4, s5]) +s4#618 = (???*0* | peg$currPos | undefined | peg$FAILED | [s4, s5]) - *0* s4 ⚠️ pattern without value -s5#1031 = (???*0* | peg$parsehex_digit()) +s5#1032 = (???*0* | peg$parsehex_digit()) - *0* s5 ⚠️ pattern without value -s5#1053 = (???*0* | peg$parseas() | peg$parseidentifier()) +s5#1054 = (???*0* | peg$parseas() | peg$parseidentifier()) - *0* s5 ⚠️ pattern without value -s5#1070 = (???*0* | peg$c27 | peg$FAILED) +s5#1071 = (???*0* | peg$c27 | peg$FAILED) - *0* s5 ⚠️ pattern without value -s5#1112 = (???*0* | peg$c23 | peg$FAILED | peg$c36) +s5#1113 = (???*0* | peg$c23 | peg$FAILED | peg$c36) - *0* s5 ⚠️ pattern without value -s5#1195 = (???*0* | peg$parsescalar_conditional_expression()) +s5#1196 = (???*0* | peg$parsescalar_conditional_expression()) - *0* s5 ⚠️ pattern without value -s5#1221 = (???*0* | peg$parseor() | peg$c170 | peg$FAILED) +s5#1222 = (???*0* | peg$parseor() | peg$c170 | peg$FAILED) - *0* s5 ⚠️ pattern without value -s5#1251 = (???*0* | peg$parseand()) +s5#1252 = (???*0* | peg$parseand()) - *0* s5 ⚠️ pattern without value -s5#1273 = (???*0* | peg$c173 | peg$FAILED | peg$c175 | peg$c177) +s5#1274 = (???*0* | peg$c173 | peg$FAILED | peg$c175 | peg$c177) - *0* s5 ⚠️ pattern without value -s5#1317 = (???*0* | peg$c179 | peg$FAILED | peg$c181 | peg$c183 | peg$c185) +s5#1318 = (???*0* | peg$c179 | peg$FAILED | peg$c181 | peg$c183 | peg$c185) - *0* s5 ⚠️ pattern without value -s5#132 = (???*0* | peg$parse_() | peg$parseselect_specification()) +s5#133 = (???*0* | peg$parse_() | peg$parseselect_specification()) - *0* s5 ⚠️ pattern without value -s5#1369 = (???*0* | peg$c25 | peg$FAILED) +s5#1370 = (???*0* | peg$c25 | peg$FAILED) - *0* s5 ⚠️ pattern without value -s5#1395 = (???*0* | peg$parsescalar_binary_bitwise_or_expression()) +s5#1396 = (???*0* | peg$parsescalar_binary_bitwise_or_expression()) - *0* s5 ⚠️ pattern without value -s5#1415 = (???*0* | peg$c189 | peg$FAILED) +s5#1416 = (???*0* | peg$c189 | peg$FAILED) - *0* s5 ⚠️ pattern without value -s5#1443 = (???*0* | peg$c191 | peg$FAILED) +s5#1444 = (???*0* | peg$c191 | peg$FAILED) - *0* s5 ⚠️ pattern without value -s5#1471 = (???*0* | peg$c193 | peg$FAILED) +s5#1472 = (???*0* | peg$c193 | peg$FAILED) - *0* s5 ⚠️ pattern without value -s5#1499 = (???*0* | peg$c195 | peg$FAILED | peg$c197 | peg$c199) +s5#1500 = (???*0* | peg$c195 | peg$FAILED | peg$c197 | peg$c199) - *0* s5 ⚠️ pattern without value -s5#1543 = (???*0* | peg$c125 | peg$FAILED | peg$c47 | peg$c201) +s5#1544 = (???*0* | peg$c125 | peg$FAILED | peg$c47 | peg$c201) - *0* s5 ⚠️ pattern without value -s5#1587 = (???*0* | peg$c6 | peg$FAILED | peg$c203 | peg$c205) +s5#1588 = (???*0* | peg$c6 | peg$FAILED | peg$c203 | peg$c205) - *0* s5 ⚠️ pattern without value -s5#1631 = (???*0* | peg$parsescalar_conditional_expression()) +s5#1632 = (???*0* | peg$parsescalar_conditional_expression()) - *0* s5 ⚠️ pattern without value -s5#1646 = (???*0* | peg$parseconstant()) +s5#1647 = (???*0* | peg$parseconstant()) - *0* s5 ⚠️ pattern without value -s5#1663 = (???*0* | peg$c23 | peg$FAILED | peg$c36) +s5#1664 = (???*0* | peg$c23 | peg$FAILED | peg$c36) - *0* s5 ⚠️ pattern without value -s5#1755 = (???*0* | peg$c11 | peg$FAILED) +s5#1756 = (???*0* | peg$c11 | peg$FAILED) - *0* s5 ⚠️ pattern without value -s5#1784 = (???*0* | peg$c27 | peg$FAILED) +s5#1785 = (???*0* | peg$c27 | peg$FAILED) - *0* s5 ⚠️ pattern without value -s5#201 = (???*0* | peg$c11 | peg$FAILED) +s5#202 = (???*0* | peg$c11 | peg$FAILED) - *0* s5 ⚠️ pattern without value -s5#229 = (???*0* | peg$parsejoin()) +s5#230 = (???*0* | peg$parsejoin()) - *0* s5 ⚠️ pattern without value -s5#251 = (???*0* | peg$parsecollection_expression() | peg$parseas() | peg$parseidentifier()) +s5#252 = (???*0* | peg$parsecollection_expression() | peg$parseas() | peg$parseidentifier()) - *0* s5 ⚠️ pattern without value -s5#284 = (???*0* | peg$c11 | peg$FAILED) +s5#285 = (???*0* | peg$c11 | peg$FAILED) - *0* s5 ⚠️ pattern without value -s5#323 = (???*0* | peg$parseidentifier() | peg$parsescalar_expression_list()) +s5#324 = (???*0* | peg$parseidentifier() | peg$parsescalar_expression_list()) - *0* s5 ⚠️ pattern without value -s5#376 = (???*0* | peg$currPos | s6 | peg$FAILED | peg$parse_()) +s5#377 = (???*0* | peg$currPos | s6 | peg$FAILED | peg$parse_()) - *0* s5 ⚠️ pattern without value -s5#419 = (???*0* | peg$c38 | peg$FAILED) +s5#420 = (???*0* | peg$c38 | peg$FAILED) - *0* s5 ⚠️ pattern without value -s5#454 = (???*0* | peg$c23 | peg$FAILED | [s5, s6]) +s5#455 = (???*0* | peg$c23 | peg$FAILED | [s5, s6]) - *0* s5 ⚠️ pattern without value -s5#525 = (???*0* | peg$currPos | s6 | peg$FAILED | peg$parse_()) +s5#526 = (???*0* | peg$currPos | s6 | peg$FAILED | peg$parse_()) - *0* s5 ⚠️ pattern without value -s5#567 = (???*0* | peg$currPos | s6 | peg$FAILED | peg$parse_()) +s5#568 = (???*0* | peg$currPos | s6 | peg$FAILED | peg$parse_()) - *0* s5 ⚠️ pattern without value -s5#617 = (???*0* | input["charAt"](peg$currPos) | peg$FAILED | peg$parsesource_character()) +s5#618 = (???*0* | input["charAt"](peg$currPos) | peg$FAILED | peg$parsesource_character()) - *0* s5 ⚠️ pattern without value -s6#1031 = (???*0* | peg$parsehex_digit()) +s6#1032 = (???*0* | peg$parsehex_digit()) - *0* s6 ⚠️ pattern without value -s6#1112 = (???*0* | peg$parse_()) +s6#1113 = (???*0* | peg$parse_()) - *0* s6 ⚠️ pattern without value -s6#1195 = (???*0* | peg$parse_()) +s6#1196 = (???*0* | peg$parse_()) - *0* s6 ⚠️ pattern without value -s6#1221 = (???*0* | peg$parse_()) +s6#1222 = (???*0* | peg$parse_()) - *0* s6 ⚠️ pattern without value -s6#1251 = (???*0* | peg$parse_()) +s6#1252 = (???*0* | peg$parse_()) - *0* s6 ⚠️ pattern without value -s6#1273 = (???*0* | peg$parse_()) +s6#1274 = (???*0* | peg$parse_()) - *0* s6 ⚠️ pattern without value -s6#1317 = (???*0* | peg$parse_()) +s6#1318 = (???*0* | peg$parse_()) - *0* s6 ⚠️ pattern without value -s6#132 = (???*0* | peg$parsetop_specification() | peg$parse_()) +s6#133 = (???*0* | peg$parsetop_specification() | peg$parse_()) - *0* s6 ⚠️ pattern without value -s6#1369 = (???*0* | peg$parse_()) +s6#1370 = (???*0* | peg$parse_()) - *0* s6 ⚠️ pattern without value -s6#1395 = (???*0* | peg$parse_()) +s6#1396 = (???*0* | peg$parse_()) - *0* s6 ⚠️ pattern without value -s6#1415 = (???*0* | peg$parse_()) +s6#1416 = (???*0* | peg$parse_()) - *0* s6 ⚠️ pattern without value -s6#1443 = (???*0* | peg$parse_()) +s6#1444 = (???*0* | peg$parse_()) - *0* s6 ⚠️ pattern without value -s6#1471 = (???*0* | peg$parse_()) +s6#1472 = (???*0* | peg$parse_()) - *0* s6 ⚠️ pattern without value -s6#1499 = (???*0* | peg$parse_()) +s6#1500 = (???*0* | peg$parse_()) - *0* s6 ⚠️ pattern without value -s6#1543 = (???*0* | peg$parse_()) +s6#1544 = (???*0* | peg$parse_()) - *0* s6 ⚠️ pattern without value -s6#1587 = (???*0* | peg$parse_()) +s6#1588 = (???*0* | peg$parse_()) - *0* s6 ⚠️ pattern without value -s6#1663 = (???*0* | peg$parse_()) +s6#1664 = (???*0* | peg$parse_()) - *0* s6 ⚠️ pattern without value -s6#1755 = (???*0* | peg$parse_()) +s6#1756 = (???*0* | peg$parse_()) - *0* s6 ⚠️ pattern without value -s6#201 = (???*0* | peg$parse_()) +s6#202 = (???*0* | peg$parse_()) - *0* s6 ⚠️ pattern without value -s6#229 = (???*0* | peg$parse_()) +s6#230 = (???*0* | peg$parse_()) - *0* s6 ⚠️ pattern without value -s6#284 = (???*0* | peg$parse_()) +s6#285 = (???*0* | peg$parse_()) - *0* s6 ⚠️ pattern without value -s6#323 = (???*0* | peg$parse_()) +s6#324 = (???*0* | peg$parse_()) - *0* s6 ⚠️ pattern without value -s6#376 = (???*0* | peg$parse_() | peg$c13(s3, s9) | peg$c33 | peg$FAILED) +s6#377 = (???*0* | peg$parse_() | peg$c13(s3, s9) | peg$c33 | peg$FAILED) - *0* s6 ⚠️ pattern without value -s6#454 = (???*0* | [] | peg$FAILED) +s6#455 = (???*0* | [] | peg$FAILED) - *0* s6 ⚠️ pattern without value -s6#525 = (???*0* | peg$parse_() | peg$c13(s3, s9) | peg$c38 | peg$FAILED) +s6#526 = (???*0* | peg$parse_() | peg$c13(s3, s9) | peg$c38 | peg$FAILED) - *0* s6 ⚠️ pattern without value -s6#567 = (???*0* | peg$parse_() | peg$c13(s3, s9) | peg$c33 | peg$FAILED) +s6#568 = (???*0* | peg$parse_() | peg$c13(s3, s9) | peg$c33 | peg$FAILED) - *0* s6 ⚠️ pattern without value -s7#1031 = (???*0* | peg$parsehex_digit()) +s7#1032 = (???*0* | peg$parsehex_digit()) - *0* s7 ⚠️ pattern without value -s7#1112 = ( +s7#1113 = ( | ???*0* | peg$parseidentifier() | peg$parsestring_constant() @@ -3156,63 +3156,63 @@ s7#1112 = ( - *0* s7 ⚠️ pattern without value -s7#1195 = (???*0* | peg$c167 | peg$FAILED) +s7#1196 = (???*0* | peg$c167 | peg$FAILED) - *0* s7 ⚠️ pattern without value -s7#1221 = (???*0* | peg$parsescalar_binary_and_expression()) +s7#1222 = (???*0* | peg$parsescalar_binary_and_expression()) - *0* s7 ⚠️ pattern without value -s7#1251 = (???*0* | peg$parsescalar_binary_equality_expression()) +s7#1252 = (???*0* | peg$parsescalar_binary_equality_expression()) - *0* s7 ⚠️ pattern without value -s7#1273 = (???*0* | peg$parsescalar_binary_relational_expression()) +s7#1274 = (???*0* | peg$parsescalar_binary_relational_expression()) - *0* s7 ⚠️ pattern without value -s7#1317 = (???*0* | peg$parsescalar_in_expression()) +s7#1318 = (???*0* | peg$parsescalar_in_expression()) - *0* s7 ⚠️ pattern without value -s7#132 = (???*0* | peg$currPos | s8 | peg$FAILED | null) +s7#133 = (???*0* | peg$currPos | s8 | peg$FAILED | null) - *0* s7 ⚠️ pattern without value -s7#1369 = (???*0* | peg$parsescalar_expression_list()) +s7#1370 = (???*0* | peg$parsescalar_expression_list()) - *0* s7 ⚠️ pattern without value -s7#1395 = (???*0* | peg$parseand()) +s7#1396 = (???*0* | peg$parseand()) - *0* s7 ⚠️ pattern without value -s7#1415 = (???*0* | peg$parsescalar_binary_bitwise_xor_expression()) +s7#1416 = (???*0* | peg$parsescalar_binary_bitwise_xor_expression()) - *0* s7 ⚠️ pattern without value -s7#1443 = (???*0* | peg$parsescalar_binary_bitwise_and_expression()) +s7#1444 = (???*0* | peg$parsescalar_binary_bitwise_and_expression()) - *0* s7 ⚠️ pattern without value -s7#1471 = (???*0* | peg$parsescalar_binary_shift_expression()) +s7#1472 = (???*0* | peg$parsescalar_binary_shift_expression()) - *0* s7 ⚠️ pattern without value -s7#1499 = (???*0* | peg$parsescalar_binary_additive_expression()) +s7#1500 = (???*0* | peg$parsescalar_binary_additive_expression()) - *0* s7 ⚠️ pattern without value -s7#1543 = (???*0* | peg$parsescalar_binary_multiplicative_expression()) +s7#1544 = (???*0* | peg$parsescalar_binary_multiplicative_expression()) - *0* s7 ⚠️ pattern without value -s7#1587 = (???*0* | peg$parsescalar_unary_expression()) +s7#1588 = (???*0* | peg$parsescalar_unary_expression()) - *0* s7 ⚠️ pattern without value -s7#1663 = ( +s7#1664 = ( | ???*0* | peg$parseidentifier() | peg$parsestring_constant() @@ -3222,171 +3222,169 @@ s7#1663 = ( - *0* s7 ⚠️ pattern without value -s7#1755 = (???*0* | peg$parsescalar_conditional_expression()) +s7#1756 = (???*0* | peg$parsescalar_conditional_expression()) - *0* s7 ⚠️ pattern without value -s7#201 = (???*0* | peg$parseobject_property()) +s7#202 = (???*0* | peg$parseobject_property()) - *0* s7 ⚠️ pattern without value -s7#229 = (???*0* | peg$parsefrom_source()) +s7#230 = (???*0* | peg$parsefrom_source()) - *0* s7 ⚠️ pattern without value -s7#284 = (???*0* | peg$parsesort_expression()) +s7#285 = (???*0* | peg$parsesort_expression()) - *0* s7 ⚠️ pattern without value -s7#323 = (???*0* | peg$c25 | peg$FAILED | peg$c27) +s7#324 = (???*0* | peg$c25 | peg$FAILED | peg$c27) - *0* s7 ⚠️ pattern without value -s7#376 = (???*0* | peg$c11 | peg$FAILED) +s7#377 = (???*0* | peg$c11 | peg$FAILED) - *0* s7 ⚠️ pattern without value -s7#454 = (???*0* | input["charAt"](peg$currPos) | peg$FAILED) +s7#455 = (???*0* | input["charAt"](peg$currPos) | peg$FAILED) - *0* s7 ⚠️ pattern without value -s7#525 = (???*0* | peg$c11 | peg$FAILED) +s7#526 = (???*0* | peg$c11 | peg$FAILED) - *0* s7 ⚠️ pattern without value -s7#567 = (???*0* | peg$c11 | peg$FAILED) +s7#568 = (???*0* | peg$c11 | peg$FAILED) - *0* s7 ⚠️ pattern without value -s8#1112 = (???*0* | peg$parse_()) +s8#1113 = (???*0* | peg$parse_()) - *0* s8 ⚠️ pattern without value -s8#1195 = (???*0* | peg$parse_()) +s8#1196 = (???*0* | peg$parse_()) - *0* s8 ⚠️ pattern without value -s8#132 = (???*0* | peg$parsefrom() | peg$c2(s3, s5, s10) | peg$parse_()) +s8#133 = (???*0* | peg$parsefrom() | peg$c2(s3, s5, s10) | peg$parse_()) - *0* s8 ⚠️ pattern without value -s8#1369 = (???*0* | peg$parse_()) +s8#1370 = (???*0* | peg$parse_()) - *0* s8 ⚠️ pattern without value -s8#1395 = (???*0* | peg$parse_()) +s8#1396 = (???*0* | peg$parse_()) - *0* s8 ⚠️ pattern without value -s8#1663 = (???*0* | peg$parse_()) +s8#1664 = (???*0* | peg$parse_()) - *0* s8 ⚠️ pattern without value -s8#323 = (???*0* | peg$parse_()) +s8#324 = (???*0* | peg$parse_()) - *0* s8 ⚠️ pattern without value -s8#376 = (???*0* | peg$parse_()) +s8#377 = (???*0* | peg$parse_()) - *0* s8 ⚠️ pattern without value -s8#525 = (???*0* | peg$parse_()) +s8#526 = (???*0* | peg$parse_()) - *0* s8 ⚠️ pattern without value -s8#567 = (???*0* | peg$parse_()) +s8#568 = (???*0* | peg$parse_()) - *0* s8 ⚠️ pattern without value -s9#1112 = (???*0* | peg$c38 | peg$FAILED) +s9#1113 = (???*0* | peg$c38 | peg$FAILED) - *0* s9 ⚠️ pattern without value -s9#1195 = (???*0* | peg$parsescalar_conditional_expression()) +s9#1196 = (???*0* | peg$parsescalar_conditional_expression()) - *0* s9 ⚠️ pattern without value -s9#132 = (???*0* | peg$parse_() | peg$currPos | s10 | peg$FAILED | null) +s9#133 = (???*0* | peg$parse_() | peg$currPos | s10 | peg$FAILED | null) - *0* s9 ⚠️ pattern without value -s9#1369 = (???*0* | peg$c27 | peg$FAILED) +s9#1370 = (???*0* | peg$c27 | peg$FAILED) - *0* s9 ⚠️ pattern without value -s9#1395 = (???*0* | peg$parsescalar_binary_bitwise_or_expression()) +s9#1396 = (???*0* | peg$parsescalar_binary_bitwise_or_expression()) - *0* s9 ⚠️ pattern without value -s9#1663 = (???*0* | peg$c38 | peg$FAILED) +s9#1664 = (???*0* | peg$c38 | peg$FAILED) - *0* s9 ⚠️ pattern without value -s9#323 = (???*0* | peg$parsescalar_expression_list()) +s9#324 = (???*0* | peg$parsescalar_expression_list()) - *0* s9 ⚠️ pattern without value -s9#376 = (???*0* | peg$parsescalar_object_element_property()) +s9#377 = (???*0* | peg$parsescalar_object_element_property()) - *0* s9 ⚠️ pattern without value -s9#525 = (???*0* | peg$parseconstant()) +s9#526 = (???*0* | peg$parseconstant()) - *0* s9 ⚠️ pattern without value -s9#567 = (???*0* | peg$parseobject_constant_property()) +s9#568 = (???*0* | peg$parseobject_constant_property()) - *0* s9 ⚠️ pattern without value -select#31 = arguments[1] - select#32 = arguments[1] select#33 = arguments[1] select#34 = arguments[1] -seq = arguments[0] +select#35 = arguments[1] -source#40 = arguments[0] +seq = arguments[0] source#41 = arguments[0] +source#42 = arguments[0] + startPos = arguments[0] startPosDetails = peg$computePosDetails(startPos) subquery = arguments[0] -tail#1801 = arguments[1] +tail#100 = arguments[1] -tail#39 = arguments[1] +tail#1802 = arguments[1] -tail#46 = arguments[1] +tail#40 = arguments[1] -tail#50 = arguments[1] +tail#47 = arguments[1] -tail#58 = arguments[1] +tail#51 = arguments[1] tail#59 = arguments[1] -tail#66 = arguments[1] +tail#60 = arguments[1] -tail#85 = arguments[1] +tail#67 = arguments[1] -tail#89 = arguments[1] +tail#86 = arguments[1] -tail#94 = arguments[1] +tail#90 = arguments[1] -tail#99 = arguments[1] +tail#95 = arguments[1] test = arguments[0] -text#107 = arguments[0] +text#108 = arguments[0] -text#28 = (...) => input["substring"](peg$savedPos, peg$currPos) - -top#31 = arguments[0] +text#29 = (...) => input["substring"](peg$savedPos, peg$currPos) top#32 = arguments[0] @@ -3394,32 +3392,34 @@ top#33 = arguments[0] top#34 = arguments[0] -v#30 = arguments[0] +top#35 = arguments[0] -v#31 = arguments[2] +v#31 = arguments[0] -v#32 = arguments[3] +v#32 = arguments[2] -v#33 = arguments[4] +v#33 = arguments[3] -v#38 = arguments[1] +v#34 = arguments[4] -v#40 = arguments[1] +v#39 = arguments[1] -v#43 = arguments[1] +v#41 = arguments[1] -v#77 = arguments[1] +v#44 = arguments[1] -value#37 = arguments[0] +v#78 = arguments[1] -value#90 = arguments[0] +value#38 = arguments[0] value#91 = arguments[0] -value#92 = arguments[1] +value#92 = arguments[0] -value#97 = arguments[0] +value#93 = arguments[1] -where#33 = arguments[3] +value#98 = arguments[0] where#34 = arguments[3] + +where#35 = arguments[3] diff --git a/turbopack/crates/turbopack-ecmascript/tests/analyzer/graph/peg/resolved-explained.snapshot b/turbopack/crates/turbopack-ecmascript/tests/analyzer/graph/peg/resolved-explained.snapshot index b2214a260702..ba85d9a71310 100644 --- a/turbopack/crates/turbopack-ecmascript/tests/analyzer/graph/peg/resolved-explained.snapshot +++ b/turbopack/crates/turbopack-ecmascript/tests/analyzer/graph/peg/resolved-explained.snapshot @@ -204,15 +204,15 @@ DESCRIBE_EXPECTATION_FNS = { "other": (...) => expectation["description"] } -alias#42 = ???*0* +alias#43 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -alias#44 = ???*0* +alias#45 = ???*0* - *0* arguments[1] ⚠️ function calls are not analyzed yet -alias#78 = ???*0* +alias#79 = ???*0* - *0* arguments[1] ⚠️ function calls are not analyzed yet @@ -220,11 +220,11 @@ alternate = ???*0* - *0* arguments[2] ⚠️ function calls are not analyzed yet -args#48 = ???*0* +args#49 = ???*0* - *0* arguments[1] ⚠️ function calls are not analyzed yet -args#49 = ???*0* +args#50 = ???*0* - *0* arguments[1] ⚠️ function calls are not analyzed yet @@ -272,13 +272,13 @@ child = ???*0* classEscape = (...) => ...[...](..., ...)["replace"](/\]/g, "\\]")["replace"](/\^/g, "\\^")["replace"](/-/g, "\\-")["replace"](/\0/g, "\\0")["replace"](/\t/g, "\\t")["replace"](/\n/g, "\\n")["replace"](/\r/g, "\\r")["replace"](/[\x00-\x0F]/g, *anonymous function 2287*)["replace"](/[\x10-\x1F\x7F-\x9F]/g, *anonymous function 2385*) -computed#86 = ???*0* +computed#87 = ???*0* - *0* ???*1*["computed"] ⚠️ unknown object - *1* arguments[1] ⚠️ function calls are not analyzed yet -computed#95 = ???*0* +computed#96 = ???*0* - *0* ???*1*["computed"] ⚠️ unknown object - *1* arguments[1] @@ -307,11 +307,11 @@ describeExpected = (...) => ( describeFound = (...) => (found ? `"${literalEscape(found)}"` : "end of input") -description#105 = ???*0* +description#106 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -description#111 = ???*0* +description#112 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet @@ -424,11 +424,11 @@ expectation#9 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -expected#120 = ???*0* +expected#121 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -expected#124 = ???*0* +expected#125 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet @@ -436,7 +436,7 @@ expected#22 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -expected#28 = (...) => undefined +expected#29 = (...) => undefined expected#5 = ???*0* - *0* arguments[1] @@ -446,23 +446,19 @@ expected#7 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -expression#42 = ???*0* -- *0* arguments[1] - ⚠️ function calls are not analyzed yet - expression#43 = ???*0* -- *0* arguments[0] +- *0* arguments[1] ⚠️ function calls are not analyzed yet expression#44 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -expression#47 = ???*0* +expression#45 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -expression#79 = ???*0* +expression#48 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet @@ -478,19 +474,23 @@ expression#82 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -expression#93 = ???*0* +expression#83 = ???*0* +- *0* arguments[0] + ⚠️ function calls are not analyzed yet + +expression#94 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -expression#96 = ???*0* +expression#97 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -found#124 = ???*0* +found#125 = ???*0* - *0* arguments[1] ⚠️ function calls are not analyzed yet -found#27 = ???*0* +found#28 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet @@ -502,23 +502,23 @@ found#7 = ???*0* - *0* arguments[1] ⚠️ function calls are not analyzed yet -from#32 = ???*0* +from#33 = ???*0* - *0* arguments[2] ⚠️ function calls are not analyzed yet -from#33 = ???*0* +from#34 = ???*0* - *0* arguments[2] ⚠️ function calls are not analyzed yet -from#34 = ???*0* +from#35 = ???*0* - *0* arguments[2] ⚠️ function calls are not analyzed yet -head#1801 = ???*0* +head#100 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -head#38 = ???*0* +head#1802 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet @@ -526,15 +526,15 @@ head#39 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -head#46 = ???*0* +head#40 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -head#50 = ???*0* +head#47 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -head#58 = ???*0* +head#51 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet @@ -542,11 +542,11 @@ head#59 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -head#66 = ???*0* +head#60 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -head#83 = ???*0* +head#67 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet @@ -558,19 +558,19 @@ head#85 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -head#89 = ???*0* +head#86 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -head#94 = ???*0* +head#90 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -head#99 = ???*0* +head#95 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -hex#56 = ???*0* +hex#57 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet @@ -588,11 +588,11 @@ i#9 = (???*0* | 0 | ???*1*) - *1* updated with update expression ⚠️ This value might have side effects -ignoreCase#107 = ???*0* +ignoreCase#108 = ???*0* - *0* arguments[1] ⚠️ function calls are not analyzed yet -ignoreCase#108 = ???*0* +ignoreCase#109 = ???*0* - *0* arguments[2] ⚠️ function calls are not analyzed yet @@ -628,33 +628,33 @@ list = ???*0* literalEscape = (...) => s["replace"](/\\/g, "\\\\")["replace"](/"/g, "\\\"")["replace"](/\0/g, "\\0")["replace"](/\t/g, "\\t")["replace"](/\n/g, "\\n")["replace"](/\r/g, "\\r")["replace"](/[\x00-\x0F]/g, *anonymous function 1822*)["replace"](/[\x10-\x1F\x7F-\x9F]/g, *anonymous function 1920*) -location#105 = ???*0* +location#106 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -location#106 = ???*0* +location#107 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -location#123 = ???*0* +location#124 = ???*0* - *0* arguments[1] ⚠️ function calls are not analyzed yet -location#124 = ???*0* +location#125 = ???*0* - *0* arguments[2] ⚠️ function calls are not analyzed yet -location#28 = (...) => peg$computeLocation(peg$savedPos, peg$currPos) +location#29 = (...) => peg$computeLocation(peg$savedPos, peg$currPos) location#5 = ???*0* - *0* arguments[3] ⚠️ function calls are not analyzed yet -message#106 = ???*0* +message#107 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -message#123 = ???*0* +message#124 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet @@ -662,33 +662,33 @@ message#5 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -name#48 = ???*0* +name#49 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -name#49 = ???*0* +name#50 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -name#65 = ???*0* +name#66 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -object#86 = ???*0* +object#87 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -object#95 = ???*0* +object#96 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -operator#1802 = ???*0* +operator#1803 = ???*0* - *0* ???*1*[1] ⚠️ unknown object - *1* arguments[1] ⚠️ function calls are not analyzed yet -operator#87 = ???*0* +operator#88 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet @@ -1446,29 +1446,29 @@ properties = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -property#77 = ???*0* +property#78 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -property#78 = ???*0* +property#79 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -property#83 = ???*0* +property#84 = ???*0* - *0* arguments[1] ⚠️ function calls are not analyzed yet -property#84 = ???*0* +property#85 = ???*0* - *0* arguments[1] ⚠️ function calls are not analyzed yet -property#86 = ???*0* +property#87 = ???*0* - *0* ???*1*["property"] ⚠️ unknown object - *1* arguments[1] ⚠️ function calls are not analyzed yet -property#95 = ???*0* +property#96 = ???*0* - *0* ???*1*["property"] ⚠️ unknown object - *1* arguments[1] @@ -1488,19 +1488,19 @@ s#18 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -s0#1019 = ???*0* +s0#1020 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s0#1026 = ???*0* +s0#1027 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s0#1031 = ???*0* +s0#1032 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s0#1049 = (???*0* | ???*1* | {}) +s0#1050 = (???*0* | ???*1* | {}) - *0* s0 ⚠️ pattern without value - *1* ???*2*["charAt"](peg$currPos) @@ -1508,215 +1508,215 @@ s0#1049 = (???*0* | ???*1* | {}) - *2* arguments[0] ⚠️ function calls are not analyzed yet -s0#1053 = ???*0* +s0#1054 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s0#1070 = ???*0* +s0#1071 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s0#1093 = ???*0* +s0#1094 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s0#1096 = ???*0* +s0#1097 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s0#1103 = ???*0* +s0#1104 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s0#1110 = ???*0* +s0#1111 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s0#1112 = ???*0* +s0#1113 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s0#1186 = ???*0* +s0#1187 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s0#1195 = ???*0* +s0#1196 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s0#1221 = ???*0* +s0#1222 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s0#125 = ???*0* +s0#1252 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s0#1251 = ???*0* +s0#126 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s0#1273 = ???*0* +s0#1274 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s0#1317 = ???*0* +s0#1318 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s0#132 = ???*0* +s0#133 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s0#1369 = ???*0* +s0#1370 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s0#1395 = ???*0* +s0#1396 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s0#1415 = ???*0* +s0#1416 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s0#1443 = ???*0* +s0#1444 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s0#1471 = ???*0* +s0#1472 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s0#1499 = ???*0* +s0#1500 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s0#1543 = ???*0* +s0#1544 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s0#1587 = ???*0* +s0#1588 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s0#1631 = ???*0* +s0#1632 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s0#1646 = ???*0* +s0#1647 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s0#1661 = ???*0* +s0#1662 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s0#1663 = ???*0* +s0#1664 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s0#1739 = ???*0* +s0#1740 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s0#1741 = ???*0* +s0#1742 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s0#1744 = ???*0* +s0#1745 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s0#1755 = ???*0* +s0#1756 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s0#1784 = ???*0* +s0#1785 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s0#187 = ???*0* +s0#188 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s0#201 = ???*0* +s0#202 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s0#229 = ???*0* +s0#230 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s0#251 = ???*0* +s0#252 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s0#279 = ???*0* +s0#280 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s0#282 = ???*0* +s0#283 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s0#284 = ???*0* +s0#285 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s0#312 = ???*0* +s0#313 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s0#323 = ???*0* +s0#324 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s0#376 = ???*0* +s0#377 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s0#419 = ???*0* +s0#420 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s0#436 = ???*0* +s0#437 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s0#443 = ???*0* +s0#444 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s0#448 = ???*0* +s0#449 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s0#450 = ???*0* +s0#451 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s0#454 = ???*0* +s0#455 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s0#497 = ???*0* +s0#498 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s0#525 = ???*0* +s0#526 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s0#567 = ???*0* +s0#568 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s0#609 = (???*0* | []) +s0#610 = (???*0* | []) - *0* s0 ⚠️ pattern without value -s0#613 = (???*0* | ???*1* | {}) +s0#614 = (???*0* | ???*1* | {}) - *0* s0 ⚠️ pattern without value - *1* ???*2*["charAt"](peg$currPos) @@ -1724,107 +1724,107 @@ s0#613 = (???*0* | ???*1* | {}) - *2* arguments[0] ⚠️ function calls are not analyzed yet -s0#617 = ???*0* +s0#618 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s0#644 = ???*0* +s0#645 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s0#654 = ???*0* +s0#655 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s0#664 = ???*0* +s0#665 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s0#674 = ???*0* +s0#675 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s0#684 = ???*0* +s0#685 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s0#694 = ???*0* +s0#695 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s0#704 = ???*0* +s0#705 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s0#714 = ???*0* +s0#715 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s0#724 = ???*0* +s0#725 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s0#734 = ???*0* +s0#735 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s0#744 = ???*0* +s0#745 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s0#754 = ???*0* +s0#755 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s0#764 = ???*0* +s0#765 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s0#774 = ???*0* +s0#775 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s0#784 = ???*0* +s0#785 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s0#794 = ???*0* +s0#795 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s0#804 = ???*0* +s0#805 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s0#814 = ???*0* +s0#815 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s0#824 = ???*0* +s0#825 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s0#834 = ???*0* +s0#835 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s0#844 = ???*0* +s0#845 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s0#854 = ???*0* +s0#855 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s0#864 = ???*0* +s0#865 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s0#886 = ???*0* +s0#887 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s0#893 = (???*0* | ???*1* | {}) +s0#894 = (???*0* | ???*1* | {}) - *0* s0 ⚠️ pattern without value - *1* ???*2*["charAt"](peg$currPos) @@ -1832,27 +1832,27 @@ s0#893 = (???*0* | ???*1* | {}) - *2* arguments[0] ⚠️ function calls are not analyzed yet -s0#897 = ???*0* +s0#898 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s0#909 = ???*0* +s0#910 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s0#917 = ???*0* +s0#918 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s0#930 = ???*0* +s0#931 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s0#952 = ???*0* +s0#953 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s0#974 = (???*0* | ???*1* | {}) +s0#975 = (???*0* | ???*1* | {}) - *0* s0 ⚠️ pattern without value - *1* ???*2*["charAt"](peg$currPos) @@ -1860,139 +1860,139 @@ s0#974 = (???*0* | ???*1* | {}) - *2* arguments[0] ⚠️ function calls are not analyzed yet -s0#978 = ???*0* +s0#979 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s0#980 = ???*0* +s0#981 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s0#982 = ???*0* +s0#983 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s1#1019 = ???*0* +s1#1020 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s1#1031 = ???*0* +s1#1032 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s1#1053 = ???*0* +s1#1054 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s1#1070 = ???*0* +s1#1071 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s1#1096 = ???*0* +s1#1097 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s1#1103 = ???*0* +s1#1104 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s1#1110 = ???*0* +s1#1111 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s1#1112 = ???*0* +s1#1113 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s1#1186 = ???*0* +s1#1187 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s1#1195 = ???*0* +s1#1196 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s1#1221 = ???*0* +s1#1222 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s1#125 = ???*0* +s1#1252 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s1#1251 = ???*0* +s1#126 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s1#1273 = ???*0* +s1#1274 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s1#1317 = ???*0* +s1#1318 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s1#132 = ???*0* +s1#133 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s1#1369 = ???*0* +s1#1370 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s1#1395 = ???*0* +s1#1396 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s1#1415 = ???*0* +s1#1416 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s1#1443 = ???*0* +s1#1444 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s1#1471 = ???*0* +s1#1472 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s1#1499 = ???*0* +s1#1500 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s1#1543 = ???*0* +s1#1544 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s1#1587 = ???*0* +s1#1588 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s1#1631 = ???*0* +s1#1632 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s1#1646 = ???*0* +s1#1647 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s1#1661 = ???*0* +s1#1662 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s1#1663 = ???*0* +s1#1664 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s1#1739 = ???*0* +s1#1740 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s1#1741 = ???*0* +s1#1742 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s1#1744 = (???*0* | [] | {} | {"type": "number_constant", "value": ???*1*}) +s1#1745 = (???*0* | [] | {} | {"type": "number_constant", "value": ???*1*}) - *0* s1 ⚠️ pattern without value - *1* ???*2*(text()) @@ -2002,67 +2002,67 @@ s1#1744 = (???*0* | [] | {} | {"type": "number_constant", "value": ???*1*}) ⚠️ unknown global ⚠️ This value might have side effects -s1#1755 = ???*0* +s1#1756 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s1#1784 = ???*0* +s1#1785 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s1#187 = ???*0* +s1#188 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s1#201 = ???*0* +s1#202 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s1#229 = ???*0* +s1#230 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s1#251 = ???*0* +s1#252 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s1#282 = ???*0* +s1#283 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s1#284 = ???*0* +s1#285 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s1#312 = ???*0* +s1#313 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s1#323 = ???*0* +s1#324 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s1#376 = ???*0* +s1#377 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s1#419 = ???*0* +s1#420 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s1#443 = (???*0* | "undefined" | {} | {"type": "undefined_constant"}) +s1#444 = (???*0* | "undefined" | {} | {"type": "undefined_constant"}) - *0* s1 ⚠️ pattern without value -s1#448 = ???*0* +s1#449 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s1#450 = ???*0* +s1#451 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s1#454 = ( +s1#455 = ( | ???*0* | "-" | {} @@ -2089,7 +2089,7 @@ s1#454 = ( ⚠️ unknown global ⚠️ This value might have side effects -s1#497 = ( +s1#498 = ( | ???*0* | "\"" | {} @@ -2107,19 +2107,19 @@ s1#497 = ( - *4* []["join"] ⚠️ non-num constant property on array -s1#525 = ???*0* +s1#526 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s1#567 = ???*0* +s1#568 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s1#609 = ???*0* +s1#610 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s1#617 = (???*0* | "--" | {} | [???*1*, (???*2* | [])]) +s1#618 = (???*0* | "--" | {} | [???*1*, (???*2* | [])]) - *0* s1 ⚠️ pattern without value - *1* s1 @@ -2127,47 +2127,47 @@ s1#617 = (???*0* | "--" | {} | [???*1*, (???*2* | [])]) - *2* s2 ⚠️ pattern without value -s1#644 = ???*0* +s1#645 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s1#654 = ???*0* +s1#655 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s1#664 = ???*0* +s1#665 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s1#674 = ???*0* +s1#675 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s1#684 = ???*0* +s1#685 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s1#694 = ???*0* +s1#695 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s1#704 = ???*0* +s1#705 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s1#714 = ???*0* +s1#715 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s1#724 = ???*0* +s1#725 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s1#734 = ???*0* +s1#735 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s1#744 = (???*0* | ???*1* | {} | "ASC") +s1#745 = (???*0* | ???*1* | {} | "ASC") - *0* s1 ⚠️ pattern without value - *1* ???*2*["substr"](peg$currPos, 3) @@ -2175,7 +2175,7 @@ s1#744 = (???*0* | ???*1* | {} | "ASC") - *2* arguments[0] ⚠️ function calls are not analyzed yet -s1#754 = (???*0* | ???*1* | {} | "DESC") +s1#755 = (???*0* | ???*1* | {} | "DESC") - *0* s1 ⚠️ pattern without value - *1* ???*2*["substr"](peg$currPos, 4) @@ -2183,7 +2183,7 @@ s1#754 = (???*0* | ???*1* | {} | "DESC") - *2* arguments[0] ⚠️ function calls are not analyzed yet -s1#764 = (???*0* | ???*1* | {} | "AND") +s1#765 = (???*0* | ???*1* | {} | "AND") - *0* s1 ⚠️ pattern without value - *1* ???*2*["substr"](peg$currPos, 3) @@ -2191,7 +2191,7 @@ s1#764 = (???*0* | ???*1* | {} | "AND") - *2* arguments[0] ⚠️ function calls are not analyzed yet -s1#774 = (???*0* | ???*1* | {} | "OR") +s1#775 = (???*0* | ???*1* | {} | "OR") - *0* s1 ⚠️ pattern without value - *1* ???*2*["substr"](peg$currPos, 2) @@ -2199,7 +2199,7 @@ s1#774 = (???*0* | ???*1* | {} | "OR") - *2* arguments[0] ⚠️ function calls are not analyzed yet -s1#784 = (???*0* | ???*1* | {} | "NOT") +s1#785 = (???*0* | ???*1* | {} | "NOT") - *0* s1 ⚠️ pattern without value - *1* ???*2*["substr"](peg$currPos, 3) @@ -2207,39 +2207,39 @@ s1#784 = (???*0* | ???*1* | {} | "NOT") - *2* arguments[0] ⚠️ function calls are not analyzed yet -s1#794 = ???*0* +s1#795 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s1#804 = ???*0* +s1#805 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s1#814 = ???*0* +s1#815 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s1#824 = ???*0* +s1#825 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s1#834 = ???*0* +s1#835 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s1#844 = ???*0* +s1#845 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s1#854 = ???*0* +s1#855 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s1#886 = ???*0* +s1#887 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s1#897 = (???*0* | ???*1* | {} | (???*3* + (???*4* | ???*6*))) +s1#898 = (???*0* | ???*1* | {} | (???*3* + (???*4* | ???*6*))) - *0* s1 ⚠️ pattern without value - *1* ???*2*["charAt"](peg$currPos) @@ -2257,7 +2257,7 @@ s1#897 = (???*0* | ???*1* | {} | (???*3* + (???*4* | ???*6*))) - *7* []["join"] ⚠️ non-num constant property on array -s1#909 = (???*0* | "@" | {} | {"type": "parameter_name", "name": ???*1*}) +s1#910 = (???*0* | "@" | {} | {"type": "parameter_name", "name": ???*1*}) - *0* s1 ⚠️ pattern without value - *1* ???*2*["substring"](peg$savedPos, peg$currPos) @@ -2265,31 +2265,31 @@ s1#909 = (???*0* | "@" | {} | {"type": "parameter_name", "name": ???*1*}) - *2* arguments[0] ⚠️ function calls are not analyzed yet -s1#930 = ???*0* +s1#931 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s1#952 = ???*0* +s1#953 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s1#982 = (???*0* | "b" | {} | "\b" | "f" | "\f" | "n" | "\n" | "r" | "\r" | "t" | "\t") +s1#983 = (???*0* | "b" | {} | "\b" | "f" | "\f" | "n" | "\n" | "r" | "\r" | "t" | "\t") - *0* s1 ⚠️ pattern without value -s10#132 = ???*0* +s10#133 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s10#323 = (???*0* | []) +s10#324 = (???*0* | []) - *0* s10 ⚠️ pattern without value -s11#132 = ???*0* +s11#133 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s11#323 = (???*0* | ")" | {}) +s11#324 = (???*0* | ")" | {}) - *0* s11 ⚠️ pattern without value @@ -2313,111 +2313,111 @@ s16 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s2#1019 = ???*0* +s2#1020 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s2#1031 = ???*0* +s2#1032 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s2#1053 = ???*0* +s2#1054 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s2#1070 = (???*0* | []) +s2#1071 = (???*0* | []) - *0* s2 ⚠️ pattern without value -s2#1096 = (???*0* | []) +s2#1097 = (???*0* | []) - *0* s2 ⚠️ pattern without value -s2#1103 = (???*0* | []) +s2#1104 = (???*0* | []) - *0* s2 ⚠️ pattern without value -s2#1112 = (???*0* | []) +s2#1113 = (???*0* | []) - *0* s2 ⚠️ pattern without value -s2#1186 = (???*0* | []) +s2#1187 = (???*0* | []) - *0* s2 ⚠️ pattern without value -s2#1195 = (???*0* | []) +s2#1196 = (???*0* | []) - *0* s2 ⚠️ pattern without value -s2#1221 = (???*0* | []) +s2#1222 = (???*0* | []) - *0* s2 ⚠️ pattern without value -s2#125 = ???*0* -- *0* max number of linking steps reached - ⚠️ This value might have side effects - -s2#1251 = (???*0* | []) +s2#1252 = (???*0* | []) - *0* s2 ⚠️ pattern without value -s2#1273 = (???*0* | []) +s2#126 = ???*0* +- *0* max number of linking steps reached + ⚠️ This value might have side effects + +s2#1274 = (???*0* | []) - *0* s2 ⚠️ pattern without value -s2#1317 = (???*0* | []) +s2#1318 = (???*0* | []) - *0* s2 ⚠️ pattern without value -s2#132 = (???*0* | []) +s2#133 = (???*0* | []) - *0* s2 ⚠️ pattern without value -s2#1369 = (???*0* | []) +s2#1370 = (???*0* | []) - *0* s2 ⚠️ pattern without value -s2#1395 = (???*0* | []) +s2#1396 = (???*0* | []) - *0* s2 ⚠️ pattern without value -s2#1415 = (???*0* | []) +s2#1416 = (???*0* | []) - *0* s2 ⚠️ pattern without value -s2#1443 = (???*0* | []) +s2#1444 = (???*0* | []) - *0* s2 ⚠️ pattern without value -s2#1471 = (???*0* | []) +s2#1472 = (???*0* | []) - *0* s2 ⚠️ pattern without value -s2#1499 = (???*0* | []) +s2#1500 = (???*0* | []) - *0* s2 ⚠️ pattern without value -s2#1543 = (???*0* | []) +s2#1544 = (???*0* | []) - *0* s2 ⚠️ pattern without value -s2#1587 = (???*0* | []) +s2#1588 = (???*0* | []) - *0* s2 ⚠️ pattern without value -s2#1631 = (???*0* | []) +s2#1632 = (???*0* | []) - *0* s2 ⚠️ pattern without value -s2#1646 = (???*0* | []) +s2#1647 = (???*0* | []) - *0* s2 ⚠️ pattern without value -s2#1663 = (???*0* | [] | {}) +s2#1664 = (???*0* | [] | {}) - *0* s2 ⚠️ pattern without value -s2#1744 = (???*0* | ???*1* | {}) +s2#1745 = (???*0* | ???*1* | {}) - *0* s2 ⚠️ pattern without value - *1* ???*2*["charAt"](peg$currPos) @@ -2425,343 +2425,343 @@ s2#1744 = (???*0* | ???*1* | {}) - *2* arguments[0] ⚠️ function calls are not analyzed yet -s2#1755 = (???*0* | []) +s2#1756 = (???*0* | []) - *0* s2 ⚠️ pattern without value -s2#1784 = (???*0* | []) +s2#1785 = (???*0* | []) - *0* s2 ⚠️ pattern without value -s2#187 = (???*0* | []) +s2#188 = (???*0* | []) - *0* s2 ⚠️ pattern without value -s2#201 = (???*0* | []) +s2#202 = (???*0* | []) - *0* s2 ⚠️ pattern without value -s2#229 = (???*0* | []) +s2#230 = (???*0* | []) - *0* s2 ⚠️ pattern without value -s2#251 = ???*0* +s2#252 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s2#284 = (???*0* | []) +s2#285 = (???*0* | []) - *0* s2 ⚠️ pattern without value -s2#312 = ???*0* +s2#313 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s2#323 = (???*0* | []) +s2#324 = (???*0* | []) - *0* s2 ⚠️ pattern without value -s2#376 = (???*0* | []) +s2#377 = (???*0* | []) - *0* s2 ⚠️ pattern without value -s2#419 = (???*0* | []) +s2#420 = (???*0* | []) - *0* s2 ⚠️ pattern without value -s2#454 = (???*0* | "0x" | {} | null) +s2#455 = (???*0* | "0x" | {} | null) - *0* s2 ⚠️ pattern without value -s2#497 = (???*0* | []) +s2#498 = (???*0* | []) - *0* s2 ⚠️ pattern without value -s2#525 = (???*0* | []) +s2#526 = (???*0* | []) - *0* s2 ⚠️ pattern without value -s2#567 = (???*0* | []) +s2#568 = (???*0* | []) - *0* s2 ⚠️ pattern without value -s2#617 = (???*0* | []) +s2#618 = (???*0* | []) - *0* s2 ⚠️ pattern without value -s2#644 = ???*0* +s2#645 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s2#654 = ???*0* +s2#655 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s2#664 = ???*0* +s2#665 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s2#674 = ???*0* +s2#675 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s2#684 = ???*0* +s2#685 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s2#694 = ???*0* +s2#695 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s2#704 = ???*0* +s2#705 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s2#714 = ???*0* +s2#715 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s2#724 = ???*0* +s2#725 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s2#734 = ???*0* +s2#735 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s2#744 = ???*0* +s2#745 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s2#754 = ???*0* +s2#755 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s2#764 = ???*0* +s2#765 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s2#774 = ???*0* +s2#775 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s2#784 = ???*0* +s2#785 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s2#794 = ???*0* +s2#795 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s2#804 = ???*0* +s2#805 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s2#814 = ???*0* +s2#815 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s2#824 = ???*0* +s2#825 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s2#834 = ???*0* +s2#835 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s2#844 = ???*0* +s2#845 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s2#854 = ???*0* +s2#855 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s2#886 = ???*0* +s2#887 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s2#897 = (???*0* | []) +s2#898 = (???*0* | []) - *0* s2 ⚠️ pattern without value -s2#909 = ???*0* +s2#910 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s2#930 = ???*0* +s2#931 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s2#952 = ???*0* +s2#953 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s3#1031 = ???*0* +s3#1032 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s3#1053 = ???*0* +s3#1054 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s3#1070 = ???*0* +s3#1071 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s3#1096 = ???*0* +s3#1097 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s3#1103 = ???*0* +s3#1104 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s3#1112 = ???*0* +s3#1113 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s3#1186 = ???*0* +s3#1187 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s3#1195 = (???*0* | "?" | {}) +s3#1196 = (???*0* | "?" | {}) - *0* s3 ⚠️ pattern without value -s3#1221 = ???*0* +s3#1222 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s3#125 = (???*0* | []) -- *0* s3 - ⚠️ pattern without value - -s3#1251 = ???*0* +s3#1252 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s3#1273 = ???*0* +s3#126 = (???*0* | []) +- *0* s3 + ⚠️ pattern without value + +s3#1274 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s3#1317 = ???*0* +s3#1318 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s3#132 = ???*0* +s3#133 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s3#1369 = ???*0* +s3#1370 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s3#1395 = ???*0* +s3#1396 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s3#1415 = ???*0* +s3#1416 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s3#1443 = ???*0* +s3#1444 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s3#1471 = ???*0* +s3#1472 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s3#1499 = ???*0* +s3#1500 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s3#1543 = ???*0* +s3#1544 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s3#1587 = ???*0* +s3#1588 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s3#1631 = (???*0* | ":" | {}) +s3#1632 = (???*0* | ":" | {}) - *0* s3 ⚠️ pattern without value -s3#1646 = (???*0* | ":" | {}) +s3#1647 = (???*0* | ":" | {}) - *0* s3 ⚠️ pattern without value -s3#1663 = ???*0* +s3#1664 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s3#1755 = ???*0* +s3#1756 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s3#1784 = ???*0* +s3#1785 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s3#187 = ???*0* +s3#188 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s3#201 = ???*0* +s3#202 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s3#229 = ???*0* +s3#230 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s3#251 = ???*0* +s3#252 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s3#284 = ???*0* +s3#285 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s3#312 = ???*0* +s3#313 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s3#323 = (???*0* | "." | {} | "(") +s3#324 = (???*0* | "." | {} | "(") - *0* s3 ⚠️ pattern without value -s3#376 = ???*0* +s3#377 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s3#419 = ???*0* +s3#420 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s3#454 = (???*0* | [] | {}) +s3#455 = (???*0* | [] | {}) - *0* s3 ⚠️ pattern without value -s3#497 = ???*0* +s3#498 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s3#525 = ???*0* +s3#526 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s3#567 = ???*0* +s3#568 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s3#617 = ???*0* +s3#618 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s3#644 = (???*0* | ???*1* | {}) +s3#645 = (???*0* | ???*1* | {}) - *0* s3 ⚠️ pattern without value - *1* ???*2*["charAt"](peg$currPos) @@ -2769,7 +2769,7 @@ s3#644 = (???*0* | ???*1* | {}) - *2* arguments[0] ⚠️ function calls are not analyzed yet -s3#654 = (???*0* | ???*1* | {}) +s3#655 = (???*0* | ???*1* | {}) - *0* s3 ⚠️ pattern without value - *1* ???*2*["charAt"](peg$currPos) @@ -2777,7 +2777,7 @@ s3#654 = (???*0* | ???*1* | {}) - *2* arguments[0] ⚠️ function calls are not analyzed yet -s3#664 = (???*0* | ???*1* | {}) +s3#665 = (???*0* | ???*1* | {}) - *0* s3 ⚠️ pattern without value - *1* ???*2*["charAt"](peg$currPos) @@ -2785,7 +2785,7 @@ s3#664 = (???*0* | ???*1* | {}) - *2* arguments[0] ⚠️ function calls are not analyzed yet -s3#674 = (???*0* | ???*1* | {}) +s3#675 = (???*0* | ???*1* | {}) - *0* s3 ⚠️ pattern without value - *1* ???*2*["charAt"](peg$currPos) @@ -2793,7 +2793,7 @@ s3#674 = (???*0* | ???*1* | {}) - *2* arguments[0] ⚠️ function calls are not analyzed yet -s3#684 = (???*0* | ???*1* | {}) +s3#685 = (???*0* | ???*1* | {}) - *0* s3 ⚠️ pattern without value - *1* ???*2*["charAt"](peg$currPos) @@ -2801,7 +2801,7 @@ s3#684 = (???*0* | ???*1* | {}) - *2* arguments[0] ⚠️ function calls are not analyzed yet -s3#694 = (???*0* | ???*1* | {}) +s3#695 = (???*0* | ???*1* | {}) - *0* s3 ⚠️ pattern without value - *1* ???*2*["charAt"](peg$currPos) @@ -2809,7 +2809,7 @@ s3#694 = (???*0* | ???*1* | {}) - *2* arguments[0] ⚠️ function calls are not analyzed yet -s3#704 = (???*0* | ???*1* | {}) +s3#705 = (???*0* | ???*1* | {}) - *0* s3 ⚠️ pattern without value - *1* ???*2*["charAt"](peg$currPos) @@ -2817,7 +2817,7 @@ s3#704 = (???*0* | ???*1* | {}) - *2* arguments[0] ⚠️ function calls are not analyzed yet -s3#714 = (???*0* | ???*1* | {}) +s3#715 = (???*0* | ???*1* | {}) - *0* s3 ⚠️ pattern without value - *1* ???*2*["charAt"](peg$currPos) @@ -2825,7 +2825,7 @@ s3#714 = (???*0* | ???*1* | {}) - *2* arguments[0] ⚠️ function calls are not analyzed yet -s3#724 = (???*0* | ???*1* | {}) +s3#725 = (???*0* | ???*1* | {}) - *0* s3 ⚠️ pattern without value - *1* ???*2*["charAt"](peg$currPos) @@ -2833,7 +2833,7 @@ s3#724 = (???*0* | ???*1* | {}) - *2* arguments[0] ⚠️ function calls are not analyzed yet -s3#734 = (???*0* | ???*1* | {}) +s3#735 = (???*0* | ???*1* | {}) - *0* s3 ⚠️ pattern without value - *1* ???*2*["charAt"](peg$currPos) @@ -2841,7 +2841,7 @@ s3#734 = (???*0* | ???*1* | {}) - *2* arguments[0] ⚠️ function calls are not analyzed yet -s3#744 = (???*0* | ???*1* | {}) +s3#745 = (???*0* | ???*1* | {}) - *0* s3 ⚠️ pattern without value - *1* ???*2*["charAt"](peg$currPos) @@ -2849,7 +2849,7 @@ s3#744 = (???*0* | ???*1* | {}) - *2* arguments[0] ⚠️ function calls are not analyzed yet -s3#754 = (???*0* | ???*1* | {}) +s3#755 = (???*0* | ???*1* | {}) - *0* s3 ⚠️ pattern without value - *1* ???*2*["charAt"](peg$currPos) @@ -2857,7 +2857,7 @@ s3#754 = (???*0* | ???*1* | {}) - *2* arguments[0] ⚠️ function calls are not analyzed yet -s3#764 = (???*0* | ???*1* | {}) +s3#765 = (???*0* | ???*1* | {}) - *0* s3 ⚠️ pattern without value - *1* ???*2*["charAt"](peg$currPos) @@ -2865,7 +2865,7 @@ s3#764 = (???*0* | ???*1* | {}) - *2* arguments[0] ⚠️ function calls are not analyzed yet -s3#774 = (???*0* | ???*1* | {}) +s3#775 = (???*0* | ???*1* | {}) - *0* s3 ⚠️ pattern without value - *1* ???*2*["charAt"](peg$currPos) @@ -2873,7 +2873,7 @@ s3#774 = (???*0* | ???*1* | {}) - *2* arguments[0] ⚠️ function calls are not analyzed yet -s3#784 = (???*0* | ???*1* | {}) +s3#785 = (???*0* | ???*1* | {}) - *0* s3 ⚠️ pattern without value - *1* ???*2*["charAt"](peg$currPos) @@ -2881,7 +2881,7 @@ s3#784 = (???*0* | ???*1* | {}) - *2* arguments[0] ⚠️ function calls are not analyzed yet -s3#794 = (???*0* | ???*1* | {}) +s3#795 = (???*0* | ???*1* | {}) - *0* s3 ⚠️ pattern without value - *1* ???*2*["charAt"](peg$currPos) @@ -2889,7 +2889,7 @@ s3#794 = (???*0* | ???*1* | {}) - *2* arguments[0] ⚠️ function calls are not analyzed yet -s3#804 = (???*0* | ???*1* | {}) +s3#805 = (???*0* | ???*1* | {}) - *0* s3 ⚠️ pattern without value - *1* ???*2*["charAt"](peg$currPos) @@ -2897,7 +2897,7 @@ s3#804 = (???*0* | ???*1* | {}) - *2* arguments[0] ⚠️ function calls are not analyzed yet -s3#814 = (???*0* | ???*1* | {}) +s3#815 = (???*0* | ???*1* | {}) - *0* s3 ⚠️ pattern without value - *1* ???*2*["charAt"](peg$currPos) @@ -2905,7 +2905,7 @@ s3#814 = (???*0* | ???*1* | {}) - *2* arguments[0] ⚠️ function calls are not analyzed yet -s3#824 = (???*0* | ???*1* | {}) +s3#825 = (???*0* | ???*1* | {}) - *0* s3 ⚠️ pattern without value - *1* ???*2*["charAt"](peg$currPos) @@ -2913,7 +2913,7 @@ s3#824 = (???*0* | ???*1* | {}) - *2* arguments[0] ⚠️ function calls are not analyzed yet -s3#834 = (???*0* | ???*1* | {}) +s3#835 = (???*0* | ???*1* | {}) - *0* s3 ⚠️ pattern without value - *1* ???*2*["charAt"](peg$currPos) @@ -2921,7 +2921,7 @@ s3#834 = (???*0* | ???*1* | {}) - *2* arguments[0] ⚠️ function calls are not analyzed yet -s3#844 = (???*0* | ???*1* | {}) +s3#845 = (???*0* | ???*1* | {}) - *0* s3 ⚠️ pattern without value - *1* ???*2*["charAt"](peg$currPos) @@ -2929,7 +2929,7 @@ s3#844 = (???*0* | ???*1* | {}) - *2* arguments[0] ⚠️ function calls are not analyzed yet -s3#854 = (???*0* | ???*1* | {}) +s3#855 = (???*0* | ???*1* | {}) - *0* s3 ⚠️ pattern without value - *1* ???*2*["charAt"](peg$currPos) @@ -2937,7 +2937,7 @@ s3#854 = (???*0* | ???*1* | {}) - *2* arguments[0] ⚠️ function calls are not analyzed yet -s3#897 = (???*0* | ???*1* | {}) +s3#898 = (???*0* | ???*1* | {}) - *0* s3 ⚠️ pattern without value - *1* ???*2*["charAt"](peg$currPos) @@ -2945,7 +2945,7 @@ s3#897 = (???*0* | ???*1* | {}) - *2* arguments[0] ⚠️ function calls are not analyzed yet -s4#1031 = ( +s4#1032 = ( | ???*0* | ???*1* | {} @@ -2978,143 +2978,143 @@ s4#1031 = ( - *12* arguments[0] ⚠️ function calls are not analyzed yet -s4#1053 = ???*0* +s4#1054 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s4#1070 = (???*0* | []) +s4#1071 = (???*0* | []) - *0* s4 ⚠️ pattern without value -s4#1112 = ???*0* +s4#1113 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s4#1195 = (???*0* | []) +s4#1196 = (???*0* | []) - *0* s4 ⚠️ pattern without value -s4#1221 = ???*0* +s4#1222 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s4#1251 = ???*0* +s4#1252 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s4#1273 = ???*0* +s4#1274 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s4#1317 = ???*0* +s4#1318 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s4#132 = ???*0* +s4#133 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s4#1369 = (???*0* | []) +s4#1370 = (???*0* | []) - *0* s4 ⚠️ pattern without value -s4#1395 = (???*0* | []) +s4#1396 = (???*0* | []) - *0* s4 ⚠️ pattern without value -s4#1415 = ???*0* +s4#1416 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s4#1443 = ???*0* +s4#1444 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s4#1471 = ???*0* +s4#1472 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s4#1499 = ???*0* +s4#1500 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s4#1543 = ???*0* +s4#1544 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s4#1587 = ???*0* +s4#1588 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s4#1631 = (???*0* | []) +s4#1632 = (???*0* | []) - *0* s4 ⚠️ pattern without value -s4#1646 = (???*0* | []) +s4#1647 = (???*0* | []) - *0* s4 ⚠️ pattern without value -s4#1663 = ???*0* +s4#1664 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s4#1755 = ???*0* +s4#1756 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s4#1784 = (???*0* | []) +s4#1785 = (???*0* | []) - *0* s4 ⚠️ pattern without value -s4#201 = ???*0* +s4#202 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s4#229 = ???*0* +s4#230 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s4#251 = ???*0* +s4#252 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s4#284 = ???*0* +s4#285 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s4#312 = ???*0* +s4#313 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s4#323 = (???*0* | []) +s4#324 = (???*0* | []) - *0* s4 ⚠️ pattern without value -s4#376 = (???*0* | []) +s4#377 = (???*0* | []) - *0* s4 ⚠️ pattern without value -s4#419 = (???*0* | []) +s4#420 = (???*0* | []) - *0* s4 ⚠️ pattern without value -s4#454 = ???*0* +s4#455 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s4#525 = (???*0* | []) +s4#526 = (???*0* | []) - *0* s4 ⚠️ pattern without value -s4#567 = (???*0* | []) +s4#568 = (???*0* | []) - *0* s4 ⚠️ pattern without value -s4#617 = ???*0* +s4#618 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s5#1031 = (???*0* | ???*1* | {}) +s5#1032 = (???*0* | ???*1* | {}) - *0* s5 ⚠️ pattern without value - *1* ???*2*["charAt"](peg$currPos) @@ -3122,123 +3122,123 @@ s5#1031 = (???*0* | ???*1* | {}) - *2* arguments[0] ⚠️ function calls are not analyzed yet -s5#1053 = ???*0* +s5#1054 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s5#1070 = (???*0* | ")" | {}) +s5#1071 = (???*0* | ")" | {}) - *0* s5 ⚠️ pattern without value -s5#1112 = (???*0* | "." | {} | "[") +s5#1113 = (???*0* | "." | {} | "[") - *0* s5 ⚠️ pattern without value -s5#1195 = ???*0* +s5#1196 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s5#1221 = ???*0* +s5#1222 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s5#1251 = ???*0* +s5#1252 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s5#1273 = (???*0* | "=" | {} | "!=" | "<>") +s5#1274 = (???*0* | "=" | {} | "!=" | "<>") - *0* s5 ⚠️ pattern without value -s5#1317 = (???*0* | "<=" | {} | ">=" | "<" | ">") +s5#1318 = (???*0* | "<=" | {} | ">=" | "<" | ">") - *0* s5 ⚠️ pattern without value -s5#132 = ???*0* +s5#133 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s5#1369 = (???*0* | "(" | {}) +s5#1370 = (???*0* | "(" | {}) - *0* s5 ⚠️ pattern without value -s5#1395 = ???*0* +s5#1396 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s5#1415 = (???*0* | "|" | {}) +s5#1416 = (???*0* | "|" | {}) - *0* s5 ⚠️ pattern without value -s5#1443 = (???*0* | "^" | {}) +s5#1444 = (???*0* | "^" | {}) - *0* s5 ⚠️ pattern without value -s5#1471 = (???*0* | "&" | {}) +s5#1472 = (???*0* | "&" | {}) - *0* s5 ⚠️ pattern without value -s5#1499 = (???*0* | "<<" | {} | ">>>" | ">>") +s5#1500 = (???*0* | "<<" | {} | ">>>" | ">>") - *0* s5 ⚠️ pattern without value -s5#1543 = (???*0* | "+" | {} | "-" | "||") +s5#1544 = (???*0* | "+" | {} | "-" | "||") - *0* s5 ⚠️ pattern without value -s5#1587 = (???*0* | "*" | {} | "/" | "%") +s5#1588 = (???*0* | "*" | {} | "/" | "%") - *0* s5 ⚠️ pattern without value -s5#1631 = ???*0* +s5#1632 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s5#1646 = ???*0* +s5#1647 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s5#1663 = (???*0* | "." | {} | "[") +s5#1664 = (???*0* | "." | {} | "[") - *0* s5 ⚠️ pattern without value -s5#1755 = (???*0* | "," | {}) +s5#1756 = (???*0* | "," | {}) - *0* s5 ⚠️ pattern without value -s5#1784 = (???*0* | ")" | {}) +s5#1785 = (???*0* | ")" | {}) - *0* s5 ⚠️ pattern without value -s5#201 = (???*0* | "," | {}) +s5#202 = (???*0* | "," | {}) - *0* s5 ⚠️ pattern without value -s5#229 = ???*0* +s5#230 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s5#251 = ???*0* +s5#252 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s5#284 = (???*0* | "," | {}) +s5#285 = (???*0* | "," | {}) - *0* s5 ⚠️ pattern without value -s5#323 = ???*0* +s5#324 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s5#376 = ???*0* +s5#377 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s5#419 = (???*0* | "]" | {}) +s5#420 = (???*0* | "]" | {}) - *0* s5 ⚠️ pattern without value -s5#454 = (???*0* | "." | {} | [???*1*, (???*2* | [] | {})]) +s5#455 = (???*0* | "." | {} | [???*1*, (???*2* | [] | {})]) - *0* s5 ⚠️ pattern without value - *1* s5 @@ -3246,15 +3246,15 @@ s5#454 = (???*0* | "." | {} | [???*1*, (???*2* | [] | {})]) - *2* s6 ⚠️ pattern without value -s5#525 = ???*0* +s5#526 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s5#567 = ???*0* +s5#568 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s5#617 = (???*0* | ???*1* | {}) +s5#618 = (???*0* | ???*1* | {}) - *0* s5 ⚠️ pattern without value - *1* ???*2*["charAt"](peg$currPos) @@ -3262,7 +3262,7 @@ s5#617 = (???*0* | ???*1* | {}) - *2* arguments[0] ⚠️ function calls are not analyzed yet -s6#1031 = (???*0* | ???*1* | {}) +s6#1032 = (???*0* | ???*1* | {}) - *0* s6 ⚠️ pattern without value - *1* ???*2*["charAt"](peg$currPos) @@ -3270,107 +3270,107 @@ s6#1031 = (???*0* | ???*1* | {}) - *2* arguments[0] ⚠️ function calls are not analyzed yet -s6#1112 = (???*0* | []) +s6#1113 = (???*0* | []) - *0* s6 ⚠️ pattern without value -s6#1195 = (???*0* | []) +s6#1196 = (???*0* | []) - *0* s6 ⚠️ pattern without value -s6#1221 = (???*0* | []) +s6#1222 = (???*0* | []) - *0* s6 ⚠️ pattern without value -s6#1251 = (???*0* | []) +s6#1252 = (???*0* | []) - *0* s6 ⚠️ pattern without value -s6#1273 = (???*0* | []) +s6#1274 = (???*0* | []) - *0* s6 ⚠️ pattern without value -s6#1317 = (???*0* | []) +s6#1318 = (???*0* | []) - *0* s6 ⚠️ pattern without value -s6#132 = ???*0* +s6#133 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s6#1369 = (???*0* | []) +s6#1370 = (???*0* | []) - *0* s6 ⚠️ pattern without value -s6#1395 = (???*0* | []) +s6#1396 = (???*0* | []) - *0* s6 ⚠️ pattern without value -s6#1415 = (???*0* | []) +s6#1416 = (???*0* | []) - *0* s6 ⚠️ pattern without value -s6#1443 = (???*0* | []) +s6#1444 = (???*0* | []) - *0* s6 ⚠️ pattern without value -s6#1471 = (???*0* | []) +s6#1472 = (???*0* | []) - *0* s6 ⚠️ pattern without value -s6#1499 = (???*0* | []) +s6#1500 = (???*0* | []) - *0* s6 ⚠️ pattern without value -s6#1543 = (???*0* | []) +s6#1544 = (???*0* | []) - *0* s6 ⚠️ pattern without value -s6#1587 = (???*0* | []) +s6#1588 = (???*0* | []) - *0* s6 ⚠️ pattern without value -s6#1663 = (???*0* | []) +s6#1664 = (???*0* | []) - *0* s6 ⚠️ pattern without value -s6#1755 = (???*0* | []) +s6#1756 = (???*0* | []) - *0* s6 ⚠️ pattern without value -s6#201 = (???*0* | []) +s6#202 = (???*0* | []) - *0* s6 ⚠️ pattern without value -s6#229 = (???*0* | []) +s6#230 = (???*0* | []) - *0* s6 ⚠️ pattern without value -s6#284 = (???*0* | []) +s6#285 = (???*0* | []) - *0* s6 ⚠️ pattern without value -s6#323 = (???*0* | []) +s6#324 = (???*0* | []) - *0* s6 ⚠️ pattern without value -s6#376 = ???*0* +s6#377 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s6#454 = (???*0* | [] | {}) +s6#455 = (???*0* | [] | {}) - *0* s6 ⚠️ pattern without value -s6#525 = ???*0* +s6#526 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s6#567 = ???*0* +s6#568 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s7#1031 = (???*0* | ???*1* | {}) +s7#1032 = (???*0* | ???*1* | {}) - *0* s7 ⚠️ pattern without value - *1* ???*2*["charAt"](peg$currPos) @@ -3378,95 +3378,95 @@ s7#1031 = (???*0* | ???*1* | {}) - *2* arguments[0] ⚠️ function calls are not analyzed yet -s7#1112 = ???*0* +s7#1113 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s7#1195 = (???*0* | ":" | {}) +s7#1196 = (???*0* | ":" | {}) - *0* s7 ⚠️ pattern without value -s7#1221 = ???*0* +s7#1222 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s7#1251 = ???*0* +s7#1252 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s7#1273 = ???*0* +s7#1274 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s7#1317 = ???*0* +s7#1318 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s7#132 = ???*0* +s7#133 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s7#1369 = ???*0* +s7#1370 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s7#1395 = ???*0* +s7#1396 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s7#1415 = ???*0* +s7#1416 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s7#1443 = ???*0* +s7#1444 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s7#1471 = ???*0* +s7#1472 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s7#1499 = ???*0* +s7#1500 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s7#1543 = ???*0* +s7#1544 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s7#1587 = ???*0* +s7#1588 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s7#1663 = ???*0* +s7#1664 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s7#1755 = ???*0* +s7#1756 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s7#201 = ???*0* +s7#202 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s7#229 = ???*0* +s7#230 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s7#284 = ???*0* +s7#285 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s7#323 = (???*0* | "(" | {} | ")") +s7#324 = (???*0* | "(" | {} | ")") - *0* s7 ⚠️ pattern without value -s7#376 = (???*0* | "," | {}) +s7#377 = (???*0* | "," | {}) - *0* s7 ⚠️ pattern without value -s7#454 = (???*0* | ???*1* | {}) +s7#455 = (???*0* | ???*1* | {}) - *0* s7 ⚠️ pattern without value - *1* ???*2*["charAt"](peg$currPos) @@ -3474,98 +3474,94 @@ s7#454 = (???*0* | ???*1* | {}) - *2* arguments[0] ⚠️ function calls are not analyzed yet -s7#525 = (???*0* | "," | {}) +s7#526 = (???*0* | "," | {}) - *0* s7 ⚠️ pattern without value -s7#567 = (???*0* | "," | {}) +s7#568 = (???*0* | "," | {}) - *0* s7 ⚠️ pattern without value -s8#1112 = (???*0* | []) +s8#1113 = (???*0* | []) - *0* s8 ⚠️ pattern without value -s8#1195 = (???*0* | []) +s8#1196 = (???*0* | []) - *0* s8 ⚠️ pattern without value -s8#132 = ???*0* +s8#133 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s8#1369 = (???*0* | []) +s8#1370 = (???*0* | []) - *0* s8 ⚠️ pattern without value -s8#1395 = (???*0* | []) +s8#1396 = (???*0* | []) - *0* s8 ⚠️ pattern without value -s8#1663 = (???*0* | []) +s8#1664 = (???*0* | []) - *0* s8 ⚠️ pattern without value -s8#323 = (???*0* | []) +s8#324 = (???*0* | []) - *0* s8 ⚠️ pattern without value -s8#376 = (???*0* | []) +s8#377 = (???*0* | []) - *0* s8 ⚠️ pattern without value -s8#525 = (???*0* | []) +s8#526 = (???*0* | []) - *0* s8 ⚠️ pattern without value -s8#567 = (???*0* | []) +s8#568 = (???*0* | []) - *0* s8 ⚠️ pattern without value -s9#1112 = (???*0* | "]" | {}) +s9#1113 = (???*0* | "]" | {}) - *0* s9 ⚠️ pattern without value -s9#1195 = ???*0* +s9#1196 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s9#132 = ???*0* +s9#133 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s9#1369 = (???*0* | ")" | {}) +s9#1370 = (???*0* | ")" | {}) - *0* s9 ⚠️ pattern without value -s9#1395 = ???*0* +s9#1396 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s9#1663 = (???*0* | "]" | {}) +s9#1664 = (???*0* | "]" | {}) - *0* s9 ⚠️ pattern without value -s9#323 = ???*0* +s9#324 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s9#376 = ???*0* +s9#377 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s9#525 = ???*0* +s9#526 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -s9#567 = ???*0* +s9#568 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -select#31 = ???*0* -- *0* arguments[1] - ⚠️ function calls are not analyzed yet - select#32 = ???*0* - *0* arguments[1] ⚠️ function calls are not analyzed yet @@ -3578,15 +3574,19 @@ select#34 = ???*0* - *0* arguments[1] ⚠️ function calls are not analyzed yet +select#35 = ???*0* +- *0* arguments[1] + ⚠️ function calls are not analyzed yet + seq = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -source#40 = ???*0* +source#41 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -source#41 = ???*0* +source#42 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet @@ -3612,23 +3612,23 @@ subquery = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -tail#1801 = ???*0* +tail#100 = ???*0* - *0* arguments[1] ⚠️ function calls are not analyzed yet -tail#39 = ???*0* +tail#1802 = ???*0* - *0* arguments[1] ⚠️ function calls are not analyzed yet -tail#46 = ???*0* +tail#40 = ???*0* - *0* arguments[1] ⚠️ function calls are not analyzed yet -tail#50 = ???*0* +tail#47 = ???*0* - *0* arguments[1] ⚠️ function calls are not analyzed yet -tail#58 = ???*0* +tail#51 = ???*0* - *0* arguments[1] ⚠️ function calls are not analyzed yet @@ -3636,23 +3636,23 @@ tail#59 = ???*0* - *0* arguments[1] ⚠️ function calls are not analyzed yet -tail#66 = ???*0* +tail#60 = ???*0* - *0* arguments[1] ⚠️ function calls are not analyzed yet -tail#85 = ???*0* +tail#67 = ???*0* - *0* arguments[1] ⚠️ function calls are not analyzed yet -tail#89 = ???*0* +tail#86 = ???*0* - *0* arguments[1] ⚠️ function calls are not analyzed yet -tail#94 = ???*0* +tail#90 = ???*0* - *0* arguments[1] ⚠️ function calls are not analyzed yet -tail#99 = ???*0* +tail#95 = ???*0* - *0* arguments[1] ⚠️ function calls are not analyzed yet @@ -3660,15 +3660,11 @@ test = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -text#107 = ???*0* +text#108 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -text#28 = (...) => input["substring"](peg$savedPos, peg$currPos) - -top#31 = ???*0* -- *0* arguments[0] - ⚠️ function calls are not analyzed yet +text#29 = (...) => input["substring"](peg$savedPos, peg$currPos) top#32 = ???*0* - *0* arguments[0] @@ -3682,62 +3678,66 @@ top#34 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -v#30 = ???*0* +top#35 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet v#31 = ???*0* -- *0* arguments[2] +- *0* arguments[0] ⚠️ function calls are not analyzed yet v#32 = ???*0* -- *0* arguments[3] +- *0* arguments[2] ⚠️ function calls are not analyzed yet v#33 = ???*0* +- *0* arguments[3] + ⚠️ function calls are not analyzed yet + +v#34 = ???*0* - *0* arguments[4] ⚠️ function calls are not analyzed yet -v#38 = ???*0* +v#39 = ???*0* - *0* arguments[1] ⚠️ function calls are not analyzed yet -v#40 = ???*0* +v#41 = ???*0* - *0* arguments[1] ⚠️ function calls are not analyzed yet -v#43 = ???*0* +v#44 = ???*0* - *0* arguments[1] ⚠️ function calls are not analyzed yet -v#77 = ???*0* +v#78 = ???*0* - *0* arguments[1] ⚠️ function calls are not analyzed yet -value#37 = ???*0* +value#38 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -value#90 = ???*0* +value#91 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -value#91 = ???*0* +value#92 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -value#92 = ???*0* +value#93 = ???*0* - *0* arguments[1] ⚠️ function calls are not analyzed yet -value#97 = ???*0* +value#98 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -where#33 = ???*0* +where#34 = ???*0* - *0* arguments[3] ⚠️ function calls are not analyzed yet -where#34 = ???*0* +where#35 = ???*0* - *0* arguments[3] ⚠️ function calls are not analyzed yet diff --git a/turbopack/crates/turbopack-ecmascript/tests/analyzer/graph/react-dom-production/graph-explained.snapshot b/turbopack/crates/turbopack-ecmascript/tests/analyzer/graph/react-dom-production/graph-explained.snapshot index a46d2c009671..09b821889e30 100644 --- a/turbopack/crates/turbopack-ecmascript/tests/analyzer/graph/react-dom-production/graph-explained.snapshot +++ b/turbopack/crates/turbopack-ecmascript/tests/analyzer/graph/react-dom-production/graph-explained.snapshot @@ -524,19 +524,19 @@ Ej (const after eval) = (...) => undefined Ek (const after eval) = (...) => undefined -F#292 = (u["stateNode"] | undefined | Kb(w, x) | "onMouseLeave" | "onPointerLeave" | null | t | x | vf(F)) +F#312 = (u["stateNode"] | undefined | Kb(w, x) | "onMouseLeave" | "onPointerLeave" | null | t | x | vf(F)) -F#678 = ???*0* +F#721 = ???*0* - *0* F ⚠️ pattern without value -F#685 = ???*0* +F#729 = ???*0* - *0* F ⚠️ pattern without value -F#843 = (Ri(f, h, b) | undefined) +F#901 = (Ri(f, h, b) | undefined) -F#883 = (h["sibling"] | undefined) +F#942 = (h["sibling"] | undefined) Fa (const after eval) = FreeVar(Symbol)["for"]("react.suspense_list") @@ -662,9 +662,9 @@ Ij (const after eval) = (...) => undefined Ik (const after eval) = (...) => (d | !(1)) -J#292 = ((!(t) && ("scroll" === a)) | undefined | Vb(n) | ((null == k) ? h : ue(k)) | F) +J#312 = ((!(t) && ("scroll" === a)) | undefined | Vb(n) | ((null == k) ? h : ue(k)) | F) -J#431 = (...) => ( +J#456 = (...) => ( | g(a) | ???*0* | n(a, d, f, h) @@ -678,11 +678,11 @@ J#431 = (...) => ( ⚠️ sequence with side effects ⚠️ This value might have side effects -J#673 = (n["memoizedState"] | undefined) +J#716 = (n["memoizedState"] | undefined) -J#843 = (Vi(g) | undefined) +J#901 = (Vi(g) | undefined) -J#883 = (t["sibling"] | undefined) +J#942 = (t["sibling"] | undefined) Ja (const after eval) = FreeVar(Symbol)["iterator"] @@ -1447,144 +1447,226 @@ Zj (const after eval) = (...) => undefined Zk (const after eval) = (...) => undefined -a#10 = arguments[0] +a#1005 = arguments[0] -a#1001 = arguments[0] +a#1006 = arguments[0] -a#1004 = arguments[0] +a#1007 = arguments[0] -a#1008 = (arguments[0] | Zb(a)) +a#1008 = (arguments[0] | a["prototype"]) -a#101 = arguments[0] +a#1009 = (arguments[0] | a["$$typeof"]) -a#1011 (const after eval) = ???*0* +a#1011 = arguments[0] + +a#1012 = (arguments[0] | Bg(12, c, b, ???*0*) | Bg(13, c, b, e) | Bg(19, c, b, e)) +- *0* unsupported expression + ⚠️ This value might have side effects + +a#1015 = (arguments[0] | Bg(7, a, d, b)) + +a#1016 = (arguments[0] | Bg(22, a, d, b)) + +a#1017 = (arguments[0] | Bg(6, a, null, b)) + +a#1018 = arguments[0] + +a#1019 = arguments[0] + +a#102 = arguments[0] + +a#1020 = (arguments[0] | new bl(a, b, c, h, k)) + +a#1021 = arguments[0] + +a#1022 = (arguments[0] | a["_reactInternals"]) + +a#1028 = (arguments[0] | cl(c, d, !(0), a, e, f, g, h, k)) + +a#1029 = (arguments[0] | dh(e, b, g)) + +a#1030 = (arguments[0] | a["current"]) + +a#1032 = (arguments[0] | a["memoizedState"]) + +a#1034 = (arguments[0] | a["alternate"]) + +a#1036 = arguments[0] + +a#1037 = arguments[0] + +a#1038 = arguments[0] + +a#1039 = ???*0*["_internalRoot"] +- *0* unsupported expression + ⚠️ This value might have side effects + +a#104 = arguments[0] + +a#1042 = arguments[0] + +a#1043 = (arguments[0] | {"blockedOn": null, "target": a, "priority": b}) + +a#1045 = arguments[0] + +a#1046 = arguments[0] + +a#1048 = arguments[0] + +a#1051 = hl(g) + +a#1053 = hl(k) + +a#1055 = arguments[0] + +a#1058 = hl(g) + +a#1059 = arguments[0] + +a#1064 = arguments[0] + +a#1067 = arguments[0] + +a#107 = arguments[0] + +a#1071 = arguments[0] + +a#1074 = arguments[0] + +a#1079 = (arguments[0] | Zb(a)) + +a#1082 (const after eval) = ???*0* - *0* a ⚠️ pattern without value -a#1012 = arguments[0] +a#1083 = arguments[0] -a#1013 = arguments[0] +a#1084 = arguments[0] -a#1014 = ( +a#1085 = ( | arguments[0] | FreeVar(Object)["keys"](a)["join"](",") | Zb(b) | ((null === a) ? null : a["stateNode"]) ) -a#1016 = arguments[0] +a#1087 = arguments[0] -a#1017 = arguments[0] +a#1088 = arguments[0] -a#1018 = (arguments[0] | 0 | ???*0*) +a#1089 = (arguments[0] | 0 | ???*0*) - *0* updated with update expression ⚠️ This value might have side effects -a#1019 = arguments[0] +a#109 = arguments[0] -a#102 = (arguments[0] | a["style"]) +a#1090 = arguments[0] -a#1020 = arguments[0] +a#1091 = arguments[0] -a#1023 = arguments[0] +a#1094 = arguments[0] -a#104 = arguments[0] +a#11 = arguments[0] -a#107 = arguments[0] +a#110 = (arguments[0] | a["style"]) + +a#112 = arguments[0] -a#108 = ( +a#115 = arguments[0] + +a#117 = ( | arguments[0] | (a["target"] || a["srcElement"] || FreeVar(window)) | a["correspondingUseElement"] ) -a#109 = (arguments[0] | Cb(a)) +a#118 = (arguments[0] | Cb(a)) -a#11 = arguments[0] +a#12 = arguments[0] -a#111 = arguments[0] +a#120 = arguments[0] -a#112 = (zb | undefined | 0 | ???*0*) +a#121 = (zb | undefined | 0 | ???*0*) - *0* updated with update expression ⚠️ This value might have side effects -a#114 = arguments[0] +a#123 = arguments[0] -a#116 = arguments[0] +a#125 = arguments[0] -a#119 = (arguments[0] | a["type"] | !(d) | !(1)) +a#128 = (arguments[0] | a["type"] | !(d) | !(1)) -a#12 = arguments[0] +a#13 = arguments[0] -a#122 (const after eval) = ???*0* +a#132 (const after eval) = ???*0* - *0* a ⚠️ pattern without value -a#123 = arguments[0] - -a#126 = arguments[0] +a#133 = arguments[0] -a#127 = arguments[0] +a#136 = arguments[0] -a#128 = arguments[0] +a#137 = arguments[0] -a#13 = arguments[0] +a#138 = arguments[0] -a#131 = (arguments[0] | b | b["return"]) +a#14 = arguments[0] -a#133 = (arguments[0] | a["alternate"]) +a#141 = (arguments[0] | b | b["return"]) -a#135 = arguments[0] +a#143 = (arguments[0] | a["alternate"]) -a#136 = arguments[0] +a#145 = arguments[0] -a#14 = arguments[0] +a#146 = arguments[0] a#15 = arguments[0] -a#151 = (arguments[0] | Yb(a)) +a#16 = arguments[0] + +a#161 = (arguments[0] | Yb(a)) -a#152 = (arguments[0] | a["child"] | a["sibling"]) +a#162 = (arguments[0] | a["child"] | a["sibling"]) -a#154 = arguments[0] +a#164 = arguments[0] -a#157 = (arguments[0] | ???*0*) +a#167 = (arguments[0] | ???*0*) - *0* unsupported assign operation ⚠️ This value might have side effects -a#158 = arguments[0] +a#168 = arguments[0] -a#159 = (arguments[0] | a["entanglements"]) +a#17 = arguments[0] -a#16 = arguments[0] +a#170 = (arguments[0] | a["entanglements"]) -a#161 = arguments[0] +a#172 = arguments[0] -a#162 = arguments[0] +a#174 = arguments[0] -a#165 = (arguments[0] | ???*0*) +a#177 = (arguments[0] | ???*0*) - *0* unsupported expression ⚠️ This value might have side effects -a#166 = rc +a#178 = rc -a#167 = arguments[0] +a#179 = arguments[0] -a#168 = (arguments[0] | a["eventTimes"]) +a#18 = arguments[0] -a#169 = (arguments[0] | a["expirationTimes"]) +a#180 = (arguments[0] | a["eventTimes"]) -a#17 = arguments[0] +a#181 = (arguments[0] | a["expirationTimes"]) -a#171 = (arguments[0] | a["entanglements"]) +a#183 = (arguments[0] | a["entanglements"]) -a#173 = (arguments[0] | ???*0*) +a#185 = (arguments[0] | ???*0*) - *0* unsupported assign operation ⚠️ This value might have side effects -a#174 = arguments[0] +a#186 = arguments[0] -a#175 = ( +a#188 = ( | arguments[0] | { "blockedOn": b, @@ -1595,131 +1677,133 @@ a#175 = ( } ) -a#176 = arguments[0] +a#189 = arguments[0] -a#177 = arguments[0] +a#19 = arguments[0] -a#18 = arguments[0] +a#191 = arguments[0] -a#183 = arguments[0] +a#197 = arguments[0] -a#186 = arguments[0] +a#20 = arguments[0] -a#188 = arguments[0] +a#200 = arguments[0] -a#189 = arguments[0] +a#202 = arguments[0] -a#19 = arguments[0] +a#203 = arguments[0] -a#193 = arguments[0] +a#207 = arguments[0] -a#196 = arguments[0] +a#21 = arguments[0] -a#199 = arguments[0] +a#210 = arguments[0] -a#20 = arguments[0] +a#213 = arguments[0] -a#203 = (arguments[0] | xb(d) | Wc(a) | null | Wb(b)) +a#217 = (arguments[0] | xb(d) | Wc(a) | null | Wb(b)) -a#206 = arguments[0] +a#22 = arguments[0] -a#207 = (???*0* | 0 | ???*1*) +a#220 = arguments[0] + +a#223 = (???*0* | 0 | ???*1*) - *0* a ⚠️ pattern without value - *1* updated with update expression ⚠️ This value might have side effects -a#208 = (arguments[0] | a["charCode"] | 13 | b) - -a#21 = arguments[0] +a#224 = (arguments[0] | a["charCode"] | 13 | b) -a#211 = arguments[0] +a#227 = arguments[0] -a#213 = ???*0*["nativeEvent"] +a#229 = ???*0*["nativeEvent"] - *0* unsupported expression ⚠️ This value might have side effects -a#214 = ???*0*["nativeEvent"] +a#23 = arguments[0] + +a#230 = ???*0*["nativeEvent"] - *0* unsupported expression ⚠️ This value might have side effects -a#216 = arguments[0] +a#232 = arguments[0] -a#217 = arguments[0] +a#233 = arguments[0] -a#218 = arguments[0] +a#234 = arguments[0] -a#219 = arguments[0] +a#235 = arguments[0] -a#22 = arguments[0] +a#236 = arguments[0] -a#220 = arguments[0] +a#237 = (arguments[0] | Od[a]) -a#221 = (arguments[0] | Od[a]) +a#239 = (arguments[0] | od(a)) -a#223 = (arguments[0] | od(a)) +a#24 = arguments[0] -a#225 = arguments[0] +a#241 = arguments[0] -a#226 = arguments[0] +a#242 = arguments[0] -a#227 = arguments[0] +a#243 = arguments[0] -a#228 = arguments[0] +a#244 = arguments[0] -a#229 = arguments[0] +a#245 = arguments[0] -a#23 = arguments[0] +a#246 = arguments[0] -a#230 = arguments[0] +a#248 = (arguments[0] | a["detail"]) -a#231 = (arguments[0] | a["detail"]) +a#249 = (arguments[0] | b["data"]) -a#232 = (arguments[0] | b["data"]) +a#25 = arguments[0] -a#233 = (arguments[0] | nd()) +a#251 = (arguments[0] | nd()) -a#235 = arguments[0] +a#254 = arguments[0] -a#236 = arguments[0] +a#255 = arguments[0] -a#237 = arguments[0] +a#256 = arguments[0] -a#238 = arguments[0] +a#257 = arguments[0] -a#239 = arguments[0] +a#258 = arguments[0] -a#24 = arguments[0] +a#26 = arguments[0] -a#244 = arguments[0] +a#263 = arguments[0] -a#246 = arguments[0] +a#265 = arguments[0] -a#247 = arguments[0] +a#266 = arguments[0] -a#248 = arguments[0] +a#267 = arguments[0] -a#249 = arguments[0] +a#268 = arguments[0] -a#25 = arguments[0] +a#269 = arguments[0] -a#250 = arguments[0] +a#27 = arguments[0] -a#251 = arguments[0] +a#270 = arguments[0] -a#253 = (arguments[0] | a["firstChild"]) +a#272 = (arguments[0] | a["firstChild"]) -a#254 = (arguments[0] | 0 | d) +a#273 = (arguments[0] | 0 | d) -a#26 = (arguments[0] | ((Ja && a[Ja]) || a["@@iterator"])) +a#279 = arguments[0] -a#260 = arguments[0] +a#28 = (arguments[0] | ((Ja && a[Ja]) || a["@@iterator"])) -a#261 = (FreeVar(window) | b["contentWindow"]) +a#280 = (FreeVar(window) | b["contentWindow"]) -a#265 = arguments[0] +a#284 = arguments[0] -a#266 = ( +a#285 = ( | arguments[0] | d["end"] | b @@ -1732,81 +1816,81 @@ a#266 = ( - *0* assignment expression ⚠️ This value might have side effects -a#269 = arguments[0] +a#288 = arguments[0] -a#27 = arguments[0] +a#289 = arguments[0] -a#270 = arguments[0] +a#29 = arguments[0] -a#271 = arguments[0] +a#290 = arguments[0] -a#272 = arguments[0] +a#291 = arguments[0] -a#274 = arguments[0] +a#293 = arguments[0] -a#275 = (arguments[0] | Rb) +a#294 = (arguments[0] | Rb) -a#280 = arguments[0] +a#299 = arguments[0] -a#281 = arguments[0] +a#3 = arguments[0] -a#282 = arguments[0] +a#300 = arguments[0] -a#285 = arguments[0] +a#301 = arguments[0] -a#286 = arguments[0] +a#304 = arguments[0] -a#3 = arguments[0] +a#306 = arguments[0] -a#30 = (arguments[0] | (a ? (a["displayName"] || a["name"]) : "")) +a#32 = (arguments[0] | (a ? (a["displayName"] || a["name"]) : "")) -a#307 = arguments[0] +a#330 = arguments[0] -a#308 = (arguments[0] | a["return"]) +a#331 = (arguments[0] | a["return"]) -a#310 = (arguments[0] | a["return"]) +a#333 = (arguments[0] | a["return"]) -a#311 = arguments[0] +a#334 = arguments[0] -a#313 = arguments[0] +a#336 = arguments[0] -a#314 = arguments[0] +a#337 = arguments[0] -a#316 = arguments[0] +a#339 = arguments[0] -a#317 = arguments[0] +a#340 = arguments[0] -a#318 = arguments[0] +a#341 = arguments[0] -a#320 = arguments[0] +a#343 = arguments[0] -a#324 = (arguments[0] | a["nextSibling"]) +a#347 = (arguments[0] | a["nextSibling"]) -a#327 = (arguments[0] | a["previousSibling"]) +a#350 = (arguments[0] | a["previousSibling"]) -a#331 = (arguments[0] | Mf(a) | c) +a#354 = (arguments[0] | Mf(a) | c) -a#335 = (arguments[0] | (a[Of] || a[uf])) +a#358 = (arguments[0] | (a[Of] || a[uf])) -a#336 = arguments[0] +a#359 = arguments[0] -a#337 = arguments[0] +a#360 = arguments[0] -a#338 = arguments[0] +a#361 = arguments[0] -a#339 = arguments[0] +a#362 = arguments[0] -a#340 = arguments[0] +a#363 = arguments[0] -a#341 = (arguments[0] | a["stateNode"]) +a#364 = (arguments[0] | a["stateNode"]) -a#342 = (arguments[0] | a["childContextTypes"]) +a#365 = (arguments[0] | a["childContextTypes"]) -a#344 = arguments[0] +a#367 = arguments[0] -a#345 = arguments[0] +a#368 = arguments[0] -a#346 = ( +a#369 = ( | arguments[0] | ( || (???*0* && a["__reactInternalMemoizedMergedChildContext"]) @@ -1817,158 +1901,162 @@ a#346 = ( - *0* assignment expression ⚠️ This value might have side effects -a#347 = (arguments[0] | bg(a, b, Xf)) +a#370 = (arguments[0] | bg(a, b, Xf)) -a#348 = arguments[0] +a#371 = arguments[0] -a#349 = arguments[0] +a#372 = arguments[0] -a#350 = (0 | undefined | ???*0*) +a#373 = (0 | undefined | ???*0*) - *0* updated with update expression ⚠️ This value might have side effects -a#356 = arguments[0] +a#379 = arguments[0] -a#357 = (arguments[0] | sg) +a#380 = (arguments[0] | sg) -a#359 = arguments[0] +a#382 = arguments[0] -a#360 = arguments[0] +a#383 = arguments[0] -a#361 = arguments[0] +a#384 = arguments[0] -a#362 = arguments[0] +a#385 = arguments[0] -a#363 = arguments[0] +a#387 = arguments[0] -a#364 = arguments[0] +a#388 = arguments[0] -a#369 = (arguments[0] | a["return"]) +a#393 = (arguments[0] | a["return"]) -a#370 = (arguments[0] | a["memoizedState"] | ((null !== a) ? a["dehydrated"] : null) | a["nextSibling"]) +a#394 = (arguments[0] | a["memoizedState"] | ((null !== a) ? a["dehydrated"] : null) | a["nextSibling"]) -a#378 = (yg | Lf(a["nextSibling"])) +a#4 = arguments[0] -a#380 = arguments[0] +a#402 = (yg | Lf(a["nextSibling"])) -a#381 = (arguments[0] | a["defaultProps"]) +a#404 = arguments[0] -a#384 = arguments[0] +a#405 = (arguments[0] | a["defaultProps"]) -a#385 = (arguments[0] | a["return"]) +a#408 = arguments[0] -a#387 = (arguments[0] | a["dependencies"]) +a#409 = (arguments[0] | a["return"]) -a#388 = (arguments[0] | {"context": a, "memoizedValue": b, "next": null}) +a#411 = (arguments[0] | a["dependencies"]) -a#390 = arguments[0] +a#412 = (arguments[0] | {"context": a, "memoizedValue": b, "next": null}) -a#391 = arguments[0] +a#414 = arguments[0] -a#392 = (arguments[0] | a["return"]) +a#415 = arguments[0] -a#393 = arguments[0] +a#416 = (arguments[0] | a["return"]) -a#394 = (arguments[0] | a["updateQueue"]) +a#417 = arguments[0] -a#395 = arguments[0] +a#418 = (arguments[0] | a["updateQueue"]) -a#396 = arguments[0] +a#419 = arguments[0] -a#398 = arguments[0] +a#420 = arguments[0] -a#4 = arguments[0] +a#422 = arguments[0] -a#400 = (arguments[0] | c["lastBaseUpdate"]) +a#424 = (arguments[0] | c["lastBaseUpdate"]) -a#404 = arguments[0] +a#428 = arguments[0] -a#412 = (arguments[0] | b["effects"]) +a#437 = (arguments[0] | b["effects"]) -a#415 = arguments[0] +a#440 = arguments[0] -a#416 = (arguments[0] | a["_reactInternals"]) +a#441 = (arguments[0] | a["_reactInternals"]) -a#417 = (arguments[0] | a["_reactInternals"]) +a#442 = (arguments[0] | a["_reactInternals"]) -a#418 = (arguments[0] | a["_reactInternals"]) +a#443 = (arguments[0] | a["_reactInternals"]) -a#419 = (arguments[0] | a["_reactInternals"]) +a#444 = (arguments[0] | a["_reactInternals"]) -a#420 = (arguments[0] | a["stateNode"]) +a#445 = (arguments[0] | a["stateNode"]) -a#421 = (arguments[0] | a["stateNode"]) +a#446 = (arguments[0] | a["stateNode"]) -a#422 = (arguments[0] | b["state"]) +a#447 = (arguments[0] | b["state"]) -a#423 = arguments[0] +a#448 = arguments[0] -a#424 = (arguments[0] | c["ref"]) +a#449 = (arguments[0] | c["ref"]) -a#428 = arguments[0] +a#453 = arguments[0] -a#429 = ( +a#454 = ( | arguments[0] | FreeVar(Object)["prototype"]["toString"]["call"](b) ) -a#430 = arguments[0] +a#455 = arguments[0] -a#431 = arguments[0] +a#456 = arguments[0] -a#435 = (arguments[0] | new FreeVar(Map)()) +a#460 = (arguments[0] | new FreeVar(Map)()) -a#436 = (arguments[0] | wh(a, b)) +a#461 = (arguments[0] | wh(a, b)) -a#439 = arguments[0] +a#464 = arguments[0] -a#440 = arguments[0] +a#465 = arguments[0] -a#441 = arguments[0] +a#466 = arguments[0] -a#442 = arguments[0] +a#467 = arguments[0] -a#443 = arguments[0] +a#468 = arguments[0] -a#445 = arguments[0] +a#471 = arguments[0] -a#447 = ( +a#474 = ( | arguments[0] | (a["get"](c) || null) | (a["get"](((null === d["key"]) ? c : d["key"])) || null) ) -a#453 = arguments[0] +a#481 = arguments[0] -a#458 = arguments[0] +a#486 = arguments[0] -a#459 = (arguments[0] | d | h) +a#487 = (arguments[0] | d | h) -a#471 = arguments[0] +a#5 = (arguments[0] | 0 | ???*0*) +- *0* updated with update expression + ⚠️ This value might have side effects -a#472 = (arguments[0] | b["nodeType"] | ((8 === a) ? b["parentNode"] : b) | a["tagName"]) +a#500 = arguments[0] + +a#501 = (arguments[0] | b["nodeType"] | ((8 === a) ? b["parentNode"] : b) | a["tagName"]) + +a#504 = arguments[0] -a#474 = arguments[0] +a#505 = arguments[0] -a#475 = arguments[0] +a#506 = arguments[0] -a#476 = arguments[0] +a#51 = (arguments[0] | Oa(a["type"], !(1)) | Oa(a["type"]["render"], !(1)) | Oa(a["type"], !(0))) -a#482 = (0 | ???*0*) +a#512 = (0 | ???*0*) - *0* updated with update expression ⚠️ This value might have side effects -a#484 = arguments[0] +a#514 = arguments[0] -a#485 = (arguments[0] | c(d, e)) +a#515 = (arguments[0] | c(d, e)) -a#488 = (0 !== Uh) +a#518 = (0 !== Uh) -a#489 = {"memoizedState": null, "baseState": null, "baseQueue": null, "queue": null, "next": null} +a#519 = {"memoizedState": null, "baseState": null, "baseQueue": null, "queue": null, "next": null} -a#49 = (arguments[0] | Oa(a["type"], !(1)) | Oa(a["type"]["render"], !(1)) | Oa(a["type"], !(0))) - -a#490 = ( +a#520 = ( | N["alternate"] | undefined | ((null !== a) ? a["memoizedState"] : null) @@ -1982,15 +2070,11 @@ a#490 = ( } ) -a#493 = arguments[0] +a#523 = arguments[0] -a#494 = (arguments[0] | c["interleaved"]) +a#524 = (arguments[0] | c["interleaved"]) -a#5 = (arguments[0] | 0 | ???*0*) -- *0* updated with update expression - ⚠️ This value might have side effects - -a#50 = ( +a#53 = ( | arguments[0] | a["displayName"] | (b["displayName"] || b["name"] || "") @@ -1998,21 +2082,21 @@ a#50 = ( | a["_init"] ) -a#501 = arguments[0] +a#531 = arguments[0] -a#504 = arguments[0] +a#534 = arguments[0] -a#506 = (arguments[0] | {"getSnapshot": b, "value": c}) +a#536 = (arguments[0] | {"getSnapshot": b, "value": c}) -a#507 = arguments[0] +a#537 = arguments[0] -a#508 = arguments[0] +a#538 = arguments[0] -a#510 = (arguments[0] | a["value"]) +a#540 = (arguments[0] | a["value"]) -a#513 = arguments[0] +a#543 = arguments[0] -a#514 = ( +a#544 = ( | arguments[0] | a() | { @@ -2028,62 +2112,58 @@ a#514 = ( - *0* assignment expression ⚠️ This value might have side effects -a#515 = ( +a#545 = ( | arguments[0] | {"tag": a, "create": b, "destroy": c, "deps": d, "next": null} ) -a#517 = arguments[0] +a#547 = arguments[0] -a#518 = arguments[0] +a#548 = arguments[0] -a#521 = arguments[0] +a#551 = arguments[0] -a#522 = arguments[0] +a#552 = arguments[0] -a#523 = arguments[0] +a#553 = arguments[0] -a#524 = arguments[0] +a#554 = arguments[0] -a#525 = (arguments[0] | a()) +a#555 = (arguments[0] | a()) -a#528 = arguments[0] +a#558 = arguments[0] -a#53 = (arguments[0] | b["render"] | (a["displayName"] || a["name"] || "")) +a#560 = arguments[0] -a#530 = arguments[0] +a#561 = (arguments[0] | a()) -a#531 = (arguments[0] | a()) +a#562 = arguments[0] -a#532 = arguments[0] +a#563 = arguments[0] -a#533 = arguments[0] +a#567 = arguments[0] -a#537 = arguments[0] +a#569 = arguments[0] -a#539 = arguments[0] +a#575 = arguments[0] -a#54 = arguments[0] +a#576 = arguments[0] -a#545 = arguments[0] +a#577 = arguments[0] -a#546 = arguments[0] +a#579 = arguments[0] -a#547 = arguments[0] +a#58 = (arguments[0] | b["render"] | (a["displayName"] || a["name"] || "")) -a#549 = arguments[0] - -a#55 = (arguments[0] | a["nodeName"]) +a#580 = arguments[0] -a#550 = arguments[0] +a#581 = arguments[0] -a#551 = arguments[0] +a#582 = arguments[0] -a#552 = arguments[0] +a#583 = (arguments[0] | a()) -a#553 = (arguments[0] | a()) - -a#554 = ( +a#584 = ( | arguments[0] | { "pending": null, @@ -2098,73 +2178,75 @@ a#554 = ( - *0* assignment expression ⚠️ This value might have side effects -a#555 = (arguments[0] | {"current": a}) +a#585 = (arguments[0] | {"current": a}) + +a#586 = arguments[0] -a#556 = arguments[0] +a#587 = (qi(!(1)) | Ei["bind"](null, a[1])) -a#557 = (qi(!(1)) | Ei["bind"](null, a[1])) +a#589 = arguments[0] -a#559 = arguments[0] +a#592 = ci() -a#56 = arguments[0] +a#595 = arguments[0] -a#562 = ci() +a#596 = fi(ei)[0] -a#565 = arguments[0] +a#598 = arguments[0] -a#566 = fi(ei)[0] +a#599 = gi(ei)[0] -a#568 = arguments[0] +a#6 = arguments[0] -a#569 = gi(ei)[0] +a#60 = arguments[0] -a#570 = arguments[0] +a#600 = arguments[0] -a#573 = arguments[0] +a#603 = arguments[0] -a#574 = arguments[0] +a#604 = arguments[0] -a#578 = arguments[0] +a#608 = arguments[0] -a#580 = arguments[0] +a#610 = arguments[0] -a#585 = (arguments[0] | Ui["bind"](null, a, b, c)) +a#615 = (arguments[0] | Ui["bind"](null, a, b, c)) -a#587 = (arguments[0] | a["return"]) +a#617 = (arguments[0] | a["return"]) -a#589 = arguments[0] +a#619 = arguments[0] -a#59 = arguments[0] +a#62 = (arguments[0] | a["nodeName"]) -a#590 = arguments[0] +a#620 = arguments[0] -a#591 = arguments[0] +a#621 = arguments[0] -a#592 = (arguments[0] | yh(c["type"], null, d, b, b["mode"], e) | wh(f, d)) +a#622 = (arguments[0] | yh(c["type"], null, d, b, b["mode"], e) | wh(f, d)) -a#595 = arguments[0] +a#625 = arguments[0] -a#597 = (arguments[0] | ((null !== f) ? ???*0* : c)) +a#627 = (arguments[0] | ((null !== f) ? ???*0* : c)) - *0* unsupported expression ⚠️ This value might have side effects -a#599 = arguments[0] +a#629 = arguments[0] -a#6 = arguments[0] +a#63 = arguments[0] -a#600 = arguments[0] +a#630 = arguments[0] -a#601 = arguments[0] +a#631 = arguments[0] -a#605 = arguments[0] +a#635 = arguments[0] -a#606 = arguments[0] +a#636 = arguments[0] -a#607 = arguments[0] +a#637 = arguments[0] -a#608 = arguments[0] +a#638 = arguments[0] -a#609 = ( +a#639 = ( | arguments[0] | b["memoizedState"] | a["dehydrated"] @@ -2173,19 +2255,17 @@ a#609 = ( | f["sibling"] ) -a#61 = arguments[0] - -a#612 = arguments[0] +a#642 = arguments[0] -a#613 = (arguments[0] | rj(b, b["pendingProps"]["children"])) +a#643 = (arguments[0] | rj(b, b["pendingProps"]["children"])) -a#614 = (arguments[0] | f["treeContext"]) +a#644 = (arguments[0] | f["treeContext"]) -a#619 = arguments[0] +a#650 = arguments[0] -a#620 = arguments[0] +a#651 = arguments[0] -a#621 = ( +a#652 = ( | arguments[0] | b["child"] | a["child"] @@ -2196,27 +2276,27 @@ a#621 = ( | e["sibling"] ) -a#628 = arguments[0] +a#66 = arguments[0] -a#629 = (arguments[0] | b["child"] | a["sibling"]) +a#660 = arguments[0] -a#63 = arguments[0] +a#661 = (arguments[0] | b["child"] | a["sibling"]) -a#631 = (arguments[0] | $i(a, b, c)) +a#663 = (arguments[0] | $i(a, b, c)) -a#634 = arguments[0] +a#667 = arguments[0] -a#639 = (arguments[0] | b["stateNode"]) +a#672 = (arguments[0] | b["stateNode"]) -a#64 = (arguments[0] | d) +a#678 = arguments[0] -a#644 = arguments[0] +a#679 = arguments[0] -a#645 = arguments[0] +a#68 = arguments[0] -a#646 = arguments[0] +a#681 = arguments[0] -a#647 = ( +a#682 = ( | arguments[0] | Hh(Eh["current"]) | (0 !== ???*0*) @@ -2236,229 +2316,149 @@ a#647 = ( - *0* unsupported expression ⚠️ This value might have side effects -a#65 = ( - | arguments[0] - | ( - || a - || (("undefined" !== typeof(FreeVar(document))) ? FreeVar(document) : undefined) - ) -) - -a#665 = (arguments[0] | b["flags"] | b["memoizedState"]) - -a#667 = arguments[0] - -a#670 = arguments[0] - -a#673 = (arguments[0] | Me() | b["child"] | b["sibling"]) - -a#68 = arguments[0] +a#7 = (arguments[0] | a["toLowerCase"]()["slice"](0, 5)) -a#687 = arguments[0] +a#70 = arguments[0] -a#69 = arguments[0] +a#707 = (arguments[0] | b["flags"] | b["memoizedState"]) -a#691 = arguments[0] +a#71 = (arguments[0] | d) -a#695 = (arguments[0] | c) +a#710 = arguments[0] -a#697 = arguments[0] +a#713 = arguments[0] -a#698 = arguments[0] +a#716 = (arguments[0] | Me() | b["child"] | b["sibling"]) -a#699 = (arguments[0] | a["return"] | a["sibling"] | a["child"]) +a#72 = ( + | arguments[0] + | ( + || a + || (("undefined" !== typeof(FreeVar(document))) ? FreeVar(document) : undefined) + ) +) -a#7 = (arguments[0] | a["toLowerCase"]()["slice"](0, 5)) +a#731 = arguments[0] -a#70 = arguments[0] +a#735 = arguments[0] -a#703 = (arguments[0] | a["stateNode"] | a["child"] | a["sibling"]) +a#739 = (arguments[0] | c) -a#704 = (arguments[0] | a["stateNode"] | a["child"] | a["sibling"]) +a#742 = arguments[0] -a#705 = arguments[0] +a#743 = arguments[0] -a#706 = (arguments[0] | X) +a#744 = (arguments[0] | a["return"] | a["sibling"] | a["child"]) -a#71 = arguments[0] +a#748 = (arguments[0] | a["stateNode"] | a["child"] | a["sibling"]) -a#713 = arguments[0] +a#749 = (arguments[0] | a["stateNode"] | a["child"] | a["sibling"]) -a#716 = arguments[0] +a#75 = arguments[0] -a#721 = arguments[0] +a#750 = arguments[0] -a#74 = arguments[0] +a#751 = (arguments[0] | X) -a#756 = arguments[0] +a#759 = arguments[0] a#76 = arguments[0] -a#763 = arguments[0] - -a#764 = arguments[0] +a#762 = arguments[0] a#768 = arguments[0] -a#77 = (arguments[0] | a["options"]) - -a#781 = arguments[0] - -a#785 = arguments[0] - -a#8 = arguments[0] +a#77 = arguments[0] -a#801 = (arguments[0] | C | FreeVar(window)["event"] | ((undefined === a) ? 16 : jd(a["type"]))) +a#78 = arguments[0] -a#802 = arguments[0] +a#806 = arguments[0] -a#803 = arguments[0] +a#81 = arguments[0] -a#807 = arguments[0] +a#814 = arguments[0] -a#817 = (arguments[0] | Jk(a, b)) - -a#818 = arguments[0] +a#815 = arguments[0] a#819 = arguments[0] -a#82 = arguments[0] - -a#827 = (arguments[0] | a["expirationTimes"]) - -a#829 = arguments[0] - a#83 = arguments[0] -a#831 = arguments[0] +a#835 = arguments[0] -a#834 = arguments[0] +a#839 = arguments[0] -a#838 = (arguments[0] | wh(a["current"], null)) +a#84 = (arguments[0] | a["options"]) -a#843 = arguments[0] +a#856 = (arguments[0] | C | FreeVar(window)["event"] | ((undefined === a) ? 16 : jd(a["type"]))) -a#861 = nk["current"] +a#857 = arguments[0] -a#863 = arguments[0] +a#858 = arguments[0] -a#868 = arguments[0] +a#863 = arguments[0] -a#869 = (arguments[0] | b["return"]) +a#874 = (arguments[0] | Jk(a, b)) -a#87 = arguments[0] +a#875 = arguments[0] -a#877 = arguments[0] +a#876 = arguments[0] -a#88 = arguments[0] +a#884 = (arguments[0] | a["expirationTimes"]) -a#880 = (arguments[0] | Qi) +a#886 = arguments[0] -a#883 = (Dc(yk) | undefined | xk) +a#888 = arguments[0] a#89 = arguments[0] +a#891 = arguments[0] + +a#895 = (arguments[0] | wh(a["current"], null)) + a#9 = arguments[0] a#90 = arguments[0] -a#909 = (arguments[0] | dh(a, b, 1)) - -a#91 = *anonymous function 13608* +a#901 = arguments[0] -a#910 = (arguments[0] | Ki(c, a) | Ri(b, a, 1) | L()) +a#920 = nk["current"] -a#915 = arguments[0] +a#922 = arguments[0] -a#916 = (arguments[0] | Zg(a, b)) +a#927 = arguments[0] -a#917 = arguments[0] +a#928 = (arguments[0] | b["return"]) -a#918 = arguments[0] +a#936 = arguments[0] -a#919 = (arguments[0] | b["pendingProps"] | Lg(d, a) | !(0) | !(1)) +a#939 = (arguments[0] | Qi) a#94 = arguments[0] -a#940 = arguments[0] - -a#941 = arguments[0] - -a#942 = arguments[0] - -a#943 = (arguments[0] | a["prototype"]) - -a#944 = (arguments[0] | a["$$typeof"]) - -a#946 = arguments[0] +a#942 = (Dc(yk) | undefined | xk) -a#947 = (arguments[0] | Bg(12, c, b, ???*0*) | Bg(13, c, b, e) | Bg(19, c, b, e)) -- *0* unsupported expression - ⚠️ This value might have side effects - -a#948 = (arguments[0] | Bg(7, a, d, b)) - -a#949 = (arguments[0] | Bg(22, a, d, b)) - -a#950 = (arguments[0] | Bg(6, a, null, b)) - -a#951 = arguments[0] - -a#952 = arguments[0] - -a#953 = (arguments[0] | new bl(a, b, c, h, k)) - -a#954 = arguments[0] - -a#955 = (arguments[0] | a["_reactInternals"]) +a#95 = arguments[0] a#96 = arguments[0] -a#960 = (arguments[0] | cl(c, d, !(0), a, e, f, g, h, k)) - -a#961 = (arguments[0] | dh(e, b, g)) - -a#962 = (arguments[0] | a["current"]) - -a#963 = (arguments[0] | a["memoizedState"]) - -a#965 = (arguments[0] | a["alternate"]) +a#971 = (arguments[0] | dh(a, b, 1)) -a#967 = arguments[0] - -a#968 = arguments[0] - -a#969 = arguments[0] - -a#970 = ???*0*["_internalRoot"] -- *0* unsupported expression - ⚠️ This value might have side effects - -a#973 = arguments[0] - -a#974 = (arguments[0] | {"blockedOn": null, "target": a, "priority": b}) - -a#976 = arguments[0] +a#972 = (arguments[0] | Ki(c, a) | Ri(b, a, 1) | L()) a#977 = arguments[0] -a#979 = arguments[0] - -a#982 = hl(g) - -a#984 = hl(k) +a#978 = (arguments[0] | Zg(a, b)) -a#986 = arguments[0] - -a#989 = hl(g) +a#979 = arguments[0] -a#99 = arguments[0] +a#98 = arguments[0] -a#990 = arguments[0] +a#980 = arguments[0] -a#994 = arguments[0] +a#982 = (arguments[0] | b["pendingProps"] | Lg(d, a) | !(0) | !(1)) -a#997 = arguments[0] +a#99 = *anonymous function 13608* aa (const after eval) = FreeVar(require)("react") @@ -2508,250 +2508,323 @@ ak (const after eval) = (...) => undefined al (const after eval) = (...) => undefined -b#100 = ( - | arguments[0] - | (b + a["charAt"](0)["toUpperCase"]() + a["substring"](1)) -) +b#100 = arguments[0] -b#1001 = arguments[1] +b#1005 = arguments[1] -b#1004 = (arguments[1] | c["name"] | 0 | ???*0* | c["value"]) -- *0* updated with update expression - ⚠️ This value might have side effects +b#1006 = arguments[1] -b#101 = arguments[1] +b#1007 = arguments[1] -b#1012 = arguments[1] +b#1011 = (arguments[1] | a["dependencies"]) -b#1013 = (arguments[1] | cl(a, 1, !(1), null, null, c, !(1), d, e)) +b#1012 = (arguments[1] | Bg(g, c, b, e)) -b#1014 = a["_reactInternals"] +b#1015 = arguments[1] + +b#1016 = arguments[1] b#1017 = arguments[1] b#1018 = ( | arguments[1] - | fl(b, null, a, 1, ((null != c) ? c : null), e, !(1), f, g) + | Bg(4, ((null !== a["children"]) ? a["children"] : []), a["key"], b) ) b#1019 = arguments[1] -b#102 = arguments[1] +b#102 = (arguments[1] | mb["firstChild"]) + +b#1020 = (arguments[1] | 1 | ???*0* | 0) +- *0* unsupported assign operation + ⚠️ This value might have side effects + +b#1021 = arguments[1] + +b#1022 = ( + | a + | undefined + | b["stateNode"]["context"] + | b["stateNode"]["__reactInternalMemoizedMergedChildContext"] + | b["return"] +) + +b#1028 = arguments[1] + +b#1029 = (arguments[1] | ch(f, g)) + +b#1032 = arguments[1] -b#1023 = arguments[1] +b#1034 = arguments[1] + +b#1038 = ???*0*["_internalRoot"] +- *0* unsupported expression + ⚠️ This value might have side effects + +b#1039 = (a["containerInfo"] | undefined) b#104 = arguments[1] -b#107 = arguments[1] +b#1043 = (Hc() | undefined) + +b#1048 = arguments[1] + +b#1055 = arguments[1] + +b#1059 = (a["stateNode"] | undefined) + +b#1062 = Zg(a, 1) + +b#1064 = (Zg(a, 134217728) | undefined) + +b#1067 = (lh(a) | undefined) + +b#1071 = arguments[1] + +b#1074 = (arguments[1] | c["name"] | 0 | ???*0* | c["value"]) +- *0* updated with update expression + ⚠️ This value might have side effects + +b#108 = ( + | arguments[0] + | (b + a["charAt"](0)["toUpperCase"]() + a["substring"](1)) +) + +b#1083 = arguments[1] + +b#1084 = (arguments[1] | cl(a, 1, !(1), null, null, c, !(1), d, e)) + +b#1085 = a["_reactInternals"] -b#109 = (a["stateNode"] | undefined | Db(b)) +b#1088 = arguments[1] -b#11 = a[0] +b#1089 = ( + | arguments[1] + | fl(b, null, a, 1, ((null != c) ? c : null), e, !(1), f, g) +) + +b#109 = arguments[1] + +b#1090 = arguments[1] + +b#1094 = arguments[1] + +b#11 = arguments[1] -b#112 = (Ab | undefined) +b#110 = arguments[1] -b#114 = arguments[1] +b#112 = arguments[1] -b#116 = arguments[1] +b#115 = arguments[1] -b#119 = arguments[1] +b#118 = (a["stateNode"] | undefined | Db(b)) + +b#121 = (Ab | undefined) b#123 = arguments[1] -b#127 = arguments[1] +b#125 = arguments[1] b#128 = arguments[1] -b#131 = (a | b["return"]) +b#13 = a[0] + +b#133 = arguments[1] + +b#137 = arguments[1] + +b#138 = arguments[1] -b#133 = (a["memoizedState"] | undefined) +b#141 = (a | b["return"]) -b#136 = (a["alternate"] | Vb(a)) +b#143 = (a["memoizedState"] | undefined) -b#152 = ($b(a) | undefined) +b#146 = (a["alternate"] | Vb(a)) -b#156 = ???*0* +b#162 = ($b(a) | undefined) + +b#166 = ???*0* - *0* b ⚠️ pattern without value -b#159 = (arguments[1] | a["entangledLanes"] | ???*0*) +b#170 = (arguments[1] | a["entangledLanes"] | ???*0*) - *0* unsupported assign operation ⚠️ This value might have side effects -b#161 = arguments[1] +b#172 = arguments[1] -b#162 = arguments[1] +b#174 = arguments[1] -b#167 = [] +b#179 = [] -b#168 = (arguments[1] | ???*0*) +b#180 = (arguments[1] | ???*0*) - *0* unsupported expression ⚠️ This value might have side effects -b#169 = (arguments[1] | a["entanglements"]) - -b#171 = arguments[1] +b#181 = (arguments[1] | a["entanglements"]) -b#174 = arguments[1] +b#183 = arguments[1] -b#175 = (arguments[1] | Cb(b) | a["targetContainers"]) +b#186 = arguments[1] -b#176 = arguments[1] +b#188 = (arguments[1] | Cb(b) | a["targetContainers"]) -b#177 = (Wc(a["target"]) | c["tag"] | Wb(c)) +b#189 = arguments[1] -b#183 = (a["targetContainers"] | Cb(c)) +b#191 = (Wc(a["target"]) | c["tag"] | Wb(c)) -b#186 = arguments[1] +b#197 = (a["targetContainers"] | Cb(c)) -b#188 = arguments[1] +b#200 = arguments[1] -b#189 = (...) => ad(b, a) +b#202 = arguments[1] -b#190 = arguments[0] +b#203 = (...) => ad(b, a) -b#193 = arguments[1] +b#204 = arguments[0] -b#196 = arguments[1] +b#207 = arguments[1] -b#199 = arguments[1] +b#210 = arguments[1] -b#20 = a["replace"](ra, sa) +b#213 = arguments[1] -b#203 = (arguments[1] | Vb(a)) +b#217 = (arguments[1] | Vb(a)) -b#207 = ld +b#22 = a["replace"](ra, sa) -b#208 = a["keyCode"] +b#223 = ld -b#21 = a["replace"](ra, sa) +b#224 = a["keyCode"] -b#211 = (...) => ???*0* +b#227 = (...) => ???*0* - *0* unsupported expression ⚠️ This value might have side effects -b#212 = (arguments[0] | a[c]) +b#228 = (arguments[0] | a[c]) -b#22 = a["replace"](ra, sa) +b#23 = a["replace"](ra, sa) -b#221 = ???*0*["nativeEvent"] +b#237 = ???*0*["nativeEvent"] - *0* unsupported expression ⚠️ This value might have side effects -b#223 = ((Md[a["key"]] || a["key"]) | undefined) +b#239 = ((Md[a["key"]] || a["key"]) | undefined) + +b#24 = a["replace"](ra, sa) -b#230 = arguments[1] +b#246 = arguments[1] -b#232 = arguments[1] +b#249 = arguments[1] -b#233 = arguments[1] +b#251 = arguments[1] -b#235 = (a && a["nodeName"] && a["nodeName"]["toLowerCase"]()) +b#254 = (a && a["nodeName"] && a["nodeName"]["toLowerCase"]()) -b#236 = (arguments[1] | oe(b, "onChange")) +b#255 = (arguments[1] | oe(b, "onChange")) -b#238 = ue(a) +b#257 = ue(a) -b#239 = arguments[1] +b#258 = arguments[1] -b#244 = ([] | undefined) +b#263 = ([] | undefined) -b#246 = arguments[1] +b#265 = arguments[1] -b#248 = arguments[1] +b#267 = arguments[1] -b#249 = arguments[1] +b#268 = arguments[1] -b#25 = (arguments[1] | e["attributeName"]) +b#269 = arguments[1] -b#250 = arguments[1] +b#27 = (arguments[1] | e["attributeName"]) -b#251 = arguments[1] +b#270 = arguments[1] -b#254 = arguments[1] +b#273 = arguments[1] -b#260 = arguments[1] +b#279 = arguments[1] -b#261 = (Xa() | Xa(a["document"])) +b#280 = (Xa() | Xa(a["document"])) -b#265 = (a && a["nodeName"] && a["nodeName"]["toLowerCase"]()) +b#284 = (a && a["nodeName"] && a["nodeName"]["toLowerCase"]()) -b#266 = (Me() | d["start"] | (c["ownerDocument"] || FreeVar(document)) | b["createRange"]() | []) +b#285 = (Me() | d["start"] | (c["ownerDocument"] || FreeVar(document)) | b["createRange"]() | []) -b#269 = (arguments[1] | new td("onSelect", "select", null, b, c)) +b#288 = (arguments[1] | new td("onSelect", "select", null, b, c)) -b#27 = (c["stack"]["trim"]()["match"](/\n( *(at )?)/) | undefined) +b#289 = arguments[1] -b#270 = arguments[1] +b#29 = (c["stack"]["trim"]()["match"](/\n( *(at )?)/) | undefined) -b#271 = We[a] +b#290 = We[a] -b#272 = arguments[1] +b#291 = arguments[1] -b#274 = arguments[1] +b#293 = arguments[1] -b#275 = (arguments[1] | (0 !== ???*0*)) +b#294 = (arguments[1] | (0 !== ???*0*)) - *0* unsupported expression ⚠️ This value might have side effects -b#280 = arguments[1] +b#299 = arguments[1] -b#281 = arguments[1] +b#3 = ( + | `https://reactjs.org/docs/error-decoder.html?invariant=${a}` + | `${b}${`&args[]=${FreeVar(encodeURIComponent)(FreeVar(arguments)[c])}`}` +) -b#282 = (((9 === a["nodeType"]) ? a : a["ownerDocument"]) | undefined) +b#300 = arguments[1] -b#284 = arguments[0] +b#301 = (((9 === a["nodeType"]) ? a : a["ownerDocument"]) | undefined) -b#285 = arguments[1] +b#303 = arguments[0] -b#286 = arguments[1] +b#304 = arguments[1] -b#3 = ( - | `https://reactjs.org/docs/error-decoder.html?invariant=${a}` - | `${b}${`&args[]=${FreeVar(encodeURIComponent)(FreeVar(arguments)[c])}`}` -) +b#306 = arguments[1] -b#30 = (arguments[1] | *anonymous function 6811*) +b#32 = (arguments[1] | *anonymous function 6811*) -b#307 = arguments[1] +b#330 = arguments[1] -b#308 = arguments[1] +b#331 = arguments[1] -b#311 = arguments[1] +b#334 = arguments[1] -b#314 = (arguments[1] | zf(b)) +b#337 = (arguments[1] | zf(b)) -b#316 = arguments[1] +b#339 = arguments[1] -b#320 = arguments[1] +b#343 = arguments[1] -b#324 = (a["nodeType"] | undefined | a["data"]) +b#347 = (a["nodeType"] | undefined | a["data"]) -b#327 = (0 | ???*0*) +b#350 = (0 | ???*0*) - *0* updated with update expression ⚠️ This value might have side effects -b#331 = (a[Of] | (c[uf] || c[Of])) +b#354 = (a[Of] | (c[uf] || c[Of])) -b#340 = arguments[1] +b#363 = arguments[1] -b#341 = arguments[1] +b#364 = arguments[1] -b#344 = arguments[1] +b#367 = arguments[1] -b#345 = (arguments[1] | b["childContextTypes"]) +b#368 = (arguments[1] | b["childContextTypes"]) -b#347 = arguments[1] +b#370 = arguments[1] -b#350 = (C | undefined) +b#373 = (C | undefined) -b#356 = arguments[1] +b#379 = arguments[1] -b#357 = arguments[1] +b#380 = arguments[1] -b#361 = (arguments[1] | a["deletions"]) +b#384 = (arguments[1] | a["deletions"]) -b#362 = ( +b#385 = ( | arguments[1] | (( || (1 !== b["nodeType"]) @@ -2761,9 +2834,9 @@ b#362 = ( | ((8 !== b["nodeType"]) ? null : b) ) -b#364 = (yg | undefined | Lf(c["nextSibling"])) +b#388 = (yg | undefined | Lf(c["nextSibling"])) -b#370 = ( +b#394 = ( | ???*0* | (3 !== a["tag"]) | (5 !== a["tag"]) @@ -2779,91 +2852,93 @@ b#370 = ( - *1* updated with update expression ⚠️ This value might have side effects -b#381 = (arguments[1] | A({}, b)) +b#4 = arguments[1] -b#384 = Mg["current"] +b#405 = (arguments[1] | A({}, b)) -b#385 = arguments[1] +b#408 = Mg["current"] -b#387 = arguments[1] +b#409 = arguments[1] -b#388 = a["_currentValue"] +b#411 = arguments[1] -b#391 = arguments[1] +b#412 = a["_currentValue"] -b#392 = arguments[1] +b#415 = arguments[1] -b#394 = arguments[1] +b#416 = arguments[1] -b#395 = arguments[1] +b#418 = arguments[1] -b#396 = arguments[1] +b#419 = arguments[1] -b#398 = (arguments[1] | b["updateQueue"] | b["shared"]) +b#420 = arguments[1] -b#4 = arguments[1] +b#422 = (arguments[1] | b["updateQueue"] | b["shared"]) -b#400 = arguments[1] +b#424 = arguments[1] -b#404 = (arguments[1] | e["shared"]["interleaved"]) +b#428 = (arguments[1] | e["shared"]["interleaved"]) -b#412 = (arguments[1] | 0 | ???*0*) +b#437 = (arguments[1] | 0 | ???*0*) - *0* updated with update expression ⚠️ This value might have side effects -b#415 = (arguments[1] | a["memoizedState"]) +b#440 = (arguments[1] | a["memoizedState"]) -b#417 = (arguments[1] | dh(a, f, e)) +b#442 = (arguments[1] | dh(a, f, e)) -b#418 = (arguments[1] | dh(a, f, e)) +b#443 = (arguments[1] | dh(a, f, e)) -b#419 = (arguments[1] | dh(a, e, d)) +b#444 = (arguments[1] | dh(a, e, d)) -b#420 = arguments[1] +b#445 = arguments[1] -b#421 = (arguments[1] | new b(c, f)) +b#446 = (arguments[1] | new b(c, f)) -b#422 = arguments[1] +b#447 = arguments[1] -b#423 = (arguments[1] | e["state"]) +b#448 = (arguments[1] | e["state"]) -b#424 = (arguments[1] | *anonymous function 58064*) +b#449 = (arguments[1] | *anonymous function 58064*) -b#428 = (e["refs"] | ???*0*) +b#453 = (e["refs"] | ???*0*) - *0* assignment expression ⚠️ This value might have side effects -b#429 = arguments[1] +b#454 = arguments[1] -b#430 = a["_init"] +b#455 = a["_init"] -b#431 = (...) => undefined +b#456 = (...) => undefined -b#432 = arguments[0] +b#457 = arguments[0] -b#435 = (arguments[1] | b["sibling"]) +b#460 = (arguments[1] | b["sibling"]) -b#436 = arguments[1] +b#461 = arguments[1] -b#437 = arguments[0] +b#462 = arguments[0] -b#438 = arguments[0] +b#463 = arguments[0] -b#439 = (arguments[1] | xh(c, a["mode"], d) | e(b, c)) +b#464 = (arguments[1] | xh(c, a["mode"], d) | e(b, c)) -b#440 = arguments[1] +b#465 = arguments[1] -b#441 = (arguments[1] | zh(c, a["mode"], d) | e(b, (c["children"] || []))) +b#466 = (arguments[1] | zh(c, a["mode"], d) | e(b, (c["children"] || []))) -b#442 = (arguments[1] | Ah(c, a["mode"], d, f) | e(b, c)) +b#467 = (arguments[1] | Ah(c, a["mode"], d, f) | e(b, c)) -b#443 = (arguments[1] | xh(`${b}`, a["mode"], c) | zh(b, a["mode"], c) | Ah(b, a["mode"], c, null)) +b#468 = (arguments[1] | xh(`${b}`, a["mode"], c) | zh(b, a["mode"], c) | Ah(b, a["mode"], c, null)) -b#445 = arguments[1] +b#471 = arguments[1] -b#447 = arguments[1] +b#474 = arguments[1] + +b#5 = arguments[1] -b#472 = ( +b#501 = ( | arguments[1] | (???*0* ? b["namespaceURI"] : lb(null, "")) | b["documentElement"] @@ -2873,101 +2948,95 @@ b#472 = ( - *0* assignment expression ⚠️ This value might have side effects -b#474 = Hh(Eh["current"]) - -b#476 = (a | b["child"] | b["return"] | b["sibling"]) - -b#484 = arguments[1] - -b#485 = (arguments[1] | ((null !== O) && (null !== O["next"]))) +b#504 = Hh(Eh["current"]) -b#490 = ((null === P) ? N["memoizedState"] : P["next"]) +b#506 = (a | b["child"] | b["return"] | b["sibling"]) -b#493 = arguments[1] +b#514 = arguments[1] -b#494 = di() +b#515 = (arguments[1] | ((null !== O) && (null !== O["next"]))) -b#5 = arguments[1] +b#520 = ((null === P) ? N["memoizedState"] : P["next"]) -b#50 = (a["render"] | undefined | (a["displayName"] || null) | a["_payload"]) +b#523 = arguments[1] -b#501 = di() +b#524 = di() -b#504 = arguments[1] +b#53 = (a["render"] | undefined | (a["displayName"] || null) | a["_payload"]) -b#506 = (arguments[1] | N["updateQueue"] | {"lastEffect": null, "stores": null}) +b#531 = di() -b#507 = arguments[1] +b#534 = arguments[1] -b#508 = arguments[1] +b#536 = (arguments[1] | N["updateQueue"] | {"lastEffect": null, "stores": null}) -b#510 = a["getSnapshot"] +b#537 = arguments[1] -b#513 = Zg(a, 1) +b#538 = arguments[1] -b#514 = ci() +b#540 = a["getSnapshot"] -b#515 = (arguments[1] | N["updateQueue"] | {"lastEffect": null, "stores": null}) +b#543 = Zg(a, 1) -b#517 = arguments[1] +b#544 = ci() -b#518 = arguments[1] +b#545 = (arguments[1] | N["updateQueue"] | {"lastEffect": null, "stores": null}) -b#521 = arguments[1] +b#547 = arguments[1] -b#522 = arguments[1] +b#548 = arguments[1] -b#523 = arguments[1] +b#551 = arguments[1] -b#524 = arguments[1] +b#552 = arguments[1] -b#525 = arguments[1] +b#553 = arguments[1] -b#528 = arguments[1] +b#554 = arguments[1] -b#53 = a["type"] +b#555 = arguments[1] -b#530 = (arguments[1] | ((undefined === b) ? null : b)) +b#558 = arguments[1] -b#531 = (arguments[1] | ((undefined === b) ? null : b)) +b#560 = (arguments[1] | ((undefined === b) ? null : b)) -b#532 = arguments[1] +b#561 = (arguments[1] | ((undefined === b) ? null : b)) -b#533 = arguments[1] +b#562 = arguments[1] -b#537 = arguments[1] +b#563 = arguments[1] -b#539 = arguments[1] +b#567 = arguments[1] -b#545 = a["alternate"] +b#569 = arguments[1] -b#546 = arguments[1] +b#575 = a["alternate"] -b#547 = arguments[1] +b#576 = arguments[1] -b#549 = arguments[1] +b#577 = arguments[1] -b#55 = a["type"] +b#579 = arguments[1] -b#550 = arguments[1] +b#58 = a["type"] -b#551 = arguments[1] +b#580 = arguments[1] -b#552 = arguments[1] +b#581 = arguments[1] -b#553 = (arguments[1] | ((undefined === b) ? null : b)) +b#582 = arguments[1] -b#554 = (arguments[1] | ((undefined !== c) ? c(b) : b)) +b#583 = (arguments[1] | ((undefined === b) ? null : b)) -b#555 = ci() +b#584 = (arguments[1] | ((undefined !== c) ? c(b) : b)) -b#557 = a[0] +b#585 = ci() -b#559 = arguments[1] +b#587 = a[0] -b#56 = (Ta(a) ? "checked" : "value") +b#589 = arguments[1] -b#562 = ( +b#592 = ( | R["identifierPrefix"] | `:${b}R${c}` | `${b}${`H${c["toString"](32)}`}` @@ -2975,27 +3044,27 @@ b#562 = ( | `:${b}r${c["toString"](32)}:` ) -b#565 = di() +b#595 = di() -b#566 = di()["memoizedState"] +b#596 = di()["memoizedState"] -b#568 = di() +b#598 = di() -b#569 = di()["memoizedState"] +b#599 = di()["memoizedState"] -b#570 = arguments[1] +b#600 = arguments[1] -b#573 = arguments[1] +b#603 = arguments[1] -b#574 = arguments[1] +b#604 = arguments[1] -b#578 = arguments[1] +b#608 = arguments[1] -b#580 = arguments[1] +b#610 = arguments[1] -b#585 = arguments[1] +b#615 = arguments[1] -b#587 = ( +b#617 = ( | ???*0* | (13 === a["tag"]) | a["memoizedState"] @@ -3004,283 +3073,214 @@ b#587 = ( - *0* b ⚠️ pattern without value -b#589 = (arguments[1] | ch(-1, 1)) +b#619 = (arguments[1] | ch(-1, 1)) -b#590 = arguments[1] +b#62 = a["type"] -b#591 = arguments[1] +b#620 = arguments[1] -b#592 = arguments[1] +b#621 = arguments[1] -b#595 = arguments[1] +b#622 = arguments[1] -b#597 = arguments[1] +b#625 = arguments[1] -b#599 = arguments[1] +b#627 = arguments[1] -b#600 = arguments[1] +b#629 = arguments[1] -b#601 = arguments[1] +b#63 = (Ta(a) ? "checked" : "value") + +b#630 = arguments[1] + +b#631 = arguments[1] -b#605 = arguments[1] +b#635 = arguments[1] -b#606 = a["stateNode"] +b#636 = a["stateNode"] -b#607 = arguments[1] +b#637 = arguments[1] -b#609 = arguments[1] +b#639 = arguments[1] -b#612 = ( +b#642 = ( | arguments[1] | qj({"mode": "visible", "children": b}, a["mode"], 0, null) ) -b#613 = arguments[1] +b#643 = arguments[1] -b#614 = (arguments[1] | vj["bind"](null, a) | rj(b, d["children"])) +b#644 = (arguments[1] | vj["bind"](null, a) | rj(b, d["children"])) -b#619 = arguments[1] +b#650 = arguments[1] -b#620 = arguments[1] +b#651 = arguments[1] -b#621 = arguments[1] +b#652 = arguments[1] -b#628 = arguments[1] +b#660 = arguments[1] -b#629 = arguments[1] +b#661 = arguments[1] -b#631 = arguments[1] +b#663 = arguments[1] -b#634 = arguments[1] +b#667 = arguments[1] -b#639 = arguments[1] +b#672 = arguments[1] -b#64 = a["_valueTracker"] +b#678 = arguments[1] -b#644 = arguments[1] +b#679 = (arguments[1] | a["tail"] | b["sibling"]) -b#645 = (arguments[1] | a["tail"] | b["sibling"]) +b#681 = ((null !== a["alternate"]) && (a["alternate"]["child"] === a["child"])) -b#646 = ((null !== a["alternate"]) && (a["alternate"]["child"] === a["child"])) +b#682 = (arguments[1] | f["tail"]) -b#647 = (arguments[1] | f["tail"]) +b#7 = arguments[1] -b#665 = arguments[1] +b#707 = arguments[1] -b#667 = arguments[1] +b#71 = a["_valueTracker"] -b#67 = ???*0* -- *0* b - ⚠️ pattern without value +b#710 = arguments[1] -b#670 = arguments[1] +b#713 = arguments[1] -b#673 = (arguments[1] | V) +b#716 = (arguments[1] | V) -b#68 = arguments[1] +b#731 = arguments[1] -b#687 = arguments[1] +b#735 = (arguments[1] | b["updateQueue"] | ((null !== b) ? b["lastEffect"] : null) | b["next"]) -b#69 = arguments[1] +b#739 = a["ref"] -b#691 = (arguments[1] | b["updateQueue"] | ((null !== b) ? b["lastEffect"] : null) | b["next"]) +b#74 = ???*0* +- *0* b + ⚠️ pattern without value -b#695 = a["ref"] +b#742 = (a["alternate"] | a["stateNode"]) -b#697 = (a["alternate"] | a["stateNode"]) +b#748 = (arguments[1] | c["parentNode"] | c) -b#7 = arguments[1] +b#749 = arguments[1] -b#70 = (arguments[1] | b["checked"]) +b#75 = arguments[1] -b#703 = (arguments[1] | c["parentNode"] | c) +b#750 = arguments[1] -b#704 = arguments[1] +b#751 = arguments[1] -b#705 = arguments[1] +b#759 = a["updateQueue"] -b#706 = arguments[1] - -b#71 = arguments[1] +b#76 = arguments[1] -b#713 = a["updateQueue"] +b#761 = arguments[0] -b#715 = arguments[0] +b#762 = (arguments[1] | b["child"] | b["sibling"]) -b#716 = (arguments[1] | b["child"] | b["sibling"]) +b#768 = (arguments[1] | d) -b#721 = (arguments[1] | d) +b#77 = (arguments[1] | b["checked"]) -b#74 = (arguments[1] | `${a["_wrapperState"]["initialValue"]}`) +b#78 = arguments[1] -b#756 = a["flags"] +b#806 = a["flags"] -b#76 = arguments[1] +b#81 = (arguments[1] | `${a["_wrapperState"]["initialValue"]}`) -b#763 = arguments[1] +b#814 = arguments[1] -b#764 = arguments[1] +b#815 = arguments[1] -b#768 = (V | undefined) +b#819 = (V | undefined) -b#77 = (arguments[1] | {} | null | a[e]) +b#83 = arguments[1] -b#781 = (V | undefined) +b#835 = (V | undefined) -b#785 = (V | undefined) +b#839 = (V | undefined) -b#8 = arguments[1] +b#84 = (arguments[1] | {} | null | a[e]) -b#802 = arguments[1] +b#857 = arguments[1] -b#803 = (arguments[1] | ???*0*) +b#858 = (arguments[1] | ???*0*) - *0* unsupported expression ⚠️ This value might have side effects -b#807 = (arguments[1] | Jk(a, d) | d | 0 | T | Ok(a, e) | Ok(a, f) | ???*0* | a["eventTimes"]) +b#863 = (arguments[1] | Jk(a, d) | d | 0 | T | Ok(a, e) | Ok(a, f) | ???*0* | a["eventTimes"]) - *0* unsupported expression ⚠️ This value might have side effects -b#817 = (arguments[1] | uk) - -b#819 = (a | c | b["return"] | b["sibling"]) +b#874 = (arguments[1] | uk) -b#82 = arguments[1] +b#876 = (a | c | b["return"] | b["sibling"]) -b#827 = (arguments[1] | ???*0*) +b#884 = (arguments[1] | ???*0*) - *0* unsupported assign operation ⚠️ This value might have side effects -b#829 = (uc(a, 0) | d) +b#886 = (uc(a, 0) | d) -b#83 = (arguments[1] | b["defaultValue"] | c | "") +b#888 = arguments[1] -b#831 = arguments[1] +b#89 = arguments[1] -b#834 = K +b#891 = K -b#838 = (arguments[1] | 0 | ???*0*) +b#895 = (arguments[1] | 0 | ???*0*) - *0* updated with update expression ⚠️ This value might have side effects -b#843 = (arguments[1] | Z | y | ???*0* | na) -- *0* unsupported assign operation - ⚠️ This value might have side effects - -b#863 = arguments[1] - -b#868 = Wk(a["alternate"], a, gj) - -b#869 = (a | b["sibling"]) - -b#87 = arguments[1] - -b#877 = arguments[1] - -b#88 = a["textContent"] - -b#880 = arguments[1] - -b#883 = (pk["transition"] | undefined) - b#9 = arguments[1] -b#90 = arguments[1] - -b#909 = (arguments[1] | Ki(c, b) | Oi(a, b, 1) | L()) - -b#910 = (arguments[1] | dh(b, a, 1) | b["return"]) - -b#915 = (arguments[1] | L()) - -b#916 = (arguments[1] | 1 | sc) - -b#917 = a["memoizedState"] - -b#918 = arguments[1] +b#90 = (arguments[1] | b["defaultValue"] | c | "") -b#919 = ( - | arguments[1] - | kj(null, b, d, !(0), f, c) - | b["child"] - | dj(null, b, d, a, c) - | ij(null, b, d, a, c) - | Zi(null, b, d, a, c) - | aj(null, b, d, Lg(d["type"], a), c) - | mj(a, b, d, c, e) - | $i(a, b, c) -) - -b#92 = arguments[0] - -b#94 = (arguments[1] | mb["firstChild"]) - -b#940 = arguments[1] - -b#941 = arguments[1] - -b#942 = arguments[1] - -b#946 = (arguments[1] | a["dependencies"]) - -b#947 = (arguments[1] | Bg(g, c, b, e)) - -b#948 = arguments[1] - -b#949 = arguments[1] - -b#950 = arguments[1] - -b#951 = ( - | arguments[1] - | Bg(4, ((null !== a["children"]) ? a["children"] : []), a["key"], b) -) - -b#952 = arguments[1] - -b#953 = (arguments[1] | 1 | ???*0* | 0) +b#901 = (arguments[1] | Z | y | ???*0* | na) - *0* unsupported assign operation ⚠️ This value might have side effects -b#954 = arguments[1] - -b#955 = ( - | a - | undefined - | b["stateNode"]["context"] - | b["stateNode"]["__reactInternalMemoizedMergedChildContext"] - | b["return"] -) - -b#96 = arguments[1] +b#922 = arguments[1] -b#960 = arguments[1] +b#927 = Wk(a["alternate"], a, gj) -b#961 = (arguments[1] | ch(f, g)) +b#928 = (a | b["sibling"]) -b#963 = arguments[1] +b#936 = arguments[1] -b#965 = arguments[1] +b#939 = arguments[1] -b#969 = ???*0*["_internalRoot"] -- *0* unsupported expression - ⚠️ This value might have side effects +b#94 = arguments[1] + +b#942 = (pk["transition"] | undefined) + +b#95 = a["textContent"] -b#970 = (a["containerInfo"] | undefined) +b#971 = (arguments[1] | Ki(c, b) | Oi(a, b, 1) | L()) -b#974 = (Hc() | undefined) +b#972 = (arguments[1] | dh(b, a, 1) | b["return"]) -b#979 = arguments[1] +b#977 = (arguments[1] | L()) -b#986 = arguments[1] +b#978 = (arguments[1] | 1 | sc) -b#990 = (a["stateNode"] | undefined) +b#979 = a["memoizedState"] -b#992 = Zg(a, 1) +b#98 = arguments[1] -b#994 = (Zg(a, 134217728) | undefined) +b#980 = arguments[1] -b#997 = (lh(a) | undefined) +b#982 = ( + | arguments[1] + | kj(null, b, d, !(0), f, c) + | b["child"] + | dj(null, b, d, a, c) + | ij(null, b, d, a, c) + | Zi(null, b, d, a, c) + | aj(null, b, d, Lg(d["type"], a), c) + | mj(a, b, d, c, e) + | $i(a, b, c) +) ba = ( | "onCompositionStart" @@ -3312,9 +3312,59 @@ bk (const after eval) = (...) => undefined bl (const after eval) = (...) => undefined -c#1001 = C +c#100 = arguments[1] + +c#1006 = arguments[2] + +c#1007 = arguments[2] + +c#1011 = (a["alternate"] | Bg(a["tag"], b, a["key"], a["mode"])) + +c#1012 = arguments[2] + +c#1015 = arguments[2] + +c#1016 = arguments[2] + +c#1017 = arguments[2] + +c#1018 = arguments[2] + +c#1019 = arguments[2] + +c#1020 = arguments[2] + +c#1021 = arguments[2] + +c#1022 = (a["type"] | undefined) + +c#1028 = (arguments[2] | a["current"]) + +c#1029 = (arguments[2] | el(c)) + +c#1032 = (a["retryLane"] | undefined) + +c#104 = (a["firstChild"] | undefined) -c#1004 = ( +c#1043 = (0 | undefined | ???*0*) +- *0* updated with update expression + ⚠️ This value might have side effects + +c#1048 = arguments[2] + +c#1055 = arguments[2] + +c#1059 = (tc(b["pendingLanes"]) | undefined) + +c#1062 = (L() | undefined) + +c#1064 = (L() | undefined) + +c#1067 = (Zg(a, b) | undefined) + +c#1071 = C + +c#1074 = ( | arguments[2] | a | c["parentNode"] @@ -3323,208 +3373,210 @@ c#1004 = ( ) ) -c#101 = arguments[2] - -c#1012 = ((???*0* && (undefined !== FreeVar(arguments)[2])) ? FreeVar(arguments)[2] : null) +c#1083 = ((???*0* && (undefined !== FreeVar(arguments)[2])) ? FreeVar(arguments)[2] : null) - *0* unsupported expression ⚠️ This value might have side effects -c#1013 = (!(1) | !(0)) +c#1084 = (!(1) | !(0)) -c#1017 = arguments[2] +c#1088 = arguments[2] -c#1018 = (arguments[2] | d[a]) +c#1089 = (arguments[2] | d[a]) -c#1019 = arguments[2] +c#109 = arguments[2] -c#102 = (???*0* | "cssFloat") -- *0* for-in variable currently not analyzed +c#1090 = arguments[2] + +c#1094 = arguments[2] + +c#11 = arguments[2] -c#1023 = arguments[2] +c#110 = (???*0* | "cssFloat") +- *0* for-in variable currently not analyzed -c#116 = arguments[2] +c#125 = arguments[2] -c#119 = (a["stateNode"] | d[b]) +c#128 = (a["stateNode"] | d[b]) -c#123 = arguments[2] +c#133 = arguments[2] -c#127 = arguments[2] +c#137 = arguments[2] -c#128 = arguments[2] +c#138 = arguments[2] -c#131 = (a | b["return"]) +c#141 = (a | b["return"]) -c#136 = (a | d | e | f) +c#146 = (a | d | e | f) -c#159 = (a["pendingLanes"] | ???*0*) +c#170 = (a["pendingLanes"] | ???*0*) - *0* unsupported expression ⚠️ This value might have side effects -c#162 = a["suspendedLanes"] +c#174 = a["suspendedLanes"] -c#167 = (0 | ???*0*) +c#179 = (0 | ???*0*) - *0* updated with update expression ⚠️ This value might have side effects -c#168 = arguments[2] +c#180 = arguments[2] -c#169 = (???*0* | ???*1*) +c#181 = (???*0* | ???*1*) - *0* unsupported expression ⚠️ This value might have side effects - *1* unsupported assign operation ⚠️ This value might have side effects -c#171 = (???*0* | ???*1*) +c#183 = (???*0* | ???*1*) - *0* compound assignment expression ⚠️ This value might have side effects - *1* unsupported assign operation ⚠️ This value might have side effects -c#175 = arguments[2] +c#188 = arguments[2] -c#176 = arguments[2] +c#189 = arguments[2] -c#177 = (Vb(b) | undefined) +c#191 = (Vb(b) | undefined) -c#183 = ( +c#197 = ( | Yc(a["domEventName"], a["eventSystemFlags"], b[0], a["nativeEvent"]) | undefined | a["nativeEvent"] ) -c#186 = arguments[2] +c#200 = arguments[2] -c#189 = (1 | undefined | ???*0* | 0 | Qc[0]) +c#203 = (1 | undefined | ???*0* | 0 | Qc[0]) - *0* updated with update expression ⚠️ This value might have side effects -c#193 = arguments[2] +c#207 = arguments[2] -c#196 = arguments[2] +c#210 = arguments[2] -c#199 = arguments[2] +c#213 = arguments[2] -c#203 = (arguments[2] | b["tag"]) +c#217 = (arguments[2] | b["tag"]) -c#207 = b["length"] +c#223 = b["length"] -c#212 = ???*0* +c#228 = ???*0* - *0* for-in variable currently not analyzed -c#236 = (arguments[2] | new td("onChange", "change", null, c, d)) +c#255 = (arguments[2] | new td("onChange", "change", null, c, d)) -c#246 = arguments[2] +c#265 = arguments[2] -c#25 = ( +c#27 = ( | arguments[2] | null | (((3 === e) || ((4 === e) && (!(0) === c))) ? "" : `${c}`) ) -c#251 = FreeVar(Object)["keys"](a) +c#270 = FreeVar(Object)["keys"](a) -c#254 = (Je(a) | c["nextSibling"] | c["parentNode"] | undefined | Je(c)) +c#273 = (Je(a) | c["nextSibling"] | c["parentNode"] | undefined | Je(c)) -c#261 = ( +c#280 = ( | ("string" === typeof(b["contentWindow"]["location"]["href"])) | undefined | !(1) ) -c#266 = (a["focusedElem"] | 0 | ???*0*) +c#285 = (a["focusedElem"] | 0 | ???*0*) - *0* updated with update expression ⚠️ This value might have side effects -c#269 = arguments[2] +c#288 = arguments[2] -c#270 = {} +c#289 = {} -c#271 = (???*0* | ???*1*) +c#290 = (???*0* | ???*1*) - *0* c ⚠️ pattern without value - *1* for-in variable currently not analyzed -c#274 = arguments[2] +c#293 = arguments[2] -c#275 = (0 | ???*0*) +c#294 = (0 | ???*0*) - *0* updated with update expression ⚠️ This value might have side effects -c#280 = (b[of] | ???*0*) +c#299 = (b[of] | ???*0*) - *0* assignment expression ⚠️ This value might have side effects -c#281 = arguments[2] +c#3 = (1 | ???*0*) +- *0* updated with update expression + ⚠️ This value might have side effects + +c#300 = arguments[2] -c#285 = (arguments[2] | e["bind"](null, b, c, a)) +c#304 = (arguments[2] | e["bind"](null, b, c, a)) -c#286 = arguments[2] +c#306 = arguments[2] -c#29 = ???*0* +c#31 = ???*0* - *0* c ⚠️ pattern without value -c#3 = (1 | ???*0*) -- *0* updated with update expression - ⚠️ This value might have side effects - -c#30 = FreeVar(Error)["prepareStackTrace"] +c#32 = FreeVar(Error)["prepareStackTrace"] -c#307 = arguments[2] +c#330 = arguments[2] -c#308 = `${b}Capture` +c#331 = `${b}Capture` -c#311 = (arguments[2] | c["return"]) +c#334 = (arguments[2] | c["return"]) -c#314 = arguments[2] +c#337 = arguments[2] -c#320 = (b | e["data"] | e) +c#343 = (b | e["data"] | e) -c#327 = (a["data"] | undefined) +c#350 = (a["data"] | undefined) -c#331 = (a["parentNode"] | b["alternate"] | a[Of]) +c#354 = (a["parentNode"] | b["alternate"] | a[Of]) -c#341 = a["type"]["contextTypes"] +c#364 = a["type"]["contextTypes"] -c#344 = arguments[2] +c#367 = arguments[2] -c#345 = arguments[2] +c#368 = arguments[2] -c#347 = arguments[2] +c#370 = arguments[2] -c#350 = (eg | undefined) +c#373 = (eg | undefined) -c#357 = (arguments[2] | (c + 1)) +c#380 = (arguments[2] | (c + 1)) -c#361 = Bg(5, null, null, 0) +c#384 = Bg(5, null, null, 0) -c#362 = ( +c#385 = ( | a["type"] | undefined | ((null !== qg) ? {"id": rg, "overflow": sg} : null) | Bg(18, null, null, 0) ) -c#364 = (b | undefined) +c#388 = (b | undefined) -c#370 = (a["data"] | undefined) +c#394 = (a["data"] | undefined) -c#381 = ???*0* +c#405 = ???*0* - *0* for-in variable currently not analyzed -c#385 = arguments[2] +c#409 = arguments[2] -c#391 = arguments[2] +c#415 = arguments[2] -c#392 = (a["alternate"] | a) +c#416 = (a["alternate"] | a) -c#396 = arguments[2] +c#420 = arguments[2] -c#398 = (arguments[2] | ???*0*) +c#422 = (arguments[2] | ???*0*) - *0* unsupported assign operation ⚠️ This value might have side effects -c#400 = ( +c#424 = ( | a["updateQueue"] | c["firstBaseUpdate"] | c["next"] @@ -3537,208 +3589,206 @@ c#400 = ( } ) -c#404 = arguments[2] +c#428 = arguments[2] -c#412 = arguments[2] +c#437 = arguments[2] -c#415 = ( +c#440 = ( | arguments[2] | c(d, b) | (((null === c) || (undefined === c)) ? b : A({}, b, c)) ) -c#417 = arguments[2] +c#442 = arguments[2] -c#418 = arguments[2] +c#443 = arguments[2] -c#419 = L() +c#444 = L() -c#420 = arguments[2] +c#445 = arguments[2] -c#421 = arguments[2] +c#446 = arguments[2] -c#422 = arguments[2] +c#447 = arguments[2] -c#423 = arguments[2] +c#448 = arguments[2] -c#424 = (arguments[2] | c["_owner"]) +c#449 = (arguments[2] | c["_owner"]) -c#431 = (...) => null +c#456 = (...) => null -c#432 = arguments[1] +c#457 = arguments[1] -c#434 = arguments[0] +c#459 = arguments[0] -c#437 = arguments[1] +c#462 = arguments[1] -c#439 = arguments[2] +c#464 = arguments[2] -c#440 = arguments[2] +c#465 = arguments[2] -c#441 = arguments[2] +c#466 = arguments[2] -c#442 = arguments[2] +c#467 = arguments[2] -c#443 = ( +c#468 = ( | arguments[2] | yh(b["type"], b["key"], b["props"], null, a["mode"], c) ) -c#445 = arguments[2] +c#471 = arguments[2] -c#447 = arguments[2] +c#474 = arguments[2] -c#474 = lb(b, a["type"]) +c#504 = lb(b, a["type"]) -c#476 = (b["memoizedState"] | undefined | c["dehydrated"]) +c#506 = (b["memoizedState"] | undefined | c["dehydrated"]) -c#484 = (0 | ???*0*) +c#514 = (0 | ???*0*) - *0* updated with update expression ⚠️ This value might have side effects -c#485 = arguments[2] - -c#494 = b["queue"] +c#515 = arguments[2] -c#501 = b["queue"] +c#524 = b["queue"] -c#504 = N +c#531 = b["queue"] -c#506 = (arguments[2] | b["stores"]) +c#534 = N -c#507 = arguments[2] +c#536 = (arguments[2] | b["stores"]) -c#508 = arguments[2] +c#537 = arguments[2] -c#510 = (b() | undefined) +c#538 = arguments[2] -c#515 = (arguments[2] | b["lastEffect"]) +c#540 = (b() | undefined) -c#517 = arguments[2] +c#545 = (arguments[2] | b["lastEffect"]) -c#518 = arguments[2] +c#547 = arguments[2] -c#52 = ???*0* -- *0* c - ⚠️ pattern without value +c#548 = arguments[2] -c#528 = ( +c#558 = ( | arguments[2] | (((null !== c) && (undefined !== c)) ? c["concat"]([a]) : null) ) -c#530 = di() +c#560 = di() -c#531 = di() +c#561 = di() -c#532 = (arguments[2] | yc()) +c#562 = (arguments[2] | yc()) -c#533 = C +c#563 = C -c#537 = ( +c#567 = ( | arguments[2] | {"lane": d, "action": c, "hasEagerState": !(1), "eagerState": null, "next": null} | Yg(a, b, c, d) ) -c#539 = (arguments[2] | Yg(a, b, e, d)) +c#569 = (arguments[2] | Yg(a, b, e, d)) -c#546 = a["pending"] +c#57 = ???*0* +- *0* c + ⚠️ pattern without value -c#547 = (arguments[2] | ???*0*) +c#576 = a["pending"] + +c#577 = (arguments[2] | ???*0*) - *0* unsupported assign operation ⚠️ This value might have side effects -c#550 = ( +c#580 = ( | arguments[2] | (((null !== c) && (undefined !== c)) ? c["concat"]([a]) : null) ) -c#553 = ci() - -c#554 = arguments[2] +c#583 = ci() -c#559 = (arguments[2] | c() | b()) +c#584 = arguments[2] -c#56 = FreeVar(Object)["getOwnPropertyDescriptor"](a["constructor"]["prototype"], b) +c#589 = (arguments[2] | c() | b()) -c#562 = (sg | undefined | (???*0*["toString"](32) + c) | ???*1*) +c#592 = (sg | undefined | (???*0*["toString"](32) + c) | ???*1*) - *0* unsupported expression ⚠️ This value might have side effects - *1* unsupported expression ⚠️ This value might have side effects -c#570 = ("" | undefined | (c + Pa(d))) +c#600 = ("" | undefined | (c + Pa(d))) -c#573 = arguments[2] +c#603 = arguments[2] -c#576 = ???*0* +c#606 = ???*0* - *0* c ⚠️ pattern without value -c#578 = (arguments[2] | ch(-1, c)) +c#608 = (arguments[2] | ch(-1, c)) -c#580 = (arguments[2] | ch(-1, c)) +c#610 = (arguments[2] | ch(-1, c)) -c#584 = b["stack"] +c#614 = b["stack"] -c#585 = arguments[2] +c#615 = arguments[2] -c#589 = arguments[2] +c#619 = arguments[2] -c#590 = arguments[2] +c#620 = arguments[2] -c#591 = (arguments[2] | c["render"] | bi()) +c#621 = (arguments[2] | c["render"] | bi()) -c#592 = (arguments[2] | c["compare"] | ((null !== c) ? c : Ie)) +c#622 = (arguments[2] | c["compare"] | ((null !== c) ? c : Ie)) -c#595 = arguments[2] +c#625 = arguments[2] -c#597 = arguments[2] +c#627 = arguments[2] -c#599 = b["ref"] +c#629 = b["ref"] -c#600 = (arguments[2] | Xh(a, b, c, d, f, e)) +c#63 = FreeVar(Object)["getOwnPropertyDescriptor"](a["constructor"]["prototype"], b) -c#601 = arguments[2] +c#630 = (arguments[2] | Xh(a, b, c, d, f, e)) -c#605 = arguments[2] +c#631 = arguments[2] -c#607 = arguments[2] +c#635 = arguments[2] -c#609 = (arguments[2] | b["deletions"]) +c#637 = arguments[2] -c#613 = arguments[2] +c#639 = (arguments[2] | b["deletions"]) -c#614 = arguments[2] +c#643 = arguments[2] -c#619 = arguments[2] +c#644 = arguments[2] -c#620 = arguments[2] +c#650 = arguments[2] -c#621 = (arguments[2] | b["child"] | c["sibling"] | e | null) +c#651 = arguments[2] -c#629 = (arguments[2] | wh(a, a["pendingProps"]) | ???*0*) +c#652 = (arguments[2] | b["child"] | c["sibling"] | e | null) + +c#661 = (arguments[2] | wh(a, a["pendingProps"]) | ???*0*) - *0* assignment expression ⚠️ This value might have side effects -c#631 = arguments[2] - -c#634 = (b["child"] | c["child"] | c["return"] | c["sibling"]) +c#663 = arguments[2] -c#639 = (arguments[2] | null | {} | k) +c#667 = (b["child"] | c["child"] | c["return"] | c["sibling"]) -c#64 = b["getValue"]() +c#672 = (arguments[2] | null | {} | k) -c#644 = arguments[2] +c#678 = arguments[2] -c#645 = (null | undefined | b | a["tail"] | c["sibling"]) +c#679 = (null | undefined | b | a["tail"] | c["sibling"]) -c#646 = (0 | ???*0*) +c#681 = (0 | ???*0*) - *0* unsupported assign operation ⚠️ This value might have side effects -c#647 = ( +c#682 = ( | arguments[2] | b["type"] | Hh(Gh["current"]) @@ -3750,11 +3800,15 @@ c#647 = ( | M["current"] ) -c#667 = a["ref"] +c#7 = arguments[2] + +c#71 = b["getValue"]() -c#670 = arguments[2] +c#710 = a["ref"] -c#673 = ( +c#713 = arguments[2] + +c#716 = ( | {"start": a["selectionStart"], "end": a["selectionEnd"]} | undefined | ((???*0* && c["defaultView"]) || FreeVar(window)) @@ -3767,279 +3821,257 @@ c#673 = ( - *0* assignment expression ⚠️ This value might have side effects -c#68 = b["checked"] - -c#687 = arguments[2] - -c#69 = ( - | ((null == b["defaultValue"]) ? "" : b["defaultValue"]) - | Sa(((null != b["value"]) ? b["value"] : c)) -) +c#731 = arguments[2] -c#691 = (???*0* | undefined | c["next"]) +c#735 = (???*0* | undefined | c["next"]) - *0* assignment expression ⚠️ This value might have side effects -c#695 = (a["stateNode"] | undefined) - -c#7 = arguments[2] +c#739 = (a["stateNode"] | undefined) -c#703 = (arguments[2] | c["_reactRootContainer"]) +c#748 = (arguments[2] | c["_reactRootContainer"]) -c#704 = arguments[2] +c#749 = arguments[2] -c#705 = (arguments[2] | c["child"] | c["sibling"]) +c#75 = b["checked"] -c#706 = (arguments[2] | c["stateNode"]) +c#750 = (arguments[2] | c["child"] | c["sibling"]) -c#71 = Sa(b["value"]) +c#751 = (arguments[2] | c["stateNode"]) -c#713 = (a["stateNode"] | undefined | ???*0*) +c#759 = (a["stateNode"] | undefined | ???*0*) - *0* assignment expression ⚠️ This value might have side effects -c#716 = b["deletions"] +c#76 = ( + | ((null == b["defaultValue"]) ? "" : b["defaultValue"]) + | Sa(((null != b["value"]) ? b["value"] : c)) +) -c#721 = (a["alternate"] | r["return"]) +c#762 = b["deletions"] -c#74 = (arguments[2] | a["name"]) +c#768 = (a["alternate"] | r["return"]) -c#756 = (a["return"] | undefined | c["return"]) +c#78 = Sa(b["value"]) -c#76 = arguments[2] +c#806 = (a["return"] | undefined | c["return"]) -c#763 = arguments[2] +c#81 = (arguments[2] | a["name"]) -c#764 = arguments[2] +c#814 = arguments[2] -c#768 = (b["alternate"] | undefined | null | b["child"]["stateNode"] | h | b["sibling"]) +c#815 = arguments[2] -c#77 = (arguments[2] | 0 | ???*0* | `${Sa(c)}`) -- *0* updated with update expression - ⚠️ This value might have side effects +c#819 = (b["alternate"] | undefined | null | b["child"]["stateNode"] | h | b["sibling"]) + +c#83 = arguments[2] -c#781 = (b["sibling"] | undefined) +c#835 = (b["sibling"] | undefined) -c#785 = (b["return"] | undefined) +c#839 = (b["return"] | undefined) -c#8 = arguments[2] +c#84 = (arguments[2] | 0 | ???*0* | `${Sa(c)}`) +- *0* updated with update expression + ⚠️ This value might have side effects -c#802 = arguments[2] +c#857 = arguments[2] -c#803 = (a["callbackNode"] | null | fc | gc | hc | jc | Gk(c, Hk["bind"](null, a))) +c#858 = (a["callbackNode"] | null | fc | gc | hc | jc | Gk(c, Hk["bind"](null, a))) -c#807 = (a["callbackNode"] | qk) +c#863 = (a["callbackNode"] | qk) -c#817 = tk +c#874 = tk -c#819 = (b["updateQueue"] | undefined | c["stores"] | b["child"]) +c#876 = (b["updateQueue"] | undefined | c["stores"] | b["child"]) -c#827 = (???*0* | undefined) +c#884 = (???*0* | undefined) - *0* unsupported expression ⚠️ This value might have side effects -c#829 = (Jk(a, b) | Ok(a, d) | qk) +c#886 = (Jk(a, b) | Ok(a, d) | qk) -c#83 = (b["value"] | b["children"] | c[0] | b) +c#888 = K -c#831 = K +c#891 = pk["transition"] -c#834 = pk["transition"] +c#895 = (a["timeoutHandle"] | Y["return"] | c["return"] | Wg[b]) -c#838 = (a["timeoutHandle"] | Y["return"] | c["return"] | Wg[b]) +c#9 = arguments[2] -c#843 = (Y | undefined | c["return"]) +c#90 = (b["value"] | b["children"] | c[0] | b) -c#863 = K +c#901 = (Y | undefined | c["return"]) -c#869 = (b["alternate"] | undefined | Fj(c, b, gj) | Jj(c, b)) +c#922 = K -c#87 = (Sa(b["value"]) | `${c}`) +c#928 = (b["alternate"] | undefined | Fj(c, b, gj) | Jj(c, b)) -c#877 = arguments[2] +c#936 = arguments[2] -c#880 = (arguments[2] | a["finishedWork"] | 0 | ???*0*) +c#939 = (arguments[2] | a["finishedWork"] | 0 | ???*0*) - *0* updated with update expression ⚠️ This value might have side effects -c#883 = (C | undefined) - -c#9 = arguments[2] - -c#909 = arguments[2] +c#94 = (Sa(b["value"]) | `${c}`) -c#910 = arguments[2] +c#942 = (C | undefined) -c#915 = arguments[2] +c#971 = arguments[2] -c#916 = L() +c#972 = arguments[2] -c#917 = (0 | b["retryLane"]) +c#977 = arguments[2] -c#918 = (0 | e["retryLane"]) +c#978 = L() -c#919 = (arguments[2] | Ch(b, null, d, c) | c["sibling"]) +c#979 = (0 | b["retryLane"]) -c#92 = arguments[1] +c#980 = (0 | e["retryLane"]) -c#941 = arguments[2] +c#982 = (arguments[2] | Ch(b, null, d, c) | c["sibling"]) -c#942 = arguments[2] - -c#946 = (a["alternate"] | Bg(a["tag"], b, a["key"], a["mode"])) - -c#947 = arguments[2] - -c#948 = arguments[2] - -c#949 = arguments[2] - -c#950 = arguments[2] - -c#951 = arguments[2] +ca (const after eval) = FreeVar(require)("scheduler") -c#952 = arguments[2] +cb (const after eval) = (...) => undefined -c#953 = arguments[2] +cc (const after eval) = ca["unstable_shouldYield"] -c#954 = arguments[2] +cd (const after eval) = ua["ReactCurrentBatchConfig"] -c#955 = (a["type"] | undefined) +ce (const after eval) = (ia && "TextEvent" in FreeVar(window) && !(be)) -c#96 = (a["firstChild"] | undefined) +cf (const after eval) = Ze("transitionend") -c#960 = (arguments[2] | a["current"]) +cg (const after eval) = (...) => !(0) -c#961 = (arguments[2] | el(c)) +ch (const after eval) = (...) => {"eventTime": a, "lane": b, "tag": 0, "payload": null, "callback": null, "next": null} -c#963 = (a["retryLane"] | undefined) +ci (const after eval) = (...) => P -c#974 = (0 | undefined | ???*0*) -- *0* updated with update expression +cj (const after eval) = (...) => (???*0* | dj(a, b, c, d, e)) +- *0* $i(a, b, e) + ⚠️ sequence with side effects ⚠️ This value might have side effects -c#979 = arguments[2] - -c#986 = arguments[2] +ck (const after eval) = (...) => undefined -c#990 = (tc(b["pendingLanes"]) | undefined) +cl (const after eval) = (...) => a -c#992 = (L() | undefined) +d#100 = arguments[2] -c#994 = (L() | undefined) +d#1006 = arguments[3] -c#997 = (Zg(a, b) | undefined) +d#1007 = arguments[3] -ca (const after eval) = FreeVar(require)("scheduler") +d#1012 = (arguments[3] | a | null) -cb (const after eval) = (...) => undefined +d#1015 = arguments[3] -cc (const after eval) = ca["unstable_shouldYield"] +d#1016 = arguments[3] -cd (const after eval) = ua["ReactCurrentBatchConfig"] +d#1019 = arguments[3] -ce (const after eval) = (ia && "TextEvent" in FreeVar(window) && !(be)) +d#1020 = arguments[3] -cf (const after eval) = Ze("transitionend") +d#1021 = ((???*0* && (undefined !== FreeVar(arguments)[3])) ? FreeVar(arguments)[3] : null) +- *0* unsupported expression + ⚠️ This value might have side effects -cg (const after eval) = (...) => !(0) +d#1028 = (arguments[3] | L()) -ch (const after eval) = (...) => {"eventTime": a, "lane": b, "tag": 0, "payload": null, "callback": null, "next": null} +d#1029 = (arguments[3] | ((undefined === d) ? null : d)) -ci (const after eval) = (...) => P +d#1048 = (arguments[3] | *anonymous function 127055* | *anonymous function 127285*) -cj (const after eval) = (...) => (???*0* | dj(a, b, c, d, e)) -- *0* $i(a, b, e) - ⚠️ sequence with side effects - ⚠️ This value might have side effects +d#1055 = arguments[3] -ck (const after eval) = (...) => undefined +d#1067 = (L() | undefined) -cl (const after eval) = (...) => a +d#1074 = (c[b] | undefined) -d#1004 = (c[b] | undefined) +d#1084 = ("" | b["identifierPrefix"]) -d#1013 = ("" | b["identifierPrefix"]) +d#1089 = (((null != c) && c["hydratedSources"]) || null) -d#1018 = (((null != c) && c["hydratedSources"]) || null) +d#1094 = arguments[3] -d#102 = ((0 === c["indexOf"]("--")) | undefined) +d#11 = arguments[3] -d#1023 = arguments[3] +d#110 = ((0 === c["indexOf"]("--")) | undefined) -d#119 = ( +d#128 = ( | Db(c) | !(d["disabled"]) | !((("button" === a) || ("input" === a) || ("select" === a) || ("textarea" === a))) ) -d#123 = arguments[3] +d#133 = arguments[3] -d#127 = arguments[3] +d#137 = arguments[3] -d#128 = arguments[3] +d#138 = arguments[3] -d#136 = (b | e["return"] | f | e) +d#146 = (b | e["return"] | f | e) -d#159 = (0 | tc(h) | tc(f) | tc(g) | ???*0*) +d#170 = (0 | tc(h) | tc(f) | tc(g) | ???*0*) - *0* unsupported assign operation ⚠️ This value might have side effects -d#162 = a["pingedLanes"] +d#174 = a["pingedLanes"] -d#169 = a["eventTimes"] +d#181 = a["eventTimes"] -d#171 = (???*0* | undefined) +d#183 = (???*0* | undefined) - *0* unsupported expression ⚠️ This value might have side effects -d#175 = arguments[3] +d#188 = arguments[3] -d#176 = arguments[3] +d#189 = arguments[3] -d#183 = (new c["constructor"](c["type"], c) | undefined) +d#197 = (new c["constructor"](c["type"], c) | undefined) -d#189 = (Kc[c] | undefined | Qc[c]) +d#203 = (Kc[c] | undefined | Qc[c]) -d#193 = arguments[3] +d#207 = arguments[3] -d#196 = arguments[3] +d#210 = arguments[3] -d#199 = arguments[3] +d#213 = arguments[3] -d#203 = arguments[3] +d#217 = arguments[3] -d#207 = (???*0* | 1 | ???*1*) +d#223 = (???*0* | 1 | ???*1*) - *0* d ⚠️ pattern without value - *1* updated with update expression ⚠️ This value might have side effects -d#212 = arguments[1] +d#228 = arguments[1] -d#236 = arguments[3] +d#255 = arguments[3] -d#25 = (arguments[3] | e["attributeNamespace"]) +d#27 = (arguments[3] | e["attributeNamespace"]) -d#251 = (FreeVar(Object)["keys"](b) | 0 | ???*0*) +d#270 = (FreeVar(Object)["keys"](b) | 0 | ???*0*) - *0* updated with update expression ⚠️ This value might have side effects -d#254 = (???*0* | (a + c["textContent"]["length"])) +d#273 = (???*0* | (a + c["textContent"]["length"])) - *0* d ⚠️ pattern without value -d#264 = ???*0* +d#283 = ???*0* - *0* d ⚠️ pattern without value -d#266 = ( +d#285 = ( | a["selectionRange"] | ((undefined === d["end"]) ? f : FreeVar(Math)["min"](d["end"], e)) | f ) -d#269 = ( +d#288 = ( | ((c["window"] === c) ? c["document"] : ((9 === c["nodeType"]) ? c : c["ownerDocument"])) | Qe | {"start": d["selectionStart"], "end": d["selectionEnd"]} @@ -4056,109 +4088,109 @@ d#269 = ( | oe(Re, "onSelect") ) -d#274 = (a["type"] || "unknown-event") +d#293 = (a["type"] || "unknown-event") -d#275 = (a[c] | undefined | d["listeners"]) +d#294 = (a[c] | undefined | d["listeners"]) -d#280 = `${a}__bubble` +d#299 = `${a}__bubble` -d#281 = (0 | ???*0*) +d#300 = (0 | ???*0*) - *0* unsupported assign operation ⚠️ This value might have side effects -d#285 = arguments[3] +d#304 = arguments[3] -d#286 = (arguments[3] | ???*0* | d["return"]) +d#306 = (arguments[3] | ???*0* | d["return"]) - *0* assignment expression ⚠️ This value might have side effects -d#292 = (f | oe(d, "onBeforeInput")) +d#312 = (f | oe(d, "onBeforeInput")) -d#30 = (l | undefined | l | l) +d#32 = (l | undefined | l | l) -d#308 = [] +d#331 = [] -d#311 = arguments[3] +d#334 = arguments[3] -d#320 = (0 | ???*0*) +d#343 = (0 | ???*0*) - *0* updated with update expression ⚠️ This value might have side effects -d#341 = a["stateNode"] +d#364 = a["stateNode"] -d#345 = (a["stateNode"] | d["getChildContext"]()) +d#368 = (a["stateNode"] | d["getChildContext"]()) -d#347 = a["stateNode"] +d#370 = a["stateNode"] -d#350 = (c[a] | undefined | d(!(0))) +d#373 = (c[a] | undefined | d(!(0))) -d#357 = (rg | ???*0*) +d#380 = (rg | ???*0*) - *0* unsupported assign operation ⚠️ This value might have side effects -d#364 = (xg | undefined) +d#388 = (xg | undefined) -d#385 = (a["alternate"] | undefined) +d#409 = (a["alternate"] | undefined) -d#391 = arguments[3] +d#415 = arguments[3] -d#396 = (a["updateQueue"] | d["shared"]) +d#420 = (a["updateQueue"] | d["shared"]) -d#398 = (b["lanes"] | undefined | ???*0*) +d#422 = (b["lanes"] | undefined | ???*0*) - *0* unsupported assign operation ⚠️ This value might have side effects -d#400 = (a["alternate"] | d["updateQueue"]) +d#424 = (a["alternate"] | d["updateQueue"]) -d#404 = arguments[3] +d#428 = arguments[3] -d#412 = (a[b] | undefined | c) +d#437 = (a[b] | undefined | c) -d#415 = arguments[3] +d#440 = arguments[3] -d#417 = L() +d#442 = L() -d#418 = L() +d#443 = L() -d#419 = lh(a) +d#444 = lh(a) -d#420 = arguments[3] +d#445 = arguments[3] -d#421 = (!(1) | b["contextTypes"] | ((null !== d) && (undefined !== d))) +d#446 = (!(1) | b["contextTypes"] | ((null !== d) && (undefined !== d))) -d#422 = arguments[3] +d#447 = arguments[3] -d#423 = arguments[3] +d#448 = arguments[3] -d#424 = (c["stateNode"] | undefined) +d#449 = (c["stateNode"] | undefined) -d#431 = (...) => a +d#456 = (...) => a -d#432 = (b["deletions"] | undefined) +d#457 = (b["deletions"] | undefined) -d#434 = (arguments[1] | d["sibling"]) +d#459 = (arguments[1] | d["sibling"]) -d#437 = (arguments[2] | b["alternate"] | d["index"]) +d#462 = (arguments[2] | b["alternate"] | d["index"]) -d#439 = arguments[3] +d#464 = arguments[3] -d#440 = ( +d#465 = ( | arguments[3] | e(b, c["props"]) | yh(c["type"], c["key"], c["props"], null, a["mode"], d) ) -d#441 = arguments[3] +d#466 = arguments[3] -d#442 = arguments[3] +d#467 = arguments[3] -d#443 = (b["_init"] | undefined) +d#468 = (b["_init"] | undefined) -d#445 = arguments[3] +d#471 = arguments[3] -d#447 = arguments[3] +d#474 = arguments[3] -d#459 = ( +d#487 = ( | arguments[1] | e(l, f["props"]["children"]) | e(l, f["props"]) @@ -4170,85 +4202,85 @@ d#459 = ( | xh(f, a["mode"], h) ) -d#485 = arguments[3] +d#515 = arguments[3] -d#494 = ( +d#524 = ( | O | d["baseState"] | (l["hasEagerState"] ? l["eagerState"] : a(d, l["action"])) ) -d#501 = c["dispatch"] +d#531 = c["dispatch"] -d#504 = (di() | d["queue"]) +d#534 = (di() | d["queue"]) -d#507 = arguments[3] +d#537 = arguments[3] -d#512 = ???*0* +d#542 = ???*0* - *0* d ⚠️ pattern without value -d#515 = (arguments[3] | c["next"]) +d#545 = (arguments[3] | c["next"]) -d#517 = arguments[3] +d#547 = arguments[3] -d#518 = (arguments[3] | ((undefined === d) ? null : d)) +d#548 = (arguments[3] | ((undefined === d) ? null : d)) -d#530 = c["memoizedState"] +d#560 = c["memoizedState"] -d#531 = c["memoizedState"] +d#561 = c["memoizedState"] -d#533 = Qh["transition"] +d#563 = Qh["transition"] -d#537 = lh(a) +d#567 = lh(a) -d#539 = lh(a) +d#569 = lh(a) -d#547 = (b["lanes"] | undefined | ???*0*) +d#577 = (b["lanes"] | undefined | ???*0*) - *0* unsupported assign operation ⚠️ This value might have side effects -d#554 = ci() - -d#559 = N +d#584 = ci() -d#56 = (`${a[b]}` | `${a}` | `${a}`) +d#589 = N -d#562 = (rg | undefined) +d#592 = (rg | undefined) -d#570 = (b | undefined | d["return"]) +d#600 = (b | undefined | d["return"]) -d#578 = b["value"] +d#608 = b["value"] -d#580 = a["type"]["getDerivedStateFromError"] +d#610 = a["type"]["getDerivedStateFromError"] -d#585 = (a["pingCache"] | ???*0*) +d#615 = (a["pingCache"] | ???*0*) - *0* assignment expression ⚠️ This value might have side effects -d#589 = arguments[3] +d#619 = arguments[3] -d#590 = arguments[3] +d#620 = arguments[3] -d#591 = (arguments[3] | Xh(a, b, c, d, f, e)) +d#621 = (arguments[3] | Xh(a, b, c, d, f, e)) -d#592 = arguments[3] +d#622 = arguments[3] -d#595 = (arguments[3] | f) +d#625 = (arguments[3] | f) -d#597 = (b["pendingProps"] | ((null !== f) ? f["baseLanes"] : c) | ???*0* | c) +d#627 = (b["pendingProps"] | ((null !== f) ? f["baseLanes"] : c) | ???*0* | c) - *0* unsupported expression ⚠️ This value might have side effects -d#600 = (arguments[3] | bi()) +d#63 = (`${a[b]}` | `${a}` | `${a}`) + +d#630 = (arguments[3] | bi()) -d#601 = (arguments[3] | !(0) | h | !(1) | l) +d#631 = (arguments[3] | !(0) | h | !(1) | l) -d#605 = (arguments[3] | b["stateNode"]) +d#635 = (arguments[3] | b["stateNode"]) -d#607 = arguments[3] +d#637 = arguments[3] -d#609 = ( +d#639 = ( | b["pendingProps"] | b["mode"] | b["child"] @@ -4257,9 +4289,9 @@ d#609 = ( | wh(f, {"mode": "visible", "children": d["children"]}) ) -d#613 = arguments[3] +d#643 = arguments[3] -d#614 = ( +d#644 = ( | arguments[3] | Li(FreeVar(Error)(p(422))) | qj({"mode": "visible", "children": d["children"]}, e, 0, null) @@ -4270,36 +4302,31 @@ d#614 = ( | Li(FreeVar(Error)(p(421))) ) -d#619 = a["alternate"] +d#650 = a["alternate"] -d#620 = arguments[3] +d#651 = arguments[3] -d#621 = (b["pendingProps"] | M["current"] | ???*0* | ???*1*) +d#652 = (b["pendingProps"] | M["current"] | ???*0* | ???*1*) - *0* unsupported expression ⚠️ This value might have side effects - *1* unsupported assign operation ⚠️ This value might have side effects -d#631 = (b["type"]["_context"] | undefined | b["memoizedState"] | (0 !== ???*0*)) +d#663 = (b["type"]["_context"] | undefined | b["memoizedState"] | (0 !== ???*0*)) - *0* unsupported expression ⚠️ This value might have side effects -d#639 = (arguments[3] | Ya(a, d) | A({}, d, {"value": undefined}) | gb(a, d)) - -d#64 = ( - | "" - | (Ta(a) ? (a["checked"] ? "true" : "false") : a["value"]) -) +d#672 = (arguments[3] | Ya(a, d) | A({}, d, {"value": undefined}) | gb(a, d)) -d#644 = arguments[3] +d#678 = arguments[3] -d#645 = (null | undefined | c) +d#679 = (null | undefined | c) -d#646 = (0 | ???*0*) +d#681 = (0 | ???*0*) - *0* unsupported assign operation ⚠️ This value might have side effects -d#647 = ( +d#682 = ( | b["pendingProps"] | b["stateNode"] | e @@ -4317,101 +4344,104 @@ d#647 = ( - *0* unsupported expression ⚠️ This value might have side effects -d#669 = ???*0* +d#7 = arguments[3] + +d#71 = ( + | "" + | (Ta(a) ? (a["checked"] ? "true" : "false") : a["value"]) +) + +d#712 = ???*0* - *0* d ⚠️ pattern without value -d#672 = ???*0* +d#715 = ???*0* - *0* d ⚠️ pattern without value -d#673 = ((c["getSelection"] && c["getSelection"]()) | undefined | d["focusOffset"]) - -d#687 = (b["updateQueue"] | ((null !== d) ? d["lastEffect"] : null) | d["next"]) +d#716 = ((c["getSelection"] && c["getSelection"]()) | undefined | d["focusOffset"]) -d#69 = ((null != b["checked"]) ? b["checked"] : b["defaultChecked"]) +d#731 = (b["updateQueue"] | ((null !== d) ? d["lastEffect"] : null) | d["next"]) -d#691 = (c["create"] | undefined) +d#735 = (c["create"] | undefined) -d#7 = arguments[3] - -d#703 = a["tag"] +d#748 = a["tag"] -d#704 = a["tag"] +d#749 = a["tag"] -d#706 = (X | undefined | c["updateQueue"] | d["lastEffect"] | d["next"] | c["stateNode"] | U) +d#751 = (X | undefined | c["updateQueue"] | d["lastEffect"] | d["next"] | c["stateNode"] | U) -d#71 = b["type"] +d#76 = ((null != b["checked"]) ? b["checked"] : b["defaultChecked"]) -d#715 = ck["bind"](null, a, b) +d#761 = ck["bind"](null, a, b) -d#716 = (0 | undefined | ???*0*) +d#762 = (0 | undefined | ???*0*) - *0* updated with update expression ⚠️ This value might have side effects -d#721 = (a["flags"] | r) +d#768 = (a["flags"] | r) -d#74 = (b["type"] | undefined) +d#78 = b["type"] -d#756 = (c | undefined) +d#806 = (c | undefined) -d#764 = (0 !== ???*0*) +d#81 = (b["type"] | undefined) + +d#815 = (0 !== ???*0*) - *0* unsupported expression ⚠️ This value might have side effects -d#768 = (b["stateNode"] | undefined) - -d#77 = arguments[3] +d#819 = (b["stateNode"] | undefined) -d#785 = (b["stateNode"] | undefined) +d#839 = (b["stateNode"] | undefined) -d#8 = arguments[3] +d#84 = arguments[3] -d#802 = arguments[3] +d#857 = arguments[3] -d#803 = uc(a, ((a === R) ? Z : 0)) +d#858 = uc(a, ((a === R) ? Z : 0)) -d#807 = (uc(a, ((a === R) ? Z : 0)) | e | f | ???*0* | ???*1*) +d#863 = (uc(a, ((a === R) ? Z : 0)) | e | f | ???*0* | ???*1*) - *0* unsupported assign operation ⚠️ This value might have side effects - *1* unsupported expression ⚠️ This value might have side effects -d#819 = (0 | undefined | ???*0*) +d#876 = (0 | undefined | ???*0*) - *0* updated with update expression ⚠️ This value might have side effects -d#827 = (???*0* | undefined) +d#884 = (???*0* | undefined) - *0* unsupported expression ⚠️ This value might have side effects -d#829 = (xc(a) | undefined) +d#886 = (xc(a) | undefined) -d#834 = C +d#891 = C -d#838 = (c | undefined | d["type"]["childContextTypes"] | c["interleaved"]) +d#895 = (c | undefined | d["type"]["childContextTypes"] | c["interleaved"]) -d#843 = (N["memoizedState"] | undefined | d["next"]) +d#9 = arguments[3] -d#863 = Kk() +d#901 = (N["memoizedState"] | undefined | d["next"]) -d#87 = Sa(b["defaultValue"]) +d#922 = Kk() -d#877 = C +d#936 = C -d#880 = (arguments[3] | a["onRecoverableError"]) +d#939 = (arguments[3] | a["onRecoverableError"]) -d#883 = (!(1) | undefined | !(0)) +d#94 = Sa(b["defaultValue"]) -d#9 = arguments[3] +d#942 = (!(1) | undefined | !(0)) -d#910 = (b["stateNode"] | undefined) +d#972 = (b["stateNode"] | undefined) -d#915 = a["pingCache"] +d#977 = a["pingCache"] -d#918 = (a["stateNode"] | undefined) +d#980 = (a["stateNode"] | undefined) -d#919 = ( +d#982 = ( | b["type"] | undefined | b["elementType"] @@ -4423,36 +4453,6 @@ d#919 = ( | d(e) ) -d#92 = arguments[2] - -d#941 = arguments[3] - -d#942 = arguments[3] - -d#947 = (arguments[3] | a | null) - -d#948 = arguments[3] - -d#949 = arguments[3] - -d#952 = arguments[3] - -d#953 = arguments[3] - -d#954 = ((???*0* && (undefined !== FreeVar(arguments)[3])) ? FreeVar(arguments)[3] : null) -- *0* unsupported expression - ⚠️ This value might have side effects - -d#960 = (arguments[3] | L()) - -d#961 = (arguments[3] | ((undefined === d) ? null : d)) - -d#979 = (arguments[3] | *anonymous function 127055* | *anonymous function 127285*) - -d#986 = arguments[3] - -d#997 = (L() | undefined) - da (const after eval) = new FreeVar(Set)() db (const after eval) = (...) => undefined @@ -4490,147 +4490,165 @@ dl (const after eval) = (...) => { "implementation": c } -e#1004 = (Db(d) | undefined) +e#100 = arguments[3] + +e#1012 = (arguments[4] | ???*0*) +- *0* unsupported assign operation + ⚠️ This value might have side effects + +e#1019 = arguments[4] + +e#1020 = arguments[4] + +e#1028 = (arguments[4] | lh(c)) -e#1013 = (ll | b["onRecoverableError"]) +e#1029 = b["current"] -e#1018 = (!(1) | !(0) | c["_getVersion"] | e(c["_source"])) +e#1048 = (arguments[4] | a["lastChild"]) -e#102 = (rb(c, b[c], d) | undefined) +e#1055 = (arguments[4] | *anonymous function 127571*) -e#123 = arguments[4] +e#1074 = (Db(d) | undefined) -e#127 = arguments[4] +e#1084 = (ll | b["onRecoverableError"]) -e#128 = arguments[4] +e#1089 = (!(1) | !(0) | c["_getVersion"] | e(c["_source"])) -e#136 = (c["return"] | undefined) +e#11 = arguments[4] -e#159 = (a["suspendedLanes"] | ???*0*) +e#110 = (rb(c, b[c], d) | undefined) + +e#133 = arguments[4] + +e#137 = arguments[4] + +e#138 = arguments[4] + +e#146 = (c["return"] | undefined) + +e#170 = (a["suspendedLanes"] | ???*0*) - *0* unsupported expression ⚠️ This value might have side effects -e#162 = a["expirationTimes"] +e#174 = a["expirationTimes"] -e#169 = (???*0* | undefined) +e#181 = (???*0* | undefined) - *0* unsupported expression ⚠️ This value might have side effects -e#171 = (???*0* | undefined) +e#183 = (???*0* | undefined) - *0* unsupported expression ⚠️ This value might have side effects -e#175 = arguments[4] +e#188 = arguments[4] -e#176 = arguments[4] +e#189 = arguments[4] -e#193 = C +e#207 = C -e#196 = C +e#210 = C -e#199 = (Yc(a, b, c, d) | undefined | f) +e#213 = (Yc(a, b, c, d) | undefined | f) -e#207 = ("value" in kd ? kd["value"] : kd["textContent"]) +e#223 = ("value" in kd ? kd["value"] : kd["textContent"]) -e#212 = arguments[2] +e#228 = arguments[2] -e#25 = ((z["hasOwnProperty"](b) ? z[b] : null) | e["type"]) +e#27 = ((z["hasOwnProperty"](b) ? z[b] : null) | e["type"]) -e#251 = (c[d] | undefined) +e#270 = (c[d] | undefined) -e#266 = (c["textContent"]["length"] | undefined | d | Ke(c, f)) +e#285 = (c["textContent"]["length"] | undefined | d | Ke(c, f)) -e#275 = (d["event"] | undefined) +e#294 = (d["event"] | undefined) -e#285 = (ed | undefined | gd | fd | !(0)) +e#304 = (ed | undefined | gd | fd | !(0)) -e#286 = arguments[4] +e#306 = arguments[4] -e#292 = (xb(c) | new Ld("onBeforeInput", "beforeinput", null, c, e)) +e#312 = (xb(c) | new Ld("onBeforeInput", "beforeinput", null, c, e)) -e#30 = (l["stack"]["split"]("\n") | undefined) +e#32 = (l["stack"]["split"]("\n") | undefined) -e#308 = (a | undefined | f) +e#331 = (a | undefined | f) -e#311 = arguments[4] +e#334 = arguments[4] -e#320 = (c["nextSibling"] | undefined) +e#343 = (c["nextSibling"] | undefined) -e#341 = {} +e#364 = {} -e#345 = ???*0* +e#368 = ???*0* - *0* for-in variable currently not analyzed -e#354 = ???*0* +e#377 = ???*0* - *0* e ⚠️ pattern without value -e#357 = (???*0* | ???*1*) +e#380 = (???*0* | ???*1*) - *0* unsupported expression ⚠️ This value might have side effects - *1* unsupported assign operation ⚠️ This value might have side effects -e#391 = b["interleaved"] +e#415 = b["interleaved"] -e#396 = (d["pending"] | undefined | d["interleaved"]) +e#420 = (d["pending"] | undefined | d["interleaved"]) -e#400 = (null | undefined | ???*0*) +e#424 = (null | undefined | ???*0*) - *0* assignment expression ⚠️ This value might have side effects -e#404 = (a["updateQueue"] | b | e["next"]) +e#428 = (a["updateQueue"] | b | e["next"]) -e#412 = (d["callback"] | undefined) +e#437 = (d["callback"] | undefined) -e#417 = lh(a) +e#442 = lh(a) -e#418 = lh(a) +e#443 = lh(a) -e#419 = ch(c, d) +e#444 = ch(c, d) -e#420 = arguments[4] +e#445 = arguments[4] -e#421 = (Vf | (Zf(b) ? Xf : H["current"])) +e#446 = (Vf | (Zf(b) ? Xf : H["current"])) -e#423 = a["stateNode"] +e#448 = a["stateNode"] -e#424 = (d | undefined) +e#449 = (d | undefined) -e#431 = (...) => a +e#456 = (...) => a -e#445 = (((null !== b) ? b["key"] : null) | c["_init"]) +e#471 = (((null !== b) ? b["key"] : null) | c["_init"]) -e#447 = arguments[4] +e#474 = arguments[4] -e#449 = arguments[0] +e#477 = arguments[0] -e#454 = arguments[0] +e#482 = arguments[0] -e#485 = arguments[4] +e#515 = arguments[4] -e#494 = (d["baseQueue"] | f | a | e["next"]) +e#524 = (d["baseQueue"] | f | a | e["next"]) -e#501 = (c["pending"] | e["next"]) +e#531 = (c["pending"] | e["next"]) -e#504 = b() +e#534 = b() -e#517 = ci() +e#547 = ci() -e#518 = di() +e#548 = di() -e#537 = (L() | undefined) +e#567 = (L() | undefined) -e#539 = ( +e#569 = ( | {"lane": d, "action": c, "hasEagerState": !(1), "eagerState": null, "next": null} | L() ) -e#559 = ci() - -e#56 = (c["get"] | undefined) +e#589 = ci() -e#570 = ( +e#600 = ( | c | undefined | ` @@ -4638,47 +4656,49 @@ Error generating stack: ${f["message"]} ${f["stack"]}` ) -e#580 = (b["value"] | undefined) +e#610 = (b["value"] | undefined) -e#585 = (new FreeVar(Set)() | undefined | d["get"](b)) +e#615 = (new FreeVar(Set)() | undefined | d["get"](b)) -e#589 = arguments[4] +e#619 = arguments[4] -e#591 = arguments[4] +e#621 = arguments[4] -e#592 = arguments[4] +e#622 = arguments[4] -e#595 = arguments[4] +e#625 = arguments[4] -e#597 = d["children"] +e#627 = d["children"] -e#600 = arguments[4] +e#63 = (c["get"] | undefined) -e#601 = arguments[4] +e#630 = arguments[4] -e#605 = arguments[4] +e#631 = arguments[4] -e#607 = arguments[4] +e#635 = arguments[4] -e#609 = (M["current"] | ???*0* | a["memoizedState"] | a["child"]) +e#637 = arguments[4] + +e#639 = (M["current"] | ???*0* | a["memoizedState"] | a["child"]) - *0* unsupported assign operation ⚠️ This value might have side effects -e#614 = (arguments[4] | b["mode"] | 2 | 8 | 32 | 268435456 | 0 | ((0 !== ???*0*) ? 0 : e)) +e#644 = (arguments[4] | b["mode"] | 2 | 8 | 32 | 268435456 | 0 | ((0 !== ???*0*) ? 0 : e)) - *0* unsupported expression ⚠️ This value might have side effects -e#620 = arguments[4] +e#651 = arguments[4] -e#621 = (d["revealOrder"] | null | c | b["child"] | c["sibling"] | a) +e#652 = (d["revealOrder"] | null | c | b["child"] | c["sibling"] | a) -e#631 = (b["memoizedProps"]["value"] | undefined | b["memoizedState"]) +e#663 = (b["memoizedProps"]["value"] | undefined | b["memoizedState"]) -e#639 = (a["memoizedProps"] | Ya(a, e) | A({}, e, {"value": undefined}) | gb(a, e)) +e#672 = (a["memoizedProps"] | Ya(a, e) | A({}, e, {"value": undefined}) | gb(a, e)) -e#646 = (a["child"] | undefined | e["sibling"]) +e#681 = (a["child"] | undefined | e["sibling"]) -e#647 = ( +e#682 = ( | Hh(Gh["current"]) | undefined | 0 @@ -4694,58 +4714,56 @@ e#647 = ( - *0* updated with update expression ⚠️ This value might have side effects -e#673 = (d["anchorOffset"] | undefined) +e#716 = (d["anchorOffset"] | undefined) -e#687 = (???*0* | undefined | e["next"]) +e#731 = (???*0* | undefined | e["next"]) - *0* assignment expression ⚠️ This value might have side effects -e#706 = (Yj | undefined | ???*0* | e["next"]) +e#751 = (Yj | undefined | ???*0* | e["next"]) - *0* assignment expression ⚠️ This value might have side effects -e#716 = (c[d] | undefined) +e#762 = (c[d] | undefined) -e#721 = (a["stateNode"] | undefined | a["child"] | q["stateNode"]) +e#768 = (a["stateNode"] | undefined | a["child"] | q["stateNode"]) -e#756 = (d["stateNode"] | undefined) +e#806 = (d["stateNode"] | undefined) -e#764 = (V | undefined) +e#815 = (V | undefined) -e#768 = ( +e#819 = ( | ((b["elementType"] === b["type"]) ? c["memoizedProps"] : Lg(b["type"], c["memoizedProps"])) | undefined ) -e#77 = (0 | undefined | ???*0* | b["hasOwnProperty"](`$${a[c]["value"]}`)) +e#839 = (b["return"] | undefined) + +e#84 = (0 | undefined | ???*0* | b["hasOwnProperty"](`$${a[c]["value"]}`)) - *0* updated with update expression ⚠️ This value might have side effects -e#785 = (b["return"] | undefined) +e#863 = (K | undefined | xc(a) | a["current"]["alternate"] | a["suspendedLanes"] | -1 | g) -e#807 = (K | undefined | xc(a) | a["current"]["alternate"] | a["suspendedLanes"] | -1 | g) +e#876 = (c[d] | undefined | e["value"]) -e#819 = (c[d] | undefined | e["value"]) +e#895 = (d["next"] | undefined) -e#838 = (d["next"] | undefined) +e#901 = (d["queue"] | undefined) -e#843 = (d["queue"] | undefined) - -e#865 = ???*0* +e#924 = ???*0* - *0* e ⚠️ pattern without value -e#877 = pk["transition"] - -e#880 = (a["finishedLanes"] | b[c]) +e#936 = pk["transition"] -e#883 = (K | undefined) +e#939 = (a["finishedLanes"] | b[c]) -e#9 = arguments[4] +e#942 = (K | undefined) -e#918 = (a["memoizedState"] | undefined) +e#980 = (a["memoizedState"] | undefined) -e#919 = ( +e#982 = ( | Yf(b, H["current"]) | undefined | Xh(null, b, d, a, e, c) @@ -4764,24 +4782,6 @@ e#919 = ( - *0* assignment expression ⚠️ This value might have side effects -e#92 = arguments[3] - -e#947 = (arguments[4] | ???*0*) -- *0* unsupported assign operation - ⚠️ This value might have side effects - -e#952 = arguments[4] - -e#953 = arguments[4] - -e#960 = (arguments[4] | lh(c)) - -e#961 = b["current"] - -e#979 = (arguments[4] | a["lastChild"]) - -e#986 = (arguments[4] | *anonymous function 127571*) - ea (const after eval) = {} eb (const after eval) = FreeVar(Array)["isArray"] @@ -4809,137 +4809,151 @@ ek (const after eval) = (...) => undefined el (const after eval) = (...) => (Vf | bg(a, c, b) | b) -f#1018 = ("" | c["identifierPrefix"]) +f#1012 = arguments[5] + +f#1020 = (arguments[5] | Bg(3, null, null, b)) + +f#1028 = (arguments[5] | ch(d, e)) + +f#1029 = L() + +f#1048 = (d | undefined) -f#123 = arguments[5] +f#1055 = c["_reactRootContainer"] -f#127 = arguments[5] +f#1089 = ("" | c["identifierPrefix"]) -f#128 = arguments[5] +f#11 = arguments[5] -f#136 = (e["alternate"] | undefined | e["child"] | f["sibling"]) +f#133 = arguments[5] -f#159 = (a["pingedLanes"] | ???*0* | ???*1*) +f#137 = arguments[5] + +f#138 = arguments[5] + +f#146 = (e["alternate"] | undefined | e["child"] | f["sibling"]) + +f#170 = (a["pingedLanes"] | ???*0* | ???*1*) - *0* unsupported assign operation ⚠️ This value might have side effects - *1* unsupported expression ⚠️ This value might have side effects -f#162 = (a["pendingLanes"] | ???*0*) +f#174 = (a["pendingLanes"] | ???*0*) - *0* unsupported assign operation ⚠️ This value might have side effects -f#169 = (???*0* | undefined) +f#181 = (???*0* | undefined) - *0* unsupported expression ⚠️ This value might have side effects -f#175 = arguments[5] +f#188 = arguments[5] -f#176 = (e["pointerId"] | undefined) +f#189 = (e["pointerId"] | undefined) -f#193 = cd["transition"] +f#207 = cd["transition"] -f#196 = cd["transition"] +f#210 = cd["transition"] -f#199 = (Cb(e) | undefined | Yc(a, b, c, d)) +f#213 = (Cb(e) | undefined | Yc(a, b, c, d)) -f#207 = e["length"] +f#223 = e["length"] -f#212 = arguments[3] +f#228 = arguments[3] -f#266 = (FreeVar(Math)["min"](d["start"], e) | undefined | e) +f#285 = (FreeVar(Math)["min"](d["start"], e) | undefined | e) -f#275 = (undefined | k) +f#294 = (undefined | k) -f#286 = (d | g) +f#306 = (d | g) -f#30 = (d["stack"]["split"]("\n") | undefined) +f#32 = (d["stack"]["split"]("\n") | undefined) -f#308 = (e["stateNode"] | undefined | Kb(a, c) | Kb(a, b)) +f#331 = (e["stateNode"] | undefined | Kb(a, c) | Kb(a, b)) -f#311 = b["_reactName"] +f#334 = b["_reactName"] -f#341 = (???*0* | ???*1*) +f#364 = (???*0* | ???*1*) - *0* f ⚠️ pattern without value - *1* for-in variable currently not analyzed -f#357 = ((???*0* + e) | ???*1*["toString"](32)) +f#380 = ((???*0* + e) | ???*1*["toString"](32)) - *0* unsupported expression ⚠️ This value might have side effects - *1* unsupported expression ⚠️ This value might have side effects -f#400 = (null | undefined | g | ???*0* | b) +f#424 = (null | undefined | g | ???*0* | b) - *0* assignment expression ⚠️ This value might have side effects -f#404 = (e["firstBaseUpdate"] | l) +f#428 = (e["firstBaseUpdate"] | l) -f#417 = ch(d, e) +f#442 = ch(d, e) -f#418 = ch(d, e) +f#443 = ch(d, e) -f#420 = arguments[5] +f#445 = arguments[5] -f#421 = (b["contextType"] | Vg(f) | (???*0* ? Yf(a, e) : Vf)) +f#446 = (b["contextType"] | Vg(f) | (???*0* ? Yf(a, e) : Vf)) - *0* assignment expression ⚠️ This value might have side effects -f#423 = (b["contextType"] | (Zf(b) ? Xf : H["current"]) | b["getDerivedStateFromProps"]) +f#448 = (b["contextType"] | (Zf(b) ? Xf : H["current"]) | b["getDerivedStateFromProps"]) -f#424 = (`${a}` | undefined) +f#449 = (`${a}` | undefined) -f#431 = (...) => (???*0* | c) +f#456 = (...) => (???*0* | c) - *0* c ⚠️ sequence with side effects ⚠️ This value might have side effects -f#440 = c["type"] - -f#442 = arguments[4] +f#465 = c["type"] -f#447 = (d["_init"] | undefined) +f#467 = arguments[4] -f#459 = (arguments[2] | f["props"]["children"] | `${f}`) +f#474 = (d["_init"] | undefined) -f#485 = (arguments[5] | 0 | (f + 1)) +f#487 = (arguments[2] | f["props"]["children"] | `${f}`) -f#494 = (c["pending"] | e["next"] | e["lane"]) +f#515 = (arguments[5] | 0 | (f + 1)) -f#501 = (b["memoizedState"] | a(f, g["action"])) +f#524 = (c["pending"] | e["next"] | e["lane"]) -f#504 = !(He(d["memoizedState"], e)) +f#531 = (b["memoizedState"] | a(f, g["action"])) -f#518 = (undefined | g["destroy"]) +f#534 = !(He(d["memoizedState"], e)) -f#539 = (a["alternate"] | undefined | b["lastRenderedReducer"]) +f#548 = (undefined | g["destroy"]) -f#559 = {"value": c, "getSnapshot": b} +f#569 = (a["alternate"] | undefined | b["lastRenderedReducer"]) -f#56 = (c["set"] | undefined) +f#589 = {"value": c, "getSnapshot": b} -f#572 = ???*0* +f#602 = ???*0* - *0* f ⚠️ pattern without value -f#580 = a["stateNode"] +f#610 = a["stateNode"] -f#591 = b["ref"] +f#621 = b["ref"] -f#592 = (c["type"] | undefined | a["child"]) +f#622 = (c["type"] | undefined | a["child"]) -f#595 = (a["memoizedProps"] | undefined) +f#625 = (a["memoizedProps"] | undefined) -f#597 = ((null !== a) ? a["memoizedState"] : null) +f#627 = ((null !== a) ? a["memoizedState"] : null) -f#600 = ((Zf(c) ? Xf : H["current"]) | Yf(b, f)) +f#63 = (c["set"] | undefined) -f#601 = (!(0) | undefined | !(1)) +f#630 = ((Zf(c) ? Xf : H["current"]) | Yf(b, f)) -f#605 = arguments[5] +f#631 = (!(0) | undefined | !(1)) -f#609 = ( +f#635 = arguments[5] + +f#639 = ( | !(1) | !(0) | b["child"] @@ -4950,15 +4964,15 @@ f#609 = ( | a["child"] ) -f#614 = (arguments[5] | d["fallback"] | Ah(f, e, g, null) | FreeVar(Error)(p(419))) +f#644 = (arguments[5] | d["fallback"] | Ah(f, e, g, null) | FreeVar(Error)(p(419))) -f#620 = a["memoizedState"] +f#651 = a["memoizedState"] -f#621 = d["tail"] +f#652 = d["tail"] -f#639 = (null | undefined | [] | (f || [])) +f#672 = (null | undefined | [] | (f || [])) -f#647 = ( +f#682 = ( | b["memoizedProps"] | undefined | ???*0* @@ -4973,47 +4987,45 @@ f#647 = ( ) - *0* for-in variable currently not analyzed -f#673 = (d["focusNode"] | undefined) +f#716 = (d["focusNode"] | undefined) -f#687 = (e["destroy"] | undefined) +f#731 = (e["destroy"] | undefined) -f#706 = (e | undefined | f["tag"]) +f#751 = (e | undefined | f["tag"]) -f#716 = (a | undefined) +f#762 = (a | undefined) -f#721 = (a["memoizedProps"] | undefined | (null !== e["memoizedState"]) | e["style"]) +f#768 = (a["memoizedProps"] | undefined | (null !== e["memoizedState"]) | e["style"]) -f#756 = (Vj(a) | undefined) +f#806 = (Vj(a) | undefined) -f#764 = (e["child"] | undefined | f["sibling"]) +f#815 = (e["child"] | undefined | f["sibling"]) -f#768 = (b["updateQueue"] | undefined) +f#819 = (b["updateQueue"] | undefined) -f#785 = (b["return"] | undefined) +f#839 = (b["return"] | undefined) -f#807 = (Kk() | undefined | xc(a) | ???*0*) +f#863 = (Kk() | undefined | xc(a) | ???*0*) - *0* unsupported expression ⚠️ This value might have side effects -f#819 = (e["getSnapshot"] | undefined) +f#876 = (e["getSnapshot"] | undefined) -f#838 = (c["pending"] | undefined) +f#895 = (c["pending"] | undefined) -f#843 = (a | undefined | ???*0* | g | f["return"]) +f#901 = (a | undefined | ???*0* | g | f["return"]) - *0* assignment expression ⚠️ This value might have side effects -f#880 = (???*0* | (0 !== ???*1*) | pk["transition"] | a["pendingLanes"]) +f#939 = (???*0* | (0 !== ???*1*) | pk["transition"] | a["pendingLanes"]) - *0* unsupported expression ⚠️ This value might have side effects - *1* unsupported expression ⚠️ This value might have side effects -f#883 = (V | undefined) - -f#9 = arguments[5] +f#942 = (V | undefined) -f#919 = ( +f#982 = ( | bi() | undefined | !(0) @@ -5033,18 +5045,6 @@ f#919 = ( | g ) -f#947 = arguments[5] - -f#953 = (arguments[5] | Bg(3, null, null, b)) - -f#960 = (arguments[5] | ch(d, e)) - -f#961 = L() - -f#979 = (d | undefined) - -f#986 = c["_reactRootContainer"] - fa (const after eval) = (...) => undefined fb (const after eval) = (...) => undefined @@ -5069,55 +5069,69 @@ fk (const after eval) = (...) => undefined fl (const after eval) = (...) => a -g#1018 = (ll | c["onRecoverableError"]) +g#1012 = (2 | 1 | 5 | 8 | 10 | 9 | 11 | 14 | 16) + +g#1020 = arguments[6] + +g#1028 = arguments[6] + +g#1029 = lh(e) + +g#1048 = (fl(b, d, a, 0, null, !(1), !(1), "", ql) | undefined) -g#123 = arguments[6] +g#1055 = (f | undefined | rl(c, b, a, e, d)) -g#127 = arguments[6] +g#1089 = (ll | c["onRecoverableError"]) -g#128 = arguments[6] +g#11 = arguments[6] -g#136 = (!(1) | undefined | !(0)) +g#133 = arguments[6] -g#159 = ???*0* +g#137 = arguments[6] + +g#138 = arguments[6] + +g#146 = (!(1) | undefined | !(0)) + +g#170 = ???*0* - *0* unsupported expression ⚠️ This value might have side effects -g#162 = (???*0* | undefined) +g#174 = (???*0* | undefined) - *0* unsupported expression ⚠️ This value might have side effects -g#207 = ???*0* +g#223 = ???*0* - *0* unsupported expression ⚠️ This value might have side effects -g#212 = arguments[4] +g#228 = arguments[4] -g#266 = (Ke(c, d) | undefined) +g#285 = (Ke(c, d) | undefined) -g#275 = (???*0* | undefined | ???*1* | 0) +g#294 = (???*0* | undefined | ???*1* | 0) - *0* unsupported expression ⚠️ This value might have side effects - *1* updated with update expression ⚠️ This value might have side effects -g#286 = (d["tag"] | undefined | d["return"] | g["return"] | Wc(h)) +g#306 = (d["tag"] | undefined | d["return"] | g["return"] | Wc(h)) -g#292 = [] +g#312 = [] -g#30 = (???*0* | undefined | ???*1*) +g#32 = (???*0* | undefined | ???*1*) - *0* unsupported expression ⚠️ This value might have side effects - *1* updated with update expression ⚠️ This value might have side effects -g#311 = [] +g#334 = [] -g#357 = (???*0* | undefined) +g#380 = (???*0* | undefined) - *0* unsupported expression ⚠️ This value might have side effects -g#400 = ( +g#424 = ( | { "eventTime": c["eventTime"], "lane": c["lane"], @@ -5129,37 +5143,37 @@ g#400 = ( | undefined ) -g#404 = (e["lastBaseUpdate"] | k | 0 | ???*0*) +g#428 = (e["lastBaseUpdate"] | k | 0 | ???*0*) - *0* unsupported assign operation ⚠️ This value might have side effects -g#420 = arguments[6] +g#445 = arguments[6] -g#431 = (...) => b +g#456 = (...) => b -g#449 = (arguments[1] | 0 | f(n, g, w) | f(u, g, w) | f(x, g, w)) +g#477 = (arguments[1] | 0 | f(n, g, w) | f(u, g, w) | f(x, g, w)) -g#454 = (arguments[1] | 0 | f(t, g, w) | f(n, g, w)) +g#482 = (arguments[1] | 0 | f(t, g, w) | f(n, g, w)) -g#494 = (e["next"] | undefined | null | d) +g#524 = (e["next"] | undefined | null | d) -g#501 = (???*0* | undefined | g["next"]) +g#531 = (???*0* | undefined | g["next"]) - *0* assignment expression ⚠️ This value might have side effects -g#518 = (O["memoizedState"] | undefined) +g#548 = (O["memoizedState"] | undefined) -g#539 = (b["lastRenderedState"] | undefined) +g#569 = (b["lastRenderedState"] | undefined) -g#592 = (f["memoizedProps"] | undefined) +g#622 = (f["memoizedProps"] | undefined) -g#601 = (b["stateNode"] | undefined) +g#631 = (b["stateNode"] | undefined) -g#605 = (0 !== ???*0*) +g#635 = (0 !== ???*0*) - *0* unsupported expression ⚠️ This value might have side effects -g#609 = ( +g#639 = ( | (0 !== ???*0*) | d["children"] | {"mode": "hidden", "children": g} @@ -5172,14 +5186,14 @@ g#609 = ( - *1* unsupported expression ⚠️ This value might have side effects -g#614 = arguments[6] +g#644 = arguments[6] -g#639 = (???*0* | ???*1*) +g#672 = (???*0* | ???*1*) - *0* g ⚠️ pattern without value - *1* for-in variable currently not analyzed -g#647 = ( +g#682 = ( | ???*0* | ((9 === e["nodeType"]) ? e : e["ownerDocument"]) | a @@ -5190,13 +5204,13 @@ g#647 = ( ) - *0* for-in variable currently not analyzed -g#673 = (0 | undefined | (g + q["nodeValue"]["length"])) +g#716 = (0 | undefined | (g + q["nodeValue"]["length"])) -g#706 = (f["destroy"] | undefined) +g#751 = (f["destroy"] | undefined) -g#716 = (b | undefined) +g#762 = (b | undefined) -g#721 = ( +g#768 = ( | ((null !== c) ? c["memoizedProps"] : f) | undefined | 0 @@ -5204,33 +5218,31 @@ g#721 = ( | (((undefined !== k) && (null !== k) && k["hasOwnProperty"]("display")) ? k["display"] : null) ) -g#756 = (d["stateNode"]["containerInfo"] | undefined) +g#806 = (d["stateNode"]["containerInfo"] | undefined) -g#764 = (((null !== e["memoizedState"]) || Kj) | undefined | V) +g#815 = (((null !== e["memoizedState"]) || Kj) | undefined | V) -g#768 = (b["updateQueue"] | undefined) +g#819 = (b["updateQueue"] | undefined) -g#785 = (b["return"] | undefined) +g#839 = (b["return"] | undefined) -g#807 = (???*0* | undefined | b[g]) +g#863 = (???*0* | undefined | b[g]) - *0* unsupported expression ⚠️ This value might have side effects -g#824 = ???*0* +g#881 = ???*0* - *0* g ⚠️ pattern without value -g#838 = (f["next"] | undefined) - -g#843 = (c["return"] | undefined) +g#895 = (f["next"] | undefined) -g#880 = (C | undefined) +g#901 = (c["return"] | undefined) -g#883 = (f["child"] | undefined | V | w) +g#939 = (C | undefined) -g#9 = arguments[6] +g#942 = (f["child"] | undefined | V | w) -g#919 = ( +g#982 = ( | b["memoizedState"] | undefined | e["children"] @@ -5244,18 +5256,6 @@ g#919 = ( | g["return"] ) -g#947 = (2 | 1 | 5 | 8 | 10 | 9 | 11 | 14 | 16) - -g#953 = arguments[6] - -g#960 = arguments[6] - -g#961 = lh(e) - -g#979 = (fl(b, d, a, 0, null, !(1), !(1), "", ql) | undefined) - -g#986 = (f | undefined | rl(c, b, a, e, d)) - gb (const after eval) = (...) => A( {}, b, @@ -5290,27 +5290,35 @@ gk = (B() | 0) gl (const after eval) = (...) => g -h#123 = arguments[7] +h#1020 = arguments[7] + +h#1028 = arguments[7] + +h#1048 = (d | undefined) -h#127 = arguments[7] +h#1055 = (e | undefined) -h#128 = arguments[7] +h#133 = arguments[7] -h#136 = (e["child"] | undefined | h["sibling"] | f["child"]) +h#137 = arguments[7] -h#159 = (???*0* | undefined) +h#138 = arguments[7] + +h#146 = (e["child"] | undefined | h["sibling"] | f["child"]) + +h#170 = (???*0* | undefined) - *0* unsupported expression ⚠️ This value might have side effects -h#162 = (???*0* | undefined) +h#174 = (???*0* | undefined) - *0* unsupported expression ⚠️ This value might have side effects -h#275 = (d[g] | undefined | h["listener"]) +h#294 = (d[g] | undefined | h["listener"]) -h#286 = (d["stateNode"]["containerInfo"] | undefined | h["parentNode"]) +h#306 = (d["stateNode"]["containerInfo"] | undefined | h["parentNode"]) -h#292 = ( +h#312 = ( | df["get"](a) | undefined | new k(h, n, null, c, e) @@ -5323,44 +5331,44 @@ h#292 = ( - *0* assignment expression ⚠️ This value might have side effects -h#30 = (???*0* | undefined | ???*1*) +h#32 = (???*0* | undefined | ???*1*) - *0* unsupported expression ⚠️ This value might have side effects - *1* updated with update expression ⚠️ This value might have side effects -h#311 = (c | undefined | l) +h#334 = (c | undefined | l) -h#404 = (e["shared"]["pending"] | m["lastBaseUpdate"] | f | h["next"] | r["next"]) +h#428 = (e["shared"]["pending"] | m["lastBaseUpdate"] | f | h["next"] | r["next"]) -h#431 = (...) => (???*0* | b) +h#456 = (...) => (???*0* | b) - *0* b ⚠️ sequence with side effects ⚠️ This value might have side effects -h#449 = arguments[2] +h#477 = arguments[2] -h#454 = (arguments[2] | l["call"](h)) +h#482 = (arguments[2] | l["call"](h)) -h#459 = ( +h#487 = ( | arguments[3] | yh(f["type"], f["key"], f["props"], null, a["mode"], h) ) -h#494 = (???*0* | undefined) +h#524 = (???*0* | undefined) - *0* assignment expression ⚠️ This value might have side effects -h#539 = (f(g, c) | undefined) +h#569 = (f(g, c) | undefined) -h#601 = (b["memoizedProps"] | undefined | ($g || oh(b, c, h, d, r, k, l))) +h#631 = (b["memoizedProps"] | undefined | ($g || oh(b, c, h, d, r, k, l))) -h#605 = (( +h#635 = (( && g && ("function" !== typeof(c["getDerivedStateFromError"])) ) ? null : d["render"]()) -h#609 = ( +h#639 = ( | ???*0* | g | (((null !== a) && (null === a["memoizedState"])) ? !(1) : (0 !== ???*1*)) @@ -5372,55 +5380,47 @@ h#609 = ( - *1* unsupported expression ⚠️ This value might have side effects -h#614 = (d["dgst"] | undefined | (0 !== ???*0*)) +h#644 = (d["dgst"] | undefined | (0 !== ???*0*)) - *0* unsupported expression ⚠️ This value might have side effects -h#639 = (e[l] | undefined | ((null != e) ? e[l] : undefined) | (h ? h["__html"] : undefined)) +h#672 = (e[l] | undefined | ((null != e) ? e[l] : undefined) | (h ? h["__html"] : undefined)) -h#647 = (f[g] | undefined | e) +h#682 = (f[g] | undefined | e) -h#673 = (-1 | undefined | (g + e) | g) +h#716 = (-1 | undefined | (g + e) | g) -h#708 = ???*0* +h#753 = ???*0* - *0* h ⚠️ pattern without value -h#712 = ???*0* +h#758 = ???*0* - *0* h ⚠️ pattern without value -h#716 = (g | undefined | h["return"]) +h#762 = (g | undefined | h["return"]) -h#721 = (a["type"] | undefined | q["stateNode"]) +h#768 = (a["type"] | undefined | q["stateNode"]) -h#756 = (Vj(a) | undefined) +h#806 = (Vj(a) | undefined) -h#764 = (e["alternate"] | undefined | Kj) +h#815 = (e["alternate"] | undefined | Kj) -h#768 = (b["stateNode"] | undefined) +h#819 = (b["stateNode"] | undefined) -h#785 = (b["sibling"] | undefined) +h#839 = (b["sibling"] | undefined) -h#810 = ???*0* +h#866 = ???*0* - *0* h ⚠️ pattern without value -h#843 = (c | undefined | k) - -h#880 = (K | undefined) - -h#883 = (f["deletions"] | undefined | V) +h#901 = (c | undefined | k) -h#919 = (f["dependencies"] | undefined | g["alternate"]) +h#939 = (K | undefined) -h#953 = arguments[7] +h#942 = (f["deletions"] | undefined | V) -h#960 = arguments[7] - -h#979 = (d | undefined) - -h#986 = (e | undefined) +h#982 = (f["dependencies"] | undefined | g["alternate"]) ha (const after eval) = (...) => undefined @@ -5501,19 +5501,25 @@ jk (const after eval) = (...) => undefined jl (const after eval) = (...) => undefined -k#123 = arguments[8] +k#1020 = arguments[8] + +k#1028 = arguments[8] + +k#1048 = cl(a, 0, !(1), null, null, !(1), !(1), "", ql) -k#127 = arguments[8] +k#133 = arguments[8] -k#128 = arguments[8] +k#137 = arguments[8] -k#162 = (e[g] | undefined) +k#138 = arguments[8] -k#275 = (h["instance"] | undefined) +k#174 = (e[g] | undefined) -k#286 = (g["tag"] | undefined | g["stateNode"]["containerInfo"]) +k#294 = (h["instance"] | undefined) -k#292 = ( +k#306 = (g["tag"] | undefined | g["stateNode"]["containerInfo"]) + +k#312 = ( | td | undefined | Rd @@ -5534,35 +5540,35 @@ k#292 = ( | h["nodeName"] ) -k#30 = ( +k#32 = ( | ` ${e[g]["replace"](" at new ", " at ")}` | undefined | k["replace"]("", a["displayName"]) ) -k#311 = (h["alternate"] | undefined | Kb(c, f)) +k#334 = (h["alternate"] | undefined | Kb(c, f)) -k#404 = (h | undefined | null | q) +k#428 = (h | undefined | null | q) -k#431 = (...) => (m(a, b, c["props"]["children"], d, c["key"]) | ???*0* | d) +k#456 = (...) => (m(a, b, c["props"]["children"], d, c["key"]) | ???*0* | d) - *0* d ⚠️ sequence with side effects ⚠️ This value might have side effects -k#449 = arguments[3] +k#477 = arguments[3] -k#454 = arguments[3] +k#482 = arguments[3] -k#459 = (f["key"] | undefined | f["type"]) +k#487 = (f["key"] | undefined | f["type"]) -k#494 = (null | undefined | ???*0* | q) +k#524 = (null | undefined | ???*0* | q) - *0* assignment expression ⚠️ This value might have side effects -k#539 = (b["interleaved"] | undefined) +k#569 = (b["interleaved"] | undefined) -k#601 = ( +k#631 = ( | g["context"] | undefined | b["memoizedState"] @@ -5572,66 +5578,60 @@ k#601 = ( | Yf(b, k) ) -k#609 = ({"mode": "hidden", "children": d["children"]} | undefined) +k#639 = ({"mode": "hidden", "children": d["children"]} | undefined) -k#639 = (d[l] | undefined | (k ? k["__html"] : undefined)) +k#672 = (d[l] | undefined | (k ? k["__html"] : undefined)) -k#647 = (h[f] | undefined | (k ? k["__html"] : undefined)) +k#682 = (h[f] | undefined | (k ? k["__html"] : undefined)) -k#673 = (-1 | undefined | (g + d) | g) +k#716 = (-1 | undefined | (g + d) | g) -k#716 = (e["alternate"] | undefined) +k#762 = (e["alternate"] | undefined) -k#721 = (a["updateQueue"] | undefined | q["memoizedProps"]["style"]) +k#768 = (a["updateQueue"] | undefined | q["memoizedProps"]["style"]) -k#762 = ???*0* +k#813 = ???*0* - *0* k ⚠️ pattern without value -k#764 = ( +k#815 = ( | (((null !== h) && (null !== h["memoizedState"])) || U) | undefined | g["child"] ) -k#768 = (b["memoizedProps"] | undefined) +k#819 = (b["memoizedProps"] | undefined) -k#789 = ???*0* +k#844 = ???*0* - *0* k ⚠️ pattern without value -k#792 = ???*0* +k#847 = ???*0* - *0* k ⚠️ pattern without value -k#794 = ???*0* +k#849 = ???*0* - *0* k ⚠️ pattern without value -k#796 = ???*0* +k#851 = ???*0* - *0* k ⚠️ pattern without value -k#797 = ???*0* +k#852 = ???*0* - *0* k ⚠️ pattern without value -k#843 = (b | undefined | l | FreeVar(Error)(p(426)) | Ki(k, h)) +k#901 = (b | undefined | l | FreeVar(Error)(p(426)) | Ki(k, h)) -k#883 = (0 | undefined | ???*0*) +k#942 = (0 | undefined | ???*0*) - *0* updated with update expression ⚠️ This value might have side effects -k#919 = (h["firstContext"] | undefined | ch(-1, ???*0*) | f["alternate"] | k["next"]) +k#982 = (h["firstContext"] | undefined | ch(-1, ???*0*) | f["alternate"] | k["next"]) - *0* unsupported expression ⚠️ This value might have side effects -k#953 = arguments[8] - -k#960 = arguments[8] - -k#979 = cl(a, 0, !(1), null, null, !(1), !(1), "", ql) - ka (const after eval) = /^[:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD][:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD\-.0-9\u00B7\u0300-\u036F\u203F-\u2040]*$/ kb (const after eval) = (...) => ( @@ -5674,52 +5674,52 @@ kk (const after eval) = (...) => undefined kl (const after eval) = (...) => null -l#123 = FreeVar(Array)["prototype"]["slice"]["call"](FreeVar(arguments), 3) +l#133 = FreeVar(Array)["prototype"]["slice"]["call"](FreeVar(arguments), 3) -l#128 = (Pb | undefined) +l#138 = (Pb | undefined) -l#275 = (h["currentTarget"] | undefined) +l#294 = (h["currentTarget"] | undefined) -l#311 = (h["stateNode"] | undefined) +l#334 = (h["stateNode"] | undefined) -l#36 = ???*0* +l#38 = ???*0* - *0* l ⚠️ pattern without value -l#39 = ???*0* +l#41 = ???*0* - *0* l ⚠️ pattern without value -l#404 = (k["next"] | undefined | ???*0*) +l#428 = (k["next"] | undefined | ???*0*) - *0* assignment expression ⚠️ This value might have side effects -l#42 = ???*0* +l#44 = ???*0* - *0* l ⚠️ pattern without value -l#43 = ???*0* +l#45 = ???*0* - *0* l ⚠️ pattern without value -l#431 = (...) => (???*0* | b) +l#456 = (...) => (???*0* | b) - *0* b ⚠️ sequence with side effects ⚠️ This value might have side effects -l#449 = (null | n | u | x) +l#477 = (null | n | u | x) -l#454 = (Ka(h) | null | t | n) +l#482 = (Ka(h) | null | t | n) -l#459 = (d | undefined | l["sibling"] | f["key"] | f["_init"]) +l#487 = (d | undefined | l["sibling"] | f["key"] | f["_init"]) -l#494 = (f | undefined | l["next"]) +l#524 = (f | undefined | l["next"]) -l#543 = ???*0* +l#573 = ???*0* - *0* l ⚠️ pattern without value -l#601 = ( +l#631 = ( | c["contextType"] | undefined | Vg(l) @@ -5729,28 +5729,28 @@ l#601 = ( | ($g || oh(b, c, l, d, r, n, k) || !(1)) ) -l#639 = (???*0* | f | undefined) +l#672 = (???*0* | f | undefined) - *0* for-in variable currently not analyzed -l#673 = (0 | undefined | ???*0*) +l#716 = (0 | undefined | ???*0*) - *0* updated with update expression ⚠️ This value might have side effects -l#720 = ???*0* +l#767 = ???*0* - *0* l ⚠️ pattern without value -l#721 = (vb(h, f) | undefined | U | (null !== a["memoizedState"])) +l#768 = (vb(h, f) | undefined | U | (null !== a["memoizedState"])) -l#764 = (U | undefined) +l#815 = (U | undefined) -l#768 = (b["alternate"] | undefined) +l#819 = (b["alternate"] | undefined) -l#843 = (k | undefined) +l#901 = (k | undefined) -l#883 = (h[k] | undefined) +l#942 = (h[k] | undefined) -l#919 = (f["updateQueue"] | undefined | l["shared"]) +l#982 = (f["updateQueue"] | undefined | l["shared"]) la (const after eval) = {} @@ -5801,26 +5801,26 @@ lk (const after eval) = (...) => undefined ll (const after eval) = (("function" === typeof(FreeVar(reportError))) ? FreeVar(reportError) : *anonymous function 126145*) -m#125 = ???*0* +m#135 = ???*0* - *0* m ⚠️ pattern without value -m#404 = (a["alternate"] | undefined | m["updateQueue"] | ???*0* | y) +m#428 = (a["alternate"] | undefined | m["updateQueue"] | ???*0* | y) - *0* assignment expression ⚠️ This value might have side effects -m#431 = (...) => (???*0* | b) +m#456 = (...) => (???*0* | b) - *0* b ⚠️ sequence with side effects ⚠️ This value might have side effects -m#449 = (null | n | u | x) +m#477 = (null | n | u | x) -m#454 = (g | null | x | d(e, m)) +m#482 = (g | null | x | d(e, m)) -m#494 = (l["lane"] | undefined) +m#524 = (l["lane"] | undefined) -m#601 = ( +m#631 = ( | c["getDerivedStateFromProps"] | undefined | ( @@ -5829,11 +5829,11 @@ m#601 = ( ) ) -m#673 = (0 | undefined | ???*0*) +m#716 = (0 | undefined | ???*0*) - *0* updated with update expression ⚠️ This value might have side effects -m#721 = ( +m#768 = ( | k[g] | undefined | ((null !== c) && (null !== c["memoizedState"])) @@ -5843,13 +5843,13 @@ m#721 = ( | q ) -m#768 = (l["memoizedState"] | undefined) +m#819 = (l["memoizedState"] | undefined) -m#843 = (h | undefined) +m#901 = (h | undefined) -m#883 = (V | undefined) +m#942 = (V | undefined) -m#919 = (l["pending"] | undefined) +m#982 = (l["pending"] | undefined) ma (const after eval) = {} @@ -5887,7 +5887,7 @@ mk (const after eval) = FreeVar(Math)["ceil"] ml (const after eval) = (...) => undefined -n#292 = ( +n#312 = ( | a | undefined | "focus" @@ -5899,38 +5899,38 @@ n#292 = ( | d ) -n#404 = (a | undefined | t["payload"]) +n#428 = (a | undefined | t["payload"]) -n#431 = (...) => (???*0* | l) +n#456 = (...) => (???*0* | l) - *0* l ⚠️ sequence with side effects ⚠️ This value might have side effects -n#449 = (r(e, u, h[w], k) | undefined) +n#477 = (r(e, u, h[w], k) | undefined) -n#454 = (h["next"]() | q(e, n["value"], k) | y(m, e, w, n["value"], k)) +n#482 = (h["next"]() | q(e, n["value"], k) | y(m, e, w, n["value"], k)) -n#601 = (b["memoizedState"] | undefined) +n#631 = (b["memoizedState"] | undefined) -n#673 = (b["alternate"] | undefined | Oj) +n#716 = (b["alternate"] | undefined | Oj) -n#721 = (r["stateNode"] | undefined) +n#768 = (r["stateNode"] | undefined) -n#843 = (b["updateQueue"] | undefined) +n#901 = (b["updateQueue"] | undefined) -n#883 = (f["alternate"] | undefined) +n#942 = (f["alternate"] | undefined) -na#292 = (ve | undefined | Fe | De | Ee | na(a, d)) +na#312 = (ve | undefined | Fe | De | Ee | na(a, d)) -na#860 = ???*0* +na#919 = ???*0* - *0* na ⚠️ pattern without value -na#903 = ???*0* +na#965 = ???*0* - *0* na ⚠️ pattern without value -na#907 = ???*0* +na#969 = ???*0* - *0* na ⚠️ pattern without value @@ -6087,14 +6087,14 @@ pl (const after eval) = (...) => !(( ) )) -q#404 = (e["baseState"] | undefined | n["call"](y, q, r) | n | A({}, q, r)) +q#428 = (e["baseState"] | undefined | n["call"](y, q, r) | n | A({}, q, r)) -q#431 = (...) => (???*0* | q(a, d(b["_payload"]), c) | null) +q#456 = (...) => (???*0* | q(a, d(b["_payload"]), c) | null) - *0* b ⚠️ sequence with side effects ⚠️ This value might have side effects -q#494 = ( +q#524 = ( | { "lane": m, "action": l["action"], @@ -6105,7 +6105,7 @@ q#494 = ( | undefined ) -q#601 = ( +q#631 = ( | ( || ("function" === typeof(m)) || ("function" === typeof(g["getSnapshotBeforeUpdate"])) @@ -6114,17 +6114,17 @@ q#601 = ( | b["pendingProps"] ) -q#673 = (a | undefined | y | r) +q#716 = (a | undefined | y | r) -q#721 = (k[(g + 1)] | undefined | ???*0* | a | q["child"] | q["return"] | q["sibling"]) +q#768 = (k[(g + 1)] | undefined | ???*0* | a | q["child"] | q["return"] | q["sibling"]) - *0* assignment expression ⚠️ This value might have side effects -q#768 = (m["dehydrated"] | undefined) +q#819 = (m["dehydrated"] | undefined) -q#843 = (m["tag"] | undefined) +q#901 = (m["tag"] | undefined) -q#883 = (m["child"] | undefined) +q#942 = (m["child"] | undefined) qa (const after eval) = (...) => (!(0) | !(1) | !(b) | (!(1) === b) | FreeVar(isNaN)(b) | (FreeVar(isNaN)(b) || ???*0*)) - *0* unsupported expression @@ -6156,7 +6156,7 @@ qk = (null | b) ql (const after eval) = (...) => undefined -r#404 = ( +r#428 = ( | h["lane"] | undefined | b @@ -6165,7 +6165,7 @@ r#404 = ( | h ) -r#431 = (...) => ( +r#456 = (...) => ( | ((null !== e) ? null : h(a, b, `${c}`, d)) | ((c["key"] === e) ? k(a, b, c, d) : null) | ((c["key"] === e) ? l(a, b, c, d) : null) @@ -6177,19 +6177,19 @@ r#431 = (...) => ( ⚠️ sequence with side effects ⚠️ This value might have side effects -r#601 = (b["memoizedState"] | undefined | g["context"]) +r#631 = (b["memoizedState"] | undefined | g["context"]) -r#673 = (null | undefined | q | q["parentNode"]) +r#716 = (null | undefined | q | q["parentNode"]) -r#721 = (e["_wrapperState"]["wasMultiple"] | undefined | V) +r#768 = (e["_wrapperState"]["wasMultiple"] | undefined | V) -r#778 = ???*0* +r#832 = ???*0* - *0* r ⚠️ pattern without value -r#843 = (m["alternate"] | undefined) +r#901 = (m["alternate"] | undefined) -r#883 = (m["sibling"] | undefined) +r#942 = (m["sibling"] | undefined) ra (const after eval) = /[\-:]([a-z])/g @@ -6269,60 +6269,60 @@ sk = (0 | ???*0* | ???*1*) sl (const after eval) = (...) => hl(g) -t#292 = ((0 !== ???*0*) | undefined | [] | Bd | Td | new t(x, `${w}enter`, n, c, e) | k | vf(t) | null) +t#312 = ((0 !== ???*0*) | undefined | [] | Bd | Td | new t(x, `${w}enter`, n, c, e) | k | vf(t) | null) - *0* unsupported expression ⚠️ This value might have side effects -t#404 = (h | undefined) +t#428 = (h | undefined) -t#431 = (...) => (???*0* | l) +t#456 = (...) => (???*0* | l) - *0* l ⚠️ sequence with side effects ⚠️ This value might have side effects -t#454 = (r(e, m, n["value"], k) | undefined) +t#482 = (r(e, m, n["value"], k) | undefined) -t#673 = (n["memoizedProps"] | undefined) +t#716 = (n["memoizedProps"] | undefined) -t#724 = ???*0* +t#772 = ???*0* - *0* t ⚠️ pattern without value -t#726 = ???*0* +t#774 = ???*0* - *0* t ⚠️ pattern without value -t#729 = ???*0* +t#777 = ???*0* - *0* t ⚠️ pattern without value -t#733 = ???*0* +t#782 = ???*0* - *0* t ⚠️ pattern without value -t#736 = ???*0* +t#785 = ???*0* - *0* t ⚠️ pattern without value -t#738 = ???*0* +t#787 = ???*0* - *0* t ⚠️ pattern without value -t#744 = ???*0* +t#794 = ???*0* - *0* t ⚠️ pattern without value -t#750 = ???*0* +t#800 = ???*0* - *0* t ⚠️ pattern without value -t#753 = ???*0* +t#803 = ???*0* - *0* t ⚠️ pattern without value -t#843 = (new FreeVar(Set)() | undefined) +t#901 = (new FreeVar(Set)() | undefined) -t#883 = (n["child"] | undefined | J) +t#942 = (n["child"] | undefined | J) ta (const after eval) = (...) => undefined @@ -6369,23 +6369,23 @@ tk = (null | [f]) tl (const after eval) = {"usingClientEntryPoint": !(1), "Events": [Cb, ue, Db, Eb, Fb, Rk]} -u#292 = (???*0* | w | F | ((null == n) ? h : ue(n)) | t | vf(u) | 0 | ???*1*) +u#312 = (???*0* | w | F | ((null == n) ? h : ue(n)) | t | vf(u) | 0 | ???*1*) - *0* u ⚠️ pattern without value - *1* updated with update expression ⚠️ This value might have side effects -u#449 = (g | null | x | q(e, h[w], k) | d(e, u)) +u#477 = (g | null | x | q(e, h[w], k) | d(e, u)) -u#454 = (???*0* | t | n) +u#482 = (???*0* | t | n) - *0* assignment expression ⚠️ This value might have side effects -u#673 = (b["stateNode"]["containerInfo"] | undefined) +u#716 = (b["stateNode"]["containerInfo"] | undefined) -u#843 = (f["stateNode"] | undefined) +u#901 = (f["stateNode"] | undefined) -u#883 = (g["child"] | undefined) +u#942 = (g["child"] | undefined) ua (const after eval) = aa["__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED"] @@ -6467,23 +6467,23 @@ vl (const after eval) = { "reconcilerVersion": "18.2.0-next-9e3b772b8-20220608" } -w#292 = (d | undefined | w["return"] | "mouse" | "pointer" | 0 | ???*0*) +w#312 = (d | undefined | w["return"] | "mouse" | "pointer" | 0 | ???*0*) - *0* updated with update expression ⚠️ This value might have side effects -w#449 = (???*0* | ???*1*) +w#477 = (???*0* | ???*1*) - *0* assignment expression ⚠️ This value might have side effects - *1* updated with update expression ⚠️ This value might have side effects -w#454 = (???*0* | ???*1*) +w#482 = (???*0* | ???*1*) - *0* assignment expression ⚠️ This value might have side effects - *1* updated with update expression ⚠️ This value might have side effects -w#673 = ( +w#716 = ( | x["getSnapshotBeforeUpdate"]( ((b["elementType"] === b["type"]) ? t : Lg(b["type"], t)), J @@ -6491,9 +6491,9 @@ w#673 = ( | undefined ) -w#843 = (f["type"] | undefined) +w#901 = (f["type"] | undefined) -w#883 = (a["current"] | undefined) +w#942 = (a["current"] | undefined) wa (const after eval) = FreeVar(Symbol)["for"]("react.portal") @@ -6528,7 +6528,7 @@ wk = (!(1) | !(0)) wl (const after eval) = (FreeVar(__REACT_DEVTOOLS_GLOBAL_HOOK__) | undefined) -x#292 = ( +x#312 = ( | (t ? ((null !== h) ? `${h}Capture` : null) : h) | undefined | "onMouseEnter" @@ -6537,15 +6537,15 @@ x#292 = ( | vf(x) ) -x#449 = (null | u | u["sibling"] | y(u, e, w, h[w], k)) +x#477 = (null | u | u["sibling"] | y(u, e, w, h[w], k)) -x#454 = (null | m | m["sibling"]) +x#482 = (null | m | m["sibling"]) -x#673 = (b["stateNode"] | undefined) +x#716 = (b["stateNode"] | undefined) -x#843 = (Oi(f, k, b) | undefined) +x#901 = (Oi(f, k, b) | undefined) -x#883 = (f["sibling"] | undefined) +x#942 = (f["sibling"] | undefined) xa = (Ce | undefined | h["_wrapperState"] | (d ? ue(d) : FreeVar(window)) | oe(d, ba)) @@ -6579,7 +6579,7 @@ xj (const after eval) = (...) => undefined xk = (null | a) -y#404 = ( +y#428 = ( | h["eventTime"] | undefined | c @@ -6593,22 +6593,22 @@ y#404 = ( } ) -y#431 = (...) => (???*0* | y(a, b, c, f(d["_payload"]), e) | null) +y#456 = (...) => (???*0* | y(a, b, c, f(d["_payload"]), e) | null) - *0* h(b, a, ("" + d), e) ⚠️ sequence with side effects ⚠️ This value might have side effects -y#601 = (c["getDerivedStateFromProps"] | undefined) +y#631 = (c["getDerivedStateFromProps"] | undefined) -y#673 = (???*0* | q["firstChild"] | q["nextSibling"]) +y#716 = (???*0* | q["firstChild"] | q["nextSibling"]) - *0* y ⚠️ pattern without value -y#721 = (f["value"] | undefined | r["child"]) +y#768 = (f["value"] | undefined | r["child"]) -y#843 = (Vi(g) | undefined) +y#901 = (Vi(g) | undefined) -y#883 = (m["return"] | undefined) +y#942 = (m["return"] | undefined) ya (const after eval) = FreeVar(Symbol)["for"]("react.fragment") diff --git a/turbopack/crates/turbopack-ecmascript/tests/analyzer/graph/react-dom-production/resolved-explained.snapshot b/turbopack/crates/turbopack-ecmascript/tests/analyzer/graph/react-dom-production/resolved-explained.snapshot index a67d18924719..0d4f145b3b4f 100644 --- a/turbopack/crates/turbopack-ecmascript/tests/analyzer/graph/react-dom-production/resolved-explained.snapshot +++ b/turbopack/crates/turbopack-ecmascript/tests/analyzer/graph/react-dom-production/resolved-explained.snapshot @@ -647,23 +647,23 @@ Ej = (...) => undefined Ek = (...) => undefined -F#292 = ???*0* +F#312 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -F#678 = ???*0* +F#721 = ???*0* - *0* F ⚠️ pattern without value -F#685 = ???*0* +F#729 = ???*0* - *0* F ⚠️ pattern without value -F#843 = ???*0* +F#901 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -F#883 = ???*0* +F#942 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects @@ -886,11 +886,11 @@ Ij = (...) => undefined Ik = (...) => (d | !(1)) -J#292 = ???*0* +J#312 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -J#431 = (...) => ( +J#456 = (...) => ( | g(a) | ???*0* | n(a, d, f, h) @@ -904,15 +904,15 @@ J#431 = (...) => ( ⚠️ sequence with side effects ⚠️ This value might have side effects -J#673 = ???*0* +J#716 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -J#843 = ???*0* +J#901 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -J#883 = ???*0* +J#942 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects @@ -2277,883 +2277,1265 @@ Zj = (...) => undefined Zk = (...) => undefined -a#10 = ???*0* +a#1005 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#1001 = ???*0* +a#1006 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#1004 = ???*0* +a#1007 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#1008 = ???*0* -- *0* max number of linking steps reached - ⚠️ This value might have side effects +a#1008 = (???*0* | ???*1*) +- *0* arguments[0] + ⚠️ function calls are not analyzed yet +- *1* ???*2*["prototype"] + ⚠️ unknown object +- *2* a + ⚠️ circular variable reference -a#101 = ???*0* +a#1009 = (???*0* | ???*1*) - *0* arguments[0] ⚠️ function calls are not analyzed yet +- *1* ???*2*["$$typeof"] + ⚠️ unknown object +- *2* a + ⚠️ circular variable reference a#1011 = ???*0* -- *0* a - ⚠️ pattern without value - -a#1012 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#1013 = ???*0* +a#1012 = ( + | ???*0* + | new (...) => undefined(12, ???*1*, (???*2* | ???*3*), ???*8*) + | new (...) => undefined(13, ???*9*, (???*10* | ???*11*), (???*16* | ???*17*)) + | new (...) => undefined(19, ???*18*, (???*19* | ???*20*), (???*25* | ???*26*)) +) - *0* arguments[0] ⚠️ function calls are not analyzed yet - -a#1014 = ???*0* -- *0* max number of linking steps reached +- *1* arguments[2] + ⚠️ function calls are not analyzed yet +- *2* arguments[1] + ⚠️ function calls are not analyzed yet +- *3* new (...) => undefined((2 | 1 | 5 | 8 | 10 | 9 | 11 | 14 | 16), ???*4*, ???*5*, (???*6* | ???*7*)) + ⚠️ nested operation +- *4* arguments[2] + ⚠️ function calls are not analyzed yet +- *5* b + ⚠️ circular variable reference +- *6* arguments[4] + ⚠️ function calls are not analyzed yet +- *7* unsupported assign operation ⚠️ This value might have side effects - -a#1016 = ???*0* -- *0* arguments[0] +- *8* unsupported expression + ⚠️ This value might have side effects +- *9* arguments[2] ⚠️ function calls are not analyzed yet - -a#1017 = ???*0* -- *0* arguments[0] +- *10* arguments[1] ⚠️ function calls are not analyzed yet - -a#1018 = (???*0* | 0 | ???*1*) -- *0* arguments[0] +- *11* new (...) => undefined((2 | 1 | 5 | 8 | 10 | 9 | 11 | 14 | 16), ???*12*, ???*13*, (???*14* | ???*15*)) + ⚠️ nested operation +- *12* arguments[2] ⚠️ function calls are not analyzed yet -- *1* updated with update expression +- *13* b + ⚠️ circular variable reference +- *14* arguments[4] + ⚠️ function calls are not analyzed yet +- *15* unsupported assign operation + ⚠️ This value might have side effects +- *16* arguments[4] + ⚠️ function calls are not analyzed yet +- *17* unsupported assign operation + ⚠️ This value might have side effects +- *18* arguments[2] + ⚠️ function calls are not analyzed yet +- *19* arguments[1] + ⚠️ function calls are not analyzed yet +- *20* new (...) => undefined((2 | 1 | 5 | 8 | 10 | 9 | 11 | 14 | 16), ???*21*, ???*22*, (???*23* | ???*24*)) + ⚠️ nested operation +- *21* arguments[2] + ⚠️ function calls are not analyzed yet +- *22* b + ⚠️ circular variable reference +- *23* arguments[4] + ⚠️ function calls are not analyzed yet +- *24* unsupported assign operation + ⚠️ This value might have side effects +- *25* arguments[4] + ⚠️ function calls are not analyzed yet +- *26* unsupported assign operation ⚠️ This value might have side effects -a#1019 = ???*0* +a#1015 = (???*0* | new (...) => undefined(7, ???*1*, ???*2*, ???*3*)) - *0* arguments[0] ⚠️ function calls are not analyzed yet +- *1* a + ⚠️ circular variable reference +- *2* arguments[3] + ⚠️ function calls are not analyzed yet +- *3* arguments[1] + ⚠️ function calls are not analyzed yet -a#102 = (???*0* | ???*1*) +a#1016 = (???*0* | new (...) => undefined(22, ???*1*, ???*2*, ???*3*)) - *0* arguments[0] ⚠️ function calls are not analyzed yet -- *1* ???*2*["style"] - ⚠️ unknown object -- *2* a +- *1* a ⚠️ circular variable reference +- *2* arguments[3] + ⚠️ function calls are not analyzed yet +- *3* arguments[1] + ⚠️ function calls are not analyzed yet -a#1020 = ???*0* +a#1017 = (???*0* | new (...) => undefined(6, ???*1*, null, ???*2*)) - *0* arguments[0] ⚠️ function calls are not analyzed yet +- *1* a + ⚠️ circular variable reference +- *2* arguments[1] + ⚠️ function calls are not analyzed yet -a#1023 = ???*0* +a#1018 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#104 = ???*0* +a#1019 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#107 = ???*0* +a#102 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#108 = (???*0* | ???*1* | ???*3*) +a#1020 = ( + | ???*0* + | new (...) => undefined(???*1*, (???*2* | 1 | ???*3* | 0), ???*4*, ???*5*, ???*6*) +) - *0* arguments[0] ⚠️ function calls are not analyzed yet -- *1* ???*2*["target"] - ⚠️ unknown object -- *2* a +- *1* a ⚠️ circular variable reference -- *3* FreeVar(window) - ⚠️ unknown global +- *2* arguments[1] + ⚠️ function calls are not analyzed yet +- *3* unsupported assign operation ⚠️ This value might have side effects - -a#109 = (???*0* | (???*1* ? null : (???*5* | ???*6*))) -- *0* arguments[0] +- *4* arguments[2] + ⚠️ function calls are not analyzed yet +- *5* arguments[7] + ⚠️ function calls are not analyzed yet +- *6* arguments[8] ⚠️ function calls are not analyzed yet -- *1* !((???*2* | ???*3*)) - ⚠️ nested operation -- *2* a - ⚠️ circular variable reference -- *3* ???*4*[Of] - ⚠️ unknown object -- *4* a - ⚠️ circular variable reference -- *5* a - ⚠️ circular variable reference -- *6* ???*7*[Of] - ⚠️ unknown object -- *7* a - ⚠️ circular variable reference -a#11 = ???*0* +a#1021 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#111 = ???*0* +a#1022 = (???*0* | ???*1*) - *0* arguments[0] ⚠️ function calls are not analyzed yet +- *1* ???*2*["_reactInternals"] + ⚠️ unknown object +- *2* a + ⚠️ circular variable reference -a#112 = (null | ???*0* | undefined | 0 | ???*1*) +a#1028 = (???*0* | ???*1*) - *0* arguments[0] ⚠️ function calls are not analyzed yet -- *1* updated with update expression +- *1* node limit reached ⚠️ This value might have side effects -a#114 = ???*0* -- *0* arguments[0] - ⚠️ function calls are not analyzed yet +a#1029 = ???*0* +- *0* max number of linking steps reached + ⚠️ This value might have side effects -a#116 = ???*0* +a#1030 = (???*0* | ???*1*) - *0* arguments[0] ⚠️ function calls are not analyzed yet +- *1* ???*2*["current"] + ⚠️ unknown object +- *2* a + ⚠️ circular variable reference -a#119 = (???*0* | ???*1* | !((???*3* | null | ???*6*)) | false) +a#1032 = (???*0* | ???*1*) - *0* arguments[0] ⚠️ function calls are not analyzed yet -- *1* ???*2*["type"] +- *1* ???*2*["memoizedState"] ⚠️ unknown object - *2* a ⚠️ circular variable reference -- *3* ???*4*[Pf] - ⚠️ unknown object -- *4* ???*5*["stateNode"] - ⚠️ unknown object -- *5* a - ⚠️ circular variable reference -- *6* !(???*7*) - ⚠️ nested operation -- *7* ???*8*["disabled"] - ⚠️ unknown object -- *8* d - ⚠️ circular variable reference -a#12 = ???*0* +a#1034 = (???*0* | ???*1*) - *0* arguments[0] ⚠️ function calls are not analyzed yet +- *1* ???*2*["alternate"] + ⚠️ unknown object +- *2* a + ⚠️ circular variable reference -a#122 = ???*0* -- *0* a - ⚠️ pattern without value - -a#123 = ???*0* +a#1036 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#126 = ???*0* +a#1037 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#127 = ???*0* +a#1038 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#128 = ???*0* +a#1039 = ???*0* +- *0* ???*1*["_internalRoot"] + ⚠️ unknown object + ⚠️ This value might have side effects +- *1* unsupported expression + ⚠️ This value might have side effects + +a#104 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#13 = ???*0* +a#1042 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#131 = (???*0* | ???*1* | ???*2*) +a#1043 = ( + | ???*0* + | { + "blockedOn": null, + "target": ???*1*, + "priority": ( + | ???*2*() + | 0 + | 1 + | ???*3* + | 4 + | undefined + | ((???*4* | ???*6*) ? ???*7* : 4) + | (???*8* ? 16 : (???*9* | undefined | null | ???*16* | ???*17*)) + | ???*19* + ) + } +) - *0* arguments[0] ⚠️ function calls are not analyzed yet - *1* a ⚠️ circular variable reference -- *2* ???*3*["return"] - ⚠️ unknown object -- *3* b +- *2* Hc + ⚠️ pattern without value +- *3* C ⚠️ circular variable reference - -a#133 = (???*0* | ???*1*) -- *0* arguments[0] +- *4* (0 !== ???*5*) + ⚠️ nested operation +- *5* C + ⚠️ circular variable reference +- *6* unsupported expression + ⚠️ This value might have side effects +- *7* C + ⚠️ circular variable reference +- *8* unsupported expression + ⚠️ This value might have side effects +- *9* (???*10* ? ???*11* : 1) + ⚠️ nested operation +- *10* unsupported expression + ⚠️ This value might have side effects +- *11* (???*12* ? ???*13* : 4) + ⚠️ nested operation +- *12* unsupported expression + ⚠️ This value might have side effects +- *13* (???*14* ? 16 : 536870912) + ⚠️ nested operation +- *14* (0 !== ???*15*) + ⚠️ nested operation +- *15* unsupported expression + ⚠️ This value might have side effects +- *16* arguments[0] ⚠️ function calls are not analyzed yet -- *1* ???*2*["alternate"] +- *17* ???*18*["value"] ⚠️ unknown object -- *2* a - ⚠️ circular variable reference - -a#135 = ???*0* -- *0* arguments[0] +- *18* arguments[1] ⚠️ function calls are not analyzed yet - -a#136 = ???*0* -- *0* arguments[0] +- *19* arguments[0] ⚠️ function calls are not analyzed yet -a#14 = ???*0* +a#1045 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#15 = ???*0* +a#1046 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#151 = (???*0* | (???*1* ? null : ???*12*) | ???*13* | (???*14* ? ???*28* : (???*29* | ???*31*))) +a#1048 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -- *1* ((???*2* | ???*4*) !== ???*11*) - ⚠️ nested operation -- *2* ???*3*["alternate"] + +a#1051 = (null | ???*0* | ???*3* | undefined["child"]["stateNode"] | undefined) +- *0* ???*1*["stateNode"] ⚠️ unknown object -- *3* a - ⚠️ circular variable reference -- *4* (???*5* ? (???*8* | ???*9*) : null) - ⚠️ nested operation -- *5* (3 === ???*6*) - ⚠️ nested operation -- *6* ???*7*["tag"] +- *1* ???*2*["child"] ⚠️ unknown object -- *7* a - ⚠️ circular variable reference -- *8* a - ⚠️ circular variable reference -- *9* ???*10*["return"] +- *2* arguments[1] + ⚠️ function calls are not analyzed yet +- *3* ???*4*["stateNode"] ⚠️ unknown object -- *10* b - ⚠️ circular variable reference -- *11* a - ⚠️ circular variable reference -- *12* a - ⚠️ circular variable reference -- *13* a - ⚠️ sequence with side effects ⚠️ This value might have side effects -- *14* (( - | ???*15* - | undefined["return"]["stateNode"]["current"] - | undefined["alternate"]["stateNode"]["current"] - | undefined["stateNode"]["current"] - | undefined["child"]["stateNode"]["current"] - ) === ( - | ???*18* - | ???*19* - | ???*21* - | undefined["return"] - | undefined["alternate"] - | undefined - | undefined["child"] - )) - ⚠️ nested operation -- *15* ???*16*["current"] +- *4* ???*5*["child"] ⚠️ unknown object -- *16* ???*17*["stateNode"] + ⚠️ This value might have side effects +- *5* node limit reached + ⚠️ This value might have side effects + +a#1053 = ( + | null + | ???*0* + | new (...) => undefined(???*3*, (0 | 1 | ???*4*), false, "", (...) => undefined)["child"]["stateNode"] + | undefined +) +- *0* ???*1*["stateNode"] ⚠️ unknown object -- *17* a - ⚠️ circular variable reference -- *18* a - ⚠️ circular variable reference -- *19* ???*20*["alternate"] +- *1* ???*2*["child"] ⚠️ unknown object -- *20* a +- *2* arguments[0] + ⚠️ function calls are not analyzed yet +- *3* a ⚠️ circular variable reference -- *21* (???*22* ? (???*25* | ???*26*) : null) - ⚠️ nested operation -- *22* (3 === ???*23*) - ⚠️ nested operation -- *23* ???*24*["tag"] +- *4* unsupported assign operation + ⚠️ This value might have side effects + +a#1055 = ???*0* +- *0* arguments[0] + ⚠️ function calls are not analyzed yet + +a#1058 = ( + | null + | ???*0* + | undefined["child"]["stateNode"] + | ???*4* + | new (...) => undefined(???*7*, (0 | 1 | ???*8*), false, "", (...) => undefined)["child"]["stateNode"] + | undefined +) +- *0* ???*1*["stateNode"] ⚠️ unknown object -- *24* a - ⚠️ circular variable reference -- *25* a - ⚠️ circular variable reference -- *26* ???*27*["return"] +- *1* ???*2*["child"] ⚠️ unknown object -- *27* b - ⚠️ circular variable reference -- *28* a - ⚠️ circular variable reference -- *29* ???*30*["alternate"] +- *2* ???*3*["_reactRootContainer"] ⚠️ unknown object -- *30* a - ⚠️ circular variable reference -- *31* (???*32* ? (???*35* | ???*36*) : null) - ⚠️ nested operation -- *32* (3 === ???*33*) - ⚠️ nested operation -- *33* ???*34*["tag"] +- *3* arguments[2] + ⚠️ function calls are not analyzed yet +- *4* ???*5*["stateNode"] ⚠️ unknown object -- *34* a - ⚠️ circular variable reference -- *35* a - ⚠️ circular variable reference -- *36* ???*37*["return"] + ⚠️ This value might have side effects +- *5* ???*6*["child"] ⚠️ unknown object -- *37* b + ⚠️ This value might have side effects +- *6* node limit reached + ⚠️ This value might have side effects +- *7* a ⚠️ circular variable reference +- *8* unsupported assign operation + ⚠️ This value might have side effects -a#152 = (???*0* | ???*1*) +a#1059 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -- *1* ???*2*["child"] - ⚠️ unknown object -- *2* a - ⚠️ circular variable reference -a#154 = ???*0* +a#1064 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#157 = (???*0* | ???*1*) +a#1067 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -- *1* unsupported assign operation - ⚠️ This value might have side effects -a#158 = ???*0* +a#107 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#159 = (???*0* | ???*1*) +a#1071 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -- *1* ???*2*["entanglements"] - ⚠️ unknown object -- *2* a - ⚠️ circular variable reference -a#16 = ???*0* +a#1074 = ???*0* +- *0* arguments[0] + ⚠️ function calls are not analyzed yet + +a#1079 = ???*0* +- *0* max number of linking steps reached + ⚠️ This value might have side effects + +a#1082 = ???*0* +- *0* a + ⚠️ pattern without value + +a#1083 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#161 = ???*0* +a#1084 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#162 = ???*0* +a#1085 = ???*0* +- *0* max number of linking steps reached + ⚠️ This value might have side effects + +a#1087 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#165 = (???*0* | ???*1*) +a#1088 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -- *1* unsupported expression - ⚠️ This value might have side effects -a#166 = (64 | ???*0*) -- *0* unsupported assign operation +a#1089 = (???*0* | 0 | ???*1*) +- *0* arguments[0] + ⚠️ function calls are not analyzed yet +- *1* updated with update expression ⚠️ This value might have side effects -a#167 = ???*0* +a#109 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#168 = (???*0* | ???*1*) +a#1090 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -- *1* ???*2*["eventTimes"] - ⚠️ unknown object -- *2* a - ⚠️ circular variable reference -a#169 = (???*0* | ???*1*) +a#1091 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -- *1* ???*2*["expirationTimes"] - ⚠️ unknown object -- *2* a - ⚠️ circular variable reference -a#17 = ???*0* +a#1094 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#171 = (???*0* | ???*1*) +a#11 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -- *1* ???*2*["entanglements"] + +a#110 = (???*0* | ???*1*) +- *0* arguments[0] + ⚠️ function calls are not analyzed yet +- *1* ???*2*["style"] ⚠️ unknown object - *2* a ⚠️ circular variable reference -a#173 = (???*0* | ???*1*) +a#112 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -- *1* unsupported assign operation - ⚠️ This value might have side effects -a#174 = ???*0* +a#115 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#175 = ( - | ???*0* - | { - "blockedOn": (???*1* | (???*2* ? null : (???*6* | ???*7*)) | ???*9*), - "domEventName": ???*11*, - "eventSystemFlags": ???*12*, - "nativeEvent": ???*13*, - "targetContainers": [???*14*] - } -) +a#117 = (???*0* | ???*1* | ???*3*) - *0* arguments[0] ⚠️ function calls are not analyzed yet -- *1* arguments[1] +- *1* ???*2*["target"] + ⚠️ unknown object +- *2* a + ⚠️ circular variable reference +- *3* FreeVar(window) + ⚠️ unknown global + ⚠️ This value might have side effects + +a#118 = (???*0* | (???*1* ? null : (???*5* | ???*6*))) +- *0* arguments[0] ⚠️ function calls are not analyzed yet -- *2* !((???*3* | ???*4*)) +- *1* !((???*2* | ???*3*)) ⚠️ nested operation -- *3* b +- *2* a ⚠️ circular variable reference -- *4* ???*5*[Of] +- *3* ???*4*[Of] ⚠️ unknown object -- *5* a - ⚠️ circular variable reference -- *6* b +- *4* a ⚠️ circular variable reference -- *7* ???*8*[Of] - ⚠️ unknown object -- *8* a +- *5* a ⚠️ circular variable reference -- *9* ???*10*["targetContainers"] +- *6* ???*7*[Of] ⚠️ unknown object -- *10* a +- *7* a ⚠️ circular variable reference -- *11* arguments[2] - ⚠️ function calls are not analyzed yet -- *12* arguments[3] - ⚠️ function calls are not analyzed yet -- *13* arguments[5] - ⚠️ function calls are not analyzed yet -- *14* arguments[4] - ⚠️ function calls are not analyzed yet -a#176 = ???*0* +a#12 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#177 = ???*0* +a#120 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#18 = ???*0* +a#121 = (null | ???*0* | undefined | 0 | ???*1*) - *0* arguments[0] ⚠️ function calls are not analyzed yet +- *1* updated with update expression + ⚠️ This value might have side effects -a#183 = ???*0* +a#123 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#186 = ???*0* +a#125 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#188 = ???*0* +a#128 = (???*0* | ???*1* | !((???*3* | null | ???*6*)) | false) - *0* arguments[0] ⚠️ function calls are not analyzed yet +- *1* ???*2*["type"] + ⚠️ unknown object +- *2* a + ⚠️ circular variable reference +- *3* ???*4*[Pf] + ⚠️ unknown object +- *4* ???*5*["stateNode"] + ⚠️ unknown object +- *5* a + ⚠️ circular variable reference +- *6* !(???*7*) + ⚠️ nested operation +- *7* ???*8*["disabled"] + ⚠️ unknown object +- *8* d + ⚠️ circular variable reference -a#189 = ???*0* +a#13 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#19 = ???*0* +a#132 = ???*0* +- *0* a + ⚠️ pattern without value + +a#133 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#193 = ???*0* +a#136 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#196 = ???*0* +a#137 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#199 = ???*0* +a#138 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#20 = ???*0* +a#14 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#203 = ( - | ???*0* - | (???*1* ? (???*6* | ???*8*) : (???*10* | ???*11* | ???*13*)) - | ???*14* - | null[`__reactFiber$${???*20*}`] - | null["parentNode"][`__reactContainer$${???*25*}`] - | null[`__reactFiber$${???*30*}`][`__reactContainer$${???*35*}`] - | null["parentNode"][`__reactFiber$${???*40*}`] - | null[`__reactFiber$${???*45*}`][`__reactFiber$${???*50*}`] - | null["parentNode"] - | null[`__reactFiber$${???*55*}`]["alternate"] - | null - | (???*60* ? (???*63* | ???*64*) : null)["memoizedState"]["dehydrated"] - | undefined["dehydrated"] -) +a#141 = (???*0* | ???*1* | ???*2*) - *0* arguments[0] ⚠️ function calls are not analyzed yet -- *1* (3 === (???*2* | ???*4*)) - ⚠️ nested operation -- *2* ???*3*["nodeType"] +- *1* a + ⚠️ circular variable reference +- *2* ???*3*["return"] ⚠️ unknown object -- *3* arguments[3] +- *3* b + ⚠️ circular variable reference + +a#143 = (???*0* | ???*1*) +- *0* arguments[0] ⚠️ function calls are not analyzed yet -- *4* ???*5*["nodeType"] - ⚠️ unknown object - ⚠️ This value might have side effects -- *5* FreeVar(window) - ⚠️ unknown global - ⚠️ This value might have side effects -- *6* ???*7*["parentNode"] +- *1* ???*2*["alternate"] ⚠️ unknown object -- *7* arguments[3] +- *2* a + ⚠️ circular variable reference + +a#145 = ???*0* +- *0* arguments[0] ⚠️ function calls are not analyzed yet -- *8* ???*9*["parentNode"] - ⚠️ unknown object - ⚠️ This value might have side effects -- *9* FreeVar(window) - ⚠️ unknown global - ⚠️ This value might have side effects -- *10* arguments[3] + +a#146 = ???*0* +- *0* arguments[0] ⚠️ function calls are not analyzed yet -- *11* ???*12*["target"] - ⚠️ unknown object -- *12* a - ⚠️ circular variable reference -- *13* FreeVar(window) - ⚠️ unknown global - ⚠️ This value might have side effects -- *14* ???*15*[`__reactFiber$${???*16*}`] + +a#15 = ???*0* +- *0* arguments[0] + ⚠️ function calls are not analyzed yet + +a#16 = ???*0* +- *0* arguments[0] + ⚠️ function calls are not analyzed yet + +a#161 = (???*0* | (???*1* ? null : ???*12*) | ???*13* | (???*14* ? ???*28* : (???*29* | ???*31*))) +- *0* arguments[0] + ⚠️ function calls are not analyzed yet +- *1* ((???*2* | ???*4*) !== ???*11*) + ⚠️ nested operation +- *2* ???*3*["alternate"] ⚠️ unknown object -- *15* a +- *3* a ⚠️ circular variable reference -- *16* ???*17*["slice"](2) - ⚠️ unknown callee object -- *17* ???*18*(36) - ⚠️ unknown callee -- *18* ???*19*["toString"] - ⚠️ unknown object -- *19* ???() +- *4* (???*5* ? (???*8* | ???*9*) : null) ⚠️ nested operation -- *20* ???*21*["slice"](2) - ⚠️ unknown callee object -- *21* ???*22*(36) - ⚠️ unknown callee -- *22* ???*23*["toString"] - ⚠️ unknown object -- *23* ???*24*() +- *5* (3 === ???*6*) ⚠️ nested operation -- *24* ???["random"] - ⚠️ unknown object - ⚠️ This value might have side effects -- *25* ???*26*["slice"](2) - ⚠️ unknown callee object -- *26* ???*27*(36) - ⚠️ unknown callee -- *27* ???*28*["toString"] +- *6* ???*7*["tag"] ⚠️ unknown object -- *28* ???*29*() - ⚠️ nested operation -- *29* ???["random"] +- *7* a + ⚠️ circular variable reference +- *8* a + ⚠️ circular variable reference +- *9* ???*10*["return"] ⚠️ unknown object +- *10* b + ⚠️ circular variable reference +- *11* a + ⚠️ circular variable reference +- *12* a + ⚠️ circular variable reference +- *13* a + ⚠️ sequence with side effects ⚠️ This value might have side effects -- *30* ???*31*["slice"](2) - ⚠️ unknown callee object -- *31* ???*32*(36) - ⚠️ unknown callee -- *32* ???*33*["toString"] - ⚠️ unknown object -- *33* ???*34*() +- *14* (( + | ???*15* + | undefined["return"]["stateNode"]["current"] + | undefined["alternate"]["stateNode"]["current"] + | undefined["stateNode"]["current"] + | undefined["child"]["stateNode"]["current"] + ) === ( + | ???*18* + | ???*19* + | ???*21* + | undefined["return"] + | undefined["alternate"] + | undefined + | undefined["child"] + )) ⚠️ nested operation -- *34* ???["random"] - ⚠️ unknown object - ⚠️ This value might have side effects -- *35* ???*36*["slice"](2) - ⚠️ unknown callee object -- *36* ???*37*(36) - ⚠️ unknown callee -- *37* ???*38*["toString"] +- *15* ???*16*["current"] ⚠️ unknown object -- *38* ???*39*() - ⚠️ nested operation -- *39* ???["random"] +- *16* ???*17*["stateNode"] ⚠️ unknown object - ⚠️ This value might have side effects -- *40* ???*41*["slice"](2) - ⚠️ unknown callee object -- *41* ???*42*(36) - ⚠️ unknown callee -- *42* ???*43*["toString"] +- *17* a + ⚠️ circular variable reference +- *18* a + ⚠️ circular variable reference +- *19* ???*20*["alternate"] ⚠️ unknown object -- *43* ???*44*() +- *20* a + ⚠️ circular variable reference +- *21* (???*22* ? (???*25* | ???*26*) : null) ⚠️ nested operation -- *44* ???["random"] - ⚠️ unknown object - ⚠️ This value might have side effects -- *45* ???*46*["slice"](2) - ⚠️ unknown callee object -- *46* ???*47*(36) - ⚠️ unknown callee -- *47* ???*48*["toString"] - ⚠️ unknown object -- *48* ???*49*() +- *22* (3 === ???*23*) ⚠️ nested operation -- *49* ???["random"] - ⚠️ unknown object - ⚠️ This value might have side effects -- *50* ???*51*["slice"](2) - ⚠️ unknown callee object -- *51* ???*52*(36) - ⚠️ unknown callee -- *52* ???*53*["toString"] +- *23* ???*24*["tag"] ⚠️ unknown object -- *53* ???*54*() - ⚠️ nested operation -- *54* ???["random"] +- *24* a + ⚠️ circular variable reference +- *25* a + ⚠️ circular variable reference +- *26* ???*27*["return"] ⚠️ unknown object - ⚠️ This value might have side effects -- *55* ???*56*["slice"](2) - ⚠️ unknown callee object -- *56* ???*57*(36) - ⚠️ unknown callee -- *57* ???*58*["toString"] +- *27* b + ⚠️ circular variable reference +- *28* a + ⚠️ circular variable reference +- *29* ???*30*["alternate"] ⚠️ unknown object -- *58* ???*59*() +- *30* a + ⚠️ circular variable reference +- *31* (???*32* ? (???*35* | ???*36*) : null) ⚠️ nested operation -- *59* ???["random"] - ⚠️ unknown object - ⚠️ This value might have side effects -- *60* (3 === ???*61*) +- *32* (3 === ???*33*) ⚠️ nested operation -- *61* ???*62*["tag"] +- *33* ???*34*["tag"] ⚠️ unknown object -- *62* a +- *34* a ⚠️ circular variable reference -- *63* a +- *35* a ⚠️ circular variable reference -- *64* ???*65*["return"] +- *36* ???*37*["return"] ⚠️ unknown object -- *65* b +- *37* b ⚠️ circular variable reference -a#206 = ???*0* +a#162 = (???*0* | ???*1*) - *0* arguments[0] ⚠️ function calls are not analyzed yet +- *1* ???*2*["child"] + ⚠️ unknown object +- *2* a + ⚠️ circular variable reference -a#207 = (???*0* | 0 | ???*1*) -- *0* a - ⚠️ pattern without value -- *1* updated with update expression +a#164 = ???*0* +- *0* arguments[0] + ⚠️ function calls are not analyzed yet + +a#167 = (???*0* | ???*1*) +- *0* arguments[0] + ⚠️ function calls are not analyzed yet +- *1* unsupported assign operation ⚠️ This value might have side effects -a#208 = (???*0* | ???*1* | 13) +a#168 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -- *1* ???*2*["charCode"] + +a#17 = ???*0* +- *0* arguments[0] + ⚠️ function calls are not analyzed yet + +a#170 = (???*0* | ???*1*) +- *0* arguments[0] + ⚠️ function calls are not analyzed yet +- *1* ???*2*["entanglements"] ⚠️ unknown object - *2* a ⚠️ circular variable reference -a#21 = ???*0* +a#172 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#211 = ???*0* +a#174 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#213 = ???*0* -- *0* ???*1*["nativeEvent"] - ⚠️ unknown object - ⚠️ This value might have side effects +a#177 = (???*0* | ???*1*) +- *0* arguments[0] + ⚠️ function calls are not analyzed yet - *1* unsupported expression ⚠️ This value might have side effects -a#214 = ???*0* -- *0* ???*1*["nativeEvent"] - ⚠️ unknown object - ⚠️ This value might have side effects -- *1* unsupported expression +a#178 = (64 | ???*0*) +- *0* unsupported assign operation ⚠️ This value might have side effects -a#216 = ???*0* -- *0* arguments[0] - ⚠️ function calls are not analyzed yet - -a#217 = ???*0* +a#179 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#218 = ???*0* +a#18 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#219 = ???*0* +a#180 = (???*0* | ???*1*) - *0* arguments[0] ⚠️ function calls are not analyzed yet +- *1* ???*2*["eventTimes"] + ⚠️ unknown object +- *2* a + ⚠️ circular variable reference -a#22 = ???*0* +a#181 = (???*0* | ???*1*) - *0* arguments[0] ⚠️ function calls are not analyzed yet +- *1* ???*2*["expirationTimes"] + ⚠️ unknown object +- *2* a + ⚠️ circular variable reference -a#220 = ???*0* +a#183 = (???*0* | ???*1*) - *0* arguments[0] ⚠️ function calls are not analyzed yet +- *1* ???*2*["entanglements"] + ⚠️ unknown object +- *2* a + ⚠️ circular variable reference -a#221 = (???*0* | "altKey" | "ctrlKey" | "metaKey" | "shiftKey" | ???*1*) +a#185 = (???*0* | ???*1*) - *0* arguments[0] ⚠️ function calls are not analyzed yet -- *1* {}[???*2*] - ⚠️ unknown object prototype methods or values +- *1* unsupported assign operation ⚠️ This value might have side effects -- *2* a - ⚠️ circular variable reference -a#223 = (???*0* | ((???*1* | ???*2*) ? (???*6* | ???*7* | 13) : 0)) +a#186 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -- *1* unsupported expression - ⚠️ This value might have side effects -- *2* (13 === (???*3* | ???*4* | 13)) + +a#188 = ( + | ???*0* + | { + "blockedOn": (???*1* | (???*2* ? null : (???*6* | ???*7*)) | ???*9*), + "domEventName": ???*11*, + "eventSystemFlags": ???*12*, + "nativeEvent": ???*13*, + "targetContainers": [???*14*] + } +) +- *0* arguments[0] + ⚠️ function calls are not analyzed yet +- *1* arguments[1] + ⚠️ function calls are not analyzed yet +- *2* !((???*3* | ???*4*)) ⚠️ nested operation -- *3* a +- *3* b ⚠️ circular variable reference -- *4* ???*5*["charCode"] +- *4* ???*5*[Of] ⚠️ unknown object - *5* a ⚠️ circular variable reference -- *6* a +- *6* b ⚠️ circular variable reference -- *7* ???*8*["charCode"] +- *7* ???*8*[Of] ⚠️ unknown object - *8* a ⚠️ circular variable reference +- *9* ???*10*["targetContainers"] + ⚠️ unknown object +- *10* a + ⚠️ circular variable reference +- *11* arguments[2] + ⚠️ function calls are not analyzed yet +- *12* arguments[3] + ⚠️ function calls are not analyzed yet +- *13* arguments[5] + ⚠️ function calls are not analyzed yet +- *14* arguments[4] + ⚠️ function calls are not analyzed yet -a#225 = ???*0* +a#189 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#226 = ???*0* +a#19 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#227 = ???*0* +a#191 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#228 = ???*0* +a#197 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#229 = ???*0* +a#20 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#23 = ???*0* +a#200 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#230 = ???*0* +a#202 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#231 = (???*0* | ???*1*) +a#203 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -- *1* ???*2*["detail"] - ⚠️ unknown object -- *2* a - ⚠️ circular variable reference -a#232 = (???*0* | ???*1*) +a#207 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -- *1* ???*2*["data"] - ⚠️ unknown object -- *2* arguments[1] + +a#21 = ???*0* +- *0* arguments[0] ⚠️ function calls are not analyzed yet -a#233 = (???*0* | null | ???*1* | ???*15*) +a#210 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -- *1* ???*2*((???*10* | 0 | ???*11*), ???*12*) - ⚠️ unknown callee + +a#213 = ???*0* +- *0* arguments[0] + ⚠️ function calls are not analyzed yet + +a#217 = ( + | ???*0* + | (???*1* ? (???*6* | ???*8*) : (???*10* | ???*11* | ???*13*)) + | ???*14* + | null[`__reactFiber$${???*20*}`] + | null["parentNode"][`__reactContainer$${???*25*}`] + | null[`__reactFiber$${???*30*}`][`__reactContainer$${???*35*}`] + | null["parentNode"][`__reactFiber$${???*40*}`] + | null[`__reactFiber$${???*45*}`][`__reactFiber$${???*50*}`] + | null["parentNode"] + | null[`__reactFiber$${???*55*}`]["alternate"] + | null + | (???*60* ? (???*63* | ???*64*) : null)["memoizedState"]["dehydrated"] + | undefined["dehydrated"] +) +- *0* arguments[0] + ⚠️ function calls are not analyzed yet +- *1* (3 === (???*2* | ???*4*)) + ⚠️ nested operation +- *2* ???*3*["nodeType"] + ⚠️ unknown object +- *3* arguments[3] + ⚠️ function calls are not analyzed yet +- *4* ???*5*["nodeType"] + ⚠️ unknown object ⚠️ This value might have side effects -- *2* ???*3*["slice"] +- *5* FreeVar(window) + ⚠️ unknown global + ⚠️ This value might have side effects +- *6* ???*7*["parentNode"] ⚠️ unknown object -- *3* (???*4* ? (null["value"] | ???*6*) : (null["textContent"] | ???*8*)) +- *7* arguments[3] + ⚠️ function calls are not analyzed yet +- *8* ???*9*["parentNode"] + ⚠️ unknown object + ⚠️ This value might have side effects +- *9* FreeVar(window) + ⚠️ unknown global + ⚠️ This value might have side effects +- *10* arguments[3] + ⚠️ function calls are not analyzed yet +- *11* ???*12*["target"] + ⚠️ unknown object +- *12* a + ⚠️ circular variable reference +- *13* FreeVar(window) + ⚠️ unknown global + ⚠️ This value might have side effects +- *14* ???*15*[`__reactFiber$${???*16*}`] + ⚠️ unknown object +- *15* a + ⚠️ circular variable reference +- *16* ???*17*["slice"](2) + ⚠️ unknown callee object +- *17* ???*18*(36) + ⚠️ unknown callee +- *18* ???*19*["toString"] + ⚠️ unknown object +- *19* ???() ⚠️ nested operation -- *4* "value" in (null | ???*5*) +- *20* ???*21*["slice"](2) + ⚠️ unknown callee object +- *21* ???*22*(36) + ⚠️ unknown callee +- *22* ???*23*["toString"] + ⚠️ unknown object +- *23* ???*24*() ⚠️ nested operation -- *5* (??? ? (??? | ???) : (??? | ??? | ???)) +- *24* ???["random"] + ⚠️ unknown object + ⚠️ This value might have side effects +- *25* ???*26*["slice"](2) + ⚠️ unknown callee object +- *26* ???*27*(36) + ⚠️ unknown callee +- *27* ???*28*["toString"] + ⚠️ unknown object +- *28* ???*29*() ⚠️ nested operation -- *6* ???*7*["value"] +- *29* ???["random"] ⚠️ unknown object -- *7* (??? ? (??? | ???) : (??? | ??? | ???)) + ⚠️ This value might have side effects +- *30* ???*31*["slice"](2) + ⚠️ unknown callee object +- *31* ???*32*(36) + ⚠️ unknown callee +- *32* ???*33*["toString"] + ⚠️ unknown object +- *33* ???*34*() ⚠️ nested operation -- *8* ???*9*["textContent"] +- *34* ???["random"] ⚠️ unknown object -- *9* (??? ? (??? | ???) : (??? | ??? | ???)) + ⚠️ This value might have side effects +- *35* ???*36*["slice"](2) + ⚠️ unknown callee object +- *36* ???*37*(36) + ⚠️ unknown callee +- *37* ???*38*["toString"] + ⚠️ unknown object +- *38* ???*39*() ⚠️ nested operation -- *10* a - ⚠️ pattern without value -- *11* updated with update expression +- *39* ???["random"] + ⚠️ unknown object ⚠️ This value might have side effects -- *12* (???*13* ? ???*14* : undefined) +- *40* ???*41*["slice"](2) + ⚠️ unknown callee object +- *41* ???*42*(36) + ⚠️ unknown callee +- *42* ???*43*["toString"] + ⚠️ unknown object +- *43* ???*44*() ⚠️ nested operation -- *13* unsupported expression +- *44* ???["random"] + ⚠️ unknown object ⚠️ This value might have side effects -- *14* unsupported expression +- *45* ???*46*["slice"](2) + ⚠️ unknown callee object +- *46* ???*47*(36) + ⚠️ unknown callee +- *47* ???*48*["toString"] + ⚠️ unknown object +- *48* ???*49*() + ⚠️ nested operation +- *49* ???["random"] + ⚠️ unknown object ⚠️ This value might have side effects -- *15* assignment expression +- *50* ???*51*["slice"](2) + ⚠️ unknown callee object +- *51* ???*52*(36) + ⚠️ unknown callee +- *52* ???*53*["toString"] + ⚠️ unknown object +- *53* ???*54*() + ⚠️ nested operation +- *54* ???["random"] + ⚠️ unknown object + ⚠️ This value might have side effects +- *55* ???*56*["slice"](2) + ⚠️ unknown callee object +- *56* ???*57*(36) + ⚠️ unknown callee +- *57* ???*58*["toString"] + ⚠️ unknown object +- *58* ???*59*() + ⚠️ nested operation +- *59* ???["random"] + ⚠️ unknown object ⚠️ This value might have side effects +- *60* (3 === ???*61*) + ⚠️ nested operation +- *61* ???*62*["tag"] + ⚠️ unknown object +- *62* a + ⚠️ circular variable reference +- *63* a + ⚠️ circular variable reference +- *64* ???*65*["return"] + ⚠️ unknown object +- *65* b + ⚠️ circular variable reference -a#235 = ???*0* +a#22 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#236 = ???*0* +a#220 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#237 = ???*0* -- *0* arguments[0] - ⚠️ function calls are not analyzed yet +a#223 = (???*0* | 0 | ???*1*) +- *0* a + ⚠️ pattern without value +- *1* updated with update expression + ⚠️ This value might have side effects -a#238 = ???*0* +a#224 = (???*0* | ???*1* | 13) - *0* arguments[0] ⚠️ function calls are not analyzed yet +- *1* ???*2*["charCode"] + ⚠️ unknown object +- *2* a + ⚠️ circular variable reference -a#239 = ???*0* +a#227 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#24 = ???*0* +a#229 = ???*0* +- *0* ???*1*["nativeEvent"] + ⚠️ unknown object + ⚠️ This value might have side effects +- *1* unsupported expression + ⚠️ This value might have side effects + +a#23 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#244 = ???*0* +a#230 = ???*0* +- *0* ???*1*["nativeEvent"] + ⚠️ unknown object + ⚠️ This value might have side effects +- *1* unsupported expression + ⚠️ This value might have side effects + +a#232 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#246 = ???*0* +a#233 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#247 = ???*0* +a#234 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#248 = ???*0* +a#235 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#249 = ???*0* +a#236 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#25 = ???*0* +a#237 = (???*0* | "altKey" | "ctrlKey" | "metaKey" | "shiftKey" | ???*1*) +- *0* arguments[0] + ⚠️ function calls are not analyzed yet +- *1* {}[???*2*] + ⚠️ unknown object prototype methods or values + ⚠️ This value might have side effects +- *2* a + ⚠️ circular variable reference + +a#239 = (???*0* | ((???*1* | ???*2*) ? (???*6* | ???*7* | 13) : 0)) +- *0* arguments[0] + ⚠️ function calls are not analyzed yet +- *1* unsupported expression + ⚠️ This value might have side effects +- *2* (13 === (???*3* | ???*4* | 13)) + ⚠️ nested operation +- *3* a + ⚠️ circular variable reference +- *4* ???*5*["charCode"] + ⚠️ unknown object +- *5* a + ⚠️ circular variable reference +- *6* a + ⚠️ circular variable reference +- *7* ???*8*["charCode"] + ⚠️ unknown object +- *8* a + ⚠️ circular variable reference + +a#24 = ???*0* +- *0* arguments[0] + ⚠️ function calls are not analyzed yet + +a#241 = ???*0* +- *0* arguments[0] + ⚠️ function calls are not analyzed yet + +a#242 = ???*0* +- *0* arguments[0] + ⚠️ function calls are not analyzed yet + +a#243 = ???*0* +- *0* arguments[0] + ⚠️ function calls are not analyzed yet + +a#244 = ???*0* +- *0* arguments[0] + ⚠️ function calls are not analyzed yet + +a#245 = ???*0* +- *0* arguments[0] + ⚠️ function calls are not analyzed yet + +a#246 = ???*0* +- *0* arguments[0] + ⚠️ function calls are not analyzed yet + +a#248 = (???*0* | ???*1*) +- *0* arguments[0] + ⚠️ function calls are not analyzed yet +- *1* ???*2*["detail"] + ⚠️ unknown object +- *2* a + ⚠️ circular variable reference + +a#249 = (???*0* | ???*1*) +- *0* arguments[0] + ⚠️ function calls are not analyzed yet +- *1* ???*2*["data"] + ⚠️ unknown object +- *2* arguments[1] + ⚠️ function calls are not analyzed yet + +a#25 = ???*0* +- *0* arguments[0] + ⚠️ function calls are not analyzed yet + +a#251 = (???*0* | null | ???*1* | ???*15*) +- *0* arguments[0] + ⚠️ function calls are not analyzed yet +- *1* ???*2*((???*10* | 0 | ???*11*), ???*12*) + ⚠️ unknown callee + ⚠️ This value might have side effects +- *2* ???*3*["slice"] + ⚠️ unknown object +- *3* (???*4* ? (null["value"] | ???*6*) : (null["textContent"] | ???*8*)) + ⚠️ nested operation +- *4* "value" in (null | ???*5*) + ⚠️ nested operation +- *5* (??? ? (??? | ???) : (??? | ??? | ???)) + ⚠️ nested operation +- *6* ???*7*["value"] + ⚠️ unknown object +- *7* (??? ? (??? | ???) : (??? | ??? | ???)) + ⚠️ nested operation +- *8* ???*9*["textContent"] + ⚠️ unknown object +- *9* (??? ? (??? | ???) : (??? | ??? | ???)) + ⚠️ nested operation +- *10* a + ⚠️ pattern without value +- *11* updated with update expression + ⚠️ This value might have side effects +- *12* (???*13* ? ???*14* : undefined) + ⚠️ nested operation +- *13* unsupported expression + ⚠️ This value might have side effects +- *14* unsupported expression + ⚠️ This value might have side effects +- *15* assignment expression + ⚠️ This value might have side effects + +a#254 = ???*0* +- *0* arguments[0] + ⚠️ function calls are not analyzed yet + +a#255 = ???*0* +- *0* arguments[0] + ⚠️ function calls are not analyzed yet + +a#256 = ???*0* +- *0* arguments[0] + ⚠️ function calls are not analyzed yet + +a#257 = ???*0* +- *0* arguments[0] + ⚠️ function calls are not analyzed yet + +a#258 = ???*0* +- *0* arguments[0] + ⚠️ function calls are not analyzed yet + +a#26 = ???*0* +- *0* arguments[0] + ⚠️ function calls are not analyzed yet + +a#263 = ???*0* +- *0* arguments[0] + ⚠️ function calls are not analyzed yet + +a#265 = ???*0* +- *0* arguments[0] + ⚠️ function calls are not analyzed yet + +a#266 = ???*0* +- *0* arguments[0] + ⚠️ function calls are not analyzed yet + +a#267 = ???*0* +- *0* arguments[0] + ⚠️ function calls are not analyzed yet + +a#268 = ???*0* +- *0* arguments[0] + ⚠️ function calls are not analyzed yet + +a#269 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#250 = ???*0* +a#27 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#251 = ???*0* +a#270 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#253 = (???*0* | ???*1*) +a#272 = (???*0* | ???*1*) - *0* arguments[0] ⚠️ function calls are not analyzed yet - *1* ???*2*["firstChild"] @@ -3161,7 +3543,7 @@ a#253 = (???*0* | ???*1*) - *2* a ⚠️ circular variable reference -a#254 = ( +a#273 = ( | ???*0* | 0 | ???*1* @@ -3180,7 +3562,11 @@ a#254 = ( - *5* a ⚠️ circular variable reference -a#26 = (???*0* | ???*1* | ???*3*) +a#279 = ???*0* +- *0* arguments[0] + ⚠️ function calls are not analyzed yet + +a#28 = (???*0* | ???*1* | ???*3*) - *0* arguments[0] ⚠️ function calls are not analyzed yet - *1* ???*2*["iterator"] @@ -3194,11 +3580,7 @@ a#26 = (???*0* | ???*1* | ???*3*) - *4* a ⚠️ circular variable reference -a#260 = ???*0* -- *0* arguments[0] - ⚠️ function calls are not analyzed yet - -a#261 = ( +a#280 = ( | ???*0* | null["contentWindow"] | ???*1* @@ -3279,67 +3661,67 @@ a#261 = ( ⚠️ unknown global ⚠️ This value might have side effects -a#265 = ???*0* +a#284 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#266 = ???*0* +a#285 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -a#269 = ???*0* +a#288 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#27 = ???*0* +a#289 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#270 = ???*0* +a#29 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#271 = ???*0* +a#290 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#272 = ???*0* +a#291 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#274 = ???*0* +a#293 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#275 = (???*0* | null | undefined) +a#294 = (???*0* | null | undefined) - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#280 = ???*0* +a#299 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#281 = ???*0* +a#3 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#282 = ???*0* +a#300 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#285 = ???*0* +a#301 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#286 = ???*0* +a#304 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#3 = ???*0* +a#306 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#30 = (???*0* | (???*1* ? ???*2* : "")) +a#32 = (???*0* | (???*1* ? ???*2* : "")) - *0* arguments[0] ⚠️ function calls are not analyzed yet - *1* a @@ -3349,11 +3731,11 @@ a#30 = (???*0* | (???*1* ? ???*2* : "")) - *3* a ⚠️ circular variable reference -a#307 = ???*0* +a#330 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#308 = (???*0* | ???*1*) +a#331 = (???*0* | ???*1*) - *0* arguments[0] ⚠️ function calls are not analyzed yet - *1* ???*2*["return"] @@ -3361,7 +3743,7 @@ a#308 = (???*0* | ???*1*) - *2* a ⚠️ circular variable reference -a#310 = (???*0* | ???*1*) +a#333 = (???*0* | ???*1*) - *0* arguments[0] ⚠️ function calls are not analyzed yet - *1* ???*2*["return"] @@ -3369,35 +3751,35 @@ a#310 = (???*0* | ???*1*) - *2* a ⚠️ circular variable reference -a#311 = ???*0* +a#334 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#313 = ???*0* +a#336 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#314 = ???*0* +a#337 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#316 = ???*0* +a#339 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#317 = ???*0* +a#340 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#318 = ???*0* +a#341 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#320 = ???*0* +a#343 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#324 = (???*0* | ???*1*) +a#347 = (???*0* | ???*1*) - *0* arguments[0] ⚠️ function calls are not analyzed yet - *1* ???*2*["nextSibling"] @@ -3405,7 +3787,7 @@ a#324 = (???*0* | ???*1*) - *2* a ⚠️ circular variable reference -a#327 = (???*0* | ???*1*) +a#350 = (???*0* | ???*1*) - *0* arguments[0] ⚠️ function calls are not analyzed yet - *1* ???*2*["previousSibling"] @@ -3413,7 +3795,7 @@ a#327 = (???*0* | ???*1*) - *2* a ⚠️ circular variable reference -a#331 = (???*0* | ???*1* | ???*2* | null) +a#354 = (???*0* | ???*1* | ???*2* | null) - *0* arguments[0] ⚠️ function calls are not analyzed yet - *1* a @@ -3423,7 +3805,7 @@ a#331 = (???*0* | ???*1* | ???*2* | null) - *3* a ⚠️ circular variable reference -a#335 = (???*0* | ???*1*) +a#358 = (???*0* | ???*1*) - *0* arguments[0] ⚠️ function calls are not analyzed yet - *1* ???*2*[Of] @@ -3431,27 +3813,27 @@ a#335 = (???*0* | ???*1*) - *2* a ⚠️ circular variable reference -a#336 = ???*0* +a#359 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#337 = ???*0* +a#360 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#338 = ???*0* +a#361 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#339 = ???*0* +a#362 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#340 = ???*0* +a#363 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#341 = (???*0* | ???*1*) +a#364 = (???*0* | ???*1*) - *0* arguments[0] ⚠️ function calls are not analyzed yet - *1* ???*2*["stateNode"] @@ -3459,7 +3841,7 @@ a#341 = (???*0* | ???*1*) - *2* a ⚠️ circular variable reference -a#342 = (???*0* | ???*1*) +a#365 = (???*0* | ???*1*) - *0* arguments[0] ⚠️ function calls are not analyzed yet - *1* ???*2*["childContextTypes"] @@ -3467,15 +3849,15 @@ a#342 = (???*0* | ???*1*) - *2* a ⚠️ circular variable reference -a#344 = ???*0* +a#367 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#345 = ???*0* +a#368 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#346 = (???*0* | ???*1* | ???*2* | {}) +a#369 = (???*0* | ???*1* | ???*2* | {}) - *0* arguments[0] ⚠️ function calls are not analyzed yet - *1* assignment expression @@ -3485,7 +3867,7 @@ a#346 = (???*0* | ???*1* | ???*2* | {}) - *3* a ⚠️ circular variable reference -a#347 = (???*0* | {} | ???*1* | ???*2*) +a#370 = (???*0* | {} | ???*1* | ???*2*) - *0* arguments[0] ⚠️ function calls are not analyzed yet - *1* unknown mutation @@ -3505,51 +3887,51 @@ a#347 = (???*0* | {} | ???*1* | ???*2*) - *8* d ⚠️ circular variable reference -a#348 = ???*0* +a#371 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#349 = ???*0* +a#372 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#350 = (0 | undefined | ???*0*) +a#373 = (0 | undefined | ???*0*) - *0* updated with update expression ⚠️ This value might have side effects -a#356 = ???*0* +a#379 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#357 = ???*0* +a#380 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -a#359 = ???*0* +a#382 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#360 = ???*0* +a#383 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#361 = ???*0* +a#384 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#362 = ???*0* +a#385 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#363 = ???*0* +a#387 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#364 = ???*0* +a#388 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#369 = (???*0* | ???*1*) +a#393 = (???*0* | ???*1*) - *0* arguments[0] ⚠️ function calls are not analyzed yet - *1* ???*2*["return"] @@ -3557,7 +3939,7 @@ a#369 = (???*0* | ???*1*) - *2* a ⚠️ circular variable reference -a#370 = (???*0* | ???*1* | (???*3* ? ???*5* : null)) +a#394 = (???*0* | ???*1* | (???*3* ? ???*5* : null)) - *0* arguments[0] ⚠️ function calls are not analyzed yet - *1* ???*2*["memoizedState"] @@ -3573,15 +3955,19 @@ a#370 = (???*0* | ???*1* | (???*3* ? ???*5* : null)) - *6* a ⚠️ circular variable reference -a#378 = ???*0* +a#4 = ???*0* +- *0* arguments[0] + ⚠️ function calls are not analyzed yet + +a#402 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -a#380 = ???*0* +a#404 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#381 = (???*0* | ???*1*) +a#405 = (???*0* | ???*1*) - *0* arguments[0] ⚠️ function calls are not analyzed yet - *1* ???*2*["defaultProps"] @@ -3589,11 +3975,11 @@ a#381 = (???*0* | ???*1*) - *2* a ⚠️ circular variable reference -a#384 = ???*0* +a#408 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#385 = (???*0* | ???*1*) +a#409 = (???*0* | ???*1*) - *0* arguments[0] ⚠️ function calls are not analyzed yet - *1* ???*2*["return"] @@ -3601,7 +3987,7 @@ a#385 = (???*0* | ???*1*) - *2* a ⚠️ circular variable reference -a#387 = (???*0* | ???*1*) +a#411 = (???*0* | ???*1*) - *0* arguments[0] ⚠️ function calls are not analyzed yet - *1* ???*2*["dependencies"] @@ -3609,7 +3995,7 @@ a#387 = (???*0* | ???*1*) - *2* a ⚠️ circular variable reference -a#388 = ( +a#412 = ( | ???*0* | {"context": ???*1*, "memoizedValue": ???*2*, "next": null} ) @@ -3622,15 +4008,15 @@ a#388 = ( - *3* a ⚠️ circular variable reference -a#390 = ???*0* +a#414 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#391 = ???*0* +a#415 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#392 = (???*0* | ???*1*) +a#416 = (???*0* | ???*1*) - *0* arguments[0] ⚠️ function calls are not analyzed yet - *1* ???*2*["return"] @@ -3638,11 +4024,11 @@ a#392 = (???*0* | ???*1*) - *2* a ⚠️ circular variable reference -a#393 = ???*0* +a#417 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#394 = (???*0* | ???*1*) +a#418 = (???*0* | ???*1*) - *0* arguments[0] ⚠️ function calls are not analyzed yet - *1* ???*2*["updateQueue"] @@ -3650,23 +4036,19 @@ a#394 = (???*0* | ???*1*) - *2* a ⚠️ circular variable reference -a#395 = ???*0* -- *0* arguments[0] - ⚠️ function calls are not analyzed yet - -a#396 = ???*0* +a#419 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#398 = ???*0* +a#420 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#4 = ???*0* +a#422 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#400 = ( +a#424 = ( | ???*0* | ???*1* | null @@ -3715,11 +4097,11 @@ a#400 = ( - *15* unknown mutation ⚠️ This value might have side effects -a#404 = ???*0* +a#428 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#412 = (???*0* | ???*1* | 0["effects"] | ???*3*) +a#437 = (???*0* | ???*1* | 0["effects"] | ???*3*) - *0* arguments[0] ⚠️ function calls are not analyzed yet - *1* ???*2*["effects"] @@ -3732,11 +4114,11 @@ a#412 = (???*0* | ???*1* | 0["effects"] | ???*3*) - *4* updated with update expression ⚠️ This value might have side effects -a#415 = ???*0* +a#440 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#416 = (???*0* | ???*1*) +a#441 = (???*0* | ???*1*) - *0* arguments[0] ⚠️ function calls are not analyzed yet - *1* ???*2*["_reactInternals"] @@ -3744,7 +4126,7 @@ a#416 = (???*0* | ???*1*) - *2* a ⚠️ circular variable reference -a#417 = (???*0* | ???*1*) +a#442 = (???*0* | ???*1*) - *0* arguments[0] ⚠️ function calls are not analyzed yet - *1* ???*2*["_reactInternals"] @@ -3752,7 +4134,7 @@ a#417 = (???*0* | ???*1*) - *2* a ⚠️ circular variable reference -a#418 = (???*0* | ???*1*) +a#443 = (???*0* | ???*1*) - *0* arguments[0] ⚠️ function calls are not analyzed yet - *1* ???*2*["_reactInternals"] @@ -3760,7 +4142,7 @@ a#418 = (???*0* | ???*1*) - *2* a ⚠️ circular variable reference -a#419 = (???*0* | ???*1*) +a#444 = (???*0* | ???*1*) - *0* arguments[0] ⚠️ function calls are not analyzed yet - *1* ???*2*["_reactInternals"] @@ -3768,7 +4150,7 @@ a#419 = (???*0* | ???*1*) - *2* a ⚠️ circular variable reference -a#420 = (???*0* | ???*1*) +a#445 = (???*0* | ???*1*) - *0* arguments[0] ⚠️ function calls are not analyzed yet - *1* ???*2*["stateNode"] @@ -3776,7 +4158,7 @@ a#420 = (???*0* | ???*1*) - *2* a ⚠️ circular variable reference -a#421 = (???*0* | ???*1*) +a#446 = (???*0* | ???*1*) - *0* arguments[0] ⚠️ function calls are not analyzed yet - *1* ???*2*["stateNode"] @@ -3784,7 +4166,7 @@ a#421 = (???*0* | ???*1*) - *2* a ⚠️ circular variable reference -a#422 = (???*0* | ???*1*) +a#447 = (???*0* | ???*1*) - *0* arguments[0] ⚠️ function calls are not analyzed yet - *1* ???*2*["state"] @@ -3792,11 +4174,11 @@ a#422 = (???*0* | ???*1*) - *2* arguments[1] ⚠️ function calls are not analyzed yet -a#423 = ???*0* +a#448 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#424 = (???*0* | ???*1*) +a#449 = (???*0* | ???*1*) - *0* arguments[0] ⚠️ function calls are not analyzed yet - *1* ???*2*["ref"] @@ -3804,11 +4186,11 @@ a#424 = (???*0* | ???*1*) - *2* arguments[2] ⚠️ function calls are not analyzed yet -a#428 = ???*0* +a#453 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#429 = (???*0* | ???*1*) +a#454 = (???*0* | ???*1*) - *0* arguments[0] ⚠️ function calls are not analyzed yet - *1* ???*2*["call"](b) @@ -3822,22 +4204,22 @@ a#429 = (???*0* | ???*1*) ⚠️ This value might have side effects - *4* Object: The global Object variable -a#430 = ???*0* +a#455 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#431 = ???*0* +a#456 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#435 = (???*0* | new ???*1*()) +a#460 = (???*0* | new ???*1*()) - *0* arguments[0] ⚠️ function calls are not analyzed yet - *1* FreeVar(Map) ⚠️ unknown global ⚠️ This value might have side effects -a#436 = ( +a#461 = ( | ???*0* | ???*1* | new (...) => undefined(???*3*, (???*5* | ???*6*), ???*8*, ???*10*) @@ -3867,31 +4249,31 @@ a#436 = ( - *11* a ⚠️ circular variable reference -a#439 = ???*0* +a#464 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#440 = ???*0* +a#465 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#441 = ???*0* +a#466 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#442 = ???*0* +a#467 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#443 = ???*0* +a#468 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#445 = ???*0* +a#471 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#447 = (???*0* | ???*1* | null) +a#474 = (???*0* | ???*1* | null) - *0* arguments[0] ⚠️ function calls are not analyzed yet - *1* ???*2*["get"](c) @@ -3899,23 +4281,29 @@ a#447 = (???*0* | ???*1* | null) - *2* a ⚠️ circular variable reference -a#453 = ???*0* +a#481 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#458 = ???*0* +a#486 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#459 = ???*0* +a#487 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -a#471 = ???*0* +a#5 = (???*0* | 0 | ???*1*) +- *0* arguments[0] + ⚠️ function calls are not analyzed yet +- *1* updated with update expression + ⚠️ This value might have side effects + +a#500 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#472 = ( +a#501 = ( | ???*0* | ???*1* | (???*3* ? ???*4* : ???*6*)["nodeType"] @@ -3993,41 +4381,19 @@ a#472 = ( - *26* b ⚠️ circular variable reference -a#474 = ???*0* -- *0* arguments[0] - ⚠️ function calls are not analyzed yet - -a#475 = ???*0* -- *0* arguments[0] - ⚠️ function calls are not analyzed yet - -a#476 = ???*0* +a#504 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#482 = (0 | ???*0*) -- *0* updated with update expression - ⚠️ This value might have side effects - -a#484 = ???*0* +a#505 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#485 = (???*0* | ???*1*) +a#506 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -- *1* ???*2*(d, e) - ⚠️ unknown callee -- *2* arguments[2] - ⚠️ function calls are not analyzed yet - -a#488 = (0 !== (0 | ???*0*)) -- *0* updated with update expression - ⚠️ This value might have side effects -a#489 = {"memoizedState": null, "baseState": null, "baseQueue": null, "queue": null, "next": null} - -a#49 = ( +a#51 = ( | ???*0* | "" | ` @@ -4174,7 +4540,29 @@ ${(???*50* | ???*51* | undefined | ???*55* | undefined[1] | "")}${(???*59* | ??? - *64* a ⚠️ circular variable reference -a#490 = ( +a#512 = (0 | ???*0*) +- *0* updated with update expression + ⚠️ This value might have side effects + +a#514 = ???*0* +- *0* arguments[0] + ⚠️ function calls are not analyzed yet + +a#515 = (???*0* | ???*1*) +- *0* arguments[0] + ⚠️ function calls are not analyzed yet +- *1* ???*2*(d, e) + ⚠️ unknown callee +- *2* arguments[2] + ⚠️ function calls are not analyzed yet + +a#518 = (0 !== (0 | ???*0*)) +- *0* updated with update expression + ⚠️ This value might have side effects + +a#519 = {"memoizedState": null, "baseState": null, "baseQueue": null, "queue": null, "next": null} + +a#520 = ( | null["alternate"] | ???*0* | (null !== (null | ???*2* | ???*3*))["alternate"] @@ -4258,11 +4646,11 @@ a#490 = ( - *29* a ⚠️ circular variable reference -a#493 = ???*0* +a#523 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#494 = (???*0* | ???*1*) +a#524 = (???*0* | ???*1*) - *0* arguments[0] ⚠️ function calls are not analyzed yet - *1* ???*2*["interleaved"] @@ -4271,13 +4659,7 @@ a#494 = (???*0* | ???*1*) - *2* node limit reached ⚠️ This value might have side effects -a#5 = (???*0* | 0 | ???*1*) -- *0* arguments[0] - ⚠️ function calls are not analyzed yet -- *1* updated with update expression - ⚠️ This value might have side effects - -a#50 = ( +a#53 = ( | ???*0* | ???*1* | undefined["displayName"] @@ -4302,27 +4684,27 @@ a#50 = ( - *6* a ⚠️ circular variable reference -a#501 = ???*0* +a#531 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#504 = ???*0* +a#534 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#506 = ???*0* +a#536 = ???*0* - *0* node limit reached ⚠️ This value might have side effects -a#507 = ???*0* +a#537 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#508 = ???*0* +a#538 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#510 = (???*0* | ???*1*) +a#540 = (???*0* | ???*1*) - *0* arguments[0] ⚠️ function calls are not analyzed yet - *1* ???*2*["value"] @@ -4330,11 +4712,11 @@ a#510 = (???*0* | ???*1*) - *2* a ⚠️ circular variable reference -a#513 = ???*0* +a#543 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#514 = ( +a#544 = ( | ???*0* | ???*1*() | { @@ -4356,127 +4738,115 @@ a#514 = ( - *3* assignment expression ⚠️ This value might have side effects -a#515 = ???*0* +a#545 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -a#517 = ???*0* +a#547 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#518 = ???*0* +a#548 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#521 = ???*0* +a#551 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#522 = ???*0* +a#552 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#523 = ???*0* +a#553 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#524 = ???*0* +a#554 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#525 = (???*0* | ???*1*()) +a#555 = (???*0* | ???*1*()) - *0* arguments[0] ⚠️ function calls are not analyzed yet - *1* a ⚠️ circular variable reference -a#528 = ???*0* -- *0* arguments[0] - ⚠️ function calls are not analyzed yet - -a#53 = (???*0* | ???*1* | "") +a#558 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -- *1* ???*2*["render"] - ⚠️ unknown object -- *2* ???*3*["type"] - ⚠️ unknown object -- *3* a - ⚠️ circular variable reference -a#530 = ???*0* +a#560 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#531 = (???*0* | ???*1*()) +a#561 = (???*0* | ???*1*()) - *0* arguments[0] ⚠️ function calls are not analyzed yet - *1* a ⚠️ circular variable reference -a#532 = ???*0* +a#562 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#533 = ???*0* -- *0* arguments[0] - ⚠️ function calls are not analyzed yet - -a#537 = ???*0* +a#563 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#539 = ???*0* +a#567 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#54 = ???*0* +a#569 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#545 = ???*0* +a#575 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#546 = ???*0* +a#576 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#547 = ???*0* +a#577 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#549 = ???*0* +a#579 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#55 = (???*0* | ???*1*) +a#58 = (???*0* | ???*1* | "") - *0* arguments[0] ⚠️ function calls are not analyzed yet -- *1* ???*2*["nodeName"] +- *1* ???*2*["render"] ⚠️ unknown object -- *2* a +- *2* ???*3*["type"] + ⚠️ unknown object +- *3* a ⚠️ circular variable reference -a#550 = ???*0* +a#580 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#551 = ???*0* +a#581 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#552 = ???*0* +a#582 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#553 = (???*0* | ???*1*()) +a#583 = (???*0* | ???*1*()) - *0* arguments[0] ⚠️ function calls are not analyzed yet - *1* a ⚠️ circular variable reference -a#554 = ( +a#584 = ( | ???*0* | { "pending": null, @@ -4507,17 +4877,17 @@ a#554 = ( - *8* assignment expression ⚠️ This value might have side effects -a#555 = (???*0* | {"current": ???*1*}) +a#585 = (???*0* | {"current": ???*1*}) - *0* arguments[0] ⚠️ function calls are not analyzed yet - *1* a ⚠️ circular variable reference -a#556 = ???*0* +a#586 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#557 = ( +a#587 = ( | [ ???*0*, ( @@ -4549,15 +4919,11 @@ a#557 = ( - *5* a ⚠️ circular variable reference -a#559 = ???*0* -- *0* arguments[0] - ⚠️ function calls are not analyzed yet - -a#56 = ???*0* +a#589 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#562 = ( +a#592 = ( | null | ???*0* | {"memoizedState": null, "baseState": null, "baseQueue": null, "queue": null, "next": null} @@ -4659,43 +5025,51 @@ a#562 = ( - *36* a ⚠️ circular variable reference -a#565 = ???*0* +a#595 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#566 = ???*0* +a#596 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -a#568 = ???*0* +a#598 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#569 = ???*0* +a#599 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -a#570 = ???*0* +a#6 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#573 = ???*0* +a#60 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#574 = ???*0* +a#600 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#578 = ???*0* +a#603 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#580 = ???*0* +a#604 = ???*0* +- *0* arguments[0] + ⚠️ function calls are not analyzed yet + +a#608 = ???*0* +- *0* arguments[0] + ⚠️ function calls are not analyzed yet + +a#610 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#585 = ( +a#615 = ( | ???*0* | (...) => undefined["bind"](null, ???*1*, ???*2*, ???*3*) ) @@ -4708,7 +5082,7 @@ a#585 = ( - *3* arguments[2] ⚠️ function calls are not analyzed yet -a#587 = (???*0* | ???*1*) +a#617 = (???*0* | ???*1*) - *0* arguments[0] ⚠️ function calls are not analyzed yet - *1* ???*2*["return"] @@ -4716,23 +5090,27 @@ a#587 = (???*0* | ???*1*) - *2* a ⚠️ circular variable reference -a#589 = ???*0* +a#619 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#59 = ???*0* +a#62 = (???*0* | ???*1*) - *0* arguments[0] ⚠️ function calls are not analyzed yet +- *1* ???*2*["nodeName"] + ⚠️ unknown object +- *2* a + ⚠️ circular variable reference -a#590 = ???*0* +a#620 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#591 = ???*0* +a#621 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#592 = ( +a#622 = ( | ???*0* | ???*1* | new (...) => undefined(7, ???*3*, (null | ???*4*), (???*10* | ???*12*)) @@ -4845,11 +5223,11 @@ a#592 = ( - *46* arguments[2] ⚠️ function calls are not analyzed yet -a#595 = ???*0* +a#625 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#597 = (???*0* | (???*1* ? ???*7* : ???*8*)) +a#627 = (???*0* | (???*1* ? ???*7* : ???*8*)) - *0* arguments[0] ⚠️ function calls are not analyzed yet - *1* (null !== ???*2*) @@ -4869,69 +5247,65 @@ a#597 = (???*0* | (???*1* ? ???*7* : ???*8*)) - *8* arguments[2] ⚠️ function calls are not analyzed yet -a#599 = ???*0* +a#629 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#6 = ???*0* +a#63 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#600 = ???*0* +a#630 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#601 = ???*0* +a#631 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#605 = ???*0* +a#635 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#606 = ???*0* +a#636 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#607 = ???*0* +a#637 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#608 = ???*0* +a#638 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#609 = ???*0* +a#639 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -a#61 = ???*0* +a#642 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#612 = ???*0* -- *0* arguments[0] - ⚠️ function calls are not analyzed yet - -a#613 = (???*0* | ???*1*) +a#643 = (???*0* | ???*1*) - *0* arguments[0] ⚠️ function calls are not analyzed yet - *1* assignment expression ⚠️ This value might have side effects -a#614 = ???*0* +a#644 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -a#619 = ???*0* +a#650 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#620 = ???*0* +a#651 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#621 = ( +a#652 = ( | ???*0* | ???*1* | 0["revealOrder"]["alternate"] @@ -4957,11 +5331,15 @@ a#621 = ( - *5* unknown mutation ⚠️ This value might have side effects -a#628 = ???*0* +a#66 = ???*0* +- *0* arguments[0] + ⚠️ function calls are not analyzed yet + +a#660 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#629 = (???*0* | ???*1*) +a#661 = (???*0* | ???*1*) - *0* arguments[0] ⚠️ function calls are not analyzed yet - *1* ???*2*["child"] @@ -4969,31 +5347,73 @@ a#629 = (???*0* | ???*1*) - *2* arguments[1] ⚠️ function calls are not analyzed yet -a#63 = ???*0* +a#663 = (???*0* | null | ???*1*) +- *0* arguments[0] + ⚠️ function calls are not analyzed yet +- *1* ???*2*["child"] + ⚠️ unknown object +- *2* arguments[1] + ⚠️ function calls are not analyzed yet + +a#667 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#631 = (???*0* | null | ???*1*) +a#672 = (???*0* | ???*1*) - *0* arguments[0] ⚠️ function calls are not analyzed yet -- *1* ???*2*["child"] +- *1* ???*2*["stateNode"] ⚠️ unknown object - *2* arguments[1] ⚠️ function calls are not analyzed yet -a#634 = ???*0* +a#678 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#639 = (???*0* | ???*1*) +a#679 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -- *1* ???*2*["stateNode"] + +a#68 = ???*0* +- *0* arguments[0] + ⚠️ function calls are not analyzed yet + +a#681 = ???*0* +- *0* arguments[0] + ⚠️ function calls are not analyzed yet + +a#682 = ???*0* +- *0* max number of linking steps reached + ⚠️ This value might have side effects + +a#7 = (???*0* | ???*1*) +- *0* arguments[0] + ⚠️ function calls are not analyzed yet +- *1* ???*2*(0, 5) + ⚠️ unknown callee +- *2* ???*3*["slice"] + ⚠️ unknown object +- *3* ???*4*() + ⚠️ nested operation +- *4* ???*5*["toLowerCase"] + ⚠️ unknown object +- *5* a + ⚠️ circular variable reference + +a#70 = ???*0* +- *0* arguments[0] + ⚠️ function calls are not analyzed yet + +a#707 = (???*0* | ???*1*) +- *0* arguments[0] + ⚠️ function calls are not analyzed yet +- *1* ???*2*["flags"] ⚠️ unknown object - *2* arguments[1] ⚠️ function calls are not analyzed yet -a#64 = (???*0* | "" | ((???*1* | ???*2*) ? ???*6* : ???*9*)) +a#71 = (???*0* | "" | ((???*1* | ???*2*) ? ???*6* : ???*9*)) - *0* arguments[0] ⚠️ function calls are not analyzed yet - *1* assignment expression @@ -5017,23 +5437,19 @@ a#64 = (???*0* | "" | ((???*1* | ???*2*) ? ???*6* : ???*9*)) - *10* a ⚠️ circular variable reference -a#644 = ???*0* -- *0* arguments[0] - ⚠️ function calls are not analyzed yet - -a#645 = ???*0* +a#710 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#646 = ???*0* +a#713 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#647 = ???*0* +a#716 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -a#65 = (???*0* | ???*1* | (???*2* ? ???*5* : undefined)) +a#72 = (???*0* | ???*1* | (???*2* ? ???*5* : undefined)) - *0* arguments[0] ⚠️ function calls are not analyzed yet - *1* a @@ -5049,43 +5465,15 @@ a#65 = (???*0* | ???*1* | (???*2* ? ???*5* : undefined)) ⚠️ unknown global ⚠️ This value might have side effects -a#665 = (???*0* | ???*1*) -- *0* arguments[0] - ⚠️ function calls are not analyzed yet -- *1* ???*2*["flags"] - ⚠️ unknown object -- *2* arguments[1] - ⚠️ function calls are not analyzed yet - -a#667 = ???*0* -- *0* arguments[0] - ⚠️ function calls are not analyzed yet - -a#670 = ???*0* -- *0* arguments[0] - ⚠️ function calls are not analyzed yet - -a#673 = ???*0* -- *0* max number of linking steps reached - ⚠️ This value might have side effects - -a#68 = ???*0* -- *0* arguments[0] - ⚠️ function calls are not analyzed yet - -a#687 = ???*0* +a#731 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#69 = ???*0* +a#735 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#691 = ???*0* -- *0* arguments[0] - ⚠️ function calls are not analyzed yet - -a#695 = (???*0* | ???*1* | undefined) +a#739 = (???*0* | ???*1* | undefined) - *0* arguments[0] ⚠️ function calls are not analyzed yet - *1* ???*2*["stateNode"] @@ -5093,15 +5481,15 @@ a#695 = (???*0* | ???*1* | undefined) - *2* a ⚠️ circular variable reference -a#697 = ???*0* +a#742 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#698 = ???*0* +a#743 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#699 = (???*0* | ???*1*) +a#744 = (???*0* | ???*1*) - *0* arguments[0] ⚠️ function calls are not analyzed yet - *1* ???*2*["return"] @@ -5109,25 +5497,15 @@ a#699 = (???*0* | ???*1*) - *2* a ⚠️ circular variable reference -a#7 = (???*0* | ???*1*) +a#748 = (???*0* | ???*1*) - *0* arguments[0] ⚠️ function calls are not analyzed yet -- *1* ???*2*(0, 5) - ⚠️ unknown callee -- *2* ???*3*["slice"] - ⚠️ unknown object -- *3* ???*4*() - ⚠️ nested operation -- *4* ???*5*["toLowerCase"] +- *1* ???*2*["stateNode"] ⚠️ unknown object -- *5* a +- *2* a ⚠️ circular variable reference -a#70 = ???*0* -- *0* arguments[0] - ⚠️ function calls are not analyzed yet - -a#703 = (???*0* | ???*1*) +a#749 = (???*0* | ???*1*) - *0* arguments[0] ⚠️ function calls are not analyzed yet - *1* ???*2*["stateNode"] @@ -5135,83 +5513,83 @@ a#703 = (???*0* | ???*1*) - *2* a ⚠️ circular variable reference -a#704 = (???*0* | ???*1*) +a#75 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -- *1* ???*2*["stateNode"] - ⚠️ unknown object -- *2* a - ⚠️ circular variable reference -a#705 = ???*0* +a#750 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#706 = ???*0* +a#751 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -a#71 = ???*0* +a#759 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#713 = ???*0* +a#76 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#716 = ???*0* +a#762 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#721 = ???*0* +a#768 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#74 = ???*0* +a#77 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#756 = ???*0* +a#78 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#76 = ???*0* +a#806 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#763 = ???*0* +a#81 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#764 = ???*0* +a#814 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#768 = ???*0* +a#815 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#77 = (???*0* | ???*1*) +a#819 = ???*0* +- *0* arguments[0] + ⚠️ function calls are not analyzed yet + +a#83 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -- *1* ???*2*["options"] - ⚠️ unknown object -- *2* a - ⚠️ circular variable reference -a#781 = ???*0* +a#835 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#785 = ???*0* +a#839 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#8 = ???*0* +a#84 = (???*0* | ???*1*) - *0* arguments[0] ⚠️ function calls are not analyzed yet +- *1* ???*2*["options"] + ⚠️ unknown object +- *2* a + ⚠️ circular variable reference -a#801 = ( +a#856 = ( | ???*0* | 0 | 1 @@ -5268,35 +5646,31 @@ a#801 = ( - *20* a ⚠️ circular variable reference -a#802 = ???*0* +a#857 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#803 = ???*0* +a#858 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#807 = ???*0* +a#863 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#817 = ???*0* +a#874 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -a#818 = ???*0* -- *0* arguments[0] - ⚠️ function calls are not analyzed yet - -a#819 = ???*0* +a#875 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#82 = ???*0* +a#876 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#827 = (???*0* | ???*1*) +a#884 = (???*0* | ???*1*) - *0* arguments[0] ⚠️ function calls are not analyzed yet - *1* ???*2*["expirationTimes"] @@ -5304,23 +5678,23 @@ a#827 = (???*0* | ???*1*) - *2* a ⚠️ circular variable reference -a#829 = ???*0* +a#886 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#83 = ???*0* +a#888 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#831 = ???*0* +a#89 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#834 = ???*0* +a#891 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#838 = ( +a#895 = ( | ???*0* | ???*1* | new (...) => undefined(???*4*, (null | ???*7*), ???*10*, ???*13*) @@ -5358,41 +5732,41 @@ a#838 = ( - *15* a ⚠️ circular variable reference -a#843 = ???*0* +a#9 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#861 = module["__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED"]["ReactCurrentDispatcher"]["current"] - -a#863 = ???*0* +a#90 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#868 = ???*0* +a#901 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#869 = (???*0* | ???*1*) +a#920 = module["__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED"]["ReactCurrentDispatcher"]["current"] + +a#922 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -- *1* ???*2*["return"] - ⚠️ unknown object -- *2* a - ⚠️ circular variable reference -a#87 = ???*0* +a#927 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#877 = ???*0* +a#928 = (???*0* | ???*1*) - *0* arguments[0] ⚠️ function calls are not analyzed yet +- *1* ???*2*["return"] + ⚠️ unknown object +- *2* a + ⚠️ circular variable reference -a#88 = ???*0* +a#936 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#880 = (???*0* | ???*1* | null) +a#939 = (???*0* | ???*1* | null) - *0* arguments[0] ⚠️ function calls are not analyzed yet - *1* ???*2*["value"] @@ -5400,7 +5774,11 @@ a#880 = (???*0* | ???*1* | null) - *2* arguments[1] ⚠️ function calls are not analyzed yet -a#883 = ((???*0* ? ???*1* : 1) | undefined | null | ???*6* | ???*7*) +a#94 = ???*0* +- *0* arguments[0] + ⚠️ function calls are not analyzed yet + +a#942 = ((???*0* ? ???*1* : 1) | undefined | null | ???*6* | ???*7*) - *0* unsupported expression ⚠️ This value might have side effects - *1* (???*2* ? ???*3* : 4) @@ -5420,33 +5798,27 @@ a#883 = ((???*0* ? ???*1* : 1) | undefined | null | ???*6* | ???*7*) - *8* arguments[1] ⚠️ function calls are not analyzed yet -a#89 = ???*0* -- *0* arguments[0] - ⚠️ function calls are not analyzed yet - -a#9 = ???*0* +a#95 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#90 = ???*0* +a#96 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#909 = ???*0* +a#971 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -a#91 = (...) => undefined - -a#910 = ???*0* +a#972 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -a#915 = ???*0* +a#977 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#916 = (???*0* | (???*1* ? ???*5* : null)) +a#978 = (???*0* | (???*1* ? ???*5* : null)) - *0* arguments[0] ⚠️ function calls are not analyzed yet - *1* (3 === ???*2*) @@ -5464,481 +5836,491 @@ a#916 = (???*0* | (???*1* ? ???*5* : null)) - *7* a ⚠️ circular variable reference -a#917 = ???*0* +a#979 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#918 = ???*0* +a#98 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#919 = ???*0* -- *0* max number of linking steps reached - ⚠️ This value might have side effects - -a#94 = ???*0* +a#980 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -a#940 = ???*0* -- *0* arguments[0] - ⚠️ function calls are not analyzed yet +a#982 = ???*0* +- *0* max number of linking steps reached + ⚠️ This value might have side effects -a#941 = ???*0* -- *0* arguments[0] - ⚠️ function calls are not analyzed yet +a#99 = (...) => undefined -a#942 = ???*0* -- *0* arguments[0] - ⚠️ function calls are not analyzed yet +aa = module -a#943 = (???*0* | ???*1*) -- *0* arguments[0] - ⚠️ function calls are not analyzed yet -- *1* ???*2*["prototype"] - ⚠️ unknown object -- *2* a - ⚠️ circular variable reference +ab = (...) => undefined -a#944 = (???*0* | ???*1*) -- *0* arguments[0] - ⚠️ function calls are not analyzed yet -- *1* ???*2*["$$typeof"] - ⚠️ unknown object -- *2* a - ⚠️ circular variable reference +ac = module["unstable_scheduleCallback"] -a#946 = ???*0* -- *0* arguments[0] - ⚠️ function calls are not analyzed yet +ad = (...) => undefined -a#947 = ( - | ???*0* - | new (...) => undefined(12, ???*1*, (???*2* | ???*3*), ???*8*) - | new (...) => undefined(13, ???*9*, (???*10* | ???*11*), (???*16* | ???*17*)) - | new (...) => undefined(19, ???*18*, (???*19* | ???*20*), (???*25* | ???*26*)) -) -- *0* arguments[0] - ⚠️ function calls are not analyzed yet -- *1* arguments[2] - ⚠️ function calls are not analyzed yet -- *2* arguments[1] - ⚠️ function calls are not analyzed yet -- *3* new (...) => undefined((2 | 1 | 5 | 8 | 10 | 9 | 11 | 14 | 16), ???*4*, ???*5*, (???*6* | ???*7*)) +ae = (!(???*0*) | "CompositionEvent" in ???*3*) +- *0* ("undefined" === ???*1*) ⚠️ nested operation -- *4* arguments[2] - ⚠️ function calls are not analyzed yet -- *5* b - ⚠️ circular variable reference -- *6* arguments[4] - ⚠️ function calls are not analyzed yet -- *7* unsupported assign operation +- *1* typeof(???*2*) + ⚠️ nested operation +- *2* FreeVar(window) + ⚠️ unknown global ⚠️ This value might have side effects -- *8* unsupported expression +- *3* FreeVar(window) + ⚠️ unknown global ⚠️ This value might have side effects -- *9* arguments[2] - ⚠️ function calls are not analyzed yet -- *10* arguments[1] - ⚠️ function calls are not analyzed yet -- *11* new (...) => undefined((2 | 1 | 5 | 8 | 10 | 9 | 11 | 14 | 16), ???*12*, ???*13*, (???*14* | ???*15*)) - ⚠️ nested operation -- *12* arguments[2] - ⚠️ function calls are not analyzed yet -- *13* b - ⚠️ circular variable reference -- *14* arguments[4] - ⚠️ function calls are not analyzed yet -- *15* unsupported assign operation + +af = (undefined | ???*0* | "animationiteration" | ???*1*) +- *0* unknown mutation ⚠️ This value might have side effects -- *16* arguments[4] - ⚠️ function calls are not analyzed yet -- *17* unsupported assign operation +- *1* assignment expression ⚠️ This value might have side effects -- *18* arguments[2] - ⚠️ function calls are not analyzed yet -- *19* arguments[1] - ⚠️ function calls are not analyzed yet -- *20* new (...) => undefined((2 | 1 | 5 | 8 | 10 | 9 | 11 | 14 | 16), ???*21*, ???*22*, (???*23* | ???*24*)) - ⚠️ nested operation -- *21* arguments[2] - ⚠️ function calls are not analyzed yet -- *22* b - ⚠️ circular variable reference -- *23* arguments[4] - ⚠️ function calls are not analyzed yet -- *24* unsupported assign operation + +ag = (...) => undefined + +ah = (...) => undefined + +ai = { + "readContext": (...) => b, + "useCallback": (...) => undefined, + "useContext": (...) => undefined, + "useEffect": (...) => undefined, + "useImperativeHandle": (...) => undefined, + "useInsertionEffect": (...) => undefined, + "useLayoutEffect": (...) => undefined, + "useMemo": (...) => undefined, + "useReducer": (...) => undefined, + "useRef": (...) => undefined, + "useState": (...) => undefined, + "useDebugValue": (...) => undefined, + "useDeferredValue": (...) => undefined, + "useTransition": (...) => undefined, + "useMutableSource": (...) => undefined, + "useSyncExternalStore": (...) => undefined, + "useId": (...) => undefined, + "unstable_isNewReconciler": false +} + +aj = (...) => (???*0* | ???*1* | $i(a, b, e)) +- *0* cj(a, b, f, d, e) + ⚠️ sequence with side effects ⚠️ This value might have side effects -- *25* arguments[4] - ⚠️ function calls are not analyzed yet -- *26* unsupported assign operation +- *1* assignment expression ⚠️ This value might have side effects -a#948 = (???*0* | new (...) => undefined(7, ???*1*, ???*2*, ???*3*)) -- *0* arguments[0] - ⚠️ function calls are not analyzed yet -- *1* a - ⚠️ circular variable reference -- *2* arguments[3] - ⚠️ function calls are not analyzed yet -- *3* arguments[1] - ⚠️ function calls are not analyzed yet +ak = (...) => undefined -a#949 = (???*0* | new (...) => undefined(22, ???*1*, ???*2*, ???*3*)) +al = (...) => undefined + +b#100 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -- *1* a - ⚠️ circular variable reference -- *2* arguments[3] - ⚠️ function calls are not analyzed yet -- *3* arguments[1] - ⚠️ function calls are not analyzed yet -a#950 = (???*0* | new (...) => undefined(6, ???*1*, null, ???*2*)) -- *0* arguments[0] +b#1005 = ???*0* +- *0* arguments[1] ⚠️ function calls are not analyzed yet -- *1* a - ⚠️ circular variable reference -- *2* arguments[1] + +b#1006 = ???*0* +- *0* arguments[1] ⚠️ function calls are not analyzed yet -a#951 = ???*0* -- *0* arguments[0] +b#1007 = ???*0* +- *0* arguments[1] ⚠️ function calls are not analyzed yet -a#952 = ???*0* -- *0* arguments[0] +b#1011 = (???*0* | ???*1*) +- *0* arguments[1] + ⚠️ function calls are not analyzed yet +- *1* ???*2*["dependencies"] + ⚠️ unknown object +- *2* arguments[0] ⚠️ function calls are not analyzed yet -a#953 = ( +b#1012 = ( | ???*0* - | new (...) => undefined(???*1*, (???*2* | 1 | ???*3* | 0), ???*4*, ???*5*, ???*6*) + | new (...) => undefined((2 | 1 | 5 | 8 | 10 | 9 | 11 | 14 | 16), ???*1*, ???*2*, (???*3* | ???*4*)) ) -- *0* arguments[0] +- *0* arguments[1] ⚠️ function calls are not analyzed yet -- *1* a +- *1* arguments[2] + ⚠️ function calls are not analyzed yet +- *2* b ⚠️ circular variable reference -- *2* arguments[1] +- *3* arguments[4] ⚠️ function calls are not analyzed yet -- *3* unsupported assign operation +- *4* unsupported assign operation ⚠️ This value might have side effects -- *4* arguments[2] - ⚠️ function calls are not analyzed yet -- *5* arguments[7] - ⚠️ function calls are not analyzed yet -- *6* arguments[8] - ⚠️ function calls are not analyzed yet -a#954 = ???*0* -- *0* arguments[0] +b#1015 = ???*0* +- *0* arguments[1] ⚠️ function calls are not analyzed yet -a#955 = (???*0* | ???*1*) -- *0* arguments[0] +b#1016 = ???*0* +- *0* arguments[1] ⚠️ function calls are not analyzed yet -- *1* ???*2*["_reactInternals"] - ⚠️ unknown object -- *2* a - ⚠️ circular variable reference -a#96 = ???*0* -- *0* arguments[0] +b#1017 = ???*0* +- *0* arguments[1] ⚠️ function calls are not analyzed yet -a#960 = (???*0* | ???*1*) -- *0* arguments[0] +b#1018 = (???*0* | new (...) => undefined(4, ???*1*, ???*7*, ???*9*)) +- *0* arguments[1] ⚠️ function calls are not analyzed yet -- *1* node limit reached - ⚠️ This value might have side effects - -a#961 = ???*0* -- *0* max number of linking steps reached - ⚠️ This value might have side effects - -a#962 = (???*0* | ???*1*) -- *0* arguments[0] +- *1* (???*2* ? ???*5* : []) + ⚠️ nested operation +- *2* (null !== ???*3*) + ⚠️ nested operation +- *3* ???*4*["children"] + ⚠️ unknown object +- *4* arguments[0] ⚠️ function calls are not analyzed yet -- *1* ???*2*["current"] +- *5* ???*6*["children"] ⚠️ unknown object -- *2* a - ⚠️ circular variable reference - -a#963 = (???*0* | ???*1*) -- *0* arguments[0] +- *6* arguments[0] ⚠️ function calls are not analyzed yet -- *1* ???*2*["memoizedState"] +- *7* ???*8*["key"] ⚠️ unknown object -- *2* a +- *8* arguments[0] + ⚠️ function calls are not analyzed yet +- *9* b ⚠️ circular variable reference -a#965 = (???*0* | ???*1*) -- *0* arguments[0] +b#1019 = ???*0* +- *0* arguments[1] ⚠️ function calls are not analyzed yet -- *1* ???*2*["alternate"] + +b#102 = (???*0* | ???*1* | ???*3*) +- *0* arguments[1] + ⚠️ function calls are not analyzed yet +- *1* ???*2*["firstChild"] ⚠️ unknown object -- *2* a - ⚠️ circular variable reference +- *2* mb + ⚠️ pattern without value +- *3* ???*4*["firstChild"] + ⚠️ unknown object + ⚠️ This value might have side effects +- *4* ???*5*["createElement"]("div") + ⚠️ unknown callee object + ⚠️ This value might have side effects +- *5* FreeVar(document) + ⚠️ unknown global + ⚠️ This value might have side effects -a#967 = ???*0* -- *0* arguments[0] +b#1020 = (???*0* | 1 | ???*1* | 0) +- *0* arguments[1] ⚠️ function calls are not analyzed yet +- *1* unsupported assign operation + ⚠️ This value might have side effects -a#968 = ???*0* -- *0* arguments[0] +b#1021 = ???*0* +- *0* arguments[1] ⚠️ function calls are not analyzed yet -a#969 = ???*0* +b#1022 = (???*0* | ???*1* | undefined) - *0* arguments[0] ⚠️ function calls are not analyzed yet - -a#970 = ???*0* -- *0* ???*1*["_internalRoot"] +- *1* ???*2*["_reactInternals"] ⚠️ unknown object - ⚠️ This value might have side effects -- *1* unsupported expression - ⚠️ This value might have side effects +- *2* a + ⚠️ circular variable reference -a#973 = ???*0* -- *0* arguments[0] +b#1028 = ???*0* +- *0* arguments[1] ⚠️ function calls are not analyzed yet -a#974 = ( +b#1029 = ( | ???*0* | { - "blockedOn": null, - "target": ???*1*, - "priority": ( - | ???*2*() - | 0 + "eventTime": (???*1* ? ???*3* : ???*4*), + "lane": ( | 1 - | ???*3* + | ???*9* + | ???*10* + | ???*11* + | 0 + | ???*13* | 4 | undefined - | ((???*4* | ???*6*) ? ???*7* : 4) - | (???*8* ? 16 : (???*9* | undefined | null | ???*16* | ???*17*)) - | ???*19* - ) + | ((???*14* | ???*16*) ? ???*17* : 4) + | (???*18* ? 16 : (???*19* | undefined | null | ???*26* | ???*27*)) + | ???*29* + | ???*30* + | (???*32* ? 16 : (1 | 4 | 16 | 536870912 | undefined)) + ), + "tag": 0, + "payload": null, + "callback": null, + "next": null } ) -- *0* arguments[0] +- *0* arguments[1] ⚠️ function calls are not analyzed yet -- *1* a +- *1* (0 !== ???*2*) + ⚠️ nested operation +- *2* unsupported expression + ⚠️ This value might have side effects +- *3* module["unstable_now"]() + ⚠️ nested operation +- *4* (???*5* ? (-1 | ???*7*) : ???*8*) + ⚠️ nested operation +- *5* (-1 !== (-1 | ???*6*)) + ⚠️ nested operation +- *6* module["unstable_now"]() + ⚠️ nested operation +- *7* module["unstable_now"]() + ⚠️ nested operation +- *8* assignment expression + ⚠️ This value might have side effects +- *9* unsupported expression + ⚠️ This value might have side effects +- *10* Ck + ⚠️ sequence with side effects + ⚠️ This value might have side effects +- *11* ???*12*["current"] + ⚠️ unknown object +- *12* b ⚠️ circular variable reference -- *2* Hc - ⚠️ pattern without value -- *3* C +- *13* C ⚠️ circular variable reference -- *4* (0 !== ???*5*) +- *14* (0 !== ???*15*) ⚠️ nested operation -- *5* C +- *15* C ⚠️ circular variable reference -- *6* unsupported expression +- *16* unsupported expression ⚠️ This value might have side effects -- *7* C +- *17* C ⚠️ circular variable reference -- *8* unsupported expression +- *18* unsupported expression ⚠️ This value might have side effects -- *9* (???*10* ? ???*11* : 1) +- *19* (???*20* ? ???*21* : 1) ⚠️ nested operation -- *10* unsupported expression +- *20* unsupported expression ⚠️ This value might have side effects -- *11* (???*12* ? ???*13* : 4) +- *21* (???*22* ? ???*23* : 4) ⚠️ nested operation -- *12* unsupported expression +- *22* unsupported expression ⚠️ This value might have side effects -- *13* (???*14* ? 16 : 536870912) +- *23* (???*24* ? 16 : 536870912) ⚠️ nested operation -- *14* (0 !== ???*15*) +- *24* (0 !== ???*25*) ⚠️ nested operation -- *15* unsupported expression +- *25* unsupported expression ⚠️ This value might have side effects -- *16* arguments[0] +- *26* arguments[0] ⚠️ function calls are not analyzed yet -- *17* ???*18*["value"] +- *27* ???*28*["value"] ⚠️ unknown object -- *18* arguments[1] - ⚠️ function calls are not analyzed yet -- *19* arguments[0] +- *28* arguments[1] ⚠️ function calls are not analyzed yet - -a#976 = ???*0* -- *0* arguments[0] +- *29* arguments[0] ⚠️ function calls are not analyzed yet +- *30* ???*31*["event"] + ⚠️ unknown object + ⚠️ This value might have side effects +- *31* FreeVar(window) + ⚠️ unknown global + ⚠️ This value might have side effects +- *32* (undefined === ???*33*) + ⚠️ nested operation +- *33* a + ⚠️ circular variable reference -a#977 = ???*0* -- *0* arguments[0] +b#1032 = ???*0* +- *0* arguments[1] ⚠️ function calls are not analyzed yet -a#979 = ???*0* -- *0* arguments[0] +b#1034 = ???*0* +- *0* arguments[1] ⚠️ function calls are not analyzed yet -a#982 = (null | ???*0* | ???*3* | undefined["child"]["stateNode"] | undefined) -- *0* ???*1*["stateNode"] - ⚠️ unknown object -- *1* ???*2*["child"] +b#1038 = ???*0* +- *0* ???*1*["_internalRoot"] ⚠️ unknown object -- *2* arguments[1] - ⚠️ function calls are not analyzed yet -- *3* ???*4*["stateNode"] + ⚠️ This value might have side effects +- *1* unsupported expression + ⚠️ This value might have side effects + +b#1039 = (???*0* | undefined) +- *0* ???*1*["containerInfo"] ⚠️ unknown object ⚠️ This value might have side effects -- *4* ???*5*["child"] +- *1* ???*2*["_internalRoot"] ⚠️ unknown object ⚠️ This value might have side effects -- *5* node limit reached +- *2* unsupported expression ⚠️ This value might have side effects -a#984 = ( - | null - | ???*0* - | new (...) => undefined(???*3*, (0 | 1 | ???*4*), false, "", (...) => undefined)["child"]["stateNode"] +b#104 = ???*0* +- *0* arguments[1] + ⚠️ function calls are not analyzed yet + +b#1043 = ( + | ???*0*() + | 0 + | 1 + | ???*1* + | 4 | undefined + | ((???*2* | ???*4*) ? ???*5* : 4) + | (???*6* ? 16 : (???*7* | undefined | null | ???*14* | ???*15*)) + | ???*17* ) -- *0* ???*1*["stateNode"] - ⚠️ unknown object -- *1* ???*2*["child"] - ⚠️ unknown object -- *2* arguments[0] - ⚠️ function calls are not analyzed yet -- *3* a +- *0* Hc + ⚠️ pattern without value +- *1* C ⚠️ circular variable reference -- *4* unsupported assign operation +- *2* (0 !== ???*3*) + ⚠️ nested operation +- *3* C + ⚠️ circular variable reference +- *4* unsupported expression + ⚠️ This value might have side effects +- *5* C + ⚠️ circular variable reference +- *6* unsupported expression + ⚠️ This value might have side effects +- *7* (???*8* ? ???*9* : 1) + ⚠️ nested operation +- *8* unsupported expression + ⚠️ This value might have side effects +- *9* (???*10* ? ???*11* : 4) + ⚠️ nested operation +- *10* unsupported expression + ⚠️ This value might have side effects +- *11* (???*12* ? 16 : 536870912) + ⚠️ nested operation +- *12* (0 !== ???*13*) + ⚠️ nested operation +- *13* unsupported expression ⚠️ This value might have side effects +- *14* arguments[0] + ⚠️ function calls are not analyzed yet +- *15* ???*16*["value"] + ⚠️ unknown object +- *16* arguments[1] + ⚠️ function calls are not analyzed yet +- *17* arguments[0] + ⚠️ function calls are not analyzed yet -a#986 = ???*0* -- *0* arguments[0] +b#1048 = ???*0* +- *0* arguments[1] ⚠️ function calls are not analyzed yet -a#989 = ( - | null - | ???*0* - | undefined["child"]["stateNode"] - | ???*4* - | new (...) => undefined(???*7*, (0 | 1 | ???*8*), false, "", (...) => undefined)["child"]["stateNode"] - | undefined -) +b#1055 = ???*0* +- *0* arguments[1] + ⚠️ function calls are not analyzed yet + +b#1059 = (???*0* | undefined) - *0* ???*1*["stateNode"] ⚠️ unknown object -- *1* ???*2*["child"] +- *1* arguments[0] + ⚠️ function calls are not analyzed yet + +b#1062 = (???*0* ? ???*4* : null) +- *0* (3 === ???*1*) + ⚠️ nested operation +- *1* ???*2*["tag"] ⚠️ unknown object -- *2* ???*3*["_reactRootContainer"] +- *2* ???*3*["alternate"] ⚠️ unknown object -- *3* arguments[2] +- *3* arguments[0] ⚠️ function calls are not analyzed yet - *4* ???*5*["stateNode"] ⚠️ unknown object - ⚠️ This value might have side effects -- *5* ???*6*["child"] +- *5* ???*6*["alternate"] ⚠️ unknown object - ⚠️ This value might have side effects -- *6* node limit reached - ⚠️ This value might have side effects -- *7* a - ⚠️ circular variable reference -- *8* unsupported assign operation - ⚠️ This value might have side effects - -a#99 = ???*0* -- *0* arguments[0] +- *6* arguments[0] ⚠️ function calls are not analyzed yet -a#990 = ???*0* -- *0* arguments[0] +b#1064 = ((???*0* ? ???*4* : null) | undefined) +- *0* (3 === ???*1*) + ⚠️ nested operation +- *1* ???*2*["tag"] + ⚠️ unknown object +- *2* ???*3*["alternate"] + ⚠️ unknown object +- *3* arguments[0] ⚠️ function calls are not analyzed yet - -a#994 = ???*0* -- *0* arguments[0] +- *4* ???*5*["stateNode"] + ⚠️ unknown object +- *5* ???*6*["alternate"] + ⚠️ unknown object +- *6* arguments[0] ⚠️ function calls are not analyzed yet -a#997 = ???*0* -- *0* arguments[0] +b#1067 = ( + | 1 + | ???*0* + | ???*1* + | ???*2* + | 0 + | ???*3* + | 4 + | undefined + | ((???*4* | ???*6*) ? ???*7* : 4) + | (???*8* ? 16 : (???*9* | undefined | null | ???*16* | ???*17*)) + | ???*19* + | (???*21* ? 16 : (1 | 4 | 16 | 536870912 | undefined)) +) +- *0* unsupported expression + ⚠️ This value might have side effects +- *1* Ck + ⚠️ sequence with side effects + ⚠️ This value might have side effects +- *2* arguments[0] ⚠️ function calls are not analyzed yet - -aa = module - -ab = (...) => undefined - -ac = module["unstable_scheduleCallback"] - -ad = (...) => undefined - -ae = (!(???*0*) | "CompositionEvent" in ???*3*) -- *0* ("undefined" === ???*1*) - ⚠️ nested operation -- *1* typeof(???*2*) +- *3* C + ⚠️ circular variable reference +- *4* (0 !== ???*5*) ⚠️ nested operation -- *2* FreeVar(window) - ⚠️ unknown global - ⚠️ This value might have side effects -- *3* FreeVar(window) - ⚠️ unknown global +- *5* C + ⚠️ circular variable reference +- *6* unsupported expression ⚠️ This value might have side effects - -af = (undefined | ???*0* | "animationiteration" | ???*1*) -- *0* unknown mutation +- *7* C + ⚠️ circular variable reference +- *8* unsupported expression ⚠️ This value might have side effects -- *1* assignment expression +- *9* (???*10* ? ???*11* : 1) + ⚠️ nested operation +- *10* unsupported expression ⚠️ This value might have side effects - -ag = (...) => undefined - -ah = (...) => undefined - -ai = { - "readContext": (...) => b, - "useCallback": (...) => undefined, - "useContext": (...) => undefined, - "useEffect": (...) => undefined, - "useImperativeHandle": (...) => undefined, - "useInsertionEffect": (...) => undefined, - "useLayoutEffect": (...) => undefined, - "useMemo": (...) => undefined, - "useReducer": (...) => undefined, - "useRef": (...) => undefined, - "useState": (...) => undefined, - "useDebugValue": (...) => undefined, - "useDeferredValue": (...) => undefined, - "useTransition": (...) => undefined, - "useMutableSource": (...) => undefined, - "useSyncExternalStore": (...) => undefined, - "useId": (...) => undefined, - "unstable_isNewReconciler": false -} - -aj = (...) => (???*0* | ???*1* | $i(a, b, e)) -- *0* cj(a, b, f, d, e) - ⚠️ sequence with side effects +- *11* (???*12* ? ???*13* : 4) + ⚠️ nested operation +- *12* unsupported expression ⚠️ This value might have side effects -- *1* assignment expression +- *13* (???*14* ? 16 : 536870912) + ⚠️ nested operation +- *14* (0 !== ???*15*) + ⚠️ nested operation +- *15* unsupported expression ⚠️ This value might have side effects - -ak = (...) => undefined - -al = (...) => undefined - -b#100 = (???*0* | (???*1* + ???*2* + ???*6*)) -- *0* arguments[0] +- *16* arguments[0] ⚠️ function calls are not analyzed yet -- *1* b - ⚠️ circular variable reference -- *2* ???*3*() - ⚠️ nested operation -- *3* ???*4*["toUpperCase"] +- *17* ???*18*["value"] ⚠️ unknown object -- *4* ???*5*["charAt"](0) - ⚠️ unknown callee object -- *5* arguments[0] - ⚠️ function calls are not analyzed yet -- *6* ???*7*["substring"](1) - ⚠️ unknown callee object -- *7* arguments[0] +- *18* arguments[1] ⚠️ function calls are not analyzed yet +- *19* ???*20*["event"] + ⚠️ unknown object + ⚠️ This value might have side effects +- *20* FreeVar(window) + ⚠️ unknown global + ⚠️ This value might have side effects +- *21* (undefined === ???*22*) + ⚠️ nested operation +- *22* a + ⚠️ circular variable reference -b#1001 = ???*0* +b#1071 = ???*0* - *0* arguments[1] ⚠️ function calls are not analyzed yet -b#1004 = (???*0* | ???*1* | ???*3* | 0 | ???*6*) +b#1074 = (???*0* | ???*1* | ???*3* | 0 | ???*6*) - *0* arguments[1] ⚠️ function calls are not analyzed yet - *1* ???*2*["name"] @@ -5958,15 +6340,29 @@ b#1004 = (???*0* | ???*1* | ???*3* | 0 | ???*6*) - *6* updated with update expression ⚠️ This value might have side effects -b#101 = ???*0* -- *0* arguments[1] +b#108 = (???*0* | (???*1* + ???*2* + ???*6*)) +- *0* arguments[0] + ⚠️ function calls are not analyzed yet +- *1* b + ⚠️ circular variable reference +- *2* ???*3*() + ⚠️ nested operation +- *3* ???*4*["toUpperCase"] + ⚠️ unknown object +- *4* ???*5*["charAt"](0) + ⚠️ unknown callee object +- *5* arguments[0] + ⚠️ function calls are not analyzed yet +- *6* ???*7*["substring"](1) + ⚠️ unknown callee object +- *7* arguments[0] ⚠️ function calls are not analyzed yet -b#1012 = ???*0* +b#1083 = ???*0* - *0* arguments[1] ⚠️ function calls are not analyzed yet -b#1013 = ( +b#1084 = ( | ???*0* | new (...) => undefined(???*1*, (1 | ???*2* | 0), false, ("" | ???*3*), (???*5* | ???*10*)) ) @@ -5997,39 +6393,47 @@ b#1013 = ( - *11* b ⚠️ circular variable reference -b#1014 = ???*0* +b#1085 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -b#1017 = ???*0* +b#1088 = ???*0* - *0* arguments[1] ⚠️ function calls are not analyzed yet -b#1018 = ???*0* +b#1089 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -b#1019 = ???*0* +b#109 = ???*0* - *0* arguments[1] ⚠️ function calls are not analyzed yet -b#102 = ???*0* +b#1090 = ???*0* - *0* arguments[1] ⚠️ function calls are not analyzed yet -b#1023 = ???*0* +b#1094 = ???*0* - *0* arguments[1] ⚠️ function calls are not analyzed yet -b#104 = ???*0* +b#11 = ???*0* +- *0* arguments[1] + ⚠️ function calls are not analyzed yet + +b#110 = ???*0* +- *0* arguments[1] + ⚠️ function calls are not analyzed yet + +b#112 = ???*0* - *0* arguments[1] ⚠️ function calls are not analyzed yet -b#107 = ???*0* +b#115 = ???*0* - *0* arguments[1] ⚠️ function calls are not analyzed yet -b#109 = (???*0* | (???*2* ? null : (???*6* | ???*7*))["stateNode"] | undefined | null) +b#118 = (???*0* | (???*2* ? null : (???*6* | ???*7*))["stateNode"] | undefined | null) - *0* ???*1*["stateNode"] ⚠️ unknown object - *1* arguments[0] @@ -6049,43 +6453,43 @@ b#109 = (???*0* | (???*2* ? null : (???*6* | ???*7*))["stateNode"] | undefined | - *8* a ⚠️ circular variable reference -b#11 = ???*0* -- *0* ???*1*[0] - ⚠️ unknown object -- *1* arguments[0] - ⚠️ function calls are not analyzed yet - -b#112 = (null | [???*0*] | ???*1* | undefined) +b#121 = (null | [???*0*] | ???*1* | undefined) - *0* arguments[0] ⚠️ function calls are not analyzed yet - *1* assignment expression ⚠️ This value might have side effects -b#114 = ???*0* +b#123 = ???*0* - *0* arguments[1] ⚠️ function calls are not analyzed yet -b#116 = ???*0* +b#125 = ???*0* - *0* arguments[1] ⚠️ function calls are not analyzed yet -b#119 = ???*0* +b#128 = ???*0* - *0* arguments[1] ⚠️ function calls are not analyzed yet -b#123 = ???*0* +b#13 = ???*0* +- *0* ???*1*[0] + ⚠️ unknown object +- *1* arguments[0] + ⚠️ function calls are not analyzed yet + +b#133 = ???*0* - *0* arguments[1] ⚠️ function calls are not analyzed yet -b#127 = ???*0* +b#137 = ???*0* - *0* arguments[1] ⚠️ function calls are not analyzed yet -b#128 = ???*0* +b#138 = ???*0* - *0* arguments[1] ⚠️ function calls are not analyzed yet -b#131 = (???*0* | ???*1* | ???*2*) +b#141 = (???*0* | ???*1* | ???*2*) - *0* arguments[0] ⚠️ function calls are not analyzed yet - *1* b @@ -6095,13 +6499,13 @@ b#131 = (???*0* | ???*1* | ???*2*) - *3* b ⚠️ circular variable reference -b#133 = (???*0* | undefined) +b#143 = (???*0* | undefined) - *0* ???*1*["memoizedState"] ⚠️ unknown object - *1* arguments[0] ⚠️ function calls are not analyzed yet -b#136 = (???*0* | (???*2* ? (???*5* | ???*6* | ???*7*) : null)) +b#146 = (???*0* | (???*2* ? (???*5* | ???*6* | ???*7*) : null)) - *0* ???*1*["alternate"] ⚠️ unknown object - *1* arguments[0] @@ -6121,7 +6525,7 @@ b#136 = (???*0* | (???*2* ? (???*5* | ???*6* | ???*7*) : null)) - *8* b ⚠️ circular variable reference -b#152 = (???*0* | ???*1* | ???*3* | null | undefined) +b#162 = (???*0* | ???*1* | ???*3* | null | undefined) - *0* arguments[0] ⚠️ function calls are not analyzed yet - *1* ???*2*["child"] @@ -6131,11 +6535,11 @@ b#152 = (???*0* | ???*1* | ???*3* | null | undefined) - *3* b ⚠️ circular variable reference -b#156 = ???*0* +b#166 = ???*0* - *0* b ⚠️ pattern without value -b#159 = (???*0* | ???*1* | ???*3*) +b#170 = (???*0* | ???*1* | ???*3*) - *0* arguments[1] ⚠️ function calls are not analyzed yet - *1* ???*2*["entangledLanes"] @@ -6145,23 +6549,23 @@ b#159 = (???*0* | ???*1* | ???*3*) - *3* unsupported assign operation ⚠️ This value might have side effects -b#161 = ???*0* +b#172 = ???*0* - *0* arguments[1] ⚠️ function calls are not analyzed yet -b#162 = ???*0* +b#174 = ???*0* - *0* arguments[1] ⚠️ function calls are not analyzed yet -b#167 = [] +b#179 = [] -b#168 = (???*0* | ???*1*) +b#180 = (???*0* | ???*1*) - *0* arguments[1] ⚠️ function calls are not analyzed yet - *1* unsupported expression ⚠️ This value might have side effects -b#169 = (???*0* | ???*1*) +b#181 = (???*0* | ???*1*) - *0* arguments[1] ⚠️ function calls are not analyzed yet - *1* ???*2*["entanglements"] @@ -6169,15 +6573,15 @@ b#169 = (???*0* | ???*1*) - *2* arguments[0] ⚠️ function calls are not analyzed yet -b#171 = ???*0* +b#183 = ???*0* - *0* arguments[1] ⚠️ function calls are not analyzed yet -b#174 = ???*0* +b#186 = ???*0* - *0* arguments[1] ⚠️ function calls are not analyzed yet -b#175 = (???*0* | (???*1* ? null : (???*5* | ???*6*)) | ???*8* | [???*10*] | ???*11*) +b#188 = (???*0* | (???*1* ? null : (???*5* | ???*6*)) | ???*8* | [???*10*] | ???*11*) - *0* arguments[1] ⚠️ function calls are not analyzed yet - *1* !((???*2* | ???*3*)) @@ -6203,55 +6607,55 @@ b#175 = (???*0* | (???*1* ? null : (???*5* | ???*6*)) | ???*8* | [???*10*] | ??? - *11* unknown mutation ⚠️ This value might have side effects -b#176 = ???*0* +b#189 = ???*0* - *0* arguments[1] ⚠️ function calls are not analyzed yet -b#177 = ???*0* +b#191 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -b#183 = ???*0* +b#197 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -b#186 = ???*0* +b#200 = ???*0* - *0* arguments[1] ⚠️ function calls are not analyzed yet -b#188 = ???*0* +b#202 = ???*0* - *0* arguments[1] ⚠️ function calls are not analyzed yet -b#189 = (...) => ad(b, a) +b#203 = (...) => ad(b, a) -b#190 = ???*0* +b#204 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -b#193 = ???*0* +b#207 = ???*0* - *0* arguments[1] ⚠️ function calls are not analyzed yet -b#196 = ???*0* +b#210 = ???*0* - *0* arguments[1] ⚠️ function calls are not analyzed yet -b#199 = ???*0* +b#213 = ???*0* - *0* arguments[1] ⚠️ function calls are not analyzed yet -b#20 = ???*0* +b#217 = ???*0* +- *0* max number of linking steps reached + ⚠️ This value might have side effects + +b#22 = ???*0* - *0* ???*1*["replace"](ra, sa) ⚠️ unknown callee object - *1* arguments[0] ⚠️ function calls are not analyzed yet -b#203 = ???*0* -- *0* max number of linking steps reached - ⚠️ This value might have side effects - -b#207 = ( +b#223 = ( | null | ???*0* | (???*1* ? (null["value"] | ???*16*) : (null["textContent"] | ???*31*)) @@ -6364,23 +6768,17 @@ b#207 = ( ⚠️ unknown global ⚠️ This value might have side effects -b#208 = (???*0* | 13["keyCode"]) +b#224 = (???*0* | 13["keyCode"]) - *0* ???*1*["keyCode"] ⚠️ unknown object - *1* arguments[0] ⚠️ function calls are not analyzed yet -b#21 = ???*0* -- *0* ???*1*["replace"](ra, sa) - ⚠️ unknown callee object -- *1* arguments[0] - ⚠️ function calls are not analyzed yet - -b#211 = (...) => ???*0* +b#227 = (...) => ???*0* - *0* unsupported expression ⚠️ This value might have side effects -b#212 = (???*0* | ???*1*) +b#228 = (???*0* | ???*1*) - *0* arguments[0] ⚠️ function calls are not analyzed yet - *1* ???*2*[c] @@ -6388,20 +6786,20 @@ b#212 = (???*0* | ???*1*) - *2* arguments[0] ⚠️ function calls are not analyzed yet -b#22 = ???*0* +b#23 = ???*0* - *0* ???*1*["replace"](ra, sa) ⚠️ unknown callee object - *1* arguments[0] ⚠️ function calls are not analyzed yet -b#221 = ???*0* +b#237 = ???*0* - *0* ???*1*["nativeEvent"] ⚠️ unknown object ⚠️ This value might have side effects - *1* unsupported expression ⚠️ This value might have side effects -b#223 = ( +b#239 = ( | "Escape" | " " | "ArrowLeft" @@ -6446,19 +6844,25 @@ b#223 = ( - *12* a ⚠️ circular variable reference -b#230 = ???*0* +b#24 = ???*0* +- *0* ???*1*["replace"](ra, sa) + ⚠️ unknown callee object +- *1* arguments[0] + ⚠️ function calls are not analyzed yet + +b#246 = ???*0* - *0* arguments[1] ⚠️ function calls are not analyzed yet -b#232 = ???*0* +b#249 = ???*0* - *0* arguments[1] ⚠️ function calls are not analyzed yet -b#233 = ???*0* +b#251 = ???*0* - *0* arguments[1] ⚠️ function calls are not analyzed yet -b#235 = (???*0* | ???*1* | ???*3*()) +b#254 = (???*0* | ???*1* | ???*3*()) - *0* arguments[0] ⚠️ function calls are not analyzed yet - *1* ???*2*["nodeName"] @@ -6472,35 +6876,39 @@ b#235 = (???*0* | ???*1* | ???*3*()) - *5* arguments[0] ⚠️ function calls are not analyzed yet -b#236 = (???*0* | []) +b#255 = (???*0* | []) - *0* arguments[1] ⚠️ function calls are not analyzed yet -b#238 = (???*0* | undefined) +b#257 = (???*0* | undefined) - *0* ???*1*["stateNode"] ⚠️ unknown object - *1* arguments[0] ⚠️ function calls are not analyzed yet -b#239 = ???*0* +b#258 = ???*0* - *0* arguments[1] ⚠️ function calls are not analyzed yet -b#244 = ([] | undefined) +b#263 = ([] | undefined) -b#246 = ???*0* +b#265 = ???*0* - *0* arguments[1] ⚠️ function calls are not analyzed yet -b#248 = ???*0* +b#267 = ???*0* - *0* arguments[1] ⚠️ function calls are not analyzed yet -b#249 = ???*0* +b#268 = ???*0* +- *0* arguments[1] + ⚠️ function calls are not analyzed yet + +b#269 = ???*0* - *0* arguments[1] ⚠️ function calls are not analyzed yet -b#25 = (???*0* | (???*1* ? ???*4* : null)["attributeName"] | ???*6*) +b#27 = (???*0* | (???*1* ? ???*4* : null)["attributeName"] | ???*6*) - *0* arguments[1] ⚠️ function calls are not analyzed yet - *1* (undefined | ???*2*)(???*3*) @@ -6521,23 +6929,19 @@ b#25 = (???*0* | (???*1* ? ???*4* : null)["attributeName"] | ???*6*) - *8* e ⚠️ circular variable reference -b#250 = ???*0* -- *0* arguments[1] - ⚠️ function calls are not analyzed yet - -b#251 = ???*0* +b#270 = ???*0* - *0* arguments[1] ⚠️ function calls are not analyzed yet -b#254 = ???*0* +b#273 = ???*0* - *0* arguments[1] ⚠️ function calls are not analyzed yet -b#260 = ???*0* +b#279 = ???*0* - *0* arguments[1] ⚠️ function calls are not analyzed yet -b#261 = ( +b#280 = ( | null | ???*0* | (???*2* ? ???*5* : undefined)["activeElement"] @@ -6622,7 +7026,7 @@ b#261 = ( ⚠️ unknown global ⚠️ This value might have side effects -b#265 = (???*0* | ???*1* | ???*3*()) +b#284 = (???*0* | ???*1* | ???*3*()) - *0* arguments[0] ⚠️ function calls are not analyzed yet - *1* ???*2*["nodeName"] @@ -6636,11 +7040,11 @@ b#265 = (???*0* | ???*1* | ???*3*()) - *5* arguments[0] ⚠️ function calls are not analyzed yet -b#266 = ???*0* +b#285 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -b#269 = ( +b#288 = ( | ???*0* | new (...) => ???*1*("onSelect", "select", null, ???*2*, ???*3*) ) @@ -6653,7 +7057,11 @@ b#269 = ( - *3* arguments[2] ⚠️ function calls are not analyzed yet -b#27 = (???*0* | undefined) +b#289 = ???*0* +- *0* arguments[1] + ⚠️ function calls are not analyzed yet + +b#29 = (???*0* | undefined) - *0* ???*1*(/\n( *(at )?)/) ⚠️ unknown callee - *1* ???*2*["match"] @@ -6665,40 +7073,51 @@ b#27 = (???*0* | undefined) - *4* ???["stack"] ⚠️ unknown object -b#270 = ???*0* -- *0* arguments[1] - ⚠️ function calls are not analyzed yet - -b#271 = ({} | ???*0*) +b#290 = ({} | ???*0*) - *0* {}[???*1*] ⚠️ unknown object prototype methods or values ⚠️ This value might have side effects - *1* arguments[0] ⚠️ function calls are not analyzed yet -b#272 = ???*0* +b#291 = ???*0* - *0* arguments[1] ⚠️ function calls are not analyzed yet -b#274 = ???*0* +b#293 = ???*0* - *0* arguments[1] ⚠️ function calls are not analyzed yet -b#275 = (???*0* | (0 !== ???*1*)) +b#294 = (???*0* | (0 !== ???*1*)) - *0* arguments[1] ⚠️ function calls are not analyzed yet - *1* unsupported expression ⚠️ This value might have side effects -b#280 = ???*0* +b#299 = ???*0* - *0* arguments[1] ⚠️ function calls are not analyzed yet -b#281 = ???*0* +b#3 = ( + | `https://reactjs.org/docs/error-decoder.html?invariant=${???*0*}` + | `${???*1*}&args[]=${???*2*}` +) +- *0* arguments[0] + ⚠️ function calls are not analyzed yet +- *1* b + ⚠️ circular variable reference +- *2* ???*3*(FreeVar(arguments)[c]) + ⚠️ unknown callee + ⚠️ This value might have side effects +- *3* FreeVar(encodeURIComponent) + ⚠️ unknown global + ⚠️ This value might have side effects + +b#300 = ???*0* - *0* arguments[1] ⚠️ function calls are not analyzed yet -b#282 = ((???*0* ? ???*3* : ???*4*) | undefined) +b#301 = ((???*0* ? ???*3* : ???*4*) | undefined) - *0* (9 === ???*1*) ⚠️ nested operation - *1* ???*2*["nodeType"] @@ -6712,50 +7131,35 @@ b#282 = ((???*0* ? ???*3* : ???*4*) | undefined) - *5* arguments[0] ⚠️ function calls are not analyzed yet -b#284 = ???*0* +b#303 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -b#285 = ???*0* -- *0* arguments[1] - ⚠️ function calls are not analyzed yet - -b#286 = ???*0* +b#304 = ???*0* - *0* arguments[1] ⚠️ function calls are not analyzed yet -b#3 = ( - | `https://reactjs.org/docs/error-decoder.html?invariant=${???*0*}` - | `${???*1*}&args[]=${???*2*}` -) -- *0* arguments[0] - ⚠️ function calls are not analyzed yet -- *1* b - ⚠️ circular variable reference -- *2* ???*3*(FreeVar(arguments)[c]) - ⚠️ unknown callee - ⚠️ This value might have side effects -- *3* FreeVar(encodeURIComponent) - ⚠️ unknown global - ⚠️ This value might have side effects +b#306 = ???*0* +- *0* arguments[1] + ⚠️ function calls are not analyzed yet -b#30 = (???*0* | (...) => undefined) +b#32 = (???*0* | (...) => undefined) - *0* arguments[1] ⚠️ function calls are not analyzed yet -b#307 = ???*0* +b#330 = ???*0* - *0* arguments[1] ⚠️ function calls are not analyzed yet -b#308 = ???*0* +b#331 = ???*0* - *0* arguments[1] ⚠️ function calls are not analyzed yet -b#311 = ???*0* +b#334 = ???*0* - *0* arguments[1] ⚠️ function calls are not analyzed yet -b#314 = (???*0* | ???*1*) +b#337 = (???*0* | ???*1*) - *0* arguments[1] ⚠️ function calls are not analyzed yet - *1* ???*2*["replace"](yf, "") @@ -6773,25 +7177,25 @@ b#314 = (???*0* | ???*1*) - *7* b ⚠️ circular variable reference -b#316 = ???*0* +b#339 = ???*0* - *0* arguments[1] ⚠️ function calls are not analyzed yet -b#320 = ???*0* +b#343 = ???*0* - *0* arguments[1] ⚠️ function calls are not analyzed yet -b#324 = (???*0* | undefined) +b#347 = (???*0* | undefined) - *0* ???*1*["nodeType"] ⚠️ unknown object - *1* arguments[0] ⚠️ function calls are not analyzed yet -b#327 = (0 | ???*0*) +b#350 = (0 | ???*0*) - *0* updated with update expression ⚠️ This value might have side effects -b#331 = ( +b#354 = ( | ???*0* | null[`__reactFiber$${???*6*}`] | null["parentNode"][`__reactContainer$${???*11*}`] @@ -6889,19 +7293,19 @@ b#331 = ( ⚠️ unknown object ⚠️ This value might have side effects -b#340 = ???*0* +b#363 = ???*0* - *0* arguments[1] ⚠️ function calls are not analyzed yet -b#341 = ???*0* +b#364 = ???*0* - *0* arguments[1] ⚠️ function calls are not analyzed yet -b#344 = ???*0* +b#367 = ???*0* - *0* arguments[1] ⚠️ function calls are not analyzed yet -b#345 = (???*0* | ???*1*) +b#368 = (???*0* | ???*1*) - *0* arguments[1] ⚠️ function calls are not analyzed yet - *1* ???*2*["childContextTypes"] @@ -6909,11 +7313,11 @@ b#345 = (???*0* | ???*1*) - *2* b ⚠️ circular variable reference -b#347 = ???*0* +b#370 = ???*0* - *0* arguments[1] ⚠️ function calls are not analyzed yet -b#350 = ( +b#373 = ( | 0 | 1 | ???*0* @@ -6958,15 +7362,15 @@ b#350 = ( - *16* arguments[0] ⚠️ function calls are not analyzed yet -b#356 = ???*0* +b#379 = ???*0* - *0* arguments[1] ⚠️ function calls are not analyzed yet -b#357 = ???*0* +b#380 = ???*0* - *0* arguments[1] ⚠️ function calls are not analyzed yet -b#361 = (???*0* | ???*1*) +b#384 = (???*0* | ???*1*) - *0* arguments[1] ⚠️ function calls are not analyzed yet - *1* ???*2*["deletions"] @@ -6974,19 +7378,23 @@ b#361 = (???*0* | ???*1*) - *2* arguments[0] ⚠️ function calls are not analyzed yet -b#362 = ???*0* +b#385 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -b#364 = ???*0* +b#388 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -b#370 = ???*0* +b#394 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -b#381 = (???*0* | ???*1*) +b#4 = ???*0* +- *0* arguments[1] + ⚠️ function calls are not analyzed yet + +b#405 = (???*0* | ???*1*) - *0* arguments[1] ⚠️ function calls are not analyzed yet - *1* Object.assign*2*({}, ???*3*) @@ -6996,19 +7404,19 @@ b#381 = (???*0* | ???*1*) - *3* b ⚠️ circular variable reference -b#384 = (null | ???*0*) +b#408 = (null | ???*0*) - *0* unknown mutation ⚠️ This value might have side effects -b#385 = ???*0* +b#409 = ???*0* - *0* arguments[1] ⚠️ function calls are not analyzed yet -b#387 = ???*0* +b#411 = ???*0* - *0* arguments[1] ⚠️ function calls are not analyzed yet -b#388 = (???*0* | undefined | ???*2*) +b#412 = (???*0* | undefined | ???*2*) - *0* ???*1*["_currentValue"] ⚠️ unknown object - *1* arguments[0] @@ -7016,27 +7424,27 @@ b#388 = (???*0* | undefined | ???*2*) - *2* unknown mutation ⚠️ This value might have side effects -b#391 = ???*0* +b#415 = ???*0* - *0* arguments[1] ⚠️ function calls are not analyzed yet -b#392 = ???*0* +b#416 = ???*0* - *0* arguments[1] ⚠️ function calls are not analyzed yet -b#394 = ???*0* +b#418 = ???*0* - *0* arguments[1] ⚠️ function calls are not analyzed yet -b#395 = ???*0* +b#419 = ???*0* - *0* arguments[1] ⚠️ function calls are not analyzed yet -b#396 = ???*0* +b#420 = ???*0* - *0* arguments[1] ⚠️ function calls are not analyzed yet -b#398 = (???*0* | ???*1*) +b#422 = (???*0* | ???*1*) - *0* arguments[1] ⚠️ function calls are not analyzed yet - *1* ???*2*["updateQueue"] @@ -7044,15 +7452,11 @@ b#398 = (???*0* | ???*1*) - *2* b ⚠️ circular variable reference -b#4 = ???*0* -- *0* arguments[1] - ⚠️ function calls are not analyzed yet - -b#400 = ???*0* +b#424 = ???*0* - *0* arguments[1] ⚠️ function calls are not analyzed yet -b#404 = (???*0* | ???*1*) +b#428 = (???*0* | ???*1*) - *0* arguments[1] ⚠️ function calls are not analyzed yet - *1* ???*2*["interleaved"] @@ -7064,13 +7468,13 @@ b#404 = (???*0* | ???*1*) - *4* arguments[0] ⚠️ function calls are not analyzed yet -b#412 = (???*0* | 0 | ???*1*) +b#437 = (???*0* | 0 | ???*1*) - *0* arguments[1] ⚠️ function calls are not analyzed yet - *1* updated with update expression ⚠️ This value might have side effects -b#415 = (???*0* | ???*1*) +b#440 = (???*0* | ???*1*) - *0* arguments[1] ⚠️ function calls are not analyzed yet - *1* ???*2*["memoizedState"] @@ -7078,7 +7482,7 @@ b#415 = (???*0* | ???*1*) - *2* arguments[0] ⚠️ function calls are not analyzed yet -b#417 = (???*0* | null | (???*1* ? ???*5* : null)) +b#442 = (???*0* | null | (???*1* ? ???*5* : null)) - *0* arguments[1] ⚠️ function calls are not analyzed yet - *1* (3 === ???*2*) @@ -7096,7 +7500,7 @@ b#417 = (???*0* | null | (???*1* ? ???*5* : null)) - *7* arguments[0] ⚠️ function calls are not analyzed yet -b#418 = (???*0* | null | (???*1* ? ???*5* : null)) +b#443 = (???*0* | null | (???*1* ? ???*5* : null)) - *0* arguments[1] ⚠️ function calls are not analyzed yet - *1* (3 === ???*2*) @@ -7114,7 +7518,7 @@ b#418 = (???*0* | null | (???*1* ? ???*5* : null)) - *7* arguments[0] ⚠️ function calls are not analyzed yet -b#419 = (???*0* | null | (???*1* ? ???*5* : null)) +b#444 = (???*0* | null | (???*1* ? ???*5* : null)) - *0* arguments[1] ⚠️ function calls are not analyzed yet - *1* (3 === ???*2*) @@ -7132,11 +7536,11 @@ b#419 = (???*0* | null | (???*1* ? ???*5* : null)) - *7* arguments[0] ⚠️ function calls are not analyzed yet -b#420 = ???*0* +b#445 = ???*0* - *0* arguments[1] ⚠️ function calls are not analyzed yet -b#421 = ( +b#446 = ( | ???*0* | new ???*1*(???*2*, (???*3* | undefined | ???*5* | ???*6*)) ) @@ -7163,11 +7567,11 @@ b#421 = ( - *10* arguments[0] ⚠️ function calls are not analyzed yet -b#422 = ???*0* +b#447 = ???*0* - *0* arguments[1] ⚠️ function calls are not analyzed yet -b#423 = (???*0* | ???*1*) +b#448 = (???*0* | ???*1*) - *0* arguments[1] ⚠️ function calls are not analyzed yet - *1* ???*2*["state"] @@ -7177,11 +7581,11 @@ b#423 = (???*0* | ???*1*) - *3* arguments[0] ⚠️ function calls are not analyzed yet -b#424 = (???*0* | (...) => undefined) +b#449 = (???*0* | (...) => undefined) - *0* arguments[1] ⚠️ function calls are not analyzed yet -b#428 = (???*0* | undefined["refs"] | ???*3*) +b#453 = (???*0* | undefined["refs"] | ???*3*) - *0* ???*1*["refs"] ⚠️ unknown object - *1* ???*2*["stateNode"] @@ -7191,23 +7595,23 @@ b#428 = (???*0* | undefined["refs"] | ???*3*) - *3* assignment expression ⚠️ This value might have side effects -b#429 = ???*0* +b#454 = ???*0* - *0* arguments[1] ⚠️ function calls are not analyzed yet -b#430 = ???*0* +b#455 = ???*0* - *0* ???*1*["_init"] ⚠️ unknown object - *1* arguments[0] ⚠️ function calls are not analyzed yet -b#431 = (...) => undefined +b#456 = (...) => undefined -b#432 = ???*0* +b#457 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -b#435 = (???*0* | ???*1*) +b#460 = (???*0* | ???*1*) - *0* arguments[1] ⚠️ function calls are not analyzed yet - *1* ???*2*["sibling"] @@ -7215,19 +7619,19 @@ b#435 = (???*0* | ???*1*) - *2* b ⚠️ circular variable reference -b#436 = ???*0* +b#461 = ???*0* - *0* arguments[1] ⚠️ function calls are not analyzed yet -b#437 = ???*0* +b#462 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -b#438 = ???*0* +b#463 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -b#439 = ( +b#464 = ( | ???*0* | new (...) => undefined(6, ???*1*, null, ???*2*) | ???*4* @@ -7267,11 +7671,11 @@ b#439 = ( - *15* a ⚠️ circular variable reference -b#440 = ???*0* +b#465 = ???*0* - *0* arguments[1] ⚠️ function calls are not analyzed yet -b#441 = ( +b#466 = ( | ???*0* | ???*1* | new (...) => undefined(4, ???*3*, ???*9*, ???*11*) @@ -7321,7 +7725,7 @@ b#441 = ( - *20* a ⚠️ circular variable reference -b#442 = ( +b#467 = ( | ???*0* | new (...) => undefined(7, ???*1*, ???*2*, ???*3*) | ???*5* @@ -7363,7 +7767,7 @@ b#442 = ( - *16* a ⚠️ circular variable reference -b#443 = ( +b#468 = ( | ???*0* | ???*1* | new (...) => undefined(6, ???*2*, null, ???*3*) @@ -7410,15 +7814,19 @@ b#443 = ( - *18* arguments[0] ⚠️ function calls are not analyzed yet -b#445 = ???*0* +b#471 = ???*0* - *0* arguments[1] ⚠️ function calls are not analyzed yet -b#447 = ???*0* +b#474 = ???*0* - *0* arguments[1] ⚠️ function calls are not analyzed yet -b#472 = ( +b#5 = ???*0* +- *0* arguments[1] + ⚠️ function calls are not analyzed yet + +b#501 = ( | ???*0* | (???*1* ? ???*2* : ???*4*) | ???*6* @@ -7475,11 +7883,11 @@ b#472 = ( - *18* b ⚠️ circular variable reference -b#474 = ({} | ???*0*) +b#504 = ({} | ???*0*) - *0* unknown mutation ⚠️ This value might have side effects -b#476 = (???*0* | ???*1*) +b#506 = (???*0* | ???*1*) - *0* arguments[0] ⚠️ function calls are not analyzed yet - *1* ???*2*["child"] @@ -7487,11 +7895,11 @@ b#476 = (???*0* | ???*1*) - *2* b ⚠️ circular variable reference -b#484 = ???*0* +b#514 = ???*0* - *0* arguments[1] ⚠️ function calls are not analyzed yet -b#485 = ( +b#515 = ( | ???*0* | (null !== ( | null @@ -7558,15 +7966,15 @@ b#485 = ( - *22* unknown mutation ⚠️ This value might have side effects -b#490 = ???*0* +b#520 = ???*0* - *0* node limit reached ⚠️ This value might have side effects -b#493 = ???*0* +b#523 = ???*0* - *0* arguments[1] ⚠️ function calls are not analyzed yet -b#494 = ( +b#524 = ( | null | ???*0* | {"memoizedState": null, "baseState": null, "baseQueue": null, "queue": null, "next": null} @@ -7668,11 +8076,7 @@ b#494 = ( - *36* a ⚠️ circular variable reference -b#5 = ???*0* -- *0* arguments[1] - ⚠️ function calls are not analyzed yet - -b#50 = ( +b#53 = ( | ???*0* | ""["render"] | (???*2* ? ???*4* : "ForwardRef")["render"] @@ -7712,7 +8116,7 @@ b#50 = ( - *13* a ⚠️ circular variable reference -b#501 = ( +b#531 = ( | null | ???*0* | {"memoizedState": null, "baseState": null, "baseQueue": null, "queue": null, "next": null} @@ -7814,11 +8218,11 @@ b#501 = ( - *36* a ⚠️ circular variable reference -b#504 = ???*0* +b#534 = ???*0* - *0* arguments[1] ⚠️ function calls are not analyzed yet -b#506 = ( +b#536 = ( | ???*0* | null["updateQueue"] | ???*1* @@ -7891,21 +8295,21 @@ b#506 = ( - *24* unknown mutation ⚠️ This value might have side effects -b#507 = ???*0* +b#537 = ???*0* - *0* arguments[1] ⚠️ function calls are not analyzed yet -b#508 = ???*0* +b#538 = ???*0* - *0* arguments[1] ⚠️ function calls are not analyzed yet -b#510 = ???*0* +b#540 = ???*0* - *0* ???*1*["getSnapshot"] ⚠️ unknown object - *1* arguments[0] ⚠️ function calls are not analyzed yet -b#513 = (???*0* ? ???*4* : null) +b#543 = (???*0* ? ???*4* : null) - *0* (3 === ???*1*) ⚠️ nested operation - *1* ???*2*["tag"] @@ -7921,7 +8325,7 @@ b#513 = (???*0* ? ???*4* : null) - *6* arguments[0] ⚠️ function calls are not analyzed yet -b#514 = ( +b#544 = ( | null | ???*0* | {"memoizedState": null, "baseState": null, "baseQueue": null, "queue": null, "next": null} @@ -8023,7 +8427,7 @@ b#514 = ( - *36* a ⚠️ circular variable reference -b#515 = ( +b#545 = ( | ???*0* | null["updateQueue"] | ???*1* @@ -8096,45 +8500,39 @@ b#515 = ( - *24* unknown mutation ⚠️ This value might have side effects -b#517 = ???*0* +b#547 = ???*0* - *0* arguments[1] ⚠️ function calls are not analyzed yet -b#518 = ???*0* +b#548 = ???*0* - *0* arguments[1] ⚠️ function calls are not analyzed yet -b#521 = ???*0* +b#551 = ???*0* - *0* arguments[1] ⚠️ function calls are not analyzed yet -b#522 = ???*0* +b#552 = ???*0* - *0* arguments[1] ⚠️ function calls are not analyzed yet -b#523 = ???*0* +b#553 = ???*0* - *0* arguments[1] ⚠️ function calls are not analyzed yet -b#524 = ???*0* +b#554 = ???*0* - *0* arguments[1] ⚠️ function calls are not analyzed yet -b#525 = ???*0* +b#555 = ???*0* - *0* arguments[1] ⚠️ function calls are not analyzed yet -b#528 = ???*0* +b#558 = ???*0* - *0* arguments[1] ⚠️ function calls are not analyzed yet -b#53 = (???*0* | ""["type"]) -- *0* ???*1*["type"] - ⚠️ unknown object -- *1* arguments[0] - ⚠️ function calls are not analyzed yet - -b#530 = (???*0* | (???*1* ? null : ???*3*)) +b#560 = (???*0* | (???*1* ? null : ???*3*)) - *0* arguments[1] ⚠️ function calls are not analyzed yet - *1* (undefined === ???*2*) @@ -8144,7 +8542,7 @@ b#530 = (???*0* | (???*1* ? null : ???*3*)) - *3* b ⚠️ circular variable reference -b#531 = (???*0* | (???*1* ? null : ???*3*)) +b#561 = (???*0* | (???*1* ? null : ???*3*)) - *0* arguments[1] ⚠️ function calls are not analyzed yet - *1* (undefined === ???*2*) @@ -8154,59 +8552,59 @@ b#531 = (???*0* | (???*1* ? null : ???*3*)) - *3* b ⚠️ circular variable reference -b#532 = ???*0* +b#562 = ???*0* - *0* arguments[1] ⚠️ function calls are not analyzed yet -b#533 = ???*0* +b#563 = ???*0* - *0* arguments[1] ⚠️ function calls are not analyzed yet -b#537 = ???*0* +b#567 = ???*0* - *0* arguments[1] ⚠️ function calls are not analyzed yet -b#539 = ???*0* +b#569 = ???*0* - *0* arguments[1] ⚠️ function calls are not analyzed yet -b#545 = ???*0* +b#575 = ???*0* - *0* ???*1*["alternate"] ⚠️ unknown object - *1* arguments[0] ⚠️ function calls are not analyzed yet -b#546 = ???*0* +b#576 = ???*0* - *0* arguments[1] ⚠️ function calls are not analyzed yet -b#547 = ???*0* +b#577 = ???*0* - *0* arguments[1] ⚠️ function calls are not analyzed yet -b#549 = ???*0* +b#579 = ???*0* - *0* arguments[1] ⚠️ function calls are not analyzed yet -b#55 = ???*0* +b#58 = (???*0* | ""["type"]) - *0* ???*1*["type"] ⚠️ unknown object - *1* arguments[0] ⚠️ function calls are not analyzed yet -b#550 = ???*0* +b#580 = ???*0* - *0* arguments[1] ⚠️ function calls are not analyzed yet -b#551 = ???*0* +b#581 = ???*0* - *0* arguments[1] ⚠️ function calls are not analyzed yet -b#552 = ???*0* +b#582 = ???*0* - *0* arguments[1] ⚠️ function calls are not analyzed yet -b#553 = (???*0* | (???*1* ? null : ???*3*)) +b#583 = (???*0* | (???*1* ? null : ???*3*)) - *0* arguments[1] ⚠️ function calls are not analyzed yet - *1* (undefined === ???*2*) @@ -8216,7 +8614,7 @@ b#553 = (???*0* | (???*1* ? null : ???*3*)) - *3* b ⚠️ circular variable reference -b#554 = (???*0* | (???*1* ? ???*3* : ???*5*)) +b#584 = (???*0* | (???*1* ? ???*3* : ???*5*)) - *0* arguments[1] ⚠️ function calls are not analyzed yet - *1* (undefined !== ???*2*) @@ -8230,7 +8628,7 @@ b#554 = (???*0* | (???*1* ? ???*3* : ???*5*)) - *5* b ⚠️ circular variable reference -b#555 = ( +b#585 = ( | null | ???*0* | {"memoizedState": null, "baseState": null, "baseQueue": null, "queue": null, "next": null} @@ -8332,7 +8730,7 @@ b#555 = ( - *36* a ⚠️ circular variable reference -b#557 = (???*0* | ???*1* | (...) => undefined["bind"](null, ???*2*)[0]) +b#587 = (???*0* | ???*1* | (...) => undefined["bind"](null, ???*2*)[0]) - *0* node limit reached ⚠️ This value might have side effects - *1* unknown mutation @@ -8342,27 +8740,15 @@ b#557 = (???*0* | ???*1* | (...) => undefined["bind"](null, ???*2*)[0]) - *3* a ⚠️ circular variable reference -b#559 = ???*0* +b#589 = ???*0* - *0* arguments[1] ⚠️ function calls are not analyzed yet -b#56 = ((???*0* | ???*1*) ? "checked" : "value") -- *0* assignment expression - ⚠️ This value might have side effects -- *1* ("input" === ???*2*) - ⚠️ nested operation -- *2* ???*3*() - ⚠️ nested operation -- *3* ???*4*["toLowerCase"] - ⚠️ unknown object -- *4* arguments[0] - ⚠️ function calls are not analyzed yet - -b#562 = ???*0* +b#592 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -b#565 = ( +b#595 = ( | null | ???*0* | {"memoizedState": null, "baseState": null, "baseQueue": null, "queue": null, "next": null} @@ -8464,11 +8850,11 @@ b#565 = ( - *36* a ⚠️ circular variable reference -b#566 = ???*0* +b#596 = ???*0* - *0* node limit reached ⚠️ This value might have side effects -b#568 = ( +b#598 = ( | null | ???*0* | {"memoizedState": null, "baseState": null, "baseQueue": null, "queue": null, "next": null} @@ -8570,35 +8956,35 @@ b#568 = ( - *36* a ⚠️ circular variable reference -b#569 = ???*0* +b#599 = ???*0* - *0* node limit reached ⚠️ This value might have side effects -b#570 = ???*0* +b#600 = ???*0* - *0* arguments[1] ⚠️ function calls are not analyzed yet -b#573 = ???*0* +b#603 = ???*0* - *0* arguments[1] ⚠️ function calls are not analyzed yet -b#574 = ???*0* +b#604 = ???*0* - *0* arguments[1] ⚠️ function calls are not analyzed yet -b#578 = ???*0* +b#608 = ???*0* - *0* arguments[1] ⚠️ function calls are not analyzed yet -b#580 = ???*0* +b#610 = ???*0* - *0* arguments[1] ⚠️ function calls are not analyzed yet -b#585 = ???*0* +b#615 = ???*0* - *0* arguments[1] ⚠️ function calls are not analyzed yet -b#587 = (???*0* | (13 === ???*1*) | ???*3* | (???*5* ? ???*7* : true)) +b#617 = (???*0* | (13 === ???*1*) | ???*3* | (???*5* ? ???*7* : true)) - *0* b ⚠️ pattern without value - *1* ???*2*["tag"] @@ -8622,91 +9008,19 @@ b#587 = (???*0* | (13 === ???*1*) | ???*3* | (???*5* ? ???*7* : true)) - *10* b ⚠️ circular variable reference -b#589 = ( +b#619 = ( | ???*0* | {"eventTime": -1, "lane": 1, "tag": 0, "payload": null, "callback": null, "next": null} ) - *0* arguments[1] ⚠️ function calls are not analyzed yet -b#590 = ???*0* -- *0* arguments[1] - ⚠️ function calls are not analyzed yet - -b#591 = ???*0* -- *0* arguments[1] - ⚠️ function calls are not analyzed yet - -b#592 = ???*0* -- *0* arguments[1] - ⚠️ function calls are not analyzed yet - -b#595 = ???*0* -- *0* arguments[1] - ⚠️ function calls are not analyzed yet - -b#597 = ???*0* -- *0* arguments[1] - ⚠️ function calls are not analyzed yet - -b#599 = ???*0* -- *0* arguments[1] - ⚠️ function calls are not analyzed yet - -b#600 = ???*0* -- *0* arguments[1] - ⚠️ function calls are not analyzed yet - -b#601 = ???*0* -- *0* arguments[1] - ⚠️ function calls are not analyzed yet - -b#605 = ???*0* -- *0* arguments[1] - ⚠️ function calls are not analyzed yet - -b#606 = ???*0* -- *0* ???*1*["stateNode"] +b#62 = ???*0* +- *0* ???*1*["type"] ⚠️ unknown object - *1* arguments[0] ⚠️ function calls are not analyzed yet -b#607 = ???*0* -- *0* arguments[1] - ⚠️ function calls are not analyzed yet - -b#609 = ???*0* -- *0* arguments[1] - ⚠️ function calls are not analyzed yet - -b#612 = ( - | ???*0* - | {"mode": "visible", "children": ???*1*} - | new (...) => undefined(22, ???*2*, null, ???*3*) -) -- *0* arguments[1] - ⚠️ function calls are not analyzed yet -- *1* b - ⚠️ circular variable reference -- *2* a - ⚠️ circular variable reference -- *3* ???*4*["mode"] - ⚠️ unknown object -- *4* arguments[0] - ⚠️ function calls are not analyzed yet - -b#613 = ???*0* -- *0* arguments[1] - ⚠️ function calls are not analyzed yet - -b#614 = ???*0* -- *0* max number of linking steps reached - ⚠️ This value might have side effects - -b#619 = ???*0* -- *0* arguments[1] - ⚠️ function calls are not analyzed yet - b#620 = ???*0* - *0* arguments[1] ⚠️ function calls are not analyzed yet @@ -8715,864 +9029,550 @@ b#621 = ???*0* - *0* arguments[1] ⚠️ function calls are not analyzed yet -b#628 = ???*0* -- *0* arguments[1] - ⚠️ function calls are not analyzed yet - -b#629 = ???*0* +b#622 = ???*0* - *0* arguments[1] ⚠️ function calls are not analyzed yet -b#631 = ???*0* +b#625 = ???*0* - *0* arguments[1] ⚠️ function calls are not analyzed yet -b#634 = ???*0* +b#627 = ???*0* - *0* arguments[1] ⚠️ function calls are not analyzed yet -b#639 = ???*0* +b#629 = ???*0* - *0* arguments[1] ⚠️ function calls are not analyzed yet -b#64 = ( - | ???*0* - | ""["_valueTracker"] - | ((???*2* | ???*3*) ? ???*7* : ???*10*)["_valueTracker"] -) -- *0* ???*1*["_valueTracker"] - ⚠️ unknown object -- *1* arguments[0] - ⚠️ function calls are not analyzed yet -- *2* assignment expression +b#63 = ((???*0* | ???*1*) ? "checked" : "value") +- *0* assignment expression ⚠️ This value might have side effects -- *3* ("input" === ???*4*) - ⚠️ nested operation -- *4* ???*5*() +- *1* ("input" === ???*2*) ⚠️ nested operation -- *5* ???*6*["toLowerCase"] - ⚠️ unknown object -- *6* a - ⚠️ circular variable reference -- *7* (???*8* ? "true" : "false") +- *2* ???*3*() ⚠️ nested operation -- *8* ???*9*["checked"] - ⚠️ unknown object -- *9* a - ⚠️ circular variable reference -- *10* ???*11*["value"] - ⚠️ unknown object -- *11* a - ⚠️ circular variable reference - -b#644 = ???*0* -- *0* arguments[1] - ⚠️ function calls are not analyzed yet - -b#645 = (???*0* | ???*1*) -- *0* arguments[1] - ⚠️ function calls are not analyzed yet -- *1* ???*2*["tail"] - ⚠️ unknown object -- *2* arguments[0] - ⚠️ function calls are not analyzed yet - -b#646 = ((null !== ???*0*) | (???*2* === ???*5*)) -- *0* ???*1*["alternate"] - ⚠️ unknown object -- *1* arguments[0] - ⚠️ function calls are not analyzed yet -- *2* ???*3*["child"] - ⚠️ unknown object -- *3* ???*4*["alternate"] +- *3* ???*4*["toLowerCase"] ⚠️ unknown object - *4* arguments[0] ⚠️ function calls are not analyzed yet -- *5* ???*6*["child"] - ⚠️ unknown object -- *6* arguments[0] - ⚠️ function calls are not analyzed yet -b#647 = ???*0* -- *0* max number of linking steps reached - ⚠️ This value might have side effects - -b#665 = ???*0* -- *0* arguments[1] - ⚠️ function calls are not analyzed yet - -b#667 = ???*0* -- *0* arguments[1] - ⚠️ function calls are not analyzed yet - -b#67 = ???*0* -- *0* b - ⚠️ pattern without value - -b#670 = ???*0* -- *0* arguments[1] - ⚠️ function calls are not analyzed yet - -b#673 = ???*0* -- *0* max number of linking steps reached - ⚠️ This value might have side effects - -b#68 = ???*0* -- *0* arguments[1] - ⚠️ function calls are not analyzed yet - -b#687 = ???*0* -- *0* arguments[1] - ⚠️ function calls are not analyzed yet - -b#69 = ???*0* -- *0* arguments[1] - ⚠️ function calls are not analyzed yet - -b#691 = (???*0* | ???*1* | (???*3* ? ???*5* : null)) +b#630 = ???*0* - *0* arguments[1] ⚠️ function calls are not analyzed yet -- *1* ???*2*["updateQueue"] - ⚠️ unknown object -- *2* b - ⚠️ circular variable reference -- *3* (null !== ???*4*) - ⚠️ nested operation -- *4* b - ⚠️ circular variable reference -- *5* ???*6*["lastEffect"] - ⚠️ unknown object -- *6* b - ⚠️ circular variable reference - -b#695 = (???*0* | undefined["ref"]) -- *0* ???*1*["ref"] - ⚠️ unknown object -- *1* arguments[0] - ⚠️ function calls are not analyzed yet - -b#697 = ???*0* -- *0* ???*1*["alternate"] - ⚠️ unknown object -- *1* arguments[0] - ⚠️ function calls are not analyzed yet -b#7 = ???*0* +b#631 = ???*0* - *0* arguments[1] ⚠️ function calls are not analyzed yet -b#70 = (???*0* | ???*1*) +b#635 = ???*0* - *0* arguments[1] ⚠️ function calls are not analyzed yet -- *1* ???*2*["checked"] - ⚠️ unknown object -- *2* b - ⚠️ circular variable reference -b#703 = (???*0* | ???*1*) -- *0* arguments[1] - ⚠️ function calls are not analyzed yet -- *1* ???*2*["parentNode"] +b#636 = ???*0* +- *0* ???*1*["stateNode"] ⚠️ unknown object -- *2* arguments[2] - ⚠️ function calls are not analyzed yet - -b#704 = ???*0* -- *0* arguments[1] +- *1* arguments[0] ⚠️ function calls are not analyzed yet -b#705 = ???*0* +b#637 = ???*0* - *0* arguments[1] ⚠️ function calls are not analyzed yet -b#706 = ???*0* +b#639 = ???*0* - *0* arguments[1] ⚠️ function calls are not analyzed yet -b#71 = ???*0* +b#642 = ( + | ???*0* + | {"mode": "visible", "children": ???*1*} + | new (...) => undefined(22, ???*2*, null, ???*3*) +) - *0* arguments[1] ⚠️ function calls are not analyzed yet - -b#713 = ???*0* -- *0* ???*1*["updateQueue"] +- *1* b + ⚠️ circular variable reference +- *2* a + ⚠️ circular variable reference +- *3* ???*4*["mode"] ⚠️ unknown object -- *1* arguments[0] - ⚠️ function calls are not analyzed yet - -b#715 = ???*0* -- *0* arguments[0] +- *4* arguments[0] ⚠️ function calls are not analyzed yet -b#716 = (???*0* | ???*1*) +b#643 = ???*0* - *0* arguments[1] ⚠️ function calls are not analyzed yet -- *1* ???*2*["child"] - ⚠️ unknown object -- *2* b - ⚠️ circular variable reference -b#721 = ???*0* +b#644 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -b#74 = (???*0* | ???*1*) +b#650 = ???*0* - *0* arguments[1] ⚠️ function calls are not analyzed yet -- *1* ???*2*["initialValue"] - ⚠️ unknown object -- *2* ???*3*["_wrapperState"] - ⚠️ unknown object -- *3* arguments[0] - ⚠️ function calls are not analyzed yet -b#756 = ???*0* -- *0* ???*1*["flags"] - ⚠️ unknown object -- *1* arguments[0] +b#651 = ???*0* +- *0* arguments[1] ⚠️ function calls are not analyzed yet -b#76 = ???*0* +b#652 = ???*0* - *0* arguments[1] ⚠️ function calls are not analyzed yet -b#763 = ???*0* +b#660 = ???*0* - *0* arguments[1] ⚠️ function calls are not analyzed yet -b#764 = ???*0* +b#661 = ???*0* - *0* arguments[1] ⚠️ function calls are not analyzed yet -b#768 = ???*0* -- *0* max number of linking steps reached - ⚠️ This value might have side effects - -b#77 = (???*0* | {} | null | ???*1*) +b#663 = ???*0* - *0* arguments[1] ⚠️ function calls are not analyzed yet -- *1* ???*2*[(0 | undefined | ???*3* | ???*4*)] - ⚠️ unknown object - ⚠️ This value might have side effects -- *2* arguments[0] - ⚠️ function calls are not analyzed yet -- *3* updated with update expression - ⚠️ This value might have side effects -- *4* ???*5*["hasOwnProperty"](`$${a[c]["value"]}`) - ⚠️ unknown callee object -- *5* b - ⚠️ circular variable reference - -b#781 = ???*0* -- *0* max number of linking steps reached - ⚠️ This value might have side effects -b#785 = ???*0* -- *0* max number of linking steps reached - ⚠️ This value might have side effects +b#667 = ???*0* +- *0* arguments[1] + ⚠️ function calls are not analyzed yet -b#8 = ???*0* +b#672 = ???*0* - *0* arguments[1] ⚠️ function calls are not analyzed yet -b#802 = ???*0* +b#678 = ???*0* - *0* arguments[1] ⚠️ function calls are not analyzed yet -b#803 = (???*0* | ???*1*) +b#679 = (???*0* | ???*1*) - *0* arguments[1] ⚠️ function calls are not analyzed yet -- *1* unsupported expression - ⚠️ This value might have side effects +- *1* ???*2*["tail"] + ⚠️ unknown object +- *2* arguments[0] + ⚠️ function calls are not analyzed yet -b#807 = ???*0* -- *0* max number of linking steps reached - ⚠️ This value might have side effects +b#681 = ((null !== ???*0*) | (???*2* === ???*5*)) +- *0* ???*1*["alternate"] + ⚠️ unknown object +- *1* arguments[0] + ⚠️ function calls are not analyzed yet +- *2* ???*3*["child"] + ⚠️ unknown object +- *3* ???*4*["alternate"] + ⚠️ unknown object +- *4* arguments[0] + ⚠️ function calls are not analyzed yet +- *5* ???*6*["child"] + ⚠️ unknown object +- *6* arguments[0] + ⚠️ function calls are not analyzed yet -b#817 = ???*0* +b#682 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -b#819 = (???*0* | ???*1* | undefined) -- *0* arguments[0] - ⚠️ function calls are not analyzed yet -- *1* ???*2*["updateQueue"] - ⚠️ unknown object -- *2* b - ⚠️ circular variable reference - -b#82 = ???*0* +b#7 = ???*0* - *0* arguments[1] ⚠️ function calls are not analyzed yet -b#827 = (???*0* | ???*1*) +b#707 = ???*0* - *0* arguments[1] ⚠️ function calls are not analyzed yet -- *1* unsupported assign operation - ⚠️ This value might have side effects -b#829 = ( - | 0 +b#71 = ( | ???*0* - | ???*2* - | 1 - | 2 - | 4 - | 8 - | 16 - | 32 - | ???*3* - | 134217728 - | 268435456 - | 536870912 - | 1073741824 - | undefined - | (???*4* ? (???*7* | ???*8*) : ???*9*) + | ""["_valueTracker"] + | ((???*2* | ???*3*) ? ???*7* : ???*10*)["_valueTracker"] ) -- *0* ???*1*["entangledLanes"] +- *0* ???*1*["_valueTracker"] ⚠️ unknown object - *1* arguments[0] ⚠️ function calls are not analyzed yet -- *2* unsupported assign operation - ⚠️ This value might have side effects -- *3* unsupported expression +- *2* assignment expression ⚠️ This value might have side effects -- *4* (0 !== (???*5* | ???*6*)) +- *3* ("input" === ???*4*) ⚠️ nested operation -- *5* arguments[0] - ⚠️ function calls are not analyzed yet -- *6* unsupported expression - ⚠️ This value might have side effects -- *7* arguments[0] - ⚠️ function calls are not analyzed yet -- *8* unsupported expression - ⚠️ This value might have side effects -- *9* (???*10* ? 1073741824 : 0) +- *4* ???*5*() ⚠️ nested operation -- *10* unsupported expression - ⚠️ This value might have side effects - -b#83 = (???*0* | ???*1* | ???*3* | "") -- *0* arguments[1] - ⚠️ function calls are not analyzed yet -- *1* ???*2*["defaultValue"] +- *5* ???*6*["toLowerCase"] ⚠️ unknown object -- *2* b +- *6* a ⚠️ circular variable reference -- *3* b +- *7* (???*8* ? "true" : "false") + ⚠️ nested operation +- *8* ???*9*["checked"] + ⚠️ unknown object +- *9* a + ⚠️ circular variable reference +- *10* ???*11*["value"] + ⚠️ unknown object +- *11* a ⚠️ circular variable reference -b#831 = ???*0* +b#710 = ???*0* - *0* arguments[1] ⚠️ function calls are not analyzed yet -b#834 = ???*0* -- *0* max number of linking steps reached - ⚠️ This value might have side effects - -b#838 = (???*0* | 0 | ???*1*) +b#713 = ???*0* - *0* arguments[1] ⚠️ function calls are not analyzed yet -- *1* updated with update expression - ⚠️ This value might have side effects -b#843 = ???*0* +b#716 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -b#863 = ???*0* +b#731 = ???*0* - *0* arguments[1] ⚠️ function calls are not analyzed yet -b#868 = ???*0* -- *0* max number of linking steps reached - ⚠️ This value might have side effects - -b#869 = (???*0* | ???*1*) -- *0* arguments[0] +b#735 = (???*0* | ???*1* | (???*3* ? ???*5* : null)) +- *0* arguments[1] ⚠️ function calls are not analyzed yet -- *1* ???*2*["return"] +- *1* ???*2*["updateQueue"] ⚠️ unknown object - *2* b ⚠️ circular variable reference +- *3* (null !== ???*4*) + ⚠️ nested operation +- *4* b + ⚠️ circular variable reference +- *5* ???*6*["lastEffect"] + ⚠️ unknown object +- *6* b + ⚠️ circular variable reference -b#87 = ???*0* -- *0* arguments[1] +b#739 = (???*0* | undefined["ref"]) +- *0* ???*1*["ref"] + ⚠️ unknown object +- *1* arguments[0] ⚠️ function calls are not analyzed yet -b#877 = ???*0* -- *0* arguments[1] - ⚠️ function calls are not analyzed yet +b#74 = ???*0* +- *0* b + ⚠️ pattern without value -b#88 = ???*0* -- *0* ???*1*["textContent"] +b#742 = ???*0* +- *0* ???*1*["alternate"] ⚠️ unknown object - *1* arguments[0] ⚠️ function calls are not analyzed yet -b#880 = ???*0* +b#748 = (???*0* | ???*1*) - *0* arguments[1] ⚠️ function calls are not analyzed yet +- *1* ???*2*["parentNode"] + ⚠️ unknown object +- *2* arguments[2] + ⚠️ function calls are not analyzed yet -b#883 = ( - | module["__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED"]["ReactCurrentBatchConfig"]["transition"] - | undefined -) - -b#9 = ???*0* +b#749 = ???*0* - *0* arguments[1] ⚠️ function calls are not analyzed yet -b#90 = ???*0* +b#75 = ???*0* - *0* arguments[1] ⚠️ function calls are not analyzed yet -b#909 = ???*0* -- *0* max number of linking steps reached - ⚠️ This value might have side effects - -b#910 = ???*0* -- *0* max number of linking steps reached - ⚠️ This value might have side effects - -b#915 = (???*0* | (???*1* ? ???*3* : ???*4*)) +b#750 = ???*0* - *0* arguments[1] ⚠️ function calls are not analyzed yet -- *1* (0 !== ???*2*) - ⚠️ nested operation -- *2* unsupported expression - ⚠️ This value might have side effects -- *3* module["unstable_now"]() - ⚠️ nested operation -- *4* (???*5* ? (-1 | ???*7*) : ???*8*) - ⚠️ nested operation -- *5* (-1 !== (-1 | ???*6*)) - ⚠️ nested operation -- *6* module["unstable_now"]() - ⚠️ nested operation -- *7* module["unstable_now"]() - ⚠️ nested operation -- *8* assignment expression - ⚠️ This value might have side effects -b#916 = (???*0* | 1 | 4194304 | ???*1*) +b#751 = ???*0* - *0* arguments[1] ⚠️ function calls are not analyzed yet -- *1* unsupported assign operation - ⚠️ This value might have side effects -b#917 = ???*0* -- *0* ???*1*["memoizedState"] +b#759 = ???*0* +- *0* ???*1*["updateQueue"] ⚠️ unknown object - *1* arguments[0] ⚠️ function calls are not analyzed yet -b#918 = ???*0* +b#76 = ???*0* - *0* arguments[1] ⚠️ function calls are not analyzed yet -b#919 = ???*0* -- *0* max number of linking steps reached - ⚠️ This value might have side effects - -b#92 = ???*0* +b#761 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -b#94 = (???*0* | ???*1* | ???*3*) -- *0* arguments[1] - ⚠️ function calls are not analyzed yet -- *1* ???*2*["firstChild"] - ⚠️ unknown object -- *2* mb - ⚠️ pattern without value -- *3* ???*4*["firstChild"] - ⚠️ unknown object - ⚠️ This value might have side effects -- *4* ???*5*["createElement"]("div") - ⚠️ unknown callee object - ⚠️ This value might have side effects -- *5* FreeVar(document) - ⚠️ unknown global - ⚠️ This value might have side effects - -b#940 = ???*0* -- *0* arguments[1] - ⚠️ function calls are not analyzed yet - -b#941 = ???*0* -- *0* arguments[1] - ⚠️ function calls are not analyzed yet - -b#942 = ???*0* -- *0* arguments[1] - ⚠️ function calls are not analyzed yet - -b#946 = (???*0* | ???*1*) +b#762 = (???*0* | ???*1*) - *0* arguments[1] ⚠️ function calls are not analyzed yet -- *1* ???*2*["dependencies"] +- *1* ???*2*["child"] ⚠️ unknown object -- *2* arguments[0] - ⚠️ function calls are not analyzed yet - -b#947 = ( - | ???*0* - | new (...) => undefined((2 | 1 | 5 | 8 | 10 | 9 | 11 | 14 | 16), ???*1*, ???*2*, (???*3* | ???*4*)) -) -- *0* arguments[1] - ⚠️ function calls are not analyzed yet -- *1* arguments[2] - ⚠️ function calls are not analyzed yet - *2* b ⚠️ circular variable reference -- *3* arguments[4] - ⚠️ function calls are not analyzed yet -- *4* unsupported assign operation + +b#768 = ???*0* +- *0* max number of linking steps reached ⚠️ This value might have side effects -b#948 = ???*0* +b#77 = (???*0* | ???*1*) - *0* arguments[1] ⚠️ function calls are not analyzed yet +- *1* ???*2*["checked"] + ⚠️ unknown object +- *2* b + ⚠️ circular variable reference -b#949 = ???*0* +b#78 = ???*0* - *0* arguments[1] ⚠️ function calls are not analyzed yet -b#950 = ???*0* -- *0* arguments[1] +b#806 = ???*0* +- *0* ???*1*["flags"] + ⚠️ unknown object +- *1* arguments[0] ⚠️ function calls are not analyzed yet -b#951 = (???*0* | new (...) => undefined(4, ???*1*, ???*7*, ???*9*)) +b#81 = (???*0* | ???*1*) - *0* arguments[1] ⚠️ function calls are not analyzed yet -- *1* (???*2* ? ???*5* : []) - ⚠️ nested operation -- *2* (null !== ???*3*) - ⚠️ nested operation -- *3* ???*4*["children"] - ⚠️ unknown object -- *4* arguments[0] - ⚠️ function calls are not analyzed yet -- *5* ???*6*["children"] +- *1* ???*2*["initialValue"] ⚠️ unknown object -- *6* arguments[0] - ⚠️ function calls are not analyzed yet -- *7* ???*8*["key"] +- *2* ???*3*["_wrapperState"] ⚠️ unknown object -- *8* arguments[0] +- *3* arguments[0] ⚠️ function calls are not analyzed yet -- *9* b - ⚠️ circular variable reference -b#952 = ???*0* +b#814 = ???*0* - *0* arguments[1] ⚠️ function calls are not analyzed yet -b#953 = (???*0* | 1 | ???*1* | 0) +b#815 = ???*0* - *0* arguments[1] ⚠️ function calls are not analyzed yet -- *1* unsupported assign operation + +b#819 = ???*0* +- *0* max number of linking steps reached ⚠️ This value might have side effects -b#954 = ???*0* +b#83 = ???*0* - *0* arguments[1] ⚠️ function calls are not analyzed yet -b#955 = (???*0* | ???*1* | undefined) -- *0* arguments[0] - ⚠️ function calls are not analyzed yet -- *1* ???*2*["_reactInternals"] - ⚠️ unknown object -- *2* a - ⚠️ circular variable reference - -b#96 = ???*0* -- *0* arguments[1] - ⚠️ function calls are not analyzed yet +b#835 = ???*0* +- *0* max number of linking steps reached + ⚠️ This value might have side effects -b#960 = ???*0* -- *0* arguments[1] - ⚠️ function calls are not analyzed yet +b#839 = ???*0* +- *0* max number of linking steps reached + ⚠️ This value might have side effects -b#961 = ( - | ???*0* - | { - "eventTime": (???*1* ? ???*3* : ???*4*), - "lane": ( - | 1 - | ???*9* - | ???*10* - | ???*11* - | 0 - | ???*13* - | 4 - | undefined - | ((???*14* | ???*16*) ? ???*17* : 4) - | (???*18* ? 16 : (???*19* | undefined | null | ???*26* | ???*27*)) - | ???*29* - | ???*30* - | (???*32* ? 16 : (1 | 4 | 16 | 536870912 | undefined)) - ), - "tag": 0, - "payload": null, - "callback": null, - "next": null - } -) +b#84 = (???*0* | {} | null | ???*1*) - *0* arguments[1] ⚠️ function calls are not analyzed yet -- *1* (0 !== ???*2*) - ⚠️ nested operation -- *2* unsupported expression - ⚠️ This value might have side effects -- *3* module["unstable_now"]() - ⚠️ nested operation -- *4* (???*5* ? (-1 | ???*7*) : ???*8*) - ⚠️ nested operation -- *5* (-1 !== (-1 | ???*6*)) - ⚠️ nested operation -- *6* module["unstable_now"]() - ⚠️ nested operation -- *7* module["unstable_now"]() - ⚠️ nested operation -- *8* assignment expression - ⚠️ This value might have side effects -- *9* unsupported expression - ⚠️ This value might have side effects -- *10* Ck - ⚠️ sequence with side effects - ⚠️ This value might have side effects -- *11* ???*12*["current"] +- *1* ???*2*[(0 | undefined | ???*3* | ???*4*)] ⚠️ unknown object -- *12* b - ⚠️ circular variable reference -- *13* C - ⚠️ circular variable reference -- *14* (0 !== ???*15*) - ⚠️ nested operation -- *15* C - ⚠️ circular variable reference -- *16* unsupported expression - ⚠️ This value might have side effects -- *17* C - ⚠️ circular variable reference -- *18* unsupported expression - ⚠️ This value might have side effects -- *19* (???*20* ? ???*21* : 1) - ⚠️ nested operation -- *20* unsupported expression - ⚠️ This value might have side effects -- *21* (???*22* ? ???*23* : 4) - ⚠️ nested operation -- *22* unsupported expression - ⚠️ This value might have side effects -- *23* (???*24* ? 16 : 536870912) - ⚠️ nested operation -- *24* (0 !== ???*25*) - ⚠️ nested operation -- *25* unsupported expression ⚠️ This value might have side effects -- *26* arguments[0] - ⚠️ function calls are not analyzed yet -- *27* ???*28*["value"] - ⚠️ unknown object -- *28* arguments[1] - ⚠️ function calls are not analyzed yet -- *29* arguments[0] +- *2* arguments[0] ⚠️ function calls are not analyzed yet -- *30* ???*31*["event"] - ⚠️ unknown object - ⚠️ This value might have side effects -- *31* FreeVar(window) - ⚠️ unknown global +- *3* updated with update expression ⚠️ This value might have side effects -- *32* (undefined === ???*33*) - ⚠️ nested operation -- *33* a +- *4* ???*5*["hasOwnProperty"](`$${a[c]["value"]}`) + ⚠️ unknown callee object +- *5* b ⚠️ circular variable reference -b#963 = ???*0* +b#857 = ???*0* - *0* arguments[1] ⚠️ function calls are not analyzed yet -b#965 = ???*0* +b#858 = (???*0* | ???*1*) - *0* arguments[1] ⚠️ function calls are not analyzed yet - -b#969 = ???*0* -- *0* ???*1*["_internalRoot"] - ⚠️ unknown object - ⚠️ This value might have side effects - *1* unsupported expression ⚠️ This value might have side effects -b#970 = (???*0* | undefined) -- *0* ???*1*["containerInfo"] - ⚠️ unknown object +b#863 = ???*0* +- *0* max number of linking steps reached ⚠️ This value might have side effects -- *1* ???*2*["_internalRoot"] - ⚠️ unknown object + +b#874 = ???*0* +- *0* max number of linking steps reached ⚠️ This value might have side effects -- *2* unsupported expression + +b#876 = (???*0* | ???*1* | undefined) +- *0* arguments[0] + ⚠️ function calls are not analyzed yet +- *1* ???*2*["updateQueue"] + ⚠️ unknown object +- *2* b + ⚠️ circular variable reference + +b#884 = (???*0* | ???*1*) +- *0* arguments[1] + ⚠️ function calls are not analyzed yet +- *1* unsupported assign operation ⚠️ This value might have side effects -b#974 = ( - | ???*0*() +b#886 = ( | 0 + | ???*0* + | ???*2* | 1 - | ???*1* + | 2 | 4 + | 8 + | 16 + | 32 + | ???*3* + | 134217728 + | 268435456 + | 536870912 + | 1073741824 | undefined - | ((???*2* | ???*4*) ? ???*5* : 4) - | (???*6* ? 16 : (???*7* | undefined | null | ???*14* | ???*15*)) - | ???*17* + | (???*4* ? (???*7* | ???*8*) : ???*9*) ) -- *0* Hc - ⚠️ pattern without value -- *1* C - ⚠️ circular variable reference -- *2* (0 !== ???*3*) - ⚠️ nested operation -- *3* C - ⚠️ circular variable reference -- *4* unsupported expression +- *0* ???*1*["entangledLanes"] + ⚠️ unknown object +- *1* arguments[0] + ⚠️ function calls are not analyzed yet +- *2* unsupported assign operation ⚠️ This value might have side effects -- *5* C - ⚠️ circular variable reference -- *6* unsupported expression +- *3* unsupported expression ⚠️ This value might have side effects -- *7* (???*8* ? ???*9* : 1) +- *4* (0 !== (???*5* | ???*6*)) ⚠️ nested operation +- *5* arguments[0] + ⚠️ function calls are not analyzed yet +- *6* unsupported expression + ⚠️ This value might have side effects +- *7* arguments[0] + ⚠️ function calls are not analyzed yet - *8* unsupported expression ⚠️ This value might have side effects -- *9* (???*10* ? ???*11* : 4) +- *9* (???*10* ? 1073741824 : 0) ⚠️ nested operation - *10* unsupported expression ⚠️ This value might have side effects -- *11* (???*12* ? 16 : 536870912) - ⚠️ nested operation -- *12* (0 !== ???*13*) - ⚠️ nested operation -- *13* unsupported expression - ⚠️ This value might have side effects -- *14* arguments[0] - ⚠️ function calls are not analyzed yet -- *15* ???*16*["value"] - ⚠️ unknown object -- *16* arguments[1] + +b#888 = ???*0* +- *0* arguments[1] ⚠️ function calls are not analyzed yet -- *17* arguments[0] + +b#89 = ???*0* +- *0* arguments[1] ⚠️ function calls are not analyzed yet -b#979 = ???*0* +b#891 = ???*0* +- *0* max number of linking steps reached + ⚠️ This value might have side effects + +b#895 = (???*0* | 0 | ???*1*) - *0* arguments[1] ⚠️ function calls are not analyzed yet +- *1* updated with update expression + ⚠️ This value might have side effects -b#986 = ???*0* +b#9 = ???*0* - *0* arguments[1] ⚠️ function calls are not analyzed yet -b#990 = (???*0* | undefined) -- *0* ???*1*["stateNode"] +b#90 = (???*0* | ???*1* | ???*3* | "") +- *0* arguments[1] + ⚠️ function calls are not analyzed yet +- *1* ???*2*["defaultValue"] ⚠️ unknown object -- *1* arguments[0] +- *2* b + ⚠️ circular variable reference +- *3* b + ⚠️ circular variable reference + +b#901 = ???*0* +- *0* max number of linking steps reached + ⚠️ This value might have side effects + +b#922 = ???*0* +- *0* arguments[1] ⚠️ function calls are not analyzed yet -b#992 = (???*0* ? ???*4* : null) -- *0* (3 === ???*1*) - ⚠️ nested operation -- *1* ???*2*["tag"] - ⚠️ unknown object -- *2* ???*3*["alternate"] - ⚠️ unknown object -- *3* arguments[0] +b#927 = ???*0* +- *0* max number of linking steps reached + ⚠️ This value might have side effects + +b#928 = (???*0* | ???*1*) +- *0* arguments[0] ⚠️ function calls are not analyzed yet -- *4* ???*5*["stateNode"] - ⚠️ unknown object -- *5* ???*6*["alternate"] +- *1* ???*2*["return"] ⚠️ unknown object -- *6* arguments[0] +- *2* b + ⚠️ circular variable reference + +b#936 = ???*0* +- *0* arguments[1] ⚠️ function calls are not analyzed yet -b#994 = ((???*0* ? ???*4* : null) | undefined) -- *0* (3 === ???*1*) - ⚠️ nested operation -- *1* ???*2*["tag"] - ⚠️ unknown object -- *2* ???*3*["alternate"] - ⚠️ unknown object -- *3* arguments[0] +b#939 = ???*0* +- *0* arguments[1] ⚠️ function calls are not analyzed yet -- *4* ???*5*["stateNode"] - ⚠️ unknown object -- *5* ???*6*["alternate"] - ⚠️ unknown object -- *6* arguments[0] + +b#94 = ???*0* +- *0* arguments[1] ⚠️ function calls are not analyzed yet -b#997 = ( - | 1 - | ???*0* - | ???*1* - | ???*2* - | 0 - | ???*3* - | 4 +b#942 = ( + | module["__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED"]["ReactCurrentBatchConfig"]["transition"] | undefined - | ((???*4* | ???*6*) ? ???*7* : 4) - | (???*8* ? 16 : (???*9* | undefined | null | ???*16* | ???*17*)) - | ???*19* - | (???*21* ? 16 : (1 | 4 | 16 | 536870912 | undefined)) ) -- *0* unsupported expression + +b#95 = ???*0* +- *0* ???*1*["textContent"] + ⚠️ unknown object +- *1* arguments[0] + ⚠️ function calls are not analyzed yet + +b#971 = ???*0* +- *0* max number of linking steps reached ⚠️ This value might have side effects -- *1* Ck - ⚠️ sequence with side effects + +b#972 = ???*0* +- *0* max number of linking steps reached ⚠️ This value might have side effects -- *2* arguments[0] + +b#977 = (???*0* | (???*1* ? ???*3* : ???*4*)) +- *0* arguments[1] ⚠️ function calls are not analyzed yet -- *3* C - ⚠️ circular variable reference -- *4* (0 !== ???*5*) +- *1* (0 !== ???*2*) ⚠️ nested operation -- *5* C - ⚠️ circular variable reference -- *6* unsupported expression - ⚠️ This value might have side effects -- *7* C - ⚠️ circular variable reference -- *8* unsupported expression +- *2* unsupported expression ⚠️ This value might have side effects -- *9* (???*10* ? ???*11* : 1) +- *3* module["unstable_now"]() ⚠️ nested operation -- *10* unsupported expression - ⚠️ This value might have side effects -- *11* (???*12* ? ???*13* : 4) +- *4* (???*5* ? (-1 | ???*7*) : ???*8*) ⚠️ nested operation -- *12* unsupported expression - ⚠️ This value might have side effects -- *13* (???*14* ? 16 : 536870912) +- *5* (-1 !== (-1 | ???*6*)) ⚠️ nested operation -- *14* (0 !== ???*15*) +- *6* module["unstable_now"]() ⚠️ nested operation -- *15* unsupported expression +- *7* module["unstable_now"]() + ⚠️ nested operation +- *8* assignment expression ⚠️ This value might have side effects -- *16* arguments[0] + +b#978 = (???*0* | 1 | 4194304 | ???*1*) +- *0* arguments[1] ⚠️ function calls are not analyzed yet -- *17* ???*18*["value"] +- *1* unsupported assign operation + ⚠️ This value might have side effects + +b#979 = ???*0* +- *0* ???*1*["memoizedState"] ⚠️ unknown object -- *18* arguments[1] +- *1* arguments[0] ⚠️ function calls are not analyzed yet -- *19* ???*20*["event"] - ⚠️ unknown object - ⚠️ This value might have side effects -- *20* FreeVar(window) - ⚠️ unknown global + +b#98 = ???*0* +- *0* arguments[1] + ⚠️ function calls are not analyzed yet + +b#980 = ???*0* +- *0* arguments[1] + ⚠️ function calls are not analyzed yet + +b#982 = ???*0* +- *0* max number of linking steps reached ⚠️ This value might have side effects -- *21* (undefined === ???*22*) - ⚠️ nested operation -- *22* a - ⚠️ circular variable reference ba = ( | "onCompositionStart" @@ -9615,47 +9615,266 @@ ba = ( ⚠️ This value might have side effects - *14* arguments[2] ⚠️ function calls are not analyzed yet -- *15* ???*16*["target"] +- *15* ???*16*["target"] + ⚠️ unknown object +- *16* a + ⚠️ circular variable reference +- *17* FreeVar(window) + ⚠️ unknown global + ⚠️ This value might have side effects + +bb = (...) => undefined + +bc = module["unstable_cancelCallback"] + +bd = (...) => undefined + +be = (null | ???*0*) +- *0* ???*1*["documentMode"] + ⚠️ unknown object + ⚠️ This value might have side effects +- *1* FreeVar(document) + ⚠️ unknown global + ⚠️ This value might have side effects + +bf = (undefined | ???*0* | "animationstart" | ???*1*) +- *0* unknown mutation + ⚠️ This value might have side effects +- *1* assignment expression + ⚠️ This value might have side effects + +bg = (...) => (c | A({}, c, d)) + +bh = (...) => undefined + +bi = (...) => a + +bj = (...) => !((!(a) || !(a["isReactComponent"]))) + +bk = (...) => undefined + +bl = (...) => undefined + +c#100 = ???*0* +- *0* arguments[1] + ⚠️ function calls are not analyzed yet + +c#1006 = ???*0* +- *0* arguments[2] + ⚠️ function calls are not analyzed yet + +c#1007 = ???*0* +- *0* arguments[2] + ⚠️ function calls are not analyzed yet + +c#1011 = ( + | ???*0* + | new (...) => undefined(???*2*, (???*4* | ???*5*), ???*7*, ???*9*) +) +- *0* ???*1*["alternate"] + ⚠️ unknown object +- *1* arguments[0] + ⚠️ function calls are not analyzed yet +- *2* ???*3*["tag"] + ⚠️ unknown object +- *3* arguments[0] + ⚠️ function calls are not analyzed yet +- *4* arguments[1] + ⚠️ function calls are not analyzed yet +- *5* ???*6*["dependencies"] + ⚠️ unknown object +- *6* arguments[0] + ⚠️ function calls are not analyzed yet +- *7* ???*8*["key"] + ⚠️ unknown object +- *8* arguments[0] + ⚠️ function calls are not analyzed yet +- *9* ???*10*["mode"] + ⚠️ unknown object +- *10* arguments[0] + ⚠️ function calls are not analyzed yet + +c#1012 = ???*0* +- *0* arguments[2] + ⚠️ function calls are not analyzed yet + +c#1015 = ???*0* +- *0* arguments[2] + ⚠️ function calls are not analyzed yet + +c#1016 = ???*0* +- *0* arguments[2] + ⚠️ function calls are not analyzed yet + +c#1017 = ???*0* +- *0* arguments[2] + ⚠️ function calls are not analyzed yet + +c#1018 = ???*0* +- *0* arguments[2] + ⚠️ function calls are not analyzed yet + +c#1019 = ???*0* +- *0* arguments[2] + ⚠️ function calls are not analyzed yet + +c#1020 = ???*0* +- *0* arguments[2] + ⚠️ function calls are not analyzed yet + +c#1021 = ???*0* +- *0* arguments[2] + ⚠️ function calls are not analyzed yet + +c#1022 = (???*0* | undefined) +- *0* ???*1*["type"] + ⚠️ unknown object +- *1* arguments[0] + ⚠️ function calls are not analyzed yet + +c#1028 = (???*0* | ???*1* | ???*3*) +- *0* arguments[2] + ⚠️ function calls are not analyzed yet +- *1* ???*2*["current"] + ⚠️ unknown object +- *2* arguments[0] + ⚠️ function calls are not analyzed yet +- *3* ???*4*["current"] + ⚠️ unknown object + ⚠️ This value might have side effects +- *4* node limit reached + ⚠️ This value might have side effects + +c#1029 = (???*0* | {} | ???*1* | ???*2* | undefined | ???*4*) +- *0* arguments[2] + ⚠️ function calls are not analyzed yet +- *1* c + ⚠️ circular variable reference +- *2* ???*3*["_reactInternals"] + ⚠️ unknown object +- *3* a + ⚠️ circular variable reference +- *4* Object.assign*5*({}, (???*6* | ???*7* | undefined), (???*9* | ???*11*())) + ⚠️ only const object assign is supported + ⚠️ This value might have side effects +- *5* Object.assign: Object.assign method: https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Reference/Global_Objects/Object/assign +- *6* c + ⚠️ circular variable reference +- *7* ???*8*["_reactInternals"] + ⚠️ unknown object +- *8* a + ⚠️ circular variable reference +- *9* ???*10*["stateNode"] + ⚠️ unknown object +- *10* c + ⚠️ circular variable reference +- *11* ???*12*["getChildContext"] + ⚠️ unknown object +- *12* d + ⚠️ circular variable reference + +c#1032 = (???*0* | undefined) +- *0* ???*1*["retryLane"] + ⚠️ unknown object +- *1* arguments[0] + ⚠️ function calls are not analyzed yet + +c#104 = (???*0* | undefined) +- *0* ???*1*["firstChild"] ⚠️ unknown object -- *16* a - ⚠️ circular variable reference -- *17* FreeVar(window) - ⚠️ unknown global - ⚠️ This value might have side effects +- *1* arguments[0] + ⚠️ function calls are not analyzed yet -bb = (...) => undefined +c#1043 = (0 | undefined | ???*0*) +- *0* updated with update expression + ⚠️ This value might have side effects -bc = module["unstable_cancelCallback"] +c#1048 = ???*0* +- *0* arguments[2] + ⚠️ function calls are not analyzed yet -bd = (...) => undefined +c#1055 = ???*0* +- *0* arguments[2] + ⚠️ function calls are not analyzed yet -be = (null | ???*0*) -- *0* ???*1*["documentMode"] +c#1059 = ( + | 1 + | 2 + | 4 + | 8 + | 16 + | 32 + | ???*0* + | 134217728 + | 268435456 + | 536870912 + | 1073741824 + | ???*1* + | undefined["pendingLanes"] + | undefined +) +- *0* unsupported expression + ⚠️ This value might have side effects +- *1* ???*2*["pendingLanes"] ⚠️ unknown object +- *2* ???*3*["stateNode"] + ⚠️ unknown object +- *3* arguments[0] + ⚠️ function calls are not analyzed yet + +c#1062 = ((???*0* ? ???*2* : ???*3*) | undefined) +- *0* (0 !== ???*1*) + ⚠️ nested operation +- *1* unsupported expression ⚠️ This value might have side effects -- *1* FreeVar(document) - ⚠️ unknown global +- *2* module["unstable_now"]() + ⚠️ nested operation +- *3* (???*4* ? (-1 | ???*6*) : ???*7*) + ⚠️ nested operation +- *4* (-1 !== (-1 | ???*5*)) + ⚠️ nested operation +- *5* module["unstable_now"]() + ⚠️ nested operation +- *6* module["unstable_now"]() + ⚠️ nested operation +- *7* assignment expression ⚠️ This value might have side effects -bf = (undefined | ???*0* | "animationstart" | ???*1*) -- *0* unknown mutation +c#1064 = ((???*0* ? ???*2* : ???*3*) | undefined) +- *0* (0 !== ???*1*) + ⚠️ nested operation +- *1* unsupported expression ⚠️ This value might have side effects -- *1* assignment expression +- *2* module["unstable_now"]() + ⚠️ nested operation +- *3* (???*4* ? (-1 | ???*6*) : ???*7*) + ⚠️ nested operation +- *4* (-1 !== (-1 | ???*5*)) + ⚠️ nested operation +- *5* module["unstable_now"]() + ⚠️ nested operation +- *6* module["unstable_now"]() + ⚠️ nested operation +- *7* assignment expression ⚠️ This value might have side effects -bg = (...) => (c | A({}, c, d)) - -bh = (...) => undefined - -bi = (...) => a - -bj = (...) => !((!(a) || !(a["isReactComponent"]))) - -bk = (...) => undefined - -bl = (...) => undefined +c#1067 = ((???*0* ? ???*4* : null) | undefined) +- *0* (3 === ???*1*) + ⚠️ nested operation +- *1* ???*2*["tag"] + ⚠️ unknown object +- *2* ???*3*["alternate"] + ⚠️ unknown object +- *3* arguments[0] + ⚠️ function calls are not analyzed yet +- *4* ???*5*["stateNode"] + ⚠️ unknown object +- *5* ???*6*["alternate"] + ⚠️ unknown object +- *6* arguments[0] + ⚠️ function calls are not analyzed yet -c#1001 = ( +c#1071 = ( | 0 | 1 | ???*0* @@ -9700,7 +9919,7 @@ c#1001 = ( - *16* arguments[0] ⚠️ function calls are not analyzed yet -c#1004 = (???*0* | ???*1* | ???*3*) +c#1074 = (???*0* | ???*1* | ???*3*) - *0* arguments[2] ⚠️ function calls are not analyzed yet - *1* ???*2*["parentNode"] @@ -9715,11 +9934,7 @@ c#1004 = (???*0* | ???*1* | ???*3*) - *4* c ⚠️ circular variable reference -c#101 = ???*0* -- *0* arguments[2] - ⚠️ function calls are not analyzed yet - -c#1012 = ((???*0* | ???*1*) ? ???*4* : null) +c#1083 = ((???*0* | ???*1*) ? ???*4* : null) - *0* unsupported expression ⚠️ This value might have side effects - *1* (undefined !== ???*2*) @@ -9737,13 +9952,13 @@ c#1012 = ((???*0* | ???*1*) ? ???*4* : null) ⚠️ unknown global ⚠️ This value might have side effects -c#1013 = (false | true) +c#1084 = (false | true) -c#1017 = ???*0* +c#1088 = ???*0* - *0* arguments[2] ⚠️ function calls are not analyzed yet -c#1018 = (???*0* | (null != ???*1*)[(???*2* | 0 | ???*3*)] | ???*4* | null[(???*9* | 0 | ???*10*)]) +c#1089 = (???*0* | (null != ???*1*)[(???*2* | 0 | ???*3*)] | ???*4* | null[(???*9* | 0 | ???*10*)]) - *0* arguments[2] ⚠️ function calls are not analyzed yet - *1* c @@ -9768,22 +9983,30 @@ c#1018 = (???*0* | (null != ???*1*)[(???*2* | 0 | ???*3*)] | ???*4* | null[(???* - *10* updated with update expression ⚠️ This value might have side effects -c#1019 = ???*0* +c#109 = ???*0* - *0* arguments[2] ⚠️ function calls are not analyzed yet -c#102 = (???*0* | "cssFloat") -- *0* for-in variable currently not analyzed +c#1090 = ???*0* +- *0* arguments[2] + ⚠️ function calls are not analyzed yet + +c#1094 = ???*0* +- *0* arguments[2] + ⚠️ function calls are not analyzed yet -c#1023 = ???*0* +c#11 = ???*0* - *0* arguments[2] ⚠️ function calls are not analyzed yet -c#116 = ???*0* +c#110 = (???*0* | "cssFloat") +- *0* for-in variable currently not analyzed + +c#125 = ???*0* - *0* arguments[2] ⚠️ function calls are not analyzed yet -c#119 = ( +c#128 = ( | ???*0* | !((???*2* | null | ???*4*))["stateNode"] | false["stateNode"] @@ -9828,19 +10051,19 @@ c#119 = ( - *17* arguments[1] ⚠️ function calls are not analyzed yet -c#123 = ???*0* +c#133 = ???*0* - *0* arguments[2] ⚠️ function calls are not analyzed yet -c#127 = ???*0* +c#137 = ???*0* - *0* arguments[2] ⚠️ function calls are not analyzed yet -c#128 = ???*0* +c#138 = ???*0* - *0* arguments[2] ⚠️ function calls are not analyzed yet -c#131 = (???*0* | ???*1* | ???*2*) +c#141 = (???*0* | ???*1* | ???*2*) - *0* arguments[0] ⚠️ function calls are not analyzed yet - *1* a @@ -9850,7 +10073,7 @@ c#131 = (???*0* | ???*1* | ???*2*) - *3* b ⚠️ circular variable reference -c#136 = ( +c#146 = ( | ???*0* | ???*1* | (???*3* ? (???*6* | ???*7* | ???*8*) : null) @@ -9880,7 +10103,7 @@ c#136 = ( - *9* b ⚠️ circular variable reference -c#159 = (???*0* | ???*2*) +c#170 = (???*0* | ???*2*) - *0* ???*1*["pendingLanes"] ⚠️ unknown object - *1* arguments[0] @@ -9888,75 +10111,75 @@ c#159 = (???*0* | ???*2*) - *2* unsupported expression ⚠️ This value might have side effects -c#162 = ???*0* +c#174 = ???*0* - *0* ???*1*["suspendedLanes"] ⚠️ unknown object - *1* arguments[0] ⚠️ function calls are not analyzed yet -c#167 = (0 | ???*0*) +c#179 = (0 | ???*0*) - *0* updated with update expression ⚠️ This value might have side effects -c#168 = ???*0* +c#180 = ???*0* - *0* arguments[2] ⚠️ function calls are not analyzed yet -c#169 = (???*0* | ???*1*) +c#181 = (???*0* | ???*1*) - *0* unsupported expression ⚠️ This value might have side effects - *1* unsupported assign operation ⚠️ This value might have side effects -c#171 = (???*0* | ???*1*) +c#183 = (???*0* | ???*1*) - *0* compound assignment expression ⚠️ This value might have side effects - *1* unsupported assign operation ⚠️ This value might have side effects -c#175 = ???*0* +c#188 = ???*0* - *0* arguments[2] ⚠️ function calls are not analyzed yet -c#176 = ???*0* +c#189 = ???*0* - *0* arguments[2] ⚠️ function calls are not analyzed yet -c#177 = ???*0* +c#191 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -c#183 = ???*0* +c#197 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -c#186 = ???*0* +c#200 = ???*0* - *0* arguments[2] ⚠️ function calls are not analyzed yet -c#189 = (1 | undefined | ???*0* | 0 | ???*1*) +c#203 = (1 | undefined | ???*0* | 0 | ???*1*) - *0* updated with update expression ⚠️ This value might have side effects - *1* [][0] ⚠️ invalid index -c#193 = ???*0* +c#207 = ???*0* - *0* arguments[2] ⚠️ function calls are not analyzed yet -c#196 = ???*0* +c#210 = ???*0* - *0* arguments[2] ⚠️ function calls are not analyzed yet -c#199 = ???*0* +c#213 = ???*0* - *0* arguments[2] ⚠️ function calls are not analyzed yet -c#203 = ???*0* +c#217 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -c#207 = ( +c#223 = ( | null["length"] | ???*0* | (???*2* ? (null["value"] | ???*17*) : (null["textContent"] | ???*32*))["length"] @@ -10072,10 +10295,10 @@ c#207 = ( ⚠️ unknown global ⚠️ This value might have side effects -c#212 = ???*0* +c#228 = ???*0* - *0* for-in variable currently not analyzed -c#236 = ( +c#255 = ( | ???*0* | new (...) => ???*1*("onChange", "change", null, ???*2*, ???*3*) ) @@ -10088,11 +10311,11 @@ c#236 = ( - *3* arguments[3] ⚠️ function calls are not analyzed yet -c#246 = ???*0* +c#265 = ???*0* - *0* arguments[2] ⚠️ function calls are not analyzed yet -c#25 = (???*0* | null | (???*1* ? "" : ???*12*)) +c#27 = (???*0* | null | (???*1* ? "" : ???*12*)) - *0* arguments[2] ⚠️ function calls are not analyzed yet - *1* (3 === (???*2* | ???*10*)) @@ -10121,7 +10344,7 @@ c#25 = (???*0* | null | (???*1* ? "" : ???*12*)) - *12* c ⚠️ circular variable reference -c#251 = ???*0* +c#270 = ???*0* - *0* ???*1*(???*3*) ⚠️ unknown callee ⚠️ This value might have side effects @@ -10132,7 +10355,7 @@ c#251 = ???*0* - *3* arguments[0] ⚠️ function calls are not analyzed yet -c#254 = (???*0* | 0 | ???*1* | (???*2* + ???*3*) | ???*6* | undefined | ???*8*) +c#273 = (???*0* | 0 | ???*1* | (???*2* + ???*3*) | ???*6* | undefined | ???*8*) - *0* arguments[0] ⚠️ function calls are not analyzed yet - *1* d @@ -10152,7 +10375,7 @@ c#254 = (???*0* | 0 | ???*1* | (???*2* + ???*3*) | ???*6* | undefined | ???*8*) - *8* c ⚠️ circular variable reference -c#261 = (("string" === ???*0*) | undefined | false) +c#280 = (("string" === ???*0*) | undefined | false) - *0* typeof(( | null["contentWindow"]["location"]["href"] | ???*1* @@ -10181,30 +10404,30 @@ c#261 = (("string" === ???*0*) | undefined | false) ⚠️ unknown object ⚠️ This value might have side effects -c#266 = ???*0* +c#285 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -c#269 = ???*0* +c#288 = ???*0* - *0* arguments[2] ⚠️ function calls are not analyzed yet -c#270 = {} +c#289 = {} -c#271 = (???*0* | ???*1*) +c#290 = (???*0* | ???*1*) - *0* c ⚠️ pattern without value - *1* for-in variable currently not analyzed -c#274 = ???*0* +c#293 = ???*0* - *0* arguments[2] ⚠️ function calls are not analyzed yet -c#275 = (0 | ???*0*) +c#294 = (0 | ???*0*) - *0* updated with update expression ⚠️ This value might have side effects -c#280 = (???*0* | ???*2*) +c#299 = (???*0* | ???*2*) - *0* ???*1*[of] ⚠️ unknown object - *1* arguments[1] @@ -10212,11 +10435,15 @@ c#280 = (???*0* | ???*2*) - *2* assignment expression ⚠️ This value might have side effects -c#281 = ???*0* +c#3 = (1 | ???*0*) +- *0* updated with update expression + ⚠️ This value might have side effects + +c#300 = ???*0* - *0* arguments[2] ⚠️ function calls are not analyzed yet -c#285 = ( +c#304 = ( | ???*0* | (...) => undefined["bind"](null, ???*1*, ???*2*, ???*3*) | undefined["bind"](null, ???*4*, ???*5*, ???*6*) @@ -10243,19 +10470,15 @@ c#285 = ( - *9* arguments[0] ⚠️ function calls are not analyzed yet -c#286 = ???*0* +c#306 = ???*0* - *0* arguments[2] ⚠️ function calls are not analyzed yet -c#29 = ???*0* +c#31 = ???*0* - *0* c ⚠️ pattern without value -c#3 = (1 | ???*0*) -- *0* updated with update expression - ⚠️ This value might have side effects - -c#30 = ???*0* +c#32 = ???*0* - *0* ???*1*["prepareStackTrace"] ⚠️ unknown object ⚠️ This value might have side effects @@ -10263,15 +10486,15 @@ c#30 = ???*0* ⚠️ unknown global ⚠️ This value might have side effects -c#307 = ???*0* +c#330 = ???*0* - *0* arguments[2] ⚠️ function calls are not analyzed yet -c#308 = `${???*0*}Capture` +c#331 = `${???*0*}Capture` - *0* arguments[1] ⚠️ function calls are not analyzed yet -c#311 = (???*0* | ???*1*) +c#334 = (???*0* | ???*1*) - *0* arguments[2] ⚠️ function calls are not analyzed yet - *1* ???*2*["return"] @@ -10279,11 +10502,11 @@ c#311 = (???*0* | ???*1*) - *2* c ⚠️ circular variable reference -c#314 = ???*0* +c#337 = ???*0* - *0* arguments[2] ⚠️ function calls are not analyzed yet -c#320 = (???*0* | ???*1* | undefined["data"] | undefined) +c#343 = (???*0* | ???*1* | undefined["data"] | undefined) - *0* arguments[1] ⚠️ function calls are not analyzed yet - *1* ???*2*["data"] @@ -10293,13 +10516,13 @@ c#320 = (???*0* | ???*1* | undefined["data"] | undefined) - *3* c ⚠️ circular variable reference -c#327 = (???*0* | undefined) +c#350 = (???*0* | undefined) - *0* ???*1*["data"] ⚠️ unknown object - *1* arguments[0] ⚠️ function calls are not analyzed yet -c#331 = ( +c#354 = ( | ???*0* | null["parentNode"] | null[`__reactFiber$${???*2*}`]["alternate"] @@ -10332,7 +10555,7 @@ c#331 = ( ⚠️ unknown object ⚠️ This value might have side effects -c#341 = ???*0* +c#364 = ???*0* - *0* ???*1*["contextTypes"] ⚠️ unknown object - *1* ???*2*["type"] @@ -10340,19 +10563,19 @@ c#341 = ???*0* - *2* arguments[0] ⚠️ function calls are not analyzed yet -c#344 = ???*0* +c#367 = ???*0* - *0* arguments[2] ⚠️ function calls are not analyzed yet -c#345 = ???*0* +c#368 = ???*0* - *0* arguments[2] ⚠️ function calls are not analyzed yet -c#347 = ???*0* +c#370 = ???*0* - *0* arguments[2] ⚠️ function calls are not analyzed yet -c#350 = (null | [???*0*] | ???*1* | undefined) +c#373 = (null | [???*0*] | ???*1* | undefined) - *0* arguments[0] ⚠️ function calls are not analyzed yet - *1* ???*2*["slice"]((a + 1)) @@ -10360,23 +10583,23 @@ c#350 = (null | [???*0*] | ???*1* | undefined) - *2* eg ⚠️ circular variable reference -c#357 = (???*0* | (???*1* + 1)) +c#380 = (???*0* | (???*1* + 1)) - *0* arguments[2] ⚠️ function calls are not analyzed yet - *1* c ⚠️ circular variable reference -c#361 = new (...) => undefined(5, null, null, 0) +c#384 = new (...) => undefined(5, null, null, 0) -c#362 = ???*0* +c#385 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -c#364 = ???*0* +c#388 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -c#370 = (???*0* | (???*2* ? ???*4* : null)["data"] | undefined) +c#394 = (???*0* | (???*2* ? ???*4* : null)["data"] | undefined) - *0* ???*1*["data"] ⚠️ unknown object - *1* arguments[0] @@ -10390,18 +10613,18 @@ c#370 = (???*0* | (???*2* ? ???*4* : null)["data"] | undefined) - *5* a ⚠️ circular variable reference -c#381 = ???*0* +c#405 = ???*0* - *0* for-in variable currently not analyzed -c#385 = ???*0* +c#409 = ???*0* - *0* arguments[2] ⚠️ function calls are not analyzed yet -c#391 = ???*0* +c#415 = ???*0* - *0* arguments[2] ⚠️ function calls are not analyzed yet -c#392 = (???*0* | ???*2*) +c#416 = (???*0* | ???*2*) - *0* ???*1*["alternate"] ⚠️ unknown object - *1* arguments[0] @@ -10409,17 +10632,17 @@ c#392 = (???*0* | ???*2*) - *2* arguments[0] ⚠️ function calls are not analyzed yet -c#396 = ???*0* +c#420 = ???*0* - *0* arguments[2] ⚠️ function calls are not analyzed yet -c#398 = (???*0* | ???*1*) +c#422 = (???*0* | ???*1*) - *0* arguments[2] ⚠️ function calls are not analyzed yet - *1* unsupported assign operation ⚠️ This value might have side effects -c#400 = ( +c#424 = ( | ???*0* | { "baseState": ???*2*, @@ -10491,15 +10714,15 @@ c#400 = ( - *23* arguments[0] ⚠️ function calls are not analyzed yet -c#404 = ???*0* +c#428 = ???*0* - *0* arguments[2] ⚠️ function calls are not analyzed yet -c#412 = ???*0* +c#437 = ???*0* - *0* arguments[2] ⚠️ function calls are not analyzed yet -c#415 = (???*0* | ???*1* | (???*3* ? (???*5* | ???*6*) : ???*8*)) +c#440 = (???*0* | ???*1* | (???*3* ? (???*5* | ???*6*) : ???*8*)) - *0* arguments[2] ⚠️ function calls are not analyzed yet - *1* ???*2*(d, b) @@ -10529,15 +10752,15 @@ c#415 = (???*0* | ???*1* | (???*3* ? (???*5* | ???*6*) : ???*8*)) - *13* c ⚠️ circular variable reference -c#417 = ???*0* +c#442 = ???*0* - *0* arguments[2] ⚠️ function calls are not analyzed yet -c#418 = ???*0* +c#443 = ???*0* - *0* arguments[2] ⚠️ function calls are not analyzed yet -c#419 = (???*0* ? ???*2* : ???*3*) +c#444 = (???*0* ? ???*2* : ???*3*) - *0* (0 !== ???*1*) ⚠️ nested operation - *1* unsupported expression @@ -10555,23 +10778,23 @@ c#419 = (???*0* ? ???*2* : ???*3*) - *7* assignment expression ⚠️ This value might have side effects -c#420 = ???*0* +c#445 = ???*0* - *0* arguments[2] ⚠️ function calls are not analyzed yet -c#421 = ???*0* +c#446 = ???*0* - *0* arguments[2] ⚠️ function calls are not analyzed yet -c#422 = ???*0* +c#447 = ???*0* - *0* arguments[2] ⚠️ function calls are not analyzed yet -c#423 = ???*0* +c#448 = ???*0* - *0* arguments[2] ⚠️ function calls are not analyzed yet -c#424 = (???*0* | ???*1*) +c#449 = (???*0* | ???*1*) - *0* arguments[2] ⚠️ function calls are not analyzed yet - *1* ???*2*["_owner"] @@ -10579,51 +10802,51 @@ c#424 = (???*0* | ???*1*) - *2* c ⚠️ circular variable reference -c#431 = (...) => null +c#456 = (...) => null -c#432 = ???*0* +c#457 = ???*0* - *0* arguments[1] ⚠️ function calls are not analyzed yet -c#434 = ???*0* +c#459 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -c#437 = ???*0* +c#462 = ???*0* - *0* arguments[1] ⚠️ function calls are not analyzed yet -c#439 = ???*0* +c#464 = ???*0* - *0* arguments[2] ⚠️ function calls are not analyzed yet -c#440 = ???*0* +c#465 = ???*0* - *0* arguments[2] ⚠️ function calls are not analyzed yet -c#441 = ???*0* +c#466 = ???*0* - *0* arguments[2] ⚠️ function calls are not analyzed yet -c#442 = ???*0* +c#467 = ???*0* - *0* arguments[2] ⚠️ function calls are not analyzed yet -c#443 = (???*0* | ???*1*) +c#468 = (???*0* | ???*1*) - *0* arguments[2] ⚠️ function calls are not analyzed yet - *1* node limit reached ⚠️ This value might have side effects -c#445 = ???*0* +c#471 = ???*0* - *0* arguments[2] ⚠️ function calls are not analyzed yet -c#447 = ???*0* +c#474 = ???*0* - *0* arguments[2] ⚠️ function calls are not analyzed yet -c#474 = (???*0* ? ( +c#504 = (???*0* ? ( | "http://www.w3.org/2000/svg" | "http://www.w3.org/1998/Math/MathML" | "http://www.w3.org/1999/xhtml" @@ -10642,29 +10865,29 @@ c#474 = (???*0* ? ( - *5* unknown mutation ⚠️ This value might have side effects -c#476 = (???*0* | undefined) +c#506 = (???*0* | undefined) - *0* ???*1*["memoizedState"] ⚠️ unknown object - *1* arguments[0] ⚠️ function calls are not analyzed yet -c#484 = (0 | ???*0*) +c#514 = (0 | ???*0*) - *0* updated with update expression ⚠️ This value might have side effects -c#485 = ???*0* +c#515 = ???*0* - *0* arguments[2] ⚠️ function calls are not analyzed yet -c#494 = ???*0* +c#524 = ???*0* - *0* node limit reached ⚠️ This value might have side effects -c#501 = ???*0* +c#531 = ???*0* - *0* node limit reached ⚠️ This value might have side effects -c#504 = ( +c#534 = ( | null | ???*0* | (null !== ( @@ -10731,7 +10954,7 @@ c#504 = ( - *22* unknown mutation ⚠️ This value might have side effects -c#506 = ( +c#536 = ( | ???*0* | ???*1* | null["updateQueue"]["stores"] @@ -10807,21 +11030,21 @@ c#506 = ( - *25* unknown mutation ⚠️ This value might have side effects -c#507 = ???*0* +c#537 = ???*0* - *0* arguments[2] ⚠️ function calls are not analyzed yet -c#508 = ???*0* +c#538 = ???*0* - *0* arguments[2] ⚠️ function calls are not analyzed yet -c#510 = (???*0*() | undefined) +c#540 = (???*0*() | undefined) - *0* ???*1*["getSnapshot"] ⚠️ unknown object - *1* arguments[0] ⚠️ function calls are not analyzed yet -c#515 = ( +c#545 = ( | ???*0* | ???*1* | null["updateQueue"]["lastEffect"] @@ -10897,19 +11120,15 @@ c#515 = ( - *25* unknown mutation ⚠️ This value might have side effects -c#517 = ???*0* +c#547 = ???*0* - *0* arguments[2] ⚠️ function calls are not analyzed yet -c#518 = ???*0* +c#548 = ???*0* - *0* arguments[2] ⚠️ function calls are not analyzed yet -c#52 = ???*0* -- *0* c - ⚠️ pattern without value - -c#528 = (???*0* | (???*1* ? ???*3* : null)) +c#558 = (???*0* | (???*1* ? ???*3* : null)) - *0* arguments[2] ⚠️ function calls are not analyzed yet - *1* (null !== ???*2*) @@ -10921,7 +11140,7 @@ c#528 = (???*0* | (???*1* ? ???*3* : null)) - *4* c ⚠️ circular variable reference -c#530 = ( +c#560 = ( | null | ???*0* | {"memoizedState": null, "baseState": null, "baseQueue": null, "queue": null, "next": null} @@ -11023,7 +11242,7 @@ c#530 = ( - *36* a ⚠️ circular variable reference -c#531 = ( +c#561 = ( | null | ???*0* | {"memoizedState": null, "baseState": null, "baseQueue": null, "queue": null, "next": null} @@ -11125,13 +11344,13 @@ c#531 = ( - *36* a ⚠️ circular variable reference -c#532 = (???*0* | 64 | ???*1*) +c#562 = (???*0* | 64 | ???*1*) - *0* arguments[2] ⚠️ function calls are not analyzed yet - *1* unsupported assign operation ⚠️ This value might have side effects -c#533 = ( +c#563 = ( | 0 | 1 | ???*0* @@ -11176,7 +11395,7 @@ c#533 = ( - *16* arguments[0] ⚠️ function calls are not analyzed yet -c#537 = ( +c#567 = ( | ???*0* | { "lane": ( @@ -11268,7 +11487,7 @@ c#537 = ( - *31* arguments[0] ⚠️ function calls are not analyzed yet -c#539 = (???*0* | (???*1* ? ???*5* : null)) +c#569 = (???*0* | (???*1* ? ???*5* : null)) - *0* arguments[2] ⚠️ function calls are not analyzed yet - *1* (3 === ???*2*) @@ -11286,19 +11505,23 @@ c#539 = (???*0* | (???*1* ? ???*5* : null)) - *7* arguments[0] ⚠️ function calls are not analyzed yet -c#546 = ???*0* +c#57 = ???*0* +- *0* c + ⚠️ pattern without value + +c#576 = ???*0* - *0* ???*1*["pending"] ⚠️ unknown object - *1* arguments[0] ⚠️ function calls are not analyzed yet -c#547 = (???*0* | ???*1*) +c#577 = (???*0* | ???*1*) - *0* arguments[2] ⚠️ function calls are not analyzed yet - *1* unsupported assign operation ⚠️ This value might have side effects -c#550 = (???*0* | (???*1* ? ???*3* : null)) +c#580 = (???*0* | (???*1* ? ???*3* : null)) - *0* arguments[2] ⚠️ function calls are not analyzed yet - *1* (null !== ???*2*) @@ -11310,7 +11533,7 @@ c#550 = (???*0* | (???*1* ? ???*3* : null)) - *4* c ⚠️ circular variable reference -c#553 = ( +c#583 = ( | null | ???*0* | {"memoizedState": null, "baseState": null, "baseQueue": null, "queue": null, "next": null} @@ -11412,11 +11635,11 @@ c#553 = ( - *36* a ⚠️ circular variable reference -c#554 = ???*0* +c#584 = ???*0* - *0* arguments[2] ⚠️ function calls are not analyzed yet -c#559 = (???*0* | ???*1*() | ???*2*()) +c#589 = (???*0* | ???*1*() | ???*2*()) - *0* arguments[2] ⚠️ function calls are not analyzed yet - *1* c @@ -11424,48 +11647,23 @@ c#559 = (???*0* | ???*1*() | ???*2*()) - *2* arguments[1] ⚠️ function calls are not analyzed yet -c#56 = ???*0* -- *0* ???*1*(???*3*, ((???*6* | ???*7*) ? "checked" : "value")) - ⚠️ unknown callee - ⚠️ This value might have side effects -- *1* Object*2*["getOwnPropertyDescriptor"] - ⚠️ unsupported property on global Object - ⚠️ This value might have side effects -- *2* Object: The global Object variable -- *3* ???*4*["prototype"] - ⚠️ unknown object -- *4* ???*5*["constructor"] - ⚠️ unknown object -- *5* arguments[0] - ⚠️ function calls are not analyzed yet -- *6* assignment expression - ⚠️ This value might have side effects -- *7* ("input" === ???*8*) - ⚠️ nested operation -- *8* ???*9*() - ⚠️ nested operation -- *9* ???*10*["toLowerCase"] - ⚠️ unknown object -- *10* arguments[0] - ⚠️ function calls are not analyzed yet - -c#562 = ???*0* +c#592 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -c#570 = ???*0* +c#600 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -c#573 = ???*0* +c#603 = ???*0* - *0* arguments[2] ⚠️ function calls are not analyzed yet -c#576 = ???*0* +c#606 = ???*0* - *0* c ⚠️ pattern without value -c#578 = ( +c#608 = ( | ???*0* | {"eventTime": -1, "lane": ???*1*, "tag": 0, "payload": null, "callback": null, "next": null} ) @@ -11474,7 +11672,7 @@ c#578 = ( - *1* c ⚠️ circular variable reference -c#580 = ( +c#610 = ( | ???*0* | {"eventTime": -1, "lane": ???*1*, "tag": 0, "payload": null, "callback": null, "next": null} ) @@ -11483,25 +11681,25 @@ c#580 = ( - *1* c ⚠️ circular variable reference -c#584 = ???*0* +c#614 = ???*0* - *0* ???*1*["stack"] ⚠️ unknown object - *1* arguments[1] ⚠️ function calls are not analyzed yet -c#585 = ???*0* +c#615 = ???*0* - *0* arguments[2] ⚠️ function calls are not analyzed yet -c#589 = ???*0* +c#619 = ???*0* - *0* arguments[2] ⚠️ function calls are not analyzed yet -c#590 = ???*0* +c#620 = ???*0* - *0* arguments[2] ⚠️ function calls are not analyzed yet -c#591 = (???*0* | ???*1* | (0 !== (0 | ???*3*))) +c#621 = (???*0* | ???*1* | (0 !== (0 | ???*3*))) - *0* arguments[2] ⚠️ function calls are not analyzed yet - *1* ???*2*["render"] @@ -11511,7 +11709,7 @@ c#591 = (???*0* | ???*1* | (0 !== (0 | ???*3*))) - *3* updated with update expression ⚠️ This value might have side effects -c#592 = (???*0* | ???*1* | (???*3* ? ???*5* : (...) => (???*6* | ???*7*))) +c#622 = (???*0* | ???*1* | (???*3* ? ???*5* : (...) => (???*6* | ???*7*))) - *0* arguments[2] ⚠️ function calls are not analyzed yet - *1* ???*2*["compare"] @@ -11529,21 +11727,46 @@ c#592 = (???*0* | ???*1* | (???*3* ? ???*5* : (...) => (???*6* | ???*7*))) - *7* !(1) ⚠️ nested operation -c#595 = ???*0* +c#625 = ???*0* - *0* arguments[2] ⚠️ function calls are not analyzed yet -c#597 = ???*0* +c#627 = ???*0* - *0* arguments[2] ⚠️ function calls are not analyzed yet -c#599 = ???*0* +c#629 = ???*0* - *0* ???*1*["ref"] ⚠️ unknown object - *1* arguments[1] ⚠️ function calls are not analyzed yet -c#600 = (???*0* | ???*1*) +c#63 = ???*0* +- *0* ???*1*(???*3*, ((???*6* | ???*7*) ? "checked" : "value")) + ⚠️ unknown callee + ⚠️ This value might have side effects +- *1* Object*2*["getOwnPropertyDescriptor"] + ⚠️ unsupported property on global Object + ⚠️ This value might have side effects +- *2* Object: The global Object variable +- *3* ???*4*["prototype"] + ⚠️ unknown object +- *4* ???*5*["constructor"] + ⚠️ unknown object +- *5* arguments[0] + ⚠️ function calls are not analyzed yet +- *6* assignment expression + ⚠️ This value might have side effects +- *7* ("input" === ???*8*) + ⚠️ nested operation +- *8* ???*9*() + ⚠️ nested operation +- *9* ???*10*["toLowerCase"] + ⚠️ unknown object +- *10* arguments[0] + ⚠️ function calls are not analyzed yet + +c#630 = (???*0* | ???*1*) - *0* arguments[2] ⚠️ function calls are not analyzed yet - *1* ???*2*(d, e) @@ -11551,19 +11774,19 @@ c#600 = (???*0* | ???*1*) - *2* c ⚠️ circular variable reference -c#601 = ???*0* +c#631 = ???*0* - *0* arguments[2] ⚠️ function calls are not analyzed yet -c#605 = ???*0* +c#635 = ???*0* - *0* arguments[2] ⚠️ function calls are not analyzed yet -c#607 = ???*0* +c#637 = ???*0* - *0* arguments[2] ⚠️ function calls are not analyzed yet -c#609 = (???*0* | ???*1*) +c#639 = (???*0* | ???*1*) - *0* arguments[2] ⚠️ function calls are not analyzed yet - *1* ???*2*["deletions"] @@ -11571,23 +11794,23 @@ c#609 = (???*0* | ???*1*) - *2* arguments[1] ⚠️ function calls are not analyzed yet -c#613 = ???*0* +c#643 = ???*0* - *0* arguments[2] ⚠️ function calls are not analyzed yet -c#614 = ???*0* +c#644 = ???*0* - *0* arguments[2] ⚠️ function calls are not analyzed yet -c#619 = ???*0* +c#650 = ???*0* - *0* arguments[2] ⚠️ function calls are not analyzed yet -c#620 = ???*0* +c#651 = ???*0* - *0* arguments[2] ⚠️ function calls are not analyzed yet -c#621 = (???*0* | ???*1* | 0["revealOrder"] | ???*3* | null | ???*5*) +c#652 = (???*0* | ???*1* | 0["revealOrder"] | ???*3* | null | ???*5*) - *0* arguments[2] ⚠️ function calls are not analyzed yet - *1* ???*2*["child"] @@ -11602,7 +11825,7 @@ c#621 = (???*0* | ???*1* | 0["revealOrder"] | ???*3* | null | ???*5*) - *5* c ⚠️ circular variable reference -c#629 = ( +c#661 = ( | ???*0* | ???*1* | new (...) => undefined(???*3*, ???*5*, ???*7*, ???*9*) @@ -11633,17 +11856,17 @@ c#629 = ( - *11* assignment expression ⚠️ This value might have side effects -c#631 = ???*0* +c#663 = ???*0* - *0* arguments[2] ⚠️ function calls are not analyzed yet -c#634 = ???*0* +c#667 = ???*0* - *0* ???*1*["child"] ⚠️ unknown object - *1* arguments[1] ⚠️ function calls are not analyzed yet -c#639 = (???*0* | null | {} | ???*1* | ???*5* | undefined | (???*19* ? ???*20* : undefined)) +c#672 = (???*0* | null | {} | ???*1* | ???*5* | undefined | (???*19* ? ???*20* : undefined)) - *0* arguments[2] ⚠️ function calls are not analyzed yet - *1* ???*2*[(???*3* | null | undefined | [] | ???*4*)] @@ -11697,19 +11920,11 @@ c#639 = (???*0* | null | {} | ???*1* | ???*5* | undefined | (???*19* ? ???*20* : - *21* k ⚠️ circular variable reference -c#64 = (???*0*() | ""["_valueTracker"]["getValue"]()) -- *0* ???*1*["getValue"] - ⚠️ unknown object -- *1* ???*2*["_valueTracker"] - ⚠️ unknown object -- *2* arguments[0] - ⚠️ function calls are not analyzed yet - -c#644 = ???*0* +c#678 = ???*0* - *0* arguments[2] ⚠️ function calls are not analyzed yet -c#645 = (null | undefined | ???*0* | ???*1*) +c#679 = (null | undefined | ???*0* | ???*1*) - *0* arguments[1] ⚠️ function calls are not analyzed yet - *1* ???*2*["tail"] @@ -11717,63 +11932,45 @@ c#645 = (null | undefined | ???*0* | ???*1*) - *2* arguments[0] ⚠️ function calls are not analyzed yet -c#646 = (0 | ???*0*) +c#681 = (0 | ???*0*) - *0* unsupported assign operation ⚠️ This value might have side effects -c#647 = ???*0* +c#682 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -c#667 = ???*0* +c#7 = ???*0* +- *0* arguments[2] + ⚠️ function calls are not analyzed yet + +c#71 = (???*0*() | ""["_valueTracker"]["getValue"]()) +- *0* ???*1*["getValue"] + ⚠️ unknown object +- *1* ???*2*["_valueTracker"] + ⚠️ unknown object +- *2* arguments[0] + ⚠️ function calls are not analyzed yet + +c#710 = ???*0* - *0* ???*1*["ref"] ⚠️ unknown object - *1* arguments[0] ⚠️ function calls are not analyzed yet -c#670 = ???*0* +c#713 = ???*0* - *0* arguments[2] ⚠️ function calls are not analyzed yet -c#673 = ???*0* +c#716 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -c#68 = ???*0* -- *0* ???*1*["checked"] - ⚠️ unknown object -- *1* arguments[1] - ⚠️ function calls are not analyzed yet - -c#687 = ???*0* +c#731 = ???*0* - *0* arguments[2] - ⚠️ function calls are not analyzed yet - -c#69 = ((???*0* ? "" : ???*3*) | (???*5* ? ???*8* : ???*10*) | "" | undefined) -- *0* (null == ???*1*) - ⚠️ nested operation -- *1* ???*2*["defaultValue"] - ⚠️ unknown object -- *2* arguments[1] - ⚠️ function calls are not analyzed yet -- *3* ???*4*["defaultValue"] - ⚠️ unknown object -- *4* arguments[1] - ⚠️ function calls are not analyzed yet -- *5* (null != ???*6*) - ⚠️ nested operation -- *6* ???*7*["value"] - ⚠️ unknown object -- *7* arguments[1] - ⚠️ function calls are not analyzed yet -- *8* ???*9*["value"] - ⚠️ unknown object -- *9* arguments[1] - ⚠️ function calls are not analyzed yet -- *10* c - ⚠️ circular variable reference + ⚠️ function calls are not analyzed yet -c#691 = (???*0* | undefined | ???*1*) +c#735 = (???*0* | undefined | ???*1*) - *0* assignment expression ⚠️ This value might have side effects - *1* ???*2*["next"] @@ -11781,17 +11978,13 @@ c#691 = (???*0* | undefined | ???*1*) - *2* c ⚠️ circular variable reference -c#695 = (???*0* | undefined) +c#739 = (???*0* | undefined) - *0* ???*1*["stateNode"] ⚠️ unknown object - *1* arguments[0] ⚠️ function calls are not analyzed yet -c#7 = ???*0* -- *0* arguments[2] - ⚠️ function calls are not analyzed yet - -c#703 = (???*0* | ???*1*) +c#748 = (???*0* | ???*1*) - *0* arguments[2] ⚠️ function calls are not analyzed yet - *1* ???*2*["_reactRootContainer"] @@ -11799,11 +11992,17 @@ c#703 = (???*0* | ???*1*) - *2* c ⚠️ circular variable reference -c#704 = ???*0* +c#749 = ???*0* - *0* arguments[2] ⚠️ function calls are not analyzed yet -c#705 = (???*0* | ???*1*) +c#75 = ???*0* +- *0* ???*1*["checked"] + ⚠️ unknown object +- *1* arguments[1] + ⚠️ function calls are not analyzed yet + +c#750 = (???*0* | ???*1*) - *0* arguments[2] ⚠️ function calls are not analyzed yet - *1* ???*2*["child"] @@ -11811,7 +12010,7 @@ c#705 = (???*0* | ???*1*) - *2* c ⚠️ circular variable reference -c#706 = (???*0* | ???*1*) +c#751 = (???*0* | ???*1*) - *0* arguments[2] ⚠️ function calls are not analyzed yet - *1* ???*2*["stateNode"] @@ -11819,13 +12018,7 @@ c#706 = (???*0* | ???*1*) - *2* c ⚠️ circular variable reference -c#71 = (???*0* | "" | undefined) -- *0* ???*1*["value"] - ⚠️ unknown object -- *1* arguments[1] - ⚠️ function calls are not analyzed yet - -c#713 = (???*0* | undefined | ???*2*) +c#759 = (???*0* | undefined | ???*2*) - *0* ???*1*["stateNode"] ⚠️ unknown object - *1* arguments[0] @@ -11833,71 +12026,97 @@ c#713 = (???*0* | undefined | ???*2*) - *2* assignment expression ⚠️ This value might have side effects -c#716 = ???*0* +c#76 = ((???*0* ? "" : ???*3*) | (???*5* ? ???*8* : ???*10*) | "" | undefined) +- *0* (null == ???*1*) + ⚠️ nested operation +- *1* ???*2*["defaultValue"] + ⚠️ unknown object +- *2* arguments[1] + ⚠️ function calls are not analyzed yet +- *3* ???*4*["defaultValue"] + ⚠️ unknown object +- *4* arguments[1] + ⚠️ function calls are not analyzed yet +- *5* (null != ???*6*) + ⚠️ nested operation +- *6* ???*7*["value"] + ⚠️ unknown object +- *7* arguments[1] + ⚠️ function calls are not analyzed yet +- *8* ???*9*["value"] + ⚠️ unknown object +- *9* arguments[1] + ⚠️ function calls are not analyzed yet +- *10* c + ⚠️ circular variable reference + +c#762 = ???*0* - *0* ???*1*["deletions"] ⚠️ unknown object - *1* arguments[1] ⚠️ function calls are not analyzed yet -c#721 = ???*0* +c#768 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -c#74 = (???*0* | ???*1*) -- *0* arguments[2] - ⚠️ function calls are not analyzed yet -- *1* ???*2*["name"] +c#78 = (???*0* | "" | undefined) +- *0* ???*1*["value"] ⚠️ unknown object -- *2* arguments[0] +- *1* arguments[1] ⚠️ function calls are not analyzed yet -c#756 = (???*0* | undefined) +c#806 = (???*0* | undefined) - *0* ???*1*["return"] ⚠️ unknown object - *1* arguments[0] ⚠️ function calls are not analyzed yet -c#76 = ???*0* +c#81 = (???*0* | ???*1*) - *0* arguments[2] ⚠️ function calls are not analyzed yet +- *1* ???*2*["name"] + ⚠️ unknown object +- *2* arguments[0] + ⚠️ function calls are not analyzed yet -c#763 = ???*0* +c#814 = ???*0* - *0* arguments[2] ⚠️ function calls are not analyzed yet -c#764 = ???*0* +c#815 = ???*0* - *0* arguments[2] ⚠️ function calls are not analyzed yet -c#768 = ???*0* +c#819 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -c#77 = (???*0* | 0 | ???*1* | ???*2* | "" | undefined) +c#83 = ???*0* - *0* arguments[2] ⚠️ function calls are not analyzed yet -- *1* updated with update expression - ⚠️ This value might have side effects -- *2* c - ⚠️ circular variable reference -c#781 = ???*0* +c#835 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -c#785 = ???*0* +c#839 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -c#8 = ???*0* +c#84 = (???*0* | 0 | ???*1* | ???*2* | "" | undefined) - *0* arguments[2] ⚠️ function calls are not analyzed yet +- *1* updated with update expression + ⚠️ This value might have side effects +- *2* c + ⚠️ circular variable reference -c#802 = ???*0* +c#857 = ???*0* - *0* arguments[2] ⚠️ function calls are not analyzed yet -c#803 = ( +c#858 = ( | ???*0* | null | module["unstable_ImmediatePriority"] @@ -11919,29 +12138,43 @@ c#803 = ( - *5* arguments[0] ⚠️ function calls are not analyzed yet -c#807 = ???*0* +c#863 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -c#817 = ???*0* +c#874 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -c#819 = (???*0* | undefined) +c#876 = (???*0* | undefined) - *0* ???*1*["updateQueue"] ⚠️ unknown object - *1* arguments[0] ⚠️ function calls are not analyzed yet -c#827 = (???*0* | undefined) +c#884 = (???*0* | undefined) - *0* unsupported expression ⚠️ This value might have side effects -c#829 = ???*0* +c#886 = ???*0* +- *0* max number of linking steps reached + ⚠️ This value might have side effects + +c#888 = ???*0* +- *0* max number of linking steps reached + ⚠️ This value might have side effects + +c#891 = module["__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED"]["ReactCurrentBatchConfig"]["transition"] + +c#895 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -c#83 = (???*0* | ""["value"] | ""["children"] | ???*2* | ???*3* | "") +c#9 = ???*0* +- *0* arguments[2] + ⚠️ function calls are not analyzed yet + +c#90 = (???*0* | ""["value"] | ""["children"] | ???*2* | ???*3* | "") - *0* ???*1*["value"] ⚠️ unknown object - *1* arguments[1] @@ -11951,41 +12184,23 @@ c#83 = (???*0* | ""["value"] | ""["children"] | ???*2* | ???*3* | "") - *3* c ⚠️ circular variable reference -c#831 = ???*0* -- *0* max number of linking steps reached - ⚠️ This value might have side effects - -c#834 = module["__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED"]["ReactCurrentBatchConfig"]["transition"] - -c#838 = ???*0* -- *0* max number of linking steps reached - ⚠️ This value might have side effects - -c#843 = ???*0* +c#901 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -c#863 = ???*0* +c#922 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -c#869 = ???*0* +c#928 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -c#87 = (???*0* | "" | undefined | ???*2*) -- *0* ???*1*["value"] - ⚠️ unknown object -- *1* arguments[1] - ⚠️ function calls are not analyzed yet -- *2* c - ⚠️ circular variable reference - -c#877 = ???*0* +c#936 = ???*0* - *0* arguments[2] ⚠️ function calls are not analyzed yet -c#880 = (???*0* | ???*1* | null["finishedWork"] | 0 | ???*3*) +c#939 = (???*0* | ???*1* | null["finishedWork"] | 0 | ???*3*) - *0* arguments[2] ⚠️ function calls are not analyzed yet - *1* ???*2*["finishedWork"] @@ -11995,7 +12210,15 @@ c#880 = (???*0* | ???*1* | null["finishedWork"] | 0 | ???*3*) - *3* updated with update expression ⚠️ This value might have side effects -c#883 = ( +c#94 = (???*0* | "" | undefined | ???*2*) +- *0* ???*1*["value"] + ⚠️ unknown object +- *1* arguments[1] + ⚠️ function calls are not analyzed yet +- *2* c + ⚠️ circular variable reference + +c#942 = ( | 0 | 1 | ???*0* @@ -12033,253 +12256,26 @@ c#883 = ( ⚠️ This value might have side effects - *13* arguments[0] ⚠️ function calls are not analyzed yet -- *14* ???*15*["value"] - ⚠️ unknown object -- *15* arguments[1] - ⚠️ function calls are not analyzed yet -- *16* arguments[0] - ⚠️ function calls are not analyzed yet - -c#9 = ???*0* -- *0* arguments[2] - ⚠️ function calls are not analyzed yet - -c#909 = ???*0* -- *0* arguments[2] - ⚠️ function calls are not analyzed yet - -c#910 = ???*0* -- *0* arguments[2] - ⚠️ function calls are not analyzed yet - -c#915 = ???*0* -- *0* arguments[2] - ⚠️ function calls are not analyzed yet - -c#916 = (???*0* ? ???*2* : ???*3*) -- *0* (0 !== ???*1*) - ⚠️ nested operation -- *1* unsupported expression - ⚠️ This value might have side effects -- *2* module["unstable_now"]() - ⚠️ nested operation -- *3* (???*4* ? (-1 | ???*6*) : ???*7*) - ⚠️ nested operation -- *4* (-1 !== (-1 | ???*5*)) - ⚠️ nested operation -- *5* module["unstable_now"]() - ⚠️ nested operation -- *6* module["unstable_now"]() - ⚠️ nested operation -- *7* assignment expression - ⚠️ This value might have side effects - -c#917 = (0 | ???*0*) -- *0* ???*1*["retryLane"] - ⚠️ unknown object -- *1* ???*2*["memoizedState"] - ⚠️ unknown object -- *2* arguments[0] - ⚠️ function calls are not analyzed yet - -c#918 = (0 | ???*0* | undefined["retryLane"]) -- *0* ???*1*["retryLane"] - ⚠️ unknown object -- *1* ???*2*["memoizedState"] - ⚠️ unknown object -- *2* arguments[0] - ⚠️ function calls are not analyzed yet - -c#919 = ???*0* -- *0* max number of linking steps reached - ⚠️ This value might have side effects - -c#92 = ???*0* -- *0* arguments[1] - ⚠️ function calls are not analyzed yet - -c#941 = ???*0* -- *0* arguments[2] - ⚠️ function calls are not analyzed yet - -c#942 = ???*0* -- *0* arguments[2] - ⚠️ function calls are not analyzed yet - -c#946 = ( - | ???*0* - | new (...) => undefined(???*2*, (???*4* | ???*5*), ???*7*, ???*9*) -) -- *0* ???*1*["alternate"] - ⚠️ unknown object -- *1* arguments[0] - ⚠️ function calls are not analyzed yet -- *2* ???*3*["tag"] - ⚠️ unknown object -- *3* arguments[0] - ⚠️ function calls are not analyzed yet -- *4* arguments[1] - ⚠️ function calls are not analyzed yet -- *5* ???*6*["dependencies"] - ⚠️ unknown object -- *6* arguments[0] - ⚠️ function calls are not analyzed yet -- *7* ???*8*["key"] - ⚠️ unknown object -- *8* arguments[0] - ⚠️ function calls are not analyzed yet -- *9* ???*10*["mode"] - ⚠️ unknown object -- *10* arguments[0] - ⚠️ function calls are not analyzed yet - -c#947 = ???*0* -- *0* arguments[2] - ⚠️ function calls are not analyzed yet - -c#948 = ???*0* -- *0* arguments[2] - ⚠️ function calls are not analyzed yet - -c#949 = ???*0* -- *0* arguments[2] - ⚠️ function calls are not analyzed yet - -c#950 = ???*0* -- *0* arguments[2] - ⚠️ function calls are not analyzed yet - -c#951 = ???*0* -- *0* arguments[2] - ⚠️ function calls are not analyzed yet - -c#952 = ???*0* -- *0* arguments[2] - ⚠️ function calls are not analyzed yet - -c#953 = ???*0* -- *0* arguments[2] - ⚠️ function calls are not analyzed yet - -c#954 = ???*0* -- *0* arguments[2] - ⚠️ function calls are not analyzed yet - -c#955 = (???*0* | undefined) -- *0* ???*1*["type"] - ⚠️ unknown object -- *1* arguments[0] - ⚠️ function calls are not analyzed yet - -c#96 = (???*0* | undefined) -- *0* ???*1*["firstChild"] - ⚠️ unknown object -- *1* arguments[0] - ⚠️ function calls are not analyzed yet - -c#960 = (???*0* | ???*1* | ???*3*) -- *0* arguments[2] - ⚠️ function calls are not analyzed yet -- *1* ???*2*["current"] - ⚠️ unknown object -- *2* arguments[0] - ⚠️ function calls are not analyzed yet -- *3* ???*4*["current"] - ⚠️ unknown object - ⚠️ This value might have side effects -- *4* node limit reached - ⚠️ This value might have side effects - -c#961 = (???*0* | {} | ???*1* | ???*2* | undefined | ???*4*) -- *0* arguments[2] - ⚠️ function calls are not analyzed yet -- *1* c - ⚠️ circular variable reference -- *2* ???*3*["_reactInternals"] - ⚠️ unknown object -- *3* a - ⚠️ circular variable reference -- *4* Object.assign*5*({}, (???*6* | ???*7* | undefined), (???*9* | ???*11*())) - ⚠️ only const object assign is supported - ⚠️ This value might have side effects -- *5* Object.assign: Object.assign method: https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Reference/Global_Objects/Object/assign -- *6* c - ⚠️ circular variable reference -- *7* ???*8*["_reactInternals"] - ⚠️ unknown object -- *8* a - ⚠️ circular variable reference -- *9* ???*10*["stateNode"] - ⚠️ unknown object -- *10* c - ⚠️ circular variable reference -- *11* ???*12*["getChildContext"] - ⚠️ unknown object -- *12* d - ⚠️ circular variable reference - -c#963 = (???*0* | undefined) -- *0* ???*1*["retryLane"] +- *14* ???*15*["value"] ⚠️ unknown object -- *1* arguments[0] +- *15* arguments[1] + ⚠️ function calls are not analyzed yet +- *16* arguments[0] ⚠️ function calls are not analyzed yet -c#974 = (0 | undefined | ???*0*) -- *0* updated with update expression - ⚠️ This value might have side effects - -c#979 = ???*0* +c#971 = ???*0* - *0* arguments[2] ⚠️ function calls are not analyzed yet -c#986 = ???*0* +c#972 = ???*0* - *0* arguments[2] ⚠️ function calls are not analyzed yet -c#990 = ( - | 1 - | 2 - | 4 - | 8 - | 16 - | 32 - | ???*0* - | 134217728 - | 268435456 - | 536870912 - | 1073741824 - | ???*1* - | undefined["pendingLanes"] - | undefined -) -- *0* unsupported expression - ⚠️ This value might have side effects -- *1* ???*2*["pendingLanes"] - ⚠️ unknown object -- *2* ???*3*["stateNode"] - ⚠️ unknown object -- *3* arguments[0] +c#977 = ???*0* +- *0* arguments[2] ⚠️ function calls are not analyzed yet -c#992 = ((???*0* ? ???*2* : ???*3*) | undefined) -- *0* (0 !== ???*1*) - ⚠️ nested operation -- *1* unsupported expression - ⚠️ This value might have side effects -- *2* module["unstable_now"]() - ⚠️ nested operation -- *3* (???*4* ? (-1 | ???*6*) : ???*7*) - ⚠️ nested operation -- *4* (-1 !== (-1 | ???*5*)) - ⚠️ nested operation -- *5* module["unstable_now"]() - ⚠️ nested operation -- *6* module["unstable_now"]() - ⚠️ nested operation -- *7* assignment expression - ⚠️ This value might have side effects - -c#994 = ((???*0* ? ???*2* : ???*3*) | undefined) +c#978 = (???*0* ? ???*2* : ???*3*) - *0* (0 !== ???*1*) ⚠️ nested operation - *1* unsupported expression @@ -12297,22 +12293,26 @@ c#994 = ((???*0* ? ???*2* : ???*3*) | undefined) - *7* assignment expression ⚠️ This value might have side effects -c#997 = ((???*0* ? ???*4* : null) | undefined) -- *0* (3 === ???*1*) - ⚠️ nested operation -- *1* ???*2*["tag"] +c#979 = (0 | ???*0*) +- *0* ???*1*["retryLane"] ⚠️ unknown object -- *2* ???*3*["alternate"] +- *1* ???*2*["memoizedState"] ⚠️ unknown object -- *3* arguments[0] +- *2* arguments[0] ⚠️ function calls are not analyzed yet -- *4* ???*5*["stateNode"] + +c#980 = (0 | ???*0* | undefined["retryLane"]) +- *0* ???*1*["retryLane"] ⚠️ unknown object -- *5* ???*6*["alternate"] +- *1* ???*2*["memoizedState"] ⚠️ unknown object -- *6* arguments[0] +- *2* arguments[0] ⚠️ function calls are not analyzed yet +c#982 = ???*0* +- *0* max number of linking steps reached + ⚠️ This value might have side effects + ca = module cb = (...) => undefined @@ -12360,7 +12360,171 @@ ck = (...) => undefined cl = (...) => a -d#1004 = (???*0* | undefined) +d#100 = ???*0* +- *0* arguments[2] + ⚠️ function calls are not analyzed yet + +d#1006 = ???*0* +- *0* arguments[3] + ⚠️ function calls are not analyzed yet + +d#1007 = ???*0* +- *0* arguments[3] + ⚠️ function calls are not analyzed yet + +d#1012 = ( + | ???*0* + | new (...) => undefined(12, ???*1*, (???*2* | ???*3*), ???*8*) + | new (...) => undefined(13, ???*9*, (???*10* | ???*11*), (???*16* | ???*17*)) + | new (...) => undefined(19, ???*18*, (???*19* | ???*20*), (???*25* | ???*26*)) + | null +) +- *0* arguments[3] + ⚠️ function calls are not analyzed yet +- *1* arguments[2] + ⚠️ function calls are not analyzed yet +- *2* arguments[1] + ⚠️ function calls are not analyzed yet +- *3* new (...) => undefined((2 | 1 | 5 | 8 | 10 | 9 | 11 | 14 | 16), ???*4*, ???*5*, (???*6* | ???*7*)) + ⚠️ nested operation +- *4* arguments[2] + ⚠️ function calls are not analyzed yet +- *5* b + ⚠️ circular variable reference +- *6* arguments[4] + ⚠️ function calls are not analyzed yet +- *7* unsupported assign operation + ⚠️ This value might have side effects +- *8* unsupported expression + ⚠️ This value might have side effects +- *9* arguments[2] + ⚠️ function calls are not analyzed yet +- *10* arguments[1] + ⚠️ function calls are not analyzed yet +- *11* new (...) => undefined((2 | 1 | 5 | 8 | 10 | 9 | 11 | 14 | 16), ???*12*, ???*13*, (???*14* | ???*15*)) + ⚠️ nested operation +- *12* arguments[2] + ⚠️ function calls are not analyzed yet +- *13* b + ⚠️ circular variable reference +- *14* arguments[4] + ⚠️ function calls are not analyzed yet +- *15* unsupported assign operation + ⚠️ This value might have side effects +- *16* arguments[4] + ⚠️ function calls are not analyzed yet +- *17* unsupported assign operation + ⚠️ This value might have side effects +- *18* arguments[2] + ⚠️ function calls are not analyzed yet +- *19* arguments[1] + ⚠️ function calls are not analyzed yet +- *20* new (...) => undefined((2 | 1 | 5 | 8 | 10 | 9 | 11 | 14 | 16), ???*21*, ???*22*, (???*23* | ???*24*)) + ⚠️ nested operation +- *21* arguments[2] + ⚠️ function calls are not analyzed yet +- *22* b + ⚠️ circular variable reference +- *23* arguments[4] + ⚠️ function calls are not analyzed yet +- *24* unsupported assign operation + ⚠️ This value might have side effects +- *25* arguments[4] + ⚠️ function calls are not analyzed yet +- *26* unsupported assign operation + ⚠️ This value might have side effects + +d#1015 = ???*0* +- *0* arguments[3] + ⚠️ function calls are not analyzed yet + +d#1016 = ???*0* +- *0* arguments[3] + ⚠️ function calls are not analyzed yet + +d#1019 = ???*0* +- *0* arguments[3] + ⚠️ function calls are not analyzed yet + +d#1020 = ???*0* +- *0* arguments[3] + ⚠️ function calls are not analyzed yet + +d#1021 = ((???*0* | ???*1*) ? ???*4* : null) +- *0* unsupported expression + ⚠️ This value might have side effects +- *1* (undefined !== ???*2*) + ⚠️ nested operation +- *2* ???*3*[3] + ⚠️ unknown object + ⚠️ This value might have side effects +- *3* FreeVar(arguments) + ⚠️ unknown global + ⚠️ This value might have side effects +- *4* ???*5*[3] + ⚠️ unknown object + ⚠️ This value might have side effects +- *5* FreeVar(arguments) + ⚠️ unknown global + ⚠️ This value might have side effects + +d#1028 = (???*0* | (???*1* ? ???*3* : ???*4*)) +- *0* arguments[3] + ⚠️ function calls are not analyzed yet +- *1* (0 !== ???*2*) + ⚠️ nested operation +- *2* unsupported expression + ⚠️ This value might have side effects +- *3* module["unstable_now"]() + ⚠️ nested operation +- *4* (???*5* ? (-1 | ???*7*) : ???*8*) + ⚠️ nested operation +- *5* (-1 !== (-1 | ???*6*)) + ⚠️ nested operation +- *6* module["unstable_now"]() + ⚠️ nested operation +- *7* module["unstable_now"]() + ⚠️ nested operation +- *8* assignment expression + ⚠️ This value might have side effects + +d#1029 = (???*0* | (???*1* ? null : ???*3*)) +- *0* arguments[3] + ⚠️ function calls are not analyzed yet +- *1* (undefined === ???*2*) + ⚠️ nested operation +- *2* d + ⚠️ circular variable reference +- *3* d + ⚠️ circular variable reference + +d#1048 = (???*0* | (...) => undefined) +- *0* arguments[3] + ⚠️ function calls are not analyzed yet + +d#1055 = ???*0* +- *0* arguments[3] + ⚠️ function calls are not analyzed yet + +d#1067 = ((???*0* ? ???*2* : ???*3*) | undefined) +- *0* (0 !== ???*1*) + ⚠️ nested operation +- *1* unsupported expression + ⚠️ This value might have side effects +- *2* module["unstable_now"]() + ⚠️ nested operation +- *3* (???*4* ? (-1 | ???*6*) : ???*7*) + ⚠️ nested operation +- *4* (-1 !== (-1 | ???*5*)) + ⚠️ nested operation +- *5* module["unstable_now"]() + ⚠️ nested operation +- *6* module["unstable_now"]() + ⚠️ nested operation +- *7* assignment expression + ⚠️ This value might have side effects + +d#1074 = (???*0* | undefined) - *0* ???*1*[(???*2* | ???*3* | ???*5* | 0 | ???*8*)] ⚠️ unknown object ⚠️ This value might have side effects @@ -12385,7 +12549,7 @@ d#1004 = (???*0* | undefined) - *8* updated with update expression ⚠️ This value might have side effects -d#1013 = ( +d#1084 = ( | "" | ???*0* | new (...) => undefined(???*2*, (1 | ???*3* | 0), false, ???*4*, (???*5* | ???*10*))["identifierPrefix"] @@ -12417,7 +12581,7 @@ d#1013 = ( - *11* b ⚠️ circular variable reference -d#1018 = ((null != (???*0* | ???*1*)) | ???*3* | null) +d#1089 = ((null != (???*0* | ???*1*)) | ???*3* | null) - *0* arguments[2] ⚠️ function calls are not analyzed yet - *1* ???*2*[a] @@ -12429,18 +12593,22 @@ d#1018 = ((null != (???*0* | ???*1*)) | ???*3* | null) - *4* arguments[2] ⚠️ function calls are not analyzed yet -d#102 = ((0 === (???*0* | ???*2*)) | undefined) +d#1094 = ???*0* +- *0* arguments[3] + ⚠️ function calls are not analyzed yet + +d#11 = ???*0* +- *0* arguments[3] + ⚠️ function calls are not analyzed yet + +d#110 = ((0 === (???*0* | ???*2*)) | undefined) - *0* ???*1*["indexOf"]("--") ⚠️ unknown callee object - *1* for-in variable currently not analyzed - *2* "cssFloat"["indexOf"]("--") ⚠️ nested operation -d#1023 = ???*0* -- *0* arguments[3] - ⚠️ function calls are not analyzed yet - -d#119 = ( +d#128 = ( | ???*0* | !(???*7*)["stateNode"][`__reactProps$${???*8*}`] | false["stateNode"][`__reactProps$${???*13*}`] @@ -12503,19 +12671,19 @@ d#119 = ( - *25* d ⚠️ circular variable reference -d#123 = ???*0* +d#133 = ???*0* - *0* arguments[3] ⚠️ function calls are not analyzed yet -d#127 = ???*0* +d#137 = ???*0* - *0* arguments[3] ⚠️ function calls are not analyzed yet -d#128 = ???*0* +d#138 = ???*0* - *0* arguments[3] ⚠️ function calls are not analyzed yet -d#136 = ( +d#146 = ( | ???*0* | (???*2* ? (???*5* | ???*6* | ???*7*) : null) | undefined["return"]["return"] @@ -12543,7 +12711,7 @@ d#136 = ( - *8* b ⚠️ circular variable reference -d#159 = ( +d#170 = ( | 0 | 1 | 2 @@ -12569,35 +12737,35 @@ d#159 = ( - *3* unsupported assign operation ⚠️ This value might have side effects -d#162 = ???*0* +d#174 = ???*0* - *0* ???*1*["pingedLanes"] ⚠️ unknown object - *1* arguments[0] ⚠️ function calls are not analyzed yet -d#169 = ???*0* +d#181 = ???*0* - *0* ???*1*["eventTimes"] ⚠️ unknown object - *1* arguments[0] ⚠️ function calls are not analyzed yet -d#171 = (???*0* | undefined) +d#183 = (???*0* | undefined) - *0* unsupported expression ⚠️ This value might have side effects -d#175 = ???*0* +d#188 = ???*0* - *0* arguments[3] ⚠️ function calls are not analyzed yet -d#176 = ???*0* +d#189 = ???*0* - *0* arguments[3] ⚠️ function calls are not analyzed yet -d#183 = ???*0* +d#197 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -d#189 = (???*0* | ???*1* | ???*2* | undefined) +d#203 = (???*0* | ???*1* | ???*2* | undefined) - *0* [][1] ⚠️ invalid index - *1* [][undefined] @@ -12607,37 +12775,37 @@ d#189 = (???*0* | ???*1* | ???*2* | undefined) - *3* updated with update expression ⚠️ This value might have side effects -d#193 = ???*0* +d#207 = ???*0* - *0* arguments[3] ⚠️ function calls are not analyzed yet -d#196 = ???*0* +d#210 = ???*0* - *0* arguments[3] ⚠️ function calls are not analyzed yet -d#199 = ???*0* +d#213 = ???*0* - *0* arguments[3] ⚠️ function calls are not analyzed yet -d#203 = ???*0* +d#217 = ???*0* - *0* arguments[3] ⚠️ function calls are not analyzed yet -d#207 = (???*0* | 1 | ???*1*) +d#223 = (???*0* | 1 | ???*1*) - *0* d ⚠️ pattern without value - *1* updated with update expression ⚠️ This value might have side effects -d#212 = ???*0* +d#228 = ???*0* - *0* arguments[1] ⚠️ function calls are not analyzed yet -d#236 = ???*0* +d#255 = ???*0* - *0* arguments[3] ⚠️ function calls are not analyzed yet -d#25 = (???*0* | (???*1* ? ???*6* : null)["attributeNamespace"] | ???*8*) +d#27 = (???*0* | (???*1* ? ???*6* : null)["attributeNamespace"] | ???*8*) - *0* arguments[3] ⚠️ function calls are not analyzed yet - *1* (undefined | ???*2*)((???*3* | ???*4*)) @@ -12662,7 +12830,7 @@ d#25 = (???*0* | (???*1* ? ???*6* : null)["attributeNamespace"] | ???*8*) - *10* e ⚠️ circular variable reference -d#251 = (???*0* | 0 | ???*4*) +d#270 = (???*0* | 0 | ???*4*) - *0* ???*1*(???*3*) ⚠️ unknown callee ⚠️ This value might have side effects @@ -12675,7 +12843,7 @@ d#251 = (???*0* | 0 | ???*4*) - *4* updated with update expression ⚠️ This value might have side effects -d#254 = ( +d#273 = ( | ???*0* | ( + (???*1* | 0 | ???*2*) @@ -12695,25 +12863,25 @@ d#254 = ( - *5* arguments[0] ⚠️ function calls are not analyzed yet -d#264 = ???*0* +d#283 = ???*0* - *0* d ⚠️ pattern without value -d#266 = ???*0* +d#285 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -d#269 = ???*0* +d#288 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -d#274 = (???*0* | "unknown-event"){truthy} +d#293 = (???*0* | "unknown-event"){truthy} - *0* ???*1*["type"] ⚠️ unknown object - *1* arguments[0] ⚠️ function calls are not analyzed yet -d#275 = (???*0* | null[(0 | ???*3*)] | undefined[(0 | ???*4*)] | undefined | ???*5*) +d#294 = (???*0* | null[(0 | ???*3*)] | undefined[(0 | ???*4*)] | undefined | ???*5*) - *0* ???*1*[(0 | ???*2*)] ⚠️ unknown object ⚠️ This value might have side effects @@ -12730,19 +12898,19 @@ d#275 = (???*0* | null[(0 | ???*3*)] | undefined[(0 | ???*4*)] | undefined | ??? - *6* d ⚠️ circular variable reference -d#280 = `${???*0*}__bubble` +d#299 = `${???*0*}__bubble` - *0* arguments[0] ⚠️ function calls are not analyzed yet -d#281 = (0 | ???*0*) +d#300 = (0 | ???*0*) - *0* unsupported assign operation ⚠️ This value might have side effects -d#285 = ???*0* +d#304 = ???*0* - *0* arguments[3] ⚠️ function calls are not analyzed yet -d#286 = (???*0* | ???*1* | ???*2*) +d#306 = (???*0* | ???*1* | ???*2*) - *0* arguments[3] ⚠️ function calls are not analyzed yet - *1* assignment expression @@ -12752,7 +12920,7 @@ d#286 = (???*0* | ???*1* | ???*2*) - *3* d ⚠️ circular variable reference -d#292 = (???*0* | ???*1* | ???*2* | ???*4* | undefined | ???*6* | []) +d#312 = (???*0* | ???*1* | ???*2* | ???*4* | undefined | ???*6* | []) - *0* arguments[3] ⚠️ function calls are not analyzed yet - *1* assignment expression @@ -12769,27 +12937,27 @@ d#292 = (???*0* | ???*1* | ???*2* | ???*4* | undefined | ???*6* | []) - *6* node limit reached ⚠️ This value might have side effects -d#30 = (???*0* | undefined) +d#32 = (???*0* | undefined) - *0* l ⚠️ pattern without value -d#308 = [] +d#331 = [] -d#311 = ???*0* +d#334 = ???*0* - *0* arguments[3] ⚠️ function calls are not analyzed yet -d#320 = (0 | ???*0*) +d#343 = (0 | ???*0*) - *0* updated with update expression ⚠️ This value might have side effects -d#341 = ???*0* +d#364 = ???*0* - *0* ???*1*["stateNode"] ⚠️ unknown object - *1* arguments[0] ⚠️ function calls are not analyzed yet -d#345 = (???*0* | ???*2*()) +d#368 = (???*0* | ???*2*()) - *0* ???*1*["stateNode"] ⚠️ unknown object - *1* arguments[0] @@ -12799,7 +12967,7 @@ d#345 = (???*0* | ???*2*()) - *3* d ⚠️ circular variable reference -d#347 = (???*0* | undefined | ???*2* | ???*3*) +d#370 = (???*0* | undefined | ???*2* | ???*3*) - *0* ???*1*["stateNode"] ⚠️ unknown object - *1* arguments[0] @@ -12812,7 +12980,7 @@ d#347 = (???*0* | undefined | ???*2* | ???*3*) - *4* unknown mutation ⚠️ This value might have side effects -d#350 = ( +d#373 = ( | null[(0 | undefined | ???*0*)] | ???*1* | ???*2* @@ -12853,31 +13021,31 @@ d#350 = ( - *13* d ⚠️ circular variable reference -d#357 = ???*0* +d#380 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -d#364 = ???*0* +d#388 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -d#385 = (???*0* | undefined) +d#409 = (???*0* | undefined) - *0* ???*1*["alternate"] ⚠️ unknown object - *1* arguments[0] ⚠️ function calls are not analyzed yet -d#391 = ???*0* +d#415 = ???*0* - *0* arguments[3] ⚠️ function calls are not analyzed yet -d#396 = ???*0* +d#420 = ???*0* - *0* ???*1*["updateQueue"] ⚠️ unknown object - *1* arguments[0] ⚠️ function calls are not analyzed yet -d#398 = (???*0* | undefined | ???*2*) +d#422 = (???*0* | undefined | ???*2*) - *0* ???*1*["lanes"] ⚠️ unknown object - *1* arguments[1] @@ -12885,7 +13053,7 @@ d#398 = (???*0* | undefined | ???*2*) - *2* unsupported assign operation ⚠️ This value might have side effects -d#400 = (???*0* | null["alternate"] | undefined["alternate"] | undefined | ???*2* | ???*3*) +d#424 = (???*0* | null["alternate"] | undefined["alternate"] | undefined | ???*2* | ???*3*) - *0* ???*1*["alternate"] ⚠️ unknown object - *1* arguments[0] @@ -12898,11 +13066,11 @@ d#400 = (???*0* | null["alternate"] | undefined["alternate"] | undefined | ???*2 - *4* assignment expression ⚠️ This value might have side effects -d#404 = ???*0* +d#428 = ???*0* - *0* arguments[3] ⚠️ function calls are not analyzed yet -d#412 = (???*0* | 0["effects"][(???*4* | 0 | ???*5*)] | undefined | ???*6*) +d#437 = (???*0* | 0["effects"][(???*4* | 0 | ???*5*)] | undefined | ???*6*) - *0* ???*1*[(???*2* | 0 | ???*3*)] ⚠️ unknown object ⚠️ This value might have side effects @@ -12919,11 +13087,11 @@ d#412 = (???*0* | 0["effects"][(???*4* | 0 | ???*5*)] | undefined | ???*6*) - *6* arguments[2] ⚠️ function calls are not analyzed yet -d#415 = ???*0* +d#440 = ???*0* - *0* arguments[3] ⚠️ function calls are not analyzed yet -d#417 = (???*0* ? ???*2* : ???*3*) +d#442 = (???*0* ? ???*2* : ???*3*) - *0* (0 !== ???*1*) ⚠️ nested operation - *1* unsupported expression @@ -12941,7 +13109,7 @@ d#417 = (???*0* ? ???*2* : ???*3*) - *7* assignment expression ⚠️ This value might have side effects -d#418 = (???*0* ? ???*2* : ???*3*) +d#443 = (???*0* ? ???*2* : ???*3*) - *0* (0 !== ???*1*) ⚠️ nested operation - *1* unsupported expression @@ -12959,7 +13127,7 @@ d#418 = (???*0* ? ???*2* : ???*3*) - *7* assignment expression ⚠️ This value might have side effects -d#419 = ( +d#444 = ( | 1 | ???*0* | ???*1* @@ -13028,11 +13196,11 @@ d#419 = ( - *24* a ⚠️ circular variable reference -d#420 = ???*0* +d#445 = ???*0* - *0* arguments[3] ⚠️ function calls are not analyzed yet -d#421 = ( +d#446 = ( | false | ???*0* | new ???*2*(???*3*, (???*4* | undefined | ???*6* | ???*7*))["contextTypes"] @@ -13068,29 +13236,29 @@ d#421 = ( - *13* d ⚠️ circular variable reference -d#422 = ???*0* +d#447 = ???*0* - *0* arguments[3] ⚠️ function calls are not analyzed yet -d#423 = ???*0* +d#448 = ???*0* - *0* arguments[3] ⚠️ function calls are not analyzed yet -d#424 = (???*0* | undefined) +d#449 = (???*0* | undefined) - *0* ???*1*["stateNode"] ⚠️ unknown object - *1* arguments[2] ⚠️ function calls are not analyzed yet -d#431 = (...) => a +d#456 = (...) => a -d#432 = (???*0* | undefined) +d#457 = (???*0* | undefined) - *0* ???*1*["deletions"] ⚠️ unknown object - *1* arguments[0] ⚠️ function calls are not analyzed yet -d#434 = (???*0* | ???*1*) +d#459 = (???*0* | ???*1*) - *0* arguments[1] ⚠️ function calls are not analyzed yet - *1* ???*2*["sibling"] @@ -13098,7 +13266,7 @@ d#434 = (???*0* | ???*1*) - *2* d ⚠️ circular variable reference -d#437 = (???*0* | ???*1*) +d#462 = (???*0* | ???*1*) - *0* arguments[2] ⚠️ function calls are not analyzed yet - *1* ???*2*["alternate"] @@ -13106,11 +13274,11 @@ d#437 = (???*0* | ???*1*) - *2* arguments[0] ⚠️ function calls are not analyzed yet -d#439 = ???*0* +d#464 = ???*0* - *0* arguments[3] ⚠️ function calls are not analyzed yet -d#440 = ( +d#465 = ( | ???*0* | ???*1* | new (...) => undefined(???*3*, ???*5*, ???*7*, ???*9*) @@ -13209,15 +13377,15 @@ d#440 = ( - *43* unsupported assign operation ⚠️ This value might have side effects -d#441 = ???*0* +d#466 = ???*0* - *0* arguments[3] ⚠️ function calls are not analyzed yet -d#442 = ???*0* +d#467 = ???*0* - *0* arguments[3] ⚠️ function calls are not analyzed yet -d#443 = ( +d#468 = ( | ???*0* | new (...) => undefined(6, ???*2*, null, ???*3*)["_init"] | new (...) => undefined(4, ???*5*, ???*11*, ???*13*)["_init"] @@ -13259,34 +13427,34 @@ d#443 = ( - *16* arguments[0] ⚠️ function calls are not analyzed yet -d#445 = ???*0* +d#471 = ???*0* - *0* arguments[3] ⚠️ function calls are not analyzed yet -d#447 = ???*0* +d#474 = ???*0* - *0* arguments[3] ⚠️ function calls are not analyzed yet -d#459 = ???*0* +d#487 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -d#485 = ???*0* +d#515 = ???*0* - *0* arguments[3] ⚠️ function calls are not analyzed yet -d#494 = ???*0* +d#524 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -d#501 = ???*0* +d#531 = ???*0* - *0* ???*1*["dispatch"] ⚠️ unknown object ⚠️ This value might have side effects - *1* node limit reached ⚠️ This value might have side effects -d#504 = ( +d#534 = ( | null | ???*0* | {"memoizedState": null, "baseState": null, "baseQueue": null, "queue": null, "next": null} @@ -13388,15 +13556,15 @@ d#504 = ( - *36* a ⚠️ circular variable reference -d#507 = ???*0* +d#537 = ???*0* - *0* arguments[3] ⚠️ function calls are not analyzed yet -d#512 = ???*0* +d#542 = ???*0* - *0* d ⚠️ pattern without value -d#515 = ( +d#545 = ( | ???*0* | ???*1* | null["updateQueue"]["lastEffect"]["next"] @@ -13475,11 +13643,11 @@ d#515 = ( - *26* unknown mutation ⚠️ This value might have side effects -d#517 = ???*0* +d#547 = ???*0* - *0* arguments[3] ⚠️ function calls are not analyzed yet -d#518 = (???*0* | (???*1* ? null : ???*3*)) +d#548 = (???*0* | (???*1* ? null : ???*3*)) - *0* arguments[3] ⚠️ function calls are not analyzed yet - *1* (undefined === ???*2*) @@ -13489,17 +13657,17 @@ d#518 = (???*0* | (???*1* ? null : ???*3*)) - *3* d ⚠️ circular variable reference -d#530 = ???*0* +d#560 = ???*0* - *0* node limit reached ⚠️ This value might have side effects -d#531 = ???*0* +d#561 = ???*0* - *0* node limit reached ⚠️ This value might have side effects -d#533 = module["__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED"]["ReactCurrentBatchConfig"]["transition"] +d#563 = module["__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED"]["ReactCurrentBatchConfig"]["transition"] -d#537 = ( +d#567 = ( | 1 | ???*0* | ???*1* @@ -13563,7 +13731,7 @@ d#537 = ( - *22* a ⚠️ circular variable reference -d#539 = ( +d#569 = ( | 1 | ???*0* | ???*1* @@ -13627,7 +13795,7 @@ d#539 = ( - *22* a ⚠️ circular variable reference -d#547 = (???*0* | undefined | ???*2*) +d#577 = (???*0* | undefined | ???*2*) - *0* ???*1*["lanes"] ⚠️ unknown object - *1* arguments[1] @@ -13635,7 +13803,7 @@ d#547 = (???*0* | undefined | ???*2*) - *2* unsupported assign operation ⚠️ This value might have side effects -d#554 = ( +d#584 = ( | null | ???*0* | {"memoizedState": null, "baseState": null, "baseQueue": null, "queue": null, "next": null} @@ -13737,7 +13905,7 @@ d#554 = ( - *36* a ⚠️ circular variable reference -d#559 = ( +d#589 = ( | null | ???*0* | (null !== ( @@ -13804,19 +13972,11 @@ d#559 = ( - *22* unknown mutation ⚠️ This value might have side effects -d#56 = (???*0* | ???*2*) -- *0* ???*1*[b] - ⚠️ unknown object -- *1* arguments[0] - ⚠️ function calls are not analyzed yet -- *2* arguments[0] - ⚠️ function calls are not analyzed yet - -d#562 = ???*0* +d#592 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -d#570 = (???*0* | undefined | ???*1*) +d#600 = (???*0* | undefined | ???*1*) - *0* arguments[1] ⚠️ function calls are not analyzed yet - *1* ???*2*["return"] @@ -13824,13 +13984,13 @@ d#570 = (???*0* | undefined | ???*1*) - *2* d ⚠️ circular variable reference -d#578 = ???*0* +d#608 = ???*0* - *0* ???*1*["value"] ⚠️ unknown object - *1* arguments[1] ⚠️ function calls are not analyzed yet -d#580 = ???*0* +d#610 = ???*0* - *0* ???*1*["getDerivedStateFromError"] ⚠️ unknown object - *1* ???*2*["type"] @@ -13838,7 +13998,7 @@ d#580 = ???*0* - *2* arguments[0] ⚠️ function calls are not analyzed yet -d#585 = ( +d#615 = ( | ???*0* | (...) => undefined["bind"](null, ???*2*, ???*3*, ???*4*)["pingCache"] | ???*5* @@ -13856,15 +14016,15 @@ d#585 = ( - *5* assignment expression ⚠️ This value might have side effects -d#589 = ???*0* +d#619 = ???*0* - *0* arguments[3] ⚠️ function calls are not analyzed yet -d#590 = ???*0* +d#620 = ???*0* - *0* arguments[3] ⚠️ function calls are not analyzed yet -d#591 = (???*0* | ???*1*) +d#621 = (???*0* | ???*1*) - *0* arguments[3] ⚠️ function calls are not analyzed yet - *1* (???*2* | ???*3* | (0 !== (0 | ???*5*)))(d, e) @@ -13878,11 +14038,11 @@ d#591 = (???*0* | ???*1*) - *5* updated with update expression ⚠️ This value might have side effects -d#592 = ???*0* +d#622 = ???*0* - *0* arguments[3] ⚠️ function calls are not analyzed yet -d#595 = (???*0* | ???*1* | undefined) +d#625 = (???*0* | ???*1* | undefined) - *0* arguments[3] ⚠️ function calls are not analyzed yet - *1* ???*2*["memoizedProps"] @@ -13890,7 +14050,7 @@ d#595 = (???*0* | ???*1* | undefined) - *2* arguments[0] ⚠️ function calls are not analyzed yet -d#597 = (???*0* | (???*2* ? ???*12* : ???*22*) | ???*23* | ???*24*) +d#627 = (???*0* | (???*2* ? ???*12* : ???*22*) | ???*23* | ???*24*) - *0* ???*1*["pendingProps"] ⚠️ unknown object - *1* arguments[1] @@ -13942,17 +14102,25 @@ d#597 = (???*0* | (???*2* ? ???*12* : ???*22*) | ???*23* | ???*24*) - *24* arguments[2] ⚠️ function calls are not analyzed yet -d#600 = (???*0* | (0 !== (0 | ???*1*))) +d#63 = (???*0* | ???*2*) +- *0* ???*1*[b] + ⚠️ unknown object +- *1* arguments[0] + ⚠️ function calls are not analyzed yet +- *2* arguments[0] + ⚠️ function calls are not analyzed yet + +d#630 = (???*0* | (0 !== (0 | ???*1*))) - *0* arguments[3] ⚠️ function calls are not analyzed yet - *1* updated with update expression ⚠️ This value might have side effects -d#601 = ???*0* +d#631 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -d#605 = (???*0* | ???*1*) +d#635 = (???*0* | ???*1*) - *0* arguments[3] ⚠️ function calls are not analyzed yet - *1* ???*2*["stateNode"] @@ -13960,33 +14128,33 @@ d#605 = (???*0* | ???*1*) - *2* arguments[1] ⚠️ function calls are not analyzed yet -d#607 = ???*0* +d#637 = ???*0* - *0* arguments[3] ⚠️ function calls are not analyzed yet -d#609 = ???*0* +d#639 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -d#613 = ???*0* +d#643 = ???*0* - *0* arguments[3] ⚠️ function calls are not analyzed yet -d#614 = ???*0* +d#644 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -d#619 = ???*0* +d#650 = ???*0* - *0* ???*1*["alternate"] ⚠️ unknown object - *1* arguments[0] ⚠️ function calls are not analyzed yet -d#620 = ???*0* +d#651 = ???*0* - *0* arguments[3] ⚠️ function calls are not analyzed yet -d#621 = (???*0* | 0 | ???*2* | ???*3* | ???*4*) +d#652 = (???*0* | 0 | ???*2* | ???*3* | ???*4*) - *0* ???*1*["pendingProps"] ⚠️ unknown object - *1* arguments[1] @@ -13998,7 +14166,7 @@ d#621 = (???*0* | 0 | ???*2* | ???*3* | ???*4*) - *4* unsupported assign operation ⚠️ This value might have side effects -d#631 = (???*0* | undefined | (0 !== ???*3*)) +d#663 = (???*0* | undefined | (0 !== ???*3*)) - *0* ???*1*["_context"] ⚠️ unknown object - *1* ???*2*["type"] @@ -14008,7 +14176,7 @@ d#631 = (???*0* | undefined | (0 !== ???*3*)) - *3* unsupported expression ⚠️ This value might have side effects -d#639 = (???*0* | ???*1*) +d#672 = (???*0* | ???*1*) - *0* arguments[3] ⚠️ function calls are not analyzed yet - *1* Object.assign*2*( @@ -14043,7 +14211,31 @@ d#639 = (???*0* | ???*1*) - *11* arguments[0] ⚠️ function calls are not analyzed yet -d#64 = ("" | ((???*0* | ???*1*) ? ???*5* : ???*8*)) +d#678 = ???*0* +- *0* arguments[3] + ⚠️ function calls are not analyzed yet + +d#679 = (null | undefined | ???*0* | ???*1*) +- *0* arguments[1] + ⚠️ function calls are not analyzed yet +- *1* ???*2*["tail"] + ⚠️ unknown object +- *2* arguments[0] + ⚠️ function calls are not analyzed yet + +d#681 = (0 | ???*0*) +- *0* unsupported assign operation + ⚠️ This value might have side effects + +d#682 = ???*0* +- *0* max number of linking steps reached + ⚠️ This value might have side effects + +d#7 = ???*0* +- *0* arguments[3] + ⚠️ function calls are not analyzed yet + +d#71 = ("" | ((???*0* | ???*1*) ? ???*5* : ???*8*)) - *0* assignment expression ⚠️ This value might have side effects - *1* ("input" === ???*2*) @@ -14065,39 +14257,19 @@ d#64 = ("" | ((???*0* | ???*1*) ? ???*5* : ???*8*)) - *9* arguments[0] ⚠️ function calls are not analyzed yet -d#644 = ???*0* -- *0* arguments[3] - ⚠️ function calls are not analyzed yet - -d#645 = (null | undefined | ???*0* | ???*1*) -- *0* arguments[1] - ⚠️ function calls are not analyzed yet -- *1* ???*2*["tail"] - ⚠️ unknown object -- *2* arguments[0] - ⚠️ function calls are not analyzed yet - -d#646 = (0 | ???*0*) -- *0* unsupported assign operation - ⚠️ This value might have side effects - -d#647 = ???*0* -- *0* max number of linking steps reached - ⚠️ This value might have side effects - -d#669 = ???*0* +d#712 = ???*0* - *0* d ⚠️ pattern without value -d#672 = ???*0* +d#715 = ???*0* - *0* d ⚠️ pattern without value -d#673 = ???*0* +d#716 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -d#687 = (???*0* | (???*2* ? ???*4* : null)) +d#731 = (???*0* | (???*2* ? ???*4* : null)) - *0* ???*1*["updateQueue"] ⚠️ unknown object - *1* arguments[1] @@ -14111,23 +14283,7 @@ d#687 = (???*0* | (???*2* ? ???*4* : null)) - *5* d ⚠️ circular variable reference -d#69 = (???*0* ? ???*3* : ???*5*) -- *0* (null != ???*1*) - ⚠️ nested operation -- *1* ???*2*["checked"] - ⚠️ unknown object -- *2* arguments[1] - ⚠️ function calls are not analyzed yet -- *3* ???*4*["checked"] - ⚠️ unknown object -- *4* arguments[1] - ⚠️ function calls are not analyzed yet -- *5* ???*6*["defaultChecked"] - ⚠️ unknown object -- *6* arguments[1] - ⚠️ function calls are not analyzed yet - -d#691 = (???*0* | undefined["create"] | ???*2* | undefined) +d#735 = (???*0* | undefined["create"] | ???*2* | undefined) - *0* ???*1*["create"] ⚠️ unknown object ⚠️ This value might have side effects @@ -14140,83 +14296,91 @@ d#691 = (???*0* | undefined["create"] | ???*2* | undefined) - *4* c ⚠️ circular variable reference -d#7 = ???*0* -- *0* arguments[3] - ⚠️ function calls are not analyzed yet - -d#703 = ???*0* +d#748 = ???*0* - *0* ???*1*["tag"] ⚠️ unknown object - *1* arguments[0] ⚠️ function calls are not analyzed yet -d#704 = ???*0* +d#749 = ???*0* - *0* ???*1*["tag"] ⚠️ unknown object - *1* arguments[0] ⚠️ function calls are not analyzed yet -d#706 = ???*0* +d#751 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -d#71 = ???*0* -- *0* ???*1*["type"] +d#76 = (???*0* ? ???*3* : ???*5*) +- *0* (null != ???*1*) + ⚠️ nested operation +- *1* ???*2*["checked"] ⚠️ unknown object -- *1* arguments[1] +- *2* arguments[1] + ⚠️ function calls are not analyzed yet +- *3* ???*4*["checked"] + ⚠️ unknown object +- *4* arguments[1] + ⚠️ function calls are not analyzed yet +- *5* ???*6*["defaultChecked"] + ⚠️ unknown object +- *6* arguments[1] ⚠️ function calls are not analyzed yet -d#715 = (...) => undefined["bind"](null, ???*0*, ???*1*) +d#761 = (...) => undefined["bind"](null, ???*0*, ???*1*) - *0* arguments[0] ⚠️ function calls are not analyzed yet - *1* arguments[0] ⚠️ function calls are not analyzed yet -d#716 = (0 | undefined | ???*0*) +d#762 = (0 | undefined | ???*0*) - *0* updated with update expression ⚠️ This value might have side effects -d#721 = ???*0* +d#768 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -d#74 = (???*0* | undefined) +d#78 = ???*0* - *0* ???*1*["type"] ⚠️ unknown object - *1* arguments[1] ⚠️ function calls are not analyzed yet -d#756 = (???*0* | undefined) +d#806 = (???*0* | undefined) - *0* ???*1*["return"] ⚠️ unknown object - *1* arguments[0] ⚠️ function calls are not analyzed yet -d#764 = (0 !== ???*0*) +d#81 = (???*0* | undefined) +- *0* ???*1*["type"] + ⚠️ unknown object +- *1* arguments[1] + ⚠️ function calls are not analyzed yet + +d#815 = (0 !== ???*0*) - *0* unsupported expression ⚠️ This value might have side effects -d#768 = ???*0* +d#819 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -d#77 = ???*0* -- *0* arguments[3] - ⚠️ function calls are not analyzed yet - -d#785 = ???*0* +d#839 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -d#8 = ???*0* +d#84 = ???*0* - *0* arguments[3] ⚠️ function calls are not analyzed yet -d#802 = ???*0* +d#857 = ???*0* - *0* arguments[3] ⚠️ function calls are not analyzed yet -d#803 = ( +d#858 = ( | 0 | (???*0* ? (0 | ???*19*) : 0) | ???*20* @@ -14283,19 +14447,19 @@ d#803 = ( - *23* unsupported expression ⚠️ This value might have side effects -d#807 = ???*0* +d#863 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -d#819 = (0 | undefined | ???*0*) +d#876 = (0 | undefined | ???*0*) - *0* updated with update expression ⚠️ This value might have side effects -d#827 = (???*0* | undefined) +d#884 = (???*0* | undefined) - *0* unsupported expression ⚠️ This value might have side effects -d#829 = ((???*0* ? (???*3* | ???*4*) : ???*5*) | undefined) +d#886 = ((???*0* ? (???*3* | ???*4*) : ???*5*) | undefined) - *0* (0 !== (???*1* | ???*2*)) ⚠️ nested operation - *1* arguments[0] @@ -14311,7 +14475,7 @@ d#829 = ((???*0* ? (???*3* | ???*4*) : ???*5*) | undefined) - *6* unsupported expression ⚠️ This value might have side effects -d#834 = ( +d#891 = ( | 0 | 1 | ???*0* @@ -14356,11 +14520,15 @@ d#834 = ( - *16* arguments[0] ⚠️ function calls are not analyzed yet -d#838 = ???*0* +d#895 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -d#843 = ( +d#9 = ???*0* +- *0* arguments[3] + ⚠️ function calls are not analyzed yet + +d#901 = ( | null["memoizedState"] | ???*0* | (null !== ( @@ -14430,7 +14598,7 @@ d#843 = ( - *23* unknown mutation ⚠️ This value might have side effects -d#863 = (???*0* ? { +d#922 = (???*0* ? { "readContext": (...) => b, "useCallback": (...) => undefined, "useContext": (...) => undefined, @@ -14453,13 +14621,7 @@ d#863 = (???*0* ? { - *0* (null === module["__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED"]["ReactCurrentDispatcher"]["current"]) ⚠️ nested operation -d#87 = (???*0* | "" | undefined) -- *0* ???*1*["defaultValue"] - ⚠️ unknown object -- *1* arguments[1] - ⚠️ function calls are not analyzed yet - -d#877 = ( +d#936 = ( | 0 | 1 | ???*0* @@ -14470,236 +14632,74 @@ d#877 = ( | ???*16* ) - *0* C - ⚠️ circular variable reference -- *1* (0 !== ???*2*) - ⚠️ nested operation -- *2* C - ⚠️ circular variable reference -- *3* unsupported expression - ⚠️ This value might have side effects -- *4* C - ⚠️ circular variable reference -- *5* unsupported expression - ⚠️ This value might have side effects -- *6* (???*7* ? ???*8* : 1) - ⚠️ nested operation -- *7* unsupported expression - ⚠️ This value might have side effects -- *8* (???*9* ? ???*10* : 4) - ⚠️ nested operation -- *9* unsupported expression - ⚠️ This value might have side effects -- *10* (???*11* ? 16 : 536870912) - ⚠️ nested operation -- *11* (0 !== ???*12*) - ⚠️ nested operation -- *12* unsupported expression - ⚠️ This value might have side effects -- *13* arguments[0] - ⚠️ function calls are not analyzed yet -- *14* ???*15*["value"] - ⚠️ unknown object -- *15* arguments[1] - ⚠️ function calls are not analyzed yet -- *16* arguments[0] - ⚠️ function calls are not analyzed yet - -d#880 = (???*0* | ???*1* | null["onRecoverableError"]) -- *0* arguments[3] - ⚠️ function calls are not analyzed yet -- *1* ???*2*["onRecoverableError"] - ⚠️ unknown object -- *2* arguments[0] - ⚠️ function calls are not analyzed yet - -d#883 = (false | undefined | true) - -d#9 = ???*0* -- *0* arguments[3] - ⚠️ function calls are not analyzed yet - -d#910 = ???*0* -- *0* max number of linking steps reached - ⚠️ This value might have side effects - -d#915 = ???*0* -- *0* ???*1*["pingCache"] - ⚠️ unknown object -- *1* arguments[0] - ⚠️ function calls are not analyzed yet - -d#918 = (???*0* | undefined) -- *0* ???*1*["stateNode"] - ⚠️ unknown object -- *1* arguments[0] - ⚠️ function calls are not analyzed yet - -d#919 = ???*0* -- *0* max number of linking steps reached - ⚠️ This value might have side effects - -d#92 = ???*0* -- *0* arguments[2] - ⚠️ function calls are not analyzed yet - -d#941 = ???*0* -- *0* arguments[3] - ⚠️ function calls are not analyzed yet - -d#942 = ???*0* -- *0* arguments[3] - ⚠️ function calls are not analyzed yet - -d#947 = ( - | ???*0* - | new (...) => undefined(12, ???*1*, (???*2* | ???*3*), ???*8*) - | new (...) => undefined(13, ???*9*, (???*10* | ???*11*), (???*16* | ???*17*)) - | new (...) => undefined(19, ???*18*, (???*19* | ???*20*), (???*25* | ???*26*)) - | null -) -- *0* arguments[3] - ⚠️ function calls are not analyzed yet -- *1* arguments[2] - ⚠️ function calls are not analyzed yet -- *2* arguments[1] - ⚠️ function calls are not analyzed yet -- *3* new (...) => undefined((2 | 1 | 5 | 8 | 10 | 9 | 11 | 14 | 16), ???*4*, ???*5*, (???*6* | ???*7*)) - ⚠️ nested operation -- *4* arguments[2] - ⚠️ function calls are not analyzed yet -- *5* b - ⚠️ circular variable reference -- *6* arguments[4] - ⚠️ function calls are not analyzed yet -- *7* unsupported assign operation - ⚠️ This value might have side effects -- *8* unsupported expression - ⚠️ This value might have side effects -- *9* arguments[2] - ⚠️ function calls are not analyzed yet -- *10* arguments[1] - ⚠️ function calls are not analyzed yet -- *11* new (...) => undefined((2 | 1 | 5 | 8 | 10 | 9 | 11 | 14 | 16), ???*12*, ???*13*, (???*14* | ???*15*)) - ⚠️ nested operation -- *12* arguments[2] - ⚠️ function calls are not analyzed yet -- *13* b - ⚠️ circular variable reference -- *14* arguments[4] - ⚠️ function calls are not analyzed yet -- *15* unsupported assign operation - ⚠️ This value might have side effects -- *16* arguments[4] - ⚠️ function calls are not analyzed yet -- *17* unsupported assign operation - ⚠️ This value might have side effects -- *18* arguments[2] - ⚠️ function calls are not analyzed yet -- *19* arguments[1] - ⚠️ function calls are not analyzed yet -- *20* new (...) => undefined((2 | 1 | 5 | 8 | 10 | 9 | 11 | 14 | 16), ???*21*, ???*22*, (???*23* | ???*24*)) - ⚠️ nested operation -- *21* arguments[2] - ⚠️ function calls are not analyzed yet -- *22* b - ⚠️ circular variable reference -- *23* arguments[4] - ⚠️ function calls are not analyzed yet -- *24* unsupported assign operation - ⚠️ This value might have side effects -- *25* arguments[4] - ⚠️ function calls are not analyzed yet -- *26* unsupported assign operation - ⚠️ This value might have side effects - -d#948 = ???*0* -- *0* arguments[3] - ⚠️ function calls are not analyzed yet - -d#949 = ???*0* -- *0* arguments[3] - ⚠️ function calls are not analyzed yet - -d#952 = ???*0* -- *0* arguments[3] - ⚠️ function calls are not analyzed yet - -d#953 = ???*0* -- *0* arguments[3] - ⚠️ function calls are not analyzed yet - -d#954 = ((???*0* | ???*1*) ? ???*4* : null) -- *0* unsupported expression - ⚠️ This value might have side effects -- *1* (undefined !== ???*2*) - ⚠️ nested operation -- *2* ???*3*[3] - ⚠️ unknown object - ⚠️ This value might have side effects -- *3* FreeVar(arguments) - ⚠️ unknown global - ⚠️ This value might have side effects -- *4* ???*5*[3] - ⚠️ unknown object - ⚠️ This value might have side effects -- *5* FreeVar(arguments) - ⚠️ unknown global - ⚠️ This value might have side effects - -d#960 = (???*0* | (???*1* ? ???*3* : ???*4*)) -- *0* arguments[3] - ⚠️ function calls are not analyzed yet + ⚠️ circular variable reference - *1* (0 !== ???*2*) ⚠️ nested operation -- *2* unsupported expression +- *2* C + ⚠️ circular variable reference +- *3* unsupported expression ⚠️ This value might have side effects -- *3* module["unstable_now"]() - ⚠️ nested operation -- *4* (???*5* ? (-1 | ???*7*) : ???*8*) +- *4* C + ⚠️ circular variable reference +- *5* unsupported expression + ⚠️ This value might have side effects +- *6* (???*7* ? ???*8* : 1) ⚠️ nested operation -- *5* (-1 !== (-1 | ???*6*)) +- *7* unsupported expression + ⚠️ This value might have side effects +- *8* (???*9* ? ???*10* : 4) ⚠️ nested operation -- *6* module["unstable_now"]() +- *9* unsupported expression + ⚠️ This value might have side effects +- *10* (???*11* ? 16 : 536870912) ⚠️ nested operation -- *7* module["unstable_now"]() +- *11* (0 !== ???*12*) ⚠️ nested operation -- *8* assignment expression +- *12* unsupported expression ⚠️ This value might have side effects - -d#961 = (???*0* | (???*1* ? null : ???*3*)) -- *0* arguments[3] +- *13* arguments[0] + ⚠️ function calls are not analyzed yet +- *14* ???*15*["value"] + ⚠️ unknown object +- *15* arguments[1] + ⚠️ function calls are not analyzed yet +- *16* arguments[0] ⚠️ function calls are not analyzed yet -- *1* (undefined === ???*2*) - ⚠️ nested operation -- *2* d - ⚠️ circular variable reference -- *3* d - ⚠️ circular variable reference -d#979 = (???*0* | (...) => undefined) +d#939 = (???*0* | ???*1* | null["onRecoverableError"]) - *0* arguments[3] ⚠️ function calls are not analyzed yet +- *1* ???*2*["onRecoverableError"] + ⚠️ unknown object +- *2* arguments[0] + ⚠️ function calls are not analyzed yet -d#986 = ???*0* -- *0* arguments[3] +d#94 = (???*0* | "" | undefined) +- *0* ???*1*["defaultValue"] + ⚠️ unknown object +- *1* arguments[1] ⚠️ function calls are not analyzed yet -d#997 = ((???*0* ? ???*2* : ???*3*) | undefined) -- *0* (0 !== ???*1*) - ⚠️ nested operation -- *1* unsupported expression +d#942 = (false | undefined | true) + +d#972 = ???*0* +- *0* max number of linking steps reached ⚠️ This value might have side effects -- *2* module["unstable_now"]() - ⚠️ nested operation -- *3* (???*4* ? (-1 | ???*6*) : ???*7*) - ⚠️ nested operation -- *4* (-1 !== (-1 | ???*5*)) - ⚠️ nested operation -- *5* module["unstable_now"]() - ⚠️ nested operation -- *6* module["unstable_now"]() - ⚠️ nested operation -- *7* assignment expression + +d#977 = ???*0* +- *0* ???*1*["pingCache"] + ⚠️ unknown object +- *1* arguments[0] + ⚠️ function calls are not analyzed yet + +d#980 = (???*0* | undefined) +- *0* ???*1*["stateNode"] + ⚠️ unknown object +- *1* arguments[0] + ⚠️ function calls are not analyzed yet + +d#982 = ???*0* +- *0* max number of linking steps reached ⚠️ This value might have side effects da = new ???*0*() @@ -14760,7 +14760,143 @@ dl = (...) => { "implementation": c } -e#1004 = (???*0* | undefined[`__reactProps$${???*14*}`] | null | undefined) +e#100 = ???*0* +- *0* arguments[3] + ⚠️ function calls are not analyzed yet + +e#1012 = (???*0* | ???*1*) +- *0* arguments[4] + ⚠️ function calls are not analyzed yet +- *1* unsupported assign operation + ⚠️ This value might have side effects + +e#1019 = ???*0* +- *0* arguments[4] + ⚠️ function calls are not analyzed yet + +e#1020 = ???*0* +- *0* arguments[4] + ⚠️ function calls are not analyzed yet + +e#1028 = ( + | ???*0* + | 1 + | ???*1* + | ???*2* + | ???*3* + | new (...) => undefined(???*5*, (???*6* | ???*7* | 1 | ???*16* | 0), true, ???*17*, ???*18*)["current"] + | 0 + | ???*19* + | 4 + | undefined + | ((???*20* | ???*22*) ? ???*23* : 4) + | (???*24* ? 16 : (???*25* | undefined | null | ???*32* | ???*33*)) + | ???*35* + | (???*37* ? 16 : (1 | 4 | 16 | 536870912 | undefined)) +) +- *0* arguments[4] + ⚠️ function calls are not analyzed yet +- *1* unsupported expression + ⚠️ This value might have side effects +- *2* Ck + ⚠️ sequence with side effects + ⚠️ This value might have side effects +- *3* ???*4*["current"] + ⚠️ unknown object +- *4* arguments[0] + ⚠️ function calls are not analyzed yet +- *5* a + ⚠️ circular variable reference +- *6* arguments[3] + ⚠️ function calls are not analyzed yet +- *7* (???*8* ? ???*10* : ???*11*) + ⚠️ nested operation +- *8* (0 !== ???*9*) + ⚠️ nested operation +- *9* unsupported expression + ⚠️ This value might have side effects +- *10* module["unstable_now"]() + ⚠️ nested operation +- *11* (???*12* ? (-1 | ???*14*) : ???*15*) + ⚠️ nested operation +- *12* (-1 !== (-1 | ???*13*)) + ⚠️ nested operation +- *13* module["unstable_now"]() + ⚠️ nested operation +- *14* module["unstable_now"]() + ⚠️ nested operation +- *15* assignment expression + ⚠️ This value might have side effects +- *16* unsupported assign operation + ⚠️ This value might have side effects +- *17* arguments[7] + ⚠️ function calls are not analyzed yet +- *18* arguments[8] + ⚠️ function calls are not analyzed yet +- *19* C + ⚠️ circular variable reference +- *20* (0 !== ???*21*) + ⚠️ nested operation +- *21* C + ⚠️ circular variable reference +- *22* unsupported expression + ⚠️ This value might have side effects +- *23* C + ⚠️ circular variable reference +- *24* unsupported expression + ⚠️ This value might have side effects +- *25* (???*26* ? ???*27* : 1) + ⚠️ nested operation +- *26* unsupported expression + ⚠️ This value might have side effects +- *27* (???*28* ? ???*29* : 4) + ⚠️ nested operation +- *28* unsupported expression + ⚠️ This value might have side effects +- *29* (???*30* ? 16 : 536870912) + ⚠️ nested operation +- *30* (0 !== ???*31*) + ⚠️ nested operation +- *31* unsupported expression + ⚠️ This value might have side effects +- *32* arguments[0] + ⚠️ function calls are not analyzed yet +- *33* ???*34*["value"] + ⚠️ unknown object +- *34* arguments[1] + ⚠️ function calls are not analyzed yet +- *35* ???*36*["event"] + ⚠️ unknown object + ⚠️ This value might have side effects +- *36* FreeVar(window) + ⚠️ unknown global + ⚠️ This value might have side effects +- *37* (undefined === ???*38*) + ⚠️ nested operation +- *38* a + ⚠️ circular variable reference + +e#1029 = (???*0* | undefined | ???*2*) +- *0* ???*1*["current"] + ⚠️ unknown object +- *1* arguments[1] + ⚠️ function calls are not analyzed yet +- *2* unknown mutation + ⚠️ This value might have side effects + +e#1048 = (???*0* | ???*1*) +- *0* arguments[4] + ⚠️ function calls are not analyzed yet +- *1* ???*2*["lastChild"] + ⚠️ unknown object +- *2* arguments[0] + ⚠️ function calls are not analyzed yet + +e#1055 = (???*0* | (...) => undefined) +- *0* arguments[4] + ⚠️ function calls are not analyzed yet + +e#1074 = (???*0* | undefined[`__reactProps$${???*14*}`] | null | undefined) - *0* ???*1*[`__reactProps$${???*10*}`] ⚠️ unknown object ⚠️ This value might have side effects @@ -14807,7 +14943,7 @@ e#1004 = (???*0* | undefined[`__reactProps$${???*14*}`] | null | undefined) ⚠️ unknown object ⚠️ This value might have side effects -e#1013 = ( +e#1084 = ( | (???*0* ? ???*3* : (...) => undefined) | ???*4* | new (...) => undefined(???*6*, (1 | ???*7* | 0), false, ("" | ???*8*), ???*10*)["onRecoverableError"] @@ -14837,7 +14973,7 @@ e#1013 = ( - *10* e ⚠️ circular variable reference -e#1018 = ( +e#1089 = ( | false | true | ???*0* @@ -14879,7 +15015,11 @@ e#1018 = ( - *14* e ⚠️ circular variable reference -e#102 = ((???*0* ? "" : ???*3*) | undefined) +e#11 = ???*0* +- *0* arguments[4] + ⚠️ function calls are not analyzed yet + +e#110 = ((???*0* ? "" : ???*3*) | undefined) - *0* (null == ???*1*) ⚠️ nested operation - *1* ???*2*[c] @@ -14917,19 +15057,19 @@ e#102 = ((???*0* ? "" : ???*3*) | undefined) - *18* arguments[1] ⚠️ function calls are not analyzed yet -e#123 = ???*0* +e#133 = ???*0* - *0* arguments[4] ⚠️ function calls are not analyzed yet -e#127 = ???*0* +e#137 = ???*0* - *0* arguments[4] ⚠️ function calls are not analyzed yet -e#128 = ???*0* +e#138 = ???*0* - *0* arguments[4] ⚠️ function calls are not analyzed yet -e#136 = ( +e#146 = ( | ???*0* | (???*2* ? (???*5* | ???*6* | ???*7*) : null)["return"] | undefined["return"] @@ -14954,7 +15094,7 @@ e#136 = ( - *8* b ⚠️ circular variable reference -e#159 = (???*0* | ???*2*) +e#170 = (???*0* | ???*2*) - *0* ???*1*["suspendedLanes"] ⚠️ unknown object - *1* arguments[0] @@ -14962,29 +15102,29 @@ e#159 = (???*0* | ???*2*) - *2* unsupported expression ⚠️ This value might have side effects -e#162 = ???*0* +e#174 = ???*0* - *0* ???*1*["expirationTimes"] ⚠️ unknown object - *1* arguments[0] ⚠️ function calls are not analyzed yet -e#169 = (???*0* | undefined) +e#181 = (???*0* | undefined) - *0* unsupported expression ⚠️ This value might have side effects -e#171 = (???*0* | undefined) +e#183 = (???*0* | undefined) - *0* unsupported expression ⚠️ This value might have side effects -e#175 = ???*0* +e#188 = ???*0* - *0* arguments[4] ⚠️ function calls are not analyzed yet -e#176 = ???*0* +e#189 = ???*0* - *0* arguments[4] ⚠️ function calls are not analyzed yet -e#193 = ( +e#207 = ( | 0 | 1 | ???*0* @@ -15029,7 +15169,7 @@ e#193 = ( - *16* arguments[0] ⚠️ function calls are not analyzed yet -e#196 = ( +e#210 = ( | 0 | 1 | ???*0* @@ -15074,11 +15214,11 @@ e#196 = ( - *16* arguments[0] ⚠️ function calls are not analyzed yet -e#199 = ???*0* +e#213 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -e#207 = (???*0* ? (null["value"] | ???*15*) : (null["textContent"] | ???*30*)) +e#223 = (???*0* ? (null["value"] | ???*15*) : (null["textContent"] | ???*30*)) - *0* "value" in (null | ???*1*) ⚠️ nested operation - *1* (???*2* ? (???*7* | ???*9*) : (???*11* | ???*12* | ???*14*)) @@ -15185,11 +15325,11 @@ e#207 = (???*0* ? (null["value"] | ???*15*) : (null["textContent"] | ???*30*)) ⚠️ unknown global ⚠️ This value might have side effects -e#212 = ???*0* +e#228 = ???*0* - *0* arguments[2] ⚠️ function calls are not analyzed yet -e#25 = ((???*0* ? ???*5* : null) | ???*7*) +e#27 = ((???*0* ? ???*5* : null) | ???*7*) - *0* (undefined | ???*1*)((???*2* | ???*3*)) ⚠️ non-function callee - *1* unknown mutation @@ -15210,7 +15350,7 @@ e#25 = ((???*0* ? ???*5* : null) | ???*7*) - *8* e ⚠️ circular variable reference -e#251 = (???*0* | undefined) +e#270 = (???*0* | undefined) - *0* ???*1*[d] ⚠️ unknown object ⚠️ This value might have side effects @@ -15224,11 +15364,11 @@ e#251 = (???*0* | undefined) - *4* arguments[0] ⚠️ function calls are not analyzed yet -e#266 = ???*0* +e#285 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -e#275 = ( +e#294 = ( | ???*0* | null[(0 | ???*4*)]["event"] | undefined[(0 | ???*5*)]["event"] @@ -15257,13 +15397,13 @@ e#275 = ( - *8* d ⚠️ circular variable reference -e#285 = ((...) => undefined | undefined | true) +e#304 = ((...) => undefined | undefined | true) -e#286 = ???*0* +e#306 = ???*0* - *0* arguments[4] ⚠️ function calls are not analyzed yet -e#292 = ( +e#312 = ( | (???*0* ? (???*5* | ???*7*) : (???*9* | ???*10* | ???*12*)) | new (...) => ???*13*("onBeforeInput", "beforeinput", null, ???*14*, ???*15*) ) @@ -15305,7 +15445,7 @@ e#292 = ( - *15* e ⚠️ circular variable reference -e#30 = (???*0* | undefined) +e#32 = (???*0* | undefined) - *0* ???*1*["split"]("\n") ⚠️ unknown callee object - *1* ???*2*["stack"] @@ -15313,7 +15453,7 @@ e#30 = (???*0* | undefined) - *2* l ⚠️ pattern without value -e#308 = ( +e#331 = ( | ???*0* | ???*1* | undefined @@ -15399,38 +15539,38 @@ e#308 = ( - *34* arguments[1] ⚠️ function calls are not analyzed yet -e#311 = ???*0* +e#334 = ???*0* - *0* arguments[4] ⚠️ function calls are not analyzed yet -e#320 = (???*0* | undefined) +e#343 = (???*0* | undefined) - *0* ???*1*["nextSibling"] ⚠️ unknown object - *1* arguments[1] ⚠️ function calls are not analyzed yet -e#341 = {} +e#364 = {} -e#345 = ???*0* +e#368 = ???*0* - *0* for-in variable currently not analyzed -e#354 = ???*0* +e#377 = ???*0* - *0* e ⚠️ pattern without value -e#357 = (???*0* | ???*1*) +e#380 = (???*0* | ???*1*) - *0* unsupported expression ⚠️ This value might have side effects - *1* unsupported assign operation ⚠️ This value might have side effects -e#391 = ???*0* +e#415 = ???*0* - *0* ???*1*["interleaved"] ⚠️ unknown object - *1* arguments[1] ⚠️ function calls are not analyzed yet -e#396 = (???*0* | undefined) +e#420 = (???*0* | undefined) - *0* ???*1*["pending"] ⚠️ unknown object - *1* ???*2*["updateQueue"] @@ -15438,11 +15578,11 @@ e#396 = (???*0* | undefined) - *2* arguments[0] ⚠️ function calls are not analyzed yet -e#400 = (null | undefined | ???*0*) +e#424 = (null | undefined | ???*0*) - *0* assignment expression ⚠️ This value might have side effects -e#404 = (???*0* | ???*2*) +e#428 = (???*0* | ???*2*) - *0* ???*1*["updateQueue"] ⚠️ unknown object - *1* arguments[0] @@ -15450,7 +15590,7 @@ e#404 = (???*0* | ???*2*) - *2* arguments[1] ⚠️ function calls are not analyzed yet -e#412 = ( +e#437 = ( | ???*0* | 0["effects"][(???*5* | 0 | ???*6*)]["callback"] | undefined["callback"] @@ -15478,7 +15618,7 @@ e#412 = ( - *8* arguments[2] ⚠️ function calls are not analyzed yet -e#417 = ( +e#442 = ( | 1 | ???*0* | ???*1* @@ -15547,7 +15687,7 @@ e#417 = ( - *24* a ⚠️ circular variable reference -e#418 = ( +e#443 = ( | 1 | ???*0* | ???*1* @@ -15616,7 +15756,7 @@ e#418 = ( - *24* a ⚠️ circular variable reference -e#419 = { +e#444 = { "eventTime": (???*0* ? ???*2* : ???*3*), "lane": ( | 1 @@ -15708,11 +15848,11 @@ e#419 = { - *32* a ⚠️ circular variable reference -e#420 = ???*0* +e#445 = ???*0* - *0* arguments[4] ⚠️ function calls are not analyzed yet -e#421 = ({} | (???*0* ? ({} | ???*14*) : ({} | ???*15*))) +e#446 = ({} | (???*0* ? ({} | ???*14*) : ({} | ???*15*))) - *0* (null !== (???*1* | ???*2* | ???*12*)) ⚠️ nested operation - *1* arguments[1] @@ -15746,21 +15886,21 @@ e#421 = ({} | (???*0* ? ({} | ???*14*) : ({} | ???*15*))) - *15* unknown mutation ⚠️ This value might have side effects -e#423 = ???*0* +e#448 = ???*0* - *0* ???*1*["stateNode"] ⚠️ unknown object - *1* arguments[0] ⚠️ function calls are not analyzed yet -e#424 = (???*0* | undefined) +e#449 = (???*0* | undefined) - *0* ???*1*["stateNode"] ⚠️ unknown object - *1* arguments[2] ⚠️ function calls are not analyzed yet -e#431 = (...) => a +e#456 = (...) => a -e#445 = ((???*0* ? ???*2* : null) | ???*4*) +e#471 = ((???*0* ? ???*2* : null) | ???*4*) - *0* (null !== ???*1*) ⚠️ nested operation - *1* arguments[1] @@ -15774,27 +15914,27 @@ e#445 = ((???*0* ? ???*2* : null) | ???*4*) - *5* arguments[2] ⚠️ function calls are not analyzed yet -e#447 = ???*0* +e#474 = ???*0* - *0* arguments[4] ⚠️ function calls are not analyzed yet -e#449 = ???*0* +e#477 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -e#454 = ???*0* +e#482 = ???*0* - *0* arguments[0] ⚠️ function calls are not analyzed yet -e#485 = ???*0* +e#515 = ???*0* - *0* arguments[4] ⚠️ function calls are not analyzed yet -e#494 = ???*0* +e#524 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -e#501 = (???*0* | ???*2*) +e#531 = (???*0* | ???*2*) - *0* ???*1*["pending"] ⚠️ unknown object ⚠️ This value might have side effects @@ -15805,11 +15945,11 @@ e#501 = (???*0* | ???*2*) - *3* e ⚠️ circular variable reference -e#504 = ???*0*() +e#534 = ???*0*() - *0* arguments[1] ⚠️ function calls are not analyzed yet -e#517 = ( +e#547 = ( | null | ???*0* | {"memoizedState": null, "baseState": null, "baseQueue": null, "queue": null, "next": null} @@ -15911,7 +16051,7 @@ e#517 = ( - *36* a ⚠️ circular variable reference -e#518 = ( +e#548 = ( | null | ???*0* | {"memoizedState": null, "baseState": null, "baseQueue": null, "queue": null, "next": null} @@ -16013,7 +16153,7 @@ e#518 = ( - *36* a ⚠️ circular variable reference -e#537 = ((???*0* ? ???*2* : ???*3*) | undefined) +e#567 = ((???*0* ? ???*2* : ???*3*) | undefined) - *0* (0 !== ???*1*) ⚠️ nested operation - *1* unsupported expression @@ -16031,7 +16171,7 @@ e#537 = ((???*0* ? ???*2* : ???*3*) | undefined) - *7* assignment expression ⚠️ This value might have side effects -e#539 = ( +e#569 = ( | { "lane": ( | 1 @@ -16136,7 +16276,7 @@ e#539 = ( - *38* assignment expression ⚠️ This value might have side effects -e#559 = ( +e#589 = ( | null | ???*0* | {"memoizedState": null, "baseState": null, "baseQueue": null, "queue": null, "next": null} @@ -16238,43 +16378,17 @@ e#559 = ( - *36* a ⚠️ circular variable reference -e#56 = (???*0* | undefined) -- *0* ???*1*["get"] - ⚠️ unknown object - ⚠️ This value might have side effects -- *1* ???*2*(???*4*, ((???*7* | ???*8*) ? "checked" : "value")) - ⚠️ unknown callee - ⚠️ This value might have side effects -- *2* Object*3*["getOwnPropertyDescriptor"] - ⚠️ unsupported property on global Object - ⚠️ This value might have side effects -- *3* Object: The global Object variable -- *4* ???*5*["prototype"] - ⚠️ unknown object -- *5* ???*6*["constructor"] - ⚠️ unknown object -- *6* arguments[0] - ⚠️ function calls are not analyzed yet -- *7* assignment expression - ⚠️ This value might have side effects -- *8* ("input" === ???*9*) - ⚠️ nested operation -- *9* ???*10*() - ⚠️ nested operation -- *10* ???["toLowerCase"] - ⚠️ unknown object - -e#570 = ???*0* +e#600 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -e#580 = (???*0* | undefined) +e#610 = (???*0* | undefined) - *0* ???*1*["value"] ⚠️ unknown object - *1* arguments[1] ⚠️ function calls are not analyzed yet -e#585 = (new ???*0*() | undefined | ???*1* | ???*5* | ???*13*) +e#615 = (new ???*0*() | undefined | ???*1* | ???*5* | ???*13*) - *0* FreeVar(Set) ⚠️ unknown global ⚠️ This value might have side effects @@ -16310,23 +16424,23 @@ e#585 = (new ???*0*() | undefined | ???*1* | ???*5* | ???*13*) - *15* arguments[1] ⚠️ function calls are not analyzed yet -e#589 = ???*0* +e#619 = ???*0* - *0* arguments[4] ⚠️ function calls are not analyzed yet -e#591 = ???*0* +e#621 = ???*0* - *0* arguments[4] ⚠️ function calls are not analyzed yet -e#592 = ???*0* +e#622 = ???*0* - *0* arguments[4] ⚠️ function calls are not analyzed yet -e#595 = ???*0* +e#625 = ???*0* - *0* arguments[4] ⚠️ function calls are not analyzed yet -e#597 = (???*0* | (???*3* ? ???*13* : ???*23*)["children"] | ???*24*) +e#627 = (???*0* | (???*3* ? ???*13* : ???*23*)["children"] | ???*24*) - *0* ???*1*["children"] ⚠️ unknown object - *1* ???*2*["pendingProps"] @@ -16371,45 +16485,71 @@ e#597 = (???*0* | (???*3* ? ???*13* : ???*23*)["children"] | ???*24*) ⚠️ function calls are not analyzed yet - *21* ???*22*["memoizedState"] ⚠️ unknown object -- *22* arguments[0] - ⚠️ function calls are not analyzed yet -- *23* arguments[2] +- *22* arguments[0] + ⚠️ function calls are not analyzed yet +- *23* arguments[2] + ⚠️ function calls are not analyzed yet +- *24* ???*25*["children"] + ⚠️ unknown object + ⚠️ This value might have side effects +- *25* unsupported expression + ⚠️ This value might have side effects + +e#63 = (???*0* | undefined) +- *0* ???*1*["get"] + ⚠️ unknown object + ⚠️ This value might have side effects +- *1* ???*2*(???*4*, ((???*7* | ???*8*) ? "checked" : "value")) + ⚠️ unknown callee + ⚠️ This value might have side effects +- *2* Object*3*["getOwnPropertyDescriptor"] + ⚠️ unsupported property on global Object + ⚠️ This value might have side effects +- *3* Object: The global Object variable +- *4* ???*5*["prototype"] + ⚠️ unknown object +- *5* ???*6*["constructor"] + ⚠️ unknown object +- *6* arguments[0] ⚠️ function calls are not analyzed yet -- *24* ???*25*["children"] - ⚠️ unknown object - ⚠️ This value might have side effects -- *25* unsupported expression +- *7* assignment expression ⚠️ This value might have side effects +- *8* ("input" === ???*9*) + ⚠️ nested operation +- *9* ???*10*() + ⚠️ nested operation +- *10* ???["toLowerCase"] + ⚠️ unknown object -e#600 = ???*0* +e#630 = ???*0* - *0* arguments[4] ⚠️ function calls are not analyzed yet -e#601 = ???*0* +e#631 = ???*0* - *0* arguments[4] ⚠️ function calls are not analyzed yet -e#605 = ???*0* +e#635 = ???*0* - *0* arguments[4] ⚠️ function calls are not analyzed yet -e#607 = ???*0* +e#637 = ???*0* - *0* arguments[4] ⚠️ function calls are not analyzed yet -e#609 = ???*0* +e#639 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -e#614 = ???*0* +e#644 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -e#620 = ???*0* +e#651 = ???*0* - *0* arguments[4] ⚠️ function calls are not analyzed yet -e#621 = (???*0* | 0["revealOrder"] | ???*3* | null | ???*5* | ???*6* | null["sibling"] | null["alternate"]) +e#652 = (???*0* | 0["revealOrder"] | ???*3* | null | ???*5* | ???*6* | null["sibling"] | null["alternate"]) - *0* ???*1*["revealOrder"] ⚠️ unknown object - *1* ???*2*["pendingProps"] @@ -16426,7 +16566,7 @@ e#621 = (???*0* | 0["revealOrder"] | ???*3* | null | ???*5* | ???*6* | null["sib - *6* e ⚠️ circular variable reference -e#631 = (???*0* | undefined) +e#663 = (???*0* | undefined) - *0* ???*1*["value"] ⚠️ unknown object - *1* ???*2*["memoizedProps"] @@ -16434,7 +16574,7 @@ e#631 = (???*0* | undefined) - *2* arguments[1] ⚠️ function calls are not analyzed yet -e#639 = (???*0* | ???*2*) +e#672 = (???*0* | ???*2*) - *0* ???*1*["memoizedProps"] ⚠️ unknown object - *1* arguments[0] @@ -16471,21 +16611,21 @@ e#639 = (???*0* | ???*2*) - *12* arguments[0] ⚠️ function calls are not analyzed yet -e#646 = (???*0* | undefined) +e#681 = (???*0* | undefined) - *0* ???*1*["child"] ⚠️ unknown object - *1* arguments[0] ⚠️ function calls are not analyzed yet -e#647 = ???*0* +e#682 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -e#673 = ???*0* +e#716 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -e#687 = (???*0* | undefined | ???*1*) +e#731 = (???*0* | undefined | ???*1*) - *0* assignment expression ⚠️ This value might have side effects - *1* ???*2*["next"] @@ -16493,7 +16633,7 @@ e#687 = (???*0* | undefined | ???*1*) - *2* e ⚠️ circular variable reference -e#706 = (false | ???*0* | true | undefined | ???*1* | ???*2*) +e#751 = (false | ???*0* | true | undefined | ???*1* | ???*2*) - *0* e ⚠️ circular variable reference - *1* assignment expression @@ -16503,7 +16643,7 @@ e#706 = (false | ???*0* | true | undefined | ???*1* | ???*2*) - *3* e ⚠️ circular variable reference -e#716 = (???*0* | undefined) +e#762 = (???*0* | undefined) - *0* ???*1*[d] ⚠️ unknown object - *1* ???*2*["deletions"] @@ -16511,11 +16651,11 @@ e#716 = (???*0* | undefined) - *2* arguments[1] ⚠️ function calls are not analyzed yet -e#721 = ???*0* +e#768 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -e#756 = (???*0* | undefined["stateNode"] | undefined) +e#806 = (???*0* | undefined["stateNode"] | undefined) - *0* ???*1*["stateNode"] ⚠️ unknown object - *1* ???*2*["return"] @@ -16523,15 +16663,19 @@ e#756 = (???*0* | undefined["stateNode"] | undefined) - *2* arguments[0] ⚠️ function calls are not analyzed yet -e#764 = ???*0* +e#815 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -e#768 = ???*0* +e#819 = ???*0* +- *0* max number of linking steps reached + ⚠️ This value might have side effects + +e#839 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -e#77 = (0 | undefined | ???*0* | ???*1* | ???*9* | null["hasOwnProperty"](???*17*)) +e#84 = (0 | undefined | ???*0* | ???*1* | ???*9* | null["hasOwnProperty"](???*17*)) - *0* updated with update expression ⚠️ This value might have side effects - *1* ???*2*["hasOwnProperty"](`$${???*3*}`) @@ -16589,15 +16733,11 @@ e#77 = (0 | undefined | ???*0* | ???*1* | ???*9* | null["hasOwnProperty"](???*17 - *23* c ⚠️ circular variable reference -e#785 = ???*0* -- *0* max number of linking steps reached - ⚠️ This value might have side effects - -e#807 = ???*0* +e#863 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -e#819 = (???*0* | undefined[(0 | undefined | ???*4*)] | undefined | ???*5*) +e#876 = (???*0* | undefined[(0 | undefined | ???*4*)] | undefined | ???*5*) - *0* ???*1*[(0 | undefined | ???*3*)] ⚠️ unknown object ⚠️ This value might have side effects @@ -16614,11 +16754,11 @@ e#819 = (???*0* | undefined[(0 | undefined | ???*4*)] | undefined | ???*5*) - *6* e ⚠️ circular variable reference -e#838 = ???*0* +e#895 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -e#843 = ( +e#901 = ( | null["memoizedState"]["queue"] | ???*0* | (null !== ( @@ -16691,218 +16831,249 @@ e#843 = ( - *24* unknown mutation ⚠️ This value might have side effects -e#865 = ???*0* +e#924 = ???*0* - *0* e ⚠️ pattern without value -e#877 = module["__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED"]["ReactCurrentBatchConfig"]["transition"] +e#936 = module["__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED"]["ReactCurrentBatchConfig"]["transition"] -e#880 = (???*0* | null["finishedLanes"]) +e#939 = (???*0* | null["finishedLanes"]) - *0* ???*1*["finishedLanes"] ⚠️ unknown object - *1* arguments[0] ⚠️ function calls are not analyzed yet -e#883 = ???*0* +e#942 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -e#9 = ???*0* -- *0* arguments[4] - ⚠️ function calls are not analyzed yet - -e#918 = (???*0* | undefined) +e#980 = (???*0* | undefined) - *0* ???*1*["memoizedState"] ⚠️ unknown object - *1* arguments[0] ⚠️ function calls are not analyzed yet -e#919 = ???*0* +e#982 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -e#92 = ???*0* -- *0* arguments[3] - ⚠️ function calls are not analyzed yet +ea = {} -e#947 = (???*0* | ???*1*) -- *0* arguments[4] +eb = ???*0* +- *0* ???*1*["isArray"] + ⚠️ unknown object + ⚠️ This value might have side effects +- *1* FreeVar(Array) + ⚠️ unknown global + ⚠️ This value might have side effects + +ec = module["unstable_getCurrentPriorityLevel"] + +ed = (...) => undefined + +ee = ???*0* +- *0* ???*1*["fromCharCode"](32) + ⚠️ unknown callee object + ⚠️ This value might have side effects +- *1* FreeVar(String) + ⚠️ unknown global + ⚠️ This value might have side effects + +ef = "abort auxClick cancel canPlay canPlayThrough click close contextMenu copy cut drag dragEnd dragEnter dragExit dragLeave dragOver dragStart drop durationChange emptied encrypted ended error gotPointerCapture input invalid keyDown keyPress keyUp load loadedData loadedMetadata loadStart lostPointerCapture mouseDown mouseMove mouseOut mouseOver mouseUp paste pause play playing pointerCancel pointerDown pointerMove pointerOut pointerOver pointerUp progress rateChange reset resize seeked seeking stalled submit suspend timeUpdate touchCancel touchEnd touchStart volumeChange scroll toggle touchMove waiting wheel"["split"](" ") + +eg = (null | [???*0*] | ???*1*) +- *0* arguments[0] ⚠️ function calls are not analyzed yet -- *1* unsupported assign operation +- *1* ???*2*["slice"]((a + 1)) + ⚠️ unknown callee object +- *2* eg + ⚠️ circular variable reference + +eh = (...) => undefined + +ei = (...) => (("function" === typeof(b)) ? b(a) : b) + +ej = (...) => (???*0* | b["child"]) +- *0* null + ⚠️ sequence with side effects ⚠️ This value might have side effects -e#952 = ???*0* -- *0* arguments[4] +ek = (...) => undefined + +el = (...) => (Vf | bg(a, c, b) | b) + +f#1012 = ???*0* +- *0* arguments[5] ⚠️ function calls are not analyzed yet -e#953 = ???*0* -- *0* arguments[4] +f#1020 = ( + | ???*0* + | new (...) => undefined(3, null, null, (???*1* | 1 | ???*2* | 0)) +) +- *0* arguments[5] ⚠️ function calls are not analyzed yet +- *1* arguments[1] + ⚠️ function calls are not analyzed yet +- *2* unsupported assign operation + ⚠️ This value might have side effects -e#960 = ( +f#1028 = ( | ???*0* - | 1 - | ???*1* - | ???*2* - | ???*3* - | new (...) => undefined(???*5*, (???*6* | ???*7* | 1 | ???*16* | 0), true, ???*17*, ???*18*)["current"] - | 0 - | ???*19* - | 4 - | undefined - | ((???*20* | ???*22*) ? ???*23* : 4) - | (???*24* ? 16 : (???*25* | undefined | null | ???*32* | ???*33*)) - | ???*35* - | (???*37* ? 16 : (1 | 4 | 16 | 536870912 | undefined)) + | { + "eventTime": (???*1* | (???*2* ? ???*4* : ???*5*)), + "lane": ( + | ???*10* + | 1 + | ???*11* + | ???*12* + | ???*13* + | new (...) => undefined(???*15*, (???*16* | ???*17* | 1 | ???*26* | 0), true, ???*27*, ???*28*)["current"] + | 0 + | ???*29* + | 4 + | undefined + | ((???*30* | ???*32*) ? ???*33* : 4) + | (???*34* ? 16 : (???*35* | undefined | null | ???*42* | ???*43*)) + | ???*45* + | (???*47* ? 16 : (1 | 4 | 16 | 536870912 | undefined)) + ), + "tag": 0, + "payload": null, + "callback": null, + "next": null + } ) -- *0* arguments[4] +- *0* arguments[5] ⚠️ function calls are not analyzed yet -- *1* unsupported expression +- *1* arguments[3] + ⚠️ function calls are not analyzed yet +- *2* (0 !== ???*3*) + ⚠️ nested operation +- *3* unsupported expression ⚠️ This value might have side effects -- *2* Ck +- *4* module["unstable_now"]() + ⚠️ nested operation +- *5* (???*6* ? (-1 | ???*8*) : ???*9*) + ⚠️ nested operation +- *6* (-1 !== (-1 | ???*7*)) + ⚠️ nested operation +- *7* module["unstable_now"]() + ⚠️ nested operation +- *8* module["unstable_now"]() + ⚠️ nested operation +- *9* assignment expression + ⚠️ This value might have side effects +- *10* arguments[4] + ⚠️ function calls are not analyzed yet +- *11* unsupported expression + ⚠️ This value might have side effects +- *12* Ck ⚠️ sequence with side effects ⚠️ This value might have side effects -- *3* ???*4*["current"] +- *13* ???*14*["current"] ⚠️ unknown object -- *4* arguments[0] +- *14* arguments[0] ⚠️ function calls are not analyzed yet -- *5* a +- *15* a ⚠️ circular variable reference -- *6* arguments[3] +- *16* arguments[3] ⚠️ function calls are not analyzed yet -- *7* (???*8* ? ???*10* : ???*11*) +- *17* (???*18* ? ???*20* : ???*21*) ⚠️ nested operation -- *8* (0 !== ???*9*) +- *18* (0 !== ???*19*) ⚠️ nested operation -- *9* unsupported expression +- *19* unsupported expression ⚠️ This value might have side effects -- *10* module["unstable_now"]() +- *20* module["unstable_now"]() ⚠️ nested operation -- *11* (???*12* ? (-1 | ???*14*) : ???*15*) +- *21* (???*22* ? (-1 | ???*24*) : ???*25*) ⚠️ nested operation -- *12* (-1 !== (-1 | ???*13*)) +- *22* (-1 !== (-1 | ???*23*)) ⚠️ nested operation -- *13* module["unstable_now"]() +- *23* ...() ⚠️ nested operation -- *14* module["unstable_now"]() +- *24* ...[...]() ⚠️ nested operation -- *15* assignment expression +- *25* assignment expression ⚠️ This value might have side effects -- *16* unsupported assign operation +- *26* unsupported assign operation ⚠️ This value might have side effects -- *17* arguments[7] +- *27* arguments[7] ⚠️ function calls are not analyzed yet -- *18* arguments[8] +- *28* arguments[8] ⚠️ function calls are not analyzed yet -- *19* C +- *29* C ⚠️ circular variable reference -- *20* (0 !== ???*21*) +- *30* (0 !== ???*31*) ⚠️ nested operation -- *21* C +- *31* C ⚠️ circular variable reference -- *22* unsupported expression +- *32* unsupported expression ⚠️ This value might have side effects -- *23* C +- *33* C ⚠️ circular variable reference -- *24* unsupported expression +- *34* unsupported expression ⚠️ This value might have side effects -- *25* (???*26* ? ???*27* : 1) +- *35* (???*36* ? ???*37* : 1) ⚠️ nested operation -- *26* unsupported expression +- *36* unsupported expression ⚠️ This value might have side effects -- *27* (???*28* ? ???*29* : 4) +- *37* (???*38* ? ???*39* : 4) ⚠️ nested operation -- *28* unsupported expression +- *38* unsupported expression ⚠️ This value might have side effects -- *29* (???*30* ? 16 : 536870912) - ⚠️ nested operation -- *30* (0 !== ???*31*) +- *39* (???*40* ? 16 : 536870912) ⚠️ nested operation -- *31* unsupported expression - ⚠️ This value might have side effects -- *32* arguments[0] - ⚠️ function calls are not analyzed yet -- *33* ???*34*["value"] - ⚠️ unknown object -- *34* arguments[1] - ⚠️ function calls are not analyzed yet -- *35* ???*36*["event"] - ⚠️ unknown object - ⚠️ This value might have side effects -- *36* FreeVar(window) - ⚠️ unknown global - ⚠️ This value might have side effects -- *37* (undefined === ???*38*) +- *40* (0 !== ???*41*) ⚠️ nested operation -- *38* a - ⚠️ circular variable reference - -e#961 = (???*0* | undefined | ???*2*) -- *0* ???*1*["current"] - ⚠️ unknown object -- *1* arguments[1] - ⚠️ function calls are not analyzed yet -- *2* unknown mutation +- *41* unsupported expression ⚠️ This value might have side effects - -e#979 = (???*0* | ???*1*) -- *0* arguments[4] - ⚠️ function calls are not analyzed yet -- *1* ???*2*["lastChild"] - ⚠️ unknown object -- *2* arguments[0] - ⚠️ function calls are not analyzed yet - -e#986 = (???*0* | (...) => undefined) -- *0* arguments[4] +- *42* arguments[0] ⚠️ function calls are not analyzed yet - -ea = {} - -eb = ???*0* -- *0* ???*1*["isArray"] - ⚠️ unknown object - ⚠️ This value might have side effects -- *1* FreeVar(Array) - ⚠️ unknown global - ⚠️ This value might have side effects - -ec = module["unstable_getCurrentPriorityLevel"] - -ed = (...) => undefined - -ee = ???*0* -- *0* ???*1*["fromCharCode"](32) - ⚠️ unknown callee object +- *43* ???*44*["value"] + ⚠️ unknown object +- *44* arguments[1] + ⚠️ function calls are not analyzed yet +- *45* ???*46*["event"] + ⚠️ unknown object ⚠️ This value might have side effects -- *1* FreeVar(String) +- *46* FreeVar(window) ⚠️ unknown global ⚠️ This value might have side effects - -ef = "abort auxClick cancel canPlay canPlayThrough click close contextMenu copy cut drag dragEnd dragEnter dragExit dragLeave dragOver dragStart drop durationChange emptied encrypted ended error gotPointerCapture input invalid keyDown keyPress keyUp load loadedData loadedMetadata loadStart lostPointerCapture mouseDown mouseMove mouseOut mouseOver mouseUp paste pause play playing pointerCancel pointerDown pointerMove pointerOut pointerOver pointerUp progress rateChange reset resize seeked seeking stalled submit suspend timeUpdate touchCancel touchEnd touchStart volumeChange scroll toggle touchMove waiting wheel"["split"](" ") - -eg = (null | [???*0*] | ???*1*) -- *0* arguments[0] - ⚠️ function calls are not analyzed yet -- *1* ???*2*["slice"]((a + 1)) - ⚠️ unknown callee object -- *2* eg +- *47* (undefined === ???*48*) + ⚠️ nested operation +- *48* a ⚠️ circular variable reference -eh = (...) => undefined - -ei = (...) => (("function" === typeof(b)) ? b(a) : b) - -ej = (...) => (???*0* | b["child"]) -- *0* null - ⚠️ sequence with side effects +f#1029 = (???*0* ? ???*2* : ???*3*) +- *0* (0 !== ???*1*) + ⚠️ nested operation +- *1* unsupported expression + ⚠️ This value might have side effects +- *2* module["unstable_now"]() + ⚠️ nested operation +- *3* (???*4* ? (-1 | ???*6*) : ???*7*) + ⚠️ nested operation +- *4* (-1 !== (-1 | ???*5*)) + ⚠️ nested operation +- *5* module["unstable_now"]() + ⚠️ nested operation +- *6* module["unstable_now"]() + ⚠️ nested operation +- *7* assignment expression ⚠️ This value might have side effects -ek = (...) => undefined +f#1048 = (???*0* | (...) => undefined | undefined) +- *0* arguments[3] + ⚠️ function calls are not analyzed yet -el = (...) => (Vf | bg(a, c, b) | b) +f#1055 = ???*0* +- *0* ???*1*["_reactRootContainer"] + ⚠️ unknown object +- *1* arguments[2] + ⚠️ function calls are not analyzed yet -f#1018 = ( +f#1089 = ( | "" | ???*0* | (null != ???*2*)[(???*3* | 0 | ???*4*)]["identifierPrefix"] @@ -16938,19 +17109,23 @@ f#1018 = ( - *12* updated with update expression ⚠️ This value might have side effects -f#123 = ???*0* +f#11 = ???*0* +- *0* arguments[5] + ⚠️ function calls are not analyzed yet + +f#133 = ???*0* - *0* arguments[5] ⚠️ function calls are not analyzed yet -f#127 = ???*0* +f#137 = ???*0* - *0* arguments[5] ⚠️ function calls are not analyzed yet -f#128 = ???*0* +f#138 = ???*0* - *0* arguments[5] ⚠️ function calls are not analyzed yet -f#136 = ( +f#146 = ( | ???*0* | (???*3* ? (???*6* | ???*7* | ???*8*) : null)["return"]["alternate"] | undefined["alternate"] @@ -16993,7 +17168,7 @@ f#136 = ( - *16* b ⚠️ circular variable reference -f#159 = (???*0* | ???*2* | ???*3*) +f#170 = (???*0* | ???*2* | ???*3*) - *0* ???*1*["pingedLanes"] ⚠️ unknown object - *1* arguments[0] @@ -17003,7 +17178,7 @@ f#159 = (???*0* | ???*2* | ???*3*) - *3* unsupported expression ⚠️ This value might have side effects -f#162 = (???*0* | ???*2*) +f#174 = (???*0* | ???*2*) - *0* ???*1*["pendingLanes"] ⚠️ unknown object - *1* arguments[0] @@ -17011,29 +17186,29 @@ f#162 = (???*0* | ???*2*) - *2* unsupported assign operation ⚠️ This value might have side effects -f#169 = (???*0* | undefined) +f#181 = (???*0* | undefined) - *0* unsupported expression ⚠️ This value might have side effects -f#175 = ???*0* +f#188 = ???*0* - *0* arguments[5] ⚠️ function calls are not analyzed yet -f#176 = (???*0* | undefined) +f#189 = (???*0* | undefined) - *0* ???*1*["pointerId"] ⚠️ unknown object - *1* arguments[4] ⚠️ function calls are not analyzed yet -f#193 = module["__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED"]["ReactCurrentBatchConfig"]["transition"] +f#207 = module["__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED"]["ReactCurrentBatchConfig"]["transition"] -f#196 = module["__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED"]["ReactCurrentBatchConfig"]["transition"] +f#210 = module["__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED"]["ReactCurrentBatchConfig"]["transition"] -f#199 = ???*0* +f#213 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -f#207 = (???*0* ? (null["value"] | ???*15*) : (null["textContent"] | ???*30*))["length"] +f#223 = (???*0* ? (null["value"] | ???*15*) : (null["textContent"] | ???*30*))["length"] - *0* "value" in (null | ???*1*) ⚠️ nested operation - *1* (???*2* ? (???*7* | ???*9*) : (???*11* | ???*12* | ???*14*)) @@ -17140,15 +17315,15 @@ f#207 = (???*0* ? (null["value"] | ???*15*) : (null["textContent"] | ???*30*))[" ⚠️ unknown global ⚠️ This value might have side effects -f#212 = ???*0* +f#228 = ???*0* - *0* arguments[3] ⚠️ function calls are not analyzed yet -f#266 = ???*0* +f#285 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -f#275 = ( +f#294 = ( | undefined | ???*0* | null[(0 | ???*7*)][(???*8* | undefined | ???*9* | 0)]["instance"] @@ -17197,7 +17372,7 @@ f#275 = ( - *17* h ⚠️ circular variable reference -f#286 = (???*0* | ???*1* | ???*2* | ???*4* | undefined | ???*6*) +f#306 = (???*0* | ???*1* | ???*2* | ???*4* | undefined | ???*6*) - *0* arguments[3] ⚠️ function calls are not analyzed yet - *1* assignment expression @@ -17214,7 +17389,7 @@ f#286 = (???*0* | ???*1* | ???*2* | ???*4* | undefined | ???*6*) - *6* node limit reached ⚠️ This value might have side effects -f#30 = (???*0* | undefined["stack"]["split"]("\n") | undefined) +f#32 = (???*0* | undefined["stack"]["split"]("\n") | undefined) - *0* ???*1*["split"]("\n") ⚠️ unknown callee object - *1* ???*2*["stack"] @@ -17222,7 +17397,7 @@ f#30 = (???*0* | undefined["stack"]["split"]("\n") | undefined) - *2* l ⚠️ pattern without value -f#308 = ( +f#331 = ( | ???*0* | undefined["stateNode"] | undefined @@ -17306,18 +17481,18 @@ f#308 = ( - *33* arguments[1] ⚠️ function calls are not analyzed yet -f#311 = ???*0* +f#334 = ???*0* - *0* ???*1*["_reactName"] ⚠️ unknown object - *1* arguments[1] ⚠️ function calls are not analyzed yet -f#341 = (???*0* | ???*1*) +f#364 = (???*0* | ???*1*) - *0* f ⚠️ pattern without value - *1* for-in variable currently not analyzed -f#357 = ((???*0* + (???*1* | ???*2*)) | ???*3*) +f#380 = ((???*0* + (???*1* | ???*2*)) | ???*3*) - *0* unsupported expression ⚠️ This value might have side effects - *1* unsupported expression @@ -17330,7 +17505,7 @@ f#357 = ((???*0* + (???*1* | ???*2*)) | ???*3*) - *4* unsupported expression ⚠️ This value might have side effects -f#400 = ( +f#424 = ( | null | undefined | { @@ -17389,11 +17564,11 @@ f#400 = ( - *21* arguments[1] ⚠️ function calls are not analyzed yet -f#404 = ???*0* +f#428 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -f#417 = { +f#442 = { "eventTime": (???*0* ? ???*2* : ???*3*), "lane": ( | 1 @@ -17485,7 +17660,7 @@ f#417 = { - *32* a ⚠️ circular variable reference -f#418 = { +f#443 = { "eventTime": (???*0* ? ???*2* : ???*3*), "lane": ( | 1 @@ -17577,11 +17752,11 @@ f#418 = { - *32* a ⚠️ circular variable reference -f#420 = ???*0* +f#445 = ???*0* - *0* arguments[5] ⚠️ function calls are not analyzed yet -f#421 = ( +f#446 = ( | ???*0* | new ???*2*(???*3*, ???*4*)["contextType"] | undefined @@ -17609,7 +17784,7 @@ f#421 = ( - *9* arguments[0] ⚠️ function calls are not analyzed yet -f#423 = (???*0* | (???*2* ? ({} | ???*7*) : ({} | ???*8*))) +f#448 = (???*0* | (???*2* ? ({} | ???*7*) : ({} | ???*8*))) - *0* ???*1*["contextType"] ⚠️ unknown object - *1* arguments[1] @@ -17629,7 +17804,7 @@ f#423 = (???*0* | (???*2* ? ({} | ???*7*) : ({} | ???*8*))) - *8* unknown mutation ⚠️ This value might have side effects -f#424 = (???*0* | ???*1* | undefined) +f#449 = (???*0* | ???*1* | undefined) - *0* arguments[0] ⚠️ function calls are not analyzed yet - *1* ???*2*["ref"] @@ -17637,28 +17812,28 @@ f#424 = (???*0* | ???*1* | undefined) - *2* arguments[2] ⚠️ function calls are not analyzed yet -f#431 = (...) => (???*0* | c) +f#456 = (...) => (???*0* | c) - *0* c ⚠️ sequence with side effects ⚠️ This value might have side effects -f#440 = ???*0* +f#465 = ???*0* - *0* ???*1*["type"] ⚠️ unknown object - *1* arguments[2] ⚠️ function calls are not analyzed yet -f#442 = ???*0* +f#467 = ???*0* - *0* arguments[4] ⚠️ function calls are not analyzed yet -f#447 = (???*0* | undefined) +f#474 = (???*0* | undefined) - *0* ???*1*["_init"] ⚠️ unknown object - *1* arguments[3] ⚠️ function calls are not analyzed yet -f#459 = (???*0* | ???*1* | ???*4*) +f#487 = (???*0* | ???*1* | ???*4*) - *0* arguments[2] ⚠️ function calls are not analyzed yet - *1* ???*2*["children"] @@ -17670,17 +17845,17 @@ f#459 = (???*0* | ???*1* | ???*4*) - *4* f ⚠️ circular variable reference -f#485 = (???*0* | 0 | (???*1* + 1)) +f#515 = (???*0* | 0 | (???*1* + 1)) - *0* arguments[5] ⚠️ function calls are not analyzed yet - *1* f ⚠️ circular variable reference -f#494 = ???*0* +f#524 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -f#501 = (???*0* | ???*1*) +f#531 = (???*0* | ???*1*) - *0* node limit reached ⚠️ This value might have side effects - *1* ???*2*(f, g["action"]) @@ -17688,7 +17863,7 @@ f#501 = (???*0* | ???*1*) - *2* arguments[0] ⚠️ function calls are not analyzed yet -f#504 = !(???*0*) +f#534 = !(???*0*) - *0* ???*1*(???*11*, ???*12*) ⚠️ unknown callee ⚠️ This value might have side effects @@ -17719,7 +17894,7 @@ f#504 = !(???*0*) - *13* arguments[1] ⚠️ function calls are not analyzed yet -f#518 = ( +f#548 = ( | undefined | null["memoizedState"]["destroy"] | ???*0* @@ -17762,13 +17937,13 @@ f#518 = ( - *13* a ⚠️ circular variable reference -f#539 = (???*0* | undefined) +f#569 = (???*0* | undefined) - *0* ???*1*["alternate"] ⚠️ unknown object - *1* arguments[0] ⚠️ function calls are not analyzed yet -f#559 = {"value": (???*0* | ???*1*() | ???*2*()), "getSnapshot": ???*3*} +f#589 = {"value": (???*0* | ???*1*() | ???*2*()), "getSnapshot": ???*3*} - *0* arguments[2] ⚠️ function calls are not analyzed yet - *1* c @@ -17778,49 +17953,23 @@ f#559 = {"value": (???*0* | ???*1*() | ???*2*()), "getSnapshot": ???*3*} - *3* arguments[1] ⚠️ function calls are not analyzed yet -f#56 = (???*0* | undefined) -- *0* ???*1*["set"] - ⚠️ unknown object - ⚠️ This value might have side effects -- *1* ???*2*(???*4*, ((???*7* | ???*8*) ? "checked" : "value")) - ⚠️ unknown callee - ⚠️ This value might have side effects -- *2* Object*3*["getOwnPropertyDescriptor"] - ⚠️ unsupported property on global Object - ⚠️ This value might have side effects -- *3* Object: The global Object variable -- *4* ???*5*["prototype"] - ⚠️ unknown object -- *5* ???*6*["constructor"] - ⚠️ unknown object -- *6* arguments[0] - ⚠️ function calls are not analyzed yet -- *7* assignment expression - ⚠️ This value might have side effects -- *8* ("input" === ???*9*) - ⚠️ nested operation -- *9* ???*10*() - ⚠️ nested operation -- *10* ???["toLowerCase"] - ⚠️ unknown object - -f#572 = ???*0* +f#602 = ???*0* - *0* f ⚠️ pattern without value -f#580 = ???*0* +f#610 = ???*0* - *0* ???*1*["stateNode"] ⚠️ unknown object - *1* arguments[0] ⚠️ function calls are not analyzed yet -f#591 = ???*0* +f#621 = ???*0* - *0* ???*1*["ref"] ⚠️ unknown object - *1* arguments[1] ⚠️ function calls are not analyzed yet -f#592 = ( +f#622 = ( | ???*0* | (???*2* ? ???*4* : (...) => (???*5* | ???*6*))["type"] | undefined @@ -17920,13 +18069,13 @@ f#592 = ( - *42* f ⚠️ circular variable reference -f#595 = (???*0* | undefined) +f#625 = (???*0* | undefined) - *0* ???*1*["memoizedProps"] ⚠️ unknown object - *1* arguments[0] ⚠️ function calls are not analyzed yet -f#597 = (???*0* ? ???*7* : null) +f#627 = (???*0* ? ???*7* : null) - *0* (null !== (???*1* | ???*2*)) ⚠️ nested operation - *1* arguments[0] @@ -17946,7 +18095,33 @@ f#597 = (???*0* ? ???*7* : null) - *8* arguments[0] ⚠️ function calls are not analyzed yet -f#600 = ((???*0* ? ({} | ???*6*) : ({} | ???*7*)) | {} | ???*8*) +f#63 = (???*0* | undefined) +- *0* ???*1*["set"] + ⚠️ unknown object + ⚠️ This value might have side effects +- *1* ???*2*(???*4*, ((???*7* | ???*8*) ? "checked" : "value")) + ⚠️ unknown callee + ⚠️ This value might have side effects +- *2* Object*3*["getOwnPropertyDescriptor"] + ⚠️ unsupported property on global Object + ⚠️ This value might have side effects +- *3* Object: The global Object variable +- *4* ???*5*["prototype"] + ⚠️ unknown object +- *5* ???*6*["constructor"] + ⚠️ unknown object +- *6* arguments[0] + ⚠️ function calls are not analyzed yet +- *7* assignment expression + ⚠️ This value might have side effects +- *8* ("input" === ???*9*) + ⚠️ nested operation +- *9* ???*10*() + ⚠️ nested operation +- *10* ???["toLowerCase"] + ⚠️ unknown object + +f#630 = ((???*0* ? ({} | ???*6*) : ({} | ???*7*)) | {} | ???*8*) - *0* (null !== (???*1* | ???*2* | ???*4*)) ⚠️ nested operation - *1* arguments[2] @@ -17970,27 +18145,27 @@ f#600 = ((???*0* ? ({} | ???*6*) : ({} | ???*7*)) | {} | ???*8*) - *10* arguments[1] ⚠️ function calls are not analyzed yet -f#601 = (true | undefined | false) +f#631 = (true | undefined | false) -f#605 = ???*0* +f#635 = ???*0* - *0* arguments[5] ⚠️ function calls are not analyzed yet -f#609 = ???*0* +f#639 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -f#614 = ???*0* +f#644 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -f#620 = ???*0* +f#651 = ???*0* - *0* ???*1*["memoizedState"] ⚠️ unknown object - *1* arguments[0] ⚠️ function calls are not analyzed yet -f#621 = (???*0* | 0["tail"] | ???*3*) +f#652 = (???*0* | 0["tail"] | ???*3*) - *0* ???*1*["tail"] ⚠️ unknown object - *1* ???*2*["pendingProps"] @@ -18003,19 +18178,19 @@ f#621 = (???*0* | 0["tail"] | ???*3*) - *4* unknown mutation ⚠️ This value might have side effects -f#639 = (null | undefined | [] | ???*0*) +f#672 = (null | undefined | [] | ???*0*) - *0* f ⚠️ circular variable reference -f#647 = ???*0* +f#682 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -f#673 = ???*0* +f#716 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -f#687 = (???*0* | undefined["destroy"] | ???*2* | undefined) +f#731 = (???*0* | undefined["destroy"] | ???*2* | undefined) - *0* ???*1*["destroy"] ⚠️ unknown object ⚠️ This value might have side effects @@ -18028,7 +18203,7 @@ f#687 = (???*0* | undefined["destroy"] | ???*2* | undefined) - *4* e ⚠️ circular variable reference -f#706 = (false | ???*0* | true | undefined | ???*1* | ???*2*) +f#751 = (false | ???*0* | true | undefined | ???*1* | ???*2*) - *0* e ⚠️ circular variable reference - *1* assignment expression @@ -18038,33 +18213,33 @@ f#706 = (false | ???*0* | true | undefined | ???*1* | ???*2*) - *3* e ⚠️ circular variable reference -f#716 = (???*0* | undefined) +f#762 = (???*0* | undefined) - *0* arguments[0] ⚠️ function calls are not analyzed yet -f#721 = ???*0* +f#768 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -f#756 = (null | ???*0* | undefined) +f#806 = (null | ???*0* | undefined) - *0* ???*1*["stateNode"] ⚠️ unknown object - *1* arguments[0] ⚠️ function calls are not analyzed yet -f#764 = ???*0* +f#815 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -f#768 = ???*0* +f#819 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -f#785 = ???*0* +f#839 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -f#807 = ( +f#863 = ( | (???*0* ? { "readContext": (...) => b, "useCallback": (...) => undefined, @@ -18108,7 +18283,7 @@ f#807 = ( - *8* unsupported expression ⚠️ This value might have side effects -f#819 = ( +f#876 = ( | ???*0* | undefined[(0 | undefined | ???*5*)]["getSnapshot"] | undefined["getSnapshot"] @@ -18136,15 +18311,15 @@ f#819 = ( - *8* e ⚠️ circular variable reference -f#838 = ???*0* +f#895 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -f#843 = ???*0* +f#901 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -f#880 = ( +f#939 = ( | ???*0* | (0 !== ???*1*) | module["__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED"]["ReactCurrentBatchConfig"]["transition"] @@ -18160,214 +18335,147 @@ f#880 = ( - *3* arguments[0] ⚠️ function calls are not analyzed yet -f#883 = ???*0* +f#942 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -f#9 = ???*0* -- *0* arguments[5] - ⚠️ function calls are not analyzed yet - -f#919 = ???*0* +f#982 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -f#947 = ???*0* -- *0* arguments[5] - ⚠️ function calls are not analyzed yet +fa = (...) => undefined -f#953 = ( - | ???*0* - | new (...) => undefined(3, null, null, (???*1* | 1 | ???*2* | 0)) -) -- *0* arguments[5] +fb = (...) => undefined + +fc = module["unstable_ImmediatePriority"] + +fd = (...) => undefined + +fe = (false | true) + +ff = (...) => undefined + +fg = (false | true) + +fh = (...) => undefined + +fi = (...) => [b["memoizedState"], c["dispatch"]] + +fj = {"current": 0} + +fk = (...) => undefined + +fl = (...) => a + +g#1012 = (2 | 1 | 5 | 8 | 10 | 9 | 11 | 14 | 16) + +g#1020 = ???*0* +- *0* arguments[6] ⚠️ function calls are not analyzed yet -- *1* arguments[1] + +g#1028 = ???*0* +- *0* arguments[6] ⚠️ function calls are not analyzed yet -- *2* unsupported assign operation - ⚠️ This value might have side effects -f#960 = ( +g#1029 = ( + | 1 | ???*0* - | { - "eventTime": (???*1* | (???*2* ? ???*4* : ???*5*)), - "lane": ( - | ???*10* - | 1 - | ???*11* - | ???*12* - | ???*13* - | new (...) => undefined(???*15*, (???*16* | ???*17* | 1 | ???*26* | 0), true, ???*27*, ???*28*)["current"] - | 0 - | ???*29* - | 4 - | undefined - | ((???*30* | ???*32*) ? ???*33* : 4) - | (???*34* ? 16 : (???*35* | undefined | null | ???*42* | ???*43*)) - | ???*45* - | (???*47* ? 16 : (1 | 4 | 16 | 536870912 | undefined)) - ), - "tag": 0, - "payload": null, - "callback": null, - "next": null - } + | ???*1* + | ???*2* + | undefined + | ???*4* + | 0 + | ???*5* + | 4 + | ((???*6* | ???*8*) ? ???*9* : 4) + | (???*10* ? 16 : (???*11* | undefined | null | ???*18* | ???*19*)) + | ???*21* + | ???*22* + | (???*24* ? 16 : (1 | 4 | 16 | 536870912 | undefined)) ) -- *0* arguments[5] - ⚠️ function calls are not analyzed yet -- *1* arguments[3] - ⚠️ function calls are not analyzed yet -- *2* (0 !== ???*3*) - ⚠️ nested operation -- *3* unsupported expression - ⚠️ This value might have side effects -- *4* module["unstable_now"]() - ⚠️ nested operation -- *5* (???*6* ? (-1 | ???*8*) : ???*9*) - ⚠️ nested operation -- *6* (-1 !== (-1 | ???*7*)) - ⚠️ nested operation -- *7* module["unstable_now"]() - ⚠️ nested operation -- *8* module["unstable_now"]() - ⚠️ nested operation -- *9* assignment expression - ⚠️ This value might have side effects -- *10* arguments[4] - ⚠️ function calls are not analyzed yet -- *11* unsupported expression +- *0* unsupported expression ⚠️ This value might have side effects -- *12* Ck +- *1* Ck ⚠️ sequence with side effects ⚠️ This value might have side effects -- *13* ???*14*["current"] +- *2* ???*3*["current"] ⚠️ unknown object -- *14* arguments[0] - ⚠️ function calls are not analyzed yet -- *15* a - ⚠️ circular variable reference -- *16* arguments[3] +- *3* arguments[1] ⚠️ function calls are not analyzed yet -- *17* (???*18* ? ???*20* : ???*21*) - ⚠️ nested operation -- *18* (0 !== ???*19*) - ⚠️ nested operation -- *19* unsupported expression - ⚠️ This value might have side effects -- *20* module["unstable_now"]() - ⚠️ nested operation -- *21* (???*22* ? (-1 | ???*24*) : ???*25*) - ⚠️ nested operation -- *22* (-1 !== (-1 | ???*23*)) - ⚠️ nested operation -- *23* ...() - ⚠️ nested operation -- *24* ...[...]() - ⚠️ nested operation -- *25* assignment expression - ⚠️ This value might have side effects -- *26* unsupported assign operation +- *4* unknown mutation ⚠️ This value might have side effects -- *27* arguments[7] - ⚠️ function calls are not analyzed yet -- *28* arguments[8] - ⚠️ function calls are not analyzed yet -- *29* C +- *5* C ⚠️ circular variable reference -- *30* (0 !== ???*31*) +- *6* (0 !== ???*7*) ⚠️ nested operation -- *31* C +- *7* C ⚠️ circular variable reference -- *32* unsupported expression +- *8* unsupported expression ⚠️ This value might have side effects -- *33* C +- *9* C ⚠️ circular variable reference -- *34* unsupported expression +- *10* unsupported expression ⚠️ This value might have side effects -- *35* (???*36* ? ???*37* : 1) +- *11* (???*12* ? ???*13* : 1) ⚠️ nested operation -- *36* unsupported expression +- *12* unsupported expression ⚠️ This value might have side effects -- *37* (???*38* ? ???*39* : 4) +- *13* (???*14* ? ???*15* : 4) ⚠️ nested operation -- *38* unsupported expression +- *14* unsupported expression ⚠️ This value might have side effects -- *39* (???*40* ? 16 : 536870912) +- *15* (???*16* ? 16 : 536870912) ⚠️ nested operation -- *40* (0 !== ???*41*) +- *16* (0 !== ???*17*) ⚠️ nested operation -- *41* unsupported expression +- *17* unsupported expression ⚠️ This value might have side effects -- *42* arguments[0] +- *18* arguments[0] ⚠️ function calls are not analyzed yet -- *43* ???*44*["value"] +- *19* ???*20*["value"] ⚠️ unknown object -- *44* arguments[1] +- *20* arguments[1] ⚠️ function calls are not analyzed yet -- *45* ???*46*["event"] +- *21* arguments[0] + ⚠️ function calls are not analyzed yet +- *22* ???*23*["event"] ⚠️ unknown object ⚠️ This value might have side effects -- *46* FreeVar(window) +- *23* FreeVar(window) ⚠️ unknown global ⚠️ This value might have side effects -- *47* (undefined === ???*48*) +- *24* (undefined === ???*25*) ⚠️ nested operation -- *48* a +- *25* a ⚠️ circular variable reference -f#961 = (???*0* ? ???*2* : ???*3*) -- *0* (0 !== ???*1*) - ⚠️ nested operation -- *1* unsupported expression - ⚠️ This value might have side effects -- *2* module["unstable_now"]() - ⚠️ nested operation -- *3* (???*4* ? (-1 | ???*6*) : ???*7*) - ⚠️ nested operation -- *4* (-1 !== (-1 | ???*5*)) - ⚠️ nested operation -- *5* module["unstable_now"]() - ⚠️ nested operation -- *6* module["unstable_now"]() - ⚠️ nested operation -- *7* assignment expression - ⚠️ This value might have side effects - -f#979 = (???*0* | (...) => undefined | undefined) -- *0* arguments[3] +g#1048 = (???*0* | ???*1* | undefined) +- *0* arguments[1] ⚠️ function calls are not analyzed yet +- *1* node limit reached + ⚠️ This value might have side effects -f#986 = ???*0* +g#1055 = ( + | ???*0* + | undefined + | ???*2* + | ???*3* + | new (...) => undefined(???*4*, (0 | 1 | ???*5*), false, "", (...) => undefined) +) - *0* ???*1*["_reactRootContainer"] ⚠️ unknown object - *1* arguments[2] ⚠️ function calls are not analyzed yet +- *2* arguments[1] + ⚠️ function calls are not analyzed yet +- *3* node limit reached + ⚠️ This value might have side effects +- *4* a + ⚠️ circular variable reference +- *5* unsupported assign operation + ⚠️ This value might have side effects -fa = (...) => undefined - -fb = (...) => undefined - -fc = module["unstable_ImmediatePriority"] - -fd = (...) => undefined - -fe = (false | true) - -ff = (...) => undefined - -fg = (false | true) - -fh = (...) => undefined - -fi = (...) => [b["memoizedState"], c["dispatch"]] - -fj = {"current": 0} - -fk = (...) => undefined - -fl = (...) => a - -g#1018 = ( +g#1089 = ( | (???*0* ? ???*3* : (...) => undefined) | ???*4* | (null != ???*6*)[(???*7* | 0 | ???*8*)]["onRecoverableError"] @@ -18413,47 +18521,51 @@ g#1018 = ( - *16* updated with update expression ⚠️ This value might have side effects -g#123 = ???*0* +g#11 = ???*0* +- *0* arguments[6] + ⚠️ function calls are not analyzed yet + +g#133 = ???*0* - *0* arguments[6] ⚠️ function calls are not analyzed yet -g#127 = ???*0* +g#137 = ???*0* - *0* arguments[6] ⚠️ function calls are not analyzed yet -g#128 = ???*0* +g#138 = ???*0* - *0* arguments[6] ⚠️ function calls are not analyzed yet -g#136 = (false | undefined | true) +g#146 = (false | undefined | true) -g#159 = ???*0* +g#170 = ???*0* - *0* unsupported expression ⚠️ This value might have side effects -g#162 = (???*0* | undefined) +g#174 = (???*0* | undefined) - *0* unsupported expression ⚠️ This value might have side effects -g#207 = ???*0* +g#223 = ???*0* - *0* unsupported expression ⚠️ This value might have side effects -g#212 = ???*0* +g#228 = ???*0* - *0* arguments[4] ⚠️ function calls are not analyzed yet -g#266 = ???*0* +g#285 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -g#275 = (???*0* | undefined | ???*1* | 0) +g#294 = (???*0* | undefined | ???*1* | 0) - *0* unsupported expression ⚠️ This value might have side effects - *1* updated with update expression ⚠️ This value might have side effects -g#286 = (???*0* | ???*2* | undefined | ???*4*) +g#306 = (???*0* | ???*2* | undefined | ???*4*) - *0* ???*1*["tag"] ⚠️ unknown object - *1* arguments[3] @@ -18466,21 +18578,21 @@ g#286 = (???*0* | ???*2* | undefined | ???*4*) - *4* node limit reached ⚠️ This value might have side effects -g#292 = [] +g#312 = [] -g#30 = (???*0* | undefined | ???*1*) +g#32 = (???*0* | undefined | ???*1*) - *0* unsupported expression ⚠️ This value might have side effects - *1* updated with update expression ⚠️ This value might have side effects -g#311 = [] +g#334 = [] -g#357 = (???*0* | undefined) +g#380 = (???*0* | undefined) - *0* unsupported expression ⚠️ This value might have side effects -g#400 = ( +g#424 = ( | { "eventTime": (???*0* | undefined | ???*3*), "lane": (???*4* | undefined | ???*7*), @@ -18532,29 +18644,29 @@ g#400 = ( - *19* unknown mutation ⚠️ This value might have side effects -g#404 = ???*0* +g#428 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -g#420 = ???*0* +g#445 = ???*0* - *0* arguments[6] ⚠️ function calls are not analyzed yet -g#431 = (...) => b +g#456 = (...) => b -g#449 = ???*0* +g#477 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -g#454 = ???*0* +g#482 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -g#494 = ???*0* +g#524 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -g#501 = (???*0* | undefined | ???*1*) +g#531 = (???*0* | undefined | ???*1*) - *0* assignment expression ⚠️ This value might have side effects - *1* ???*2*["next"] @@ -18562,7 +18674,7 @@ g#501 = (???*0* | undefined | ???*1*) - *2* g ⚠️ circular variable reference -g#518 = ( +g#548 = ( | null["memoizedState"] | ???*0* | null["alternate"]["memoizedState"] @@ -18602,13 +18714,13 @@ g#518 = ( - *12* unknown mutation ⚠️ This value might have side effects -g#539 = (???*0* | undefined) +g#569 = (???*0* | undefined) - *0* ???*1*["lastRenderedState"] ⚠️ unknown object - *1* arguments[1] ⚠️ function calls are not analyzed yet -g#592 = ( +g#622 = ( | ???*0* | (???*3* ? ???*5* : (...) => (???*6* | ???*7*))["type"]["memoizedProps"] | undefined["memoizedProps"] @@ -18714,38 +18826,38 @@ g#592 = ( - *44* f ⚠️ circular variable reference -g#601 = (???*0* | undefined) +g#631 = (???*0* | undefined) - *0* ???*1*["stateNode"] ⚠️ unknown object - *1* arguments[1] ⚠️ function calls are not analyzed yet -g#605 = (0 !== ???*0*) +g#635 = (0 !== ???*0*) - *0* unsupported expression ⚠️ This value might have side effects -g#609 = ???*0* +g#639 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -g#614 = ???*0* +g#644 = ???*0* - *0* arguments[6] ⚠️ function calls are not analyzed yet -g#639 = (???*0* | ???*1*) +g#672 = (???*0* | ???*1*) - *0* g ⚠️ pattern without value - *1* for-in variable currently not analyzed -g#647 = ???*0* +g#682 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -g#673 = ???*0* +g#716 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -g#706 = (false["destroy"] | ???*0* | true["destroy"] | undefined["destroy"] | ???*2* | undefined) +g#751 = (false["destroy"] | ???*0* | true["destroy"] | undefined["destroy"] | ???*2* | undefined) - *0* ???*1*["destroy"] ⚠️ unknown object - *1* e @@ -18756,7 +18868,7 @@ g#706 = (false["destroy"] | ???*0* | true["destroy"] | undefined["destroy"] | ?? - *3* assignment expression ⚠️ This value might have side effects -g#716 = (???*0* | ???*1* | undefined) +g#762 = (???*0* | ???*1* | undefined) - *0* arguments[1] ⚠️ function calls are not analyzed yet - *1* ???*2*["child"] @@ -18764,11 +18876,11 @@ g#716 = (???*0* | ???*1* | undefined) - *2* b ⚠️ circular variable reference -g#721 = ???*0* +g#768 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -g#756 = (???*0* | undefined["stateNode"]["containerInfo"] | undefined) +g#806 = (???*0* | undefined["stateNode"]["containerInfo"] | undefined) - *0* ???*1*["containerInfo"] ⚠️ unknown object - *1* ???*2*["stateNode"] @@ -18778,35 +18890,35 @@ g#756 = (???*0* | undefined["stateNode"]["containerInfo"] | undefined) - *3* arguments[0] ⚠️ function calls are not analyzed yet -g#764 = ???*0* +g#815 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -g#768 = ???*0* +g#819 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -g#785 = ???*0* +g#839 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -g#807 = ???*0* +g#863 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -g#824 = ???*0* +g#881 = ???*0* - *0* g ⚠️ pattern without value -g#838 = ???*0* +g#895 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -g#843 = ???*0* +g#901 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -g#880 = ( +g#939 = ( | 0 | 1 | ???*0* @@ -18851,126 +18963,14 @@ g#880 = ( - *16* arguments[0] ⚠️ function calls are not analyzed yet -g#883 = ???*0* +g#942 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -g#9 = ???*0* -- *0* arguments[6] - ⚠️ function calls are not analyzed yet - -g#919 = ???*0* +g#982 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -g#947 = (2 | 1 | 5 | 8 | 10 | 9 | 11 | 14 | 16) - -g#953 = ???*0* -- *0* arguments[6] - ⚠️ function calls are not analyzed yet - -g#960 = ???*0* -- *0* arguments[6] - ⚠️ function calls are not analyzed yet - -g#961 = ( - | 1 - | ???*0* - | ???*1* - | ???*2* - | undefined - | ???*4* - | 0 - | ???*5* - | 4 - | ((???*6* | ???*8*) ? ???*9* : 4) - | (???*10* ? 16 : (???*11* | undefined | null | ???*18* | ???*19*)) - | ???*21* - | ???*22* - | (???*24* ? 16 : (1 | 4 | 16 | 536870912 | undefined)) -) -- *0* unsupported expression - ⚠️ This value might have side effects -- *1* Ck - ⚠️ sequence with side effects - ⚠️ This value might have side effects -- *2* ???*3*["current"] - ⚠️ unknown object -- *3* arguments[1] - ⚠️ function calls are not analyzed yet -- *4* unknown mutation - ⚠️ This value might have side effects -- *5* C - ⚠️ circular variable reference -- *6* (0 !== ???*7*) - ⚠️ nested operation -- *7* C - ⚠️ circular variable reference -- *8* unsupported expression - ⚠️ This value might have side effects -- *9* C - ⚠️ circular variable reference -- *10* unsupported expression - ⚠️ This value might have side effects -- *11* (???*12* ? ???*13* : 1) - ⚠️ nested operation -- *12* unsupported expression - ⚠️ This value might have side effects -- *13* (???*14* ? ???*15* : 4) - ⚠️ nested operation -- *14* unsupported expression - ⚠️ This value might have side effects -- *15* (???*16* ? 16 : 536870912) - ⚠️ nested operation -- *16* (0 !== ???*17*) - ⚠️ nested operation -- *17* unsupported expression - ⚠️ This value might have side effects -- *18* arguments[0] - ⚠️ function calls are not analyzed yet -- *19* ???*20*["value"] - ⚠️ unknown object -- *20* arguments[1] - ⚠️ function calls are not analyzed yet -- *21* arguments[0] - ⚠️ function calls are not analyzed yet -- *22* ???*23*["event"] - ⚠️ unknown object - ⚠️ This value might have side effects -- *23* FreeVar(window) - ⚠️ unknown global - ⚠️ This value might have side effects -- *24* (undefined === ???*25*) - ⚠️ nested operation -- *25* a - ⚠️ circular variable reference - -g#979 = (???*0* | ???*1* | undefined) -- *0* arguments[1] - ⚠️ function calls are not analyzed yet -- *1* node limit reached - ⚠️ This value might have side effects - -g#986 = ( - | ???*0* - | undefined - | ???*2* - | ???*3* - | new (...) => undefined(???*4*, (0 | 1 | ???*5*), false, "", (...) => undefined) -) -- *0* ???*1*["_reactRootContainer"] - ⚠️ unknown object -- *1* arguments[2] - ⚠️ function calls are not analyzed yet -- *2* arguments[1] - ⚠️ function calls are not analyzed yet -- *3* node limit reached - ⚠️ This value might have side effects -- *4* a - ⚠️ circular variable reference -- *5* unsupported assign operation - ⚠️ This value might have side effects - gb = (...) => A( {}, b, @@ -19011,19 +19011,35 @@ gk = (module["unstable_now"]() | 0) gl = (...) => g -h#123 = ???*0* +h#1020 = ???*0* - *0* arguments[7] ⚠️ function calls are not analyzed yet -h#127 = ???*0* +h#1028 = ???*0* - *0* arguments[7] ⚠️ function calls are not analyzed yet -h#128 = ???*0* +h#1048 = (???*0* | (...) => undefined | undefined) +- *0* arguments[3] + ⚠️ function calls are not analyzed yet + +h#1055 = (???*0* | (...) => undefined | undefined) +- *0* arguments[4] + ⚠️ function calls are not analyzed yet + +h#133 = ???*0* +- *0* arguments[7] + ⚠️ function calls are not analyzed yet + +h#137 = ???*0* +- *0* arguments[7] + ⚠️ function calls are not analyzed yet + +h#138 = ???*0* - *0* arguments[7] ⚠️ function calls are not analyzed yet -h#136 = ( +h#146 = ( | ???*0* | (???*3* ? (???*6* | ???*7* | ???*8*) : null)["return"]["child"] | undefined["return"]["child"] @@ -19083,15 +19099,15 @@ h#136 = ( - *23* b ⚠️ circular variable reference -h#159 = (???*0* | undefined) +h#170 = (???*0* | undefined) - *0* unsupported expression ⚠️ This value might have side effects -h#162 = (???*0* | undefined) +h#174 = (???*0* | undefined) - *0* unsupported expression ⚠️ This value might have side effects -h#275 = ( +h#294 = ( | ???*0* | null[(0 | ???*6*)][(???*7* | undefined | ???*8* | 0)] | undefined[(0 | ???*9*)][(???*10* | undefined | ???*11* | 0)] @@ -19134,7 +19150,7 @@ h#275 = ( - *15* h ⚠️ circular variable reference -h#286 = (???*0* | ???*3* | undefined) +h#306 = (???*0* | ???*3* | undefined) - *0* ???*1*["containerInfo"] ⚠️ unknown object - *1* ???*2*["stateNode"] @@ -19150,17 +19166,17 @@ h#286 = (???*0* | ???*3* | undefined) - *5* assignment expression ⚠️ This value might have side effects -h#292 = ???*0* +h#312 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -h#30 = (???*0* | undefined | ???*1*) +h#32 = (???*0* | undefined | ???*1*) - *0* unsupported expression ⚠️ This value might have side effects - *1* updated with update expression ⚠️ This value might have side effects -h#311 = (???*0* | ???*1* | undefined) +h#334 = (???*0* | ???*1* | undefined) - *0* arguments[2] ⚠️ function calls are not analyzed yet - *1* ???*2*["return"] @@ -19168,32 +19184,32 @@ h#311 = (???*0* | ???*1* | undefined) - *2* c ⚠️ circular variable reference -h#404 = ???*0* +h#428 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -h#431 = (...) => (???*0* | b) +h#456 = (...) => (???*0* | b) - *0* b ⚠️ sequence with side effects ⚠️ This value might have side effects -h#449 = ???*0* +h#477 = ???*0* - *0* arguments[2] ⚠️ function calls are not analyzed yet -h#454 = ???*0* +h#482 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -h#459 = ???*0* +h#487 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -h#494 = (???*0* | undefined) +h#524 = (???*0* | undefined) - *0* assignment expression ⚠️ This value might have side effects -h#539 = (???*0* | undefined) +h#569 = (???*0* | undefined) - *0* (???*1* | undefined)(g, c) ⚠️ non-function callee - *1* ???*2*["alternate"] @@ -19201,11 +19217,11 @@ h#539 = (???*0* | undefined) - *2* arguments[0] ⚠️ function calls are not analyzed yet -h#601 = ???*0* +h#631 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -h#605 = (???*0* ? null : ???*2*) +h#635 = (???*0* ? null : ???*2*) - *0* (0 !== ???*1*) ⚠️ nested operation - *1* unsupported expression @@ -19217,15 +19233,15 @@ h#605 = (???*0* ? null : ???*2*) - *4* arguments[3] ⚠️ function calls are not analyzed yet -h#609 = ???*0* +h#639 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -h#614 = ???*0* +h#644 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -h#639 = ( +h#672 = ( | ???*0* | ???*5* | undefined @@ -19368,23 +19384,23 @@ h#639 = ( - *54* h ⚠️ circular variable reference -h#647 = ???*0* +h#682 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -h#673 = ???*0* +h#716 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -h#708 = ???*0* +h#753 = ???*0* - *0* h ⚠️ pattern without value -h#712 = ???*0* +h#758 = ???*0* - *0* h ⚠️ pattern without value -h#716 = (???*0* | ???*1* | undefined) +h#762 = (???*0* | ???*1* | undefined) - *0* arguments[1] ⚠️ function calls are not analyzed yet - *1* ???*2*["child"] @@ -19392,64 +19408,48 @@ h#716 = (???*0* | ???*1* | undefined) - *2* b ⚠️ circular variable reference -h#721 = ???*0* +h#768 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -h#756 = (null | ???*0* | undefined) +h#806 = (null | ???*0* | undefined) - *0* ???*1*["stateNode"] ⚠️ unknown object - *1* arguments[0] ⚠️ function calls are not analyzed yet -h#764 = ???*0* +h#815 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -h#768 = ???*0* +h#819 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -h#785 = ???*0* +h#839 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -h#810 = ???*0* +h#866 = ???*0* - *0* h ⚠️ pattern without value -h#843 = ???*0* +h#901 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -h#880 = ???*0* +h#939 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -h#883 = ???*0* +h#942 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -h#919 = ???*0* +h#982 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -h#953 = ???*0* -- *0* arguments[7] - ⚠️ function calls are not analyzed yet - -h#960 = ???*0* -- *0* arguments[7] - ⚠️ function calls are not analyzed yet - -h#979 = (???*0* | (...) => undefined | undefined) -- *0* arguments[3] - ⚠️ function calls are not analyzed yet - -h#986 = (???*0* | (...) => undefined | undefined) -- *0* arguments[4] - ⚠️ function calls are not analyzed yet - ha = (...) => undefined hb = (...) => undefined @@ -19713,19 +19713,38 @@ jk = (...) => undefined jl = (...) => undefined -k#123 = ???*0* +k#1020 = ???*0* +- *0* arguments[8] + ⚠️ function calls are not analyzed yet + +k#1028 = ???*0* +- *0* arguments[8] + ⚠️ function calls are not analyzed yet + +k#1048 = ( + | ???*0* + | new (...) => undefined(???*1*, (0 | 1 | ???*2*), false, "", (...) => undefined) +) +- *0* arguments[0] + ⚠️ function calls are not analyzed yet +- *1* a + ⚠️ circular variable reference +- *2* unsupported assign operation + ⚠️ This value might have side effects + +k#133 = ???*0* - *0* arguments[8] ⚠️ function calls are not analyzed yet -k#127 = ???*0* +k#137 = ???*0* - *0* arguments[8] ⚠️ function calls are not analyzed yet -k#128 = ???*0* +k#138 = ???*0* - *0* arguments[8] ⚠️ function calls are not analyzed yet -k#162 = (???*0* | undefined) +k#174 = (???*0* | undefined) - *0* ???*1*[g] ⚠️ unknown object - *1* ???*2*["expirationTimes"] @@ -19733,7 +19752,7 @@ k#162 = (???*0* | undefined) - *2* arguments[0] ⚠️ function calls are not analyzed yet -k#275 = ( +k#294 = ( | ???*0* | null[(0 | ???*7*)][(???*8* | undefined | ???*9* | 0)]["instance"] | undefined[(0 | ???*10*)][(???*11* | undefined | ???*12* | 0)]["instance"] @@ -19782,15 +19801,15 @@ k#275 = ( - *17* h ⚠️ circular variable reference -k#286 = ???*0* +k#306 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -k#292 = ???*0* +k#312 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -k#30 = ( +k#32 = ( | ` ${(???*0* | ???*7*)}` | undefined @@ -19823,7 +19842,7 @@ ${(???*0* | ???*7*)}` - *11* k ⚠️ circular variable reference -k#311 = ( +k#334 = ( | ???*0* | undefined["alternate"] | undefined @@ -19877,40 +19896,40 @@ k#311 = ( - *20* arguments[1] ⚠️ function calls are not analyzed yet -k#404 = ???*0* +k#428 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -k#431 = (...) => (m(a, b, c["props"]["children"], d, c["key"]) | ???*0* | d) +k#456 = (...) => (m(a, b, c["props"]["children"], d, c["key"]) | ???*0* | d) - *0* d ⚠️ sequence with side effects ⚠️ This value might have side effects -k#449 = ???*0* +k#477 = ???*0* - *0* arguments[3] ⚠️ function calls are not analyzed yet -k#454 = ???*0* +k#482 = ???*0* - *0* arguments[3] ⚠️ function calls are not analyzed yet -k#459 = (???*0* | undefined) +k#487 = (???*0* | undefined) - *0* ???*1*["key"] ⚠️ unknown object - *1* arguments[2] ⚠️ function calls are not analyzed yet -k#494 = ???*0* +k#524 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -k#539 = (???*0* | undefined) +k#569 = (???*0* | undefined) - *0* ???*1*["interleaved"] ⚠️ unknown object - *1* arguments[1] ⚠️ function calls are not analyzed yet -k#601 = ( +k#631 = ( | ???*0* | undefined["context"] | undefined @@ -19939,11 +19958,11 @@ k#601 = ( - *9* unknown mutation ⚠️ This value might have side effects -k#609 = ???*0* +k#639 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -k#639 = (???*0* | ???*4* | undefined | (???*18* ? ???*19* : undefined)) +k#672 = (???*0* | ???*4* | undefined | (???*18* ? ???*19* : undefined)) - *0* ???*1*[(???*2* | null | undefined | [] | ???*3*)] ⚠️ unknown object - *1* arguments[3] @@ -19995,15 +20014,15 @@ k#639 = (???*0* | ???*4* | undefined | (???*18* ? ???*19* : undefined)) - *20* k ⚠️ circular variable reference -k#647 = ???*0* +k#682 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -k#673 = ???*0* +k#716 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -k#716 = (???*0* | undefined["alternate"] | undefined) +k#762 = (???*0* | undefined["alternate"] | undefined) - *0* ???*1*["alternate"] ⚠️ unknown object - *1* ???*2*[d] @@ -20013,7 +20032,7 @@ k#716 = (???*0* | undefined["alternate"] | undefined) - *3* arguments[1] ⚠️ function calls are not analyzed yet -k#721 = (???*0* | undefined | undefined["memoizedProps"]["style"] | ???*2*) +k#768 = (???*0* | undefined | undefined["memoizedProps"]["style"] | ???*2*) - *0* ???*1*["updateQueue"] ⚠️ unknown object - *1* arguments[0] @@ -20027,69 +20046,50 @@ k#721 = (???*0* | undefined | undefined["memoizedProps"]["style"] | ???*2*) - *4* assignment expression ⚠️ This value might have side effects -k#762 = ???*0* +k#813 = ???*0* - *0* k ⚠️ pattern without value -k#764 = ???*0* +k#815 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -k#768 = ???*0* +k#819 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -k#789 = ???*0* +k#844 = ???*0* - *0* k ⚠️ pattern without value -k#792 = ???*0* +k#847 = ???*0* - *0* k ⚠️ pattern without value -k#794 = ???*0* +k#849 = ???*0* - *0* k ⚠️ pattern without value -k#796 = ???*0* +k#851 = ???*0* - *0* k ⚠️ pattern without value -k#797 = ???*0* +k#852 = ???*0* - *0* k ⚠️ pattern without value -k#843 = ???*0* +k#901 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -k#883 = (0 | undefined | ???*0*) +k#942 = (0 | undefined | ???*0*) - *0* updated with update expression ⚠️ This value might have side effects -k#919 = ???*0* +k#982 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -k#953 = ???*0* -- *0* arguments[8] - ⚠️ function calls are not analyzed yet - -k#960 = ???*0* -- *0* arguments[8] - ⚠️ function calls are not analyzed yet - -k#979 = ( - | ???*0* - | new (...) => undefined(???*1*, (0 | 1 | ???*2*), false, "", (...) => undefined) -) -- *0* arguments[0] - ⚠️ function calls are not analyzed yet -- *1* a - ⚠️ circular variable reference -- *2* unsupported assign operation - ⚠️ This value might have side effects - ka = /^[:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD][:A-Z_a-z\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u02FF\u0370-\u037D\u037F-\u1FFF\u200C-\u200D\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD\-.0-9\u00B7\u0300-\u036F\u203F-\u2040]*$/ kb = (...) => ( @@ -20205,7 +20205,7 @@ kk = (...) => undefined kl = (...) => null -l#123 = ???*0* +l#133 = ???*0* - *0* ???*1*["call"](FreeVar(arguments), 3) ⚠️ unknown callee object ⚠️ This value might have side effects @@ -20219,11 +20219,11 @@ l#123 = ???*0* ⚠️ unknown global ⚠️ This value might have side effects -l#128 = (null | ???*0* | undefined) +l#138 = (null | ???*0* | undefined) - *0* arguments[0] ⚠️ function calls are not analyzed yet -l#275 = ( +l#294 = ( | ???*0* | null[(0 | ???*7*)][(???*8* | undefined | ???*9* | 0)]["currentTarget"] | undefined[(0 | ???*10*)][(???*11* | undefined | ???*12* | 0)]["currentTarget"] @@ -20272,95 +20272,95 @@ l#275 = ( - *17* h ⚠️ circular variable reference -l#311 = (???*0* | undefined["stateNode"] | undefined) +l#334 = (???*0* | undefined["stateNode"] | undefined) - *0* ???*1*["stateNode"] ⚠️ unknown object - *1* arguments[2] ⚠️ function calls are not analyzed yet -l#36 = ???*0* +l#38 = ???*0* - *0* l ⚠️ pattern without value -l#39 = ???*0* +l#41 = ???*0* - *0* l ⚠️ pattern without value -l#404 = ???*0* +l#428 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -l#42 = ???*0* +l#44 = ???*0* - *0* l ⚠️ pattern without value -l#43 = ???*0* +l#45 = ???*0* - *0* l ⚠️ pattern without value -l#431 = (...) => (???*0* | b) +l#456 = (...) => (???*0* | b) - *0* b ⚠️ sequence with side effects ⚠️ This value might have side effects -l#449 = ???*0* +l#477 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -l#454 = ???*0* +l#482 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -l#459 = ???*0* +l#487 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -l#494 = ???*0* +l#524 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -l#543 = ???*0* +l#573 = ???*0* - *0* l ⚠️ pattern without value -l#601 = ???*0* +l#631 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -l#639 = (???*0* | null | undefined | [] | ???*1*) +l#672 = (???*0* | null | undefined | [] | ???*1*) - *0* for-in variable currently not analyzed - *1* f ⚠️ circular variable reference -l#673 = (0 | undefined | ???*0*) +l#716 = (0 | undefined | ???*0*) - *0* updated with update expression ⚠️ This value might have side effects -l#720 = ???*0* +l#767 = ???*0* - *0* l ⚠️ pattern without value -l#721 = ???*0* +l#768 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -l#764 = ???*0* +l#815 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -l#768 = ???*0* +l#819 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -l#843 = ???*0* +l#901 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -l#883 = ???*0* +l#942 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -l#919 = ???*0* +l#982 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects @@ -20535,32 +20535,32 @@ ll = (???*0* ? ???*3* : (...) => undefined) ⚠️ unknown global ⚠️ This value might have side effects -m#125 = ???*0* +m#135 = ???*0* - *0* m ⚠️ pattern without value -m#404 = ???*0* +m#428 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -m#431 = (...) => (???*0* | b) +m#456 = (...) => (???*0* | b) - *0* b ⚠️ sequence with side effects ⚠️ This value might have side effects -m#449 = ???*0* +m#477 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -m#454 = ???*0* +m#482 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -m#494 = ???*0* +m#524 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -m#601 = (???*0* | undefined | ("function" === ???*2*)) +m#631 = (???*0* | undefined | ("function" === ???*2*)) - *0* ???*1*["getDerivedStateFromProps"] ⚠️ unknown object - *1* arguments[2] @@ -20572,27 +20572,27 @@ m#601 = (???*0* | undefined | ("function" === ???*2*)) - *4* arguments[2] ⚠️ function calls are not analyzed yet -m#673 = (0 | undefined | ???*0*) +m#716 = (0 | undefined | ???*0*) - *0* updated with update expression ⚠️ This value might have side effects -m#721 = ???*0* +m#768 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -m#768 = ???*0* +m#819 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -m#843 = ???*0* +m#901 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -m#883 = ???*0* +m#942 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -m#919 = ???*0* +m#982 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects @@ -20684,11 +20684,11 @@ mk = ???*0* ml = (...) => undefined -n#292 = ???*0* +n#312 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -n#404 = ( +n#428 = ( | ???*0* | undefined | ???*1* @@ -20732,42 +20732,42 @@ n#404 = ( - *14* n ⚠️ circular variable reference -n#431 = (...) => (???*0* | l) +n#456 = (...) => (???*0* | l) - *0* l ⚠️ sequence with side effects ⚠️ This value might have side effects -n#449 = ???*0* +n#477 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -n#454 = ???*0* +n#482 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -n#601 = (???*0* | undefined) +n#631 = (???*0* | undefined) - *0* ???*1*["memoizedState"] ⚠️ unknown object - *1* arguments[1] ⚠️ function calls are not analyzed yet -n#673 = ???*0* +n#716 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -n#721 = ???*0* +n#768 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -n#843 = ???*0* +n#901 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -n#883 = ???*0* +n#942 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -na#292 = ( +na#312 = ( | (...) => (b | undefined) | undefined | (...) => (te(b) | undefined) @@ -20780,15 +20780,15 @@ na#292 = ( - *1* na ⚠️ circular variable reference -na#860 = ???*0* +na#919 = ???*0* - *0* na ⚠️ pattern without value -na#903 = ???*0* +na#965 = ???*0* - *0* na ⚠️ pattern without value -na#907 = ???*0* +na#969 = ???*0* - *0* na ⚠️ pattern without value @@ -20990,20 +20990,20 @@ pl = (...) => !(( ) )) -q#404 = ???*0* +q#428 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -q#431 = (...) => (???*0* | q(a, d(b["_payload"]), c) | null) +q#456 = (...) => (???*0* | q(a, d(b["_payload"]), c) | null) - *0* b ⚠️ sequence with side effects ⚠️ This value might have side effects -q#494 = ???*0* +q#524 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -q#601 = (("function" === ???*0*) | undefined | ???*7*) +q#631 = (("function" === ???*0*) | undefined | ???*7*) - *0* typeof((???*1* | undefined | ???*3*)) ⚠️ nested operation - *1* ???*2*["getDerivedStateFromProps"] @@ -21023,23 +21023,23 @@ q#601 = (("function" === ???*0*) | undefined | ???*7*) - *8* arguments[1] ⚠️ function calls are not analyzed yet -q#673 = ???*0* +q#716 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -q#721 = ???*0* +q#768 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -q#768 = ???*0* +q#819 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -q#843 = ???*0* +q#901 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -q#883 = ???*0* +q#942 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects @@ -21083,11 +21083,11 @@ qk = ???*0* ql = (...) => undefined -r#404 = ???*0* +r#428 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -r#431 = (...) => ( +r#456 = (...) => ( | ((null !== e) ? null : h(a, b, `${c}`, d)) | ((c["key"] === e) ? k(a, b, c, d) : null) | ((c["key"] === e) ? l(a, b, c, d) : null) @@ -21099,29 +21099,29 @@ r#431 = (...) => ( ⚠️ sequence with side effects ⚠️ This value might have side effects -r#601 = (???*0* | undefined | undefined["context"]) +r#631 = (???*0* | undefined | undefined["context"]) - *0* ???*1*["memoizedState"] ⚠️ unknown object - *1* arguments[1] ⚠️ function calls are not analyzed yet -r#673 = ???*0* +r#716 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -r#721 = ???*0* +r#768 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -r#778 = ???*0* +r#832 = ???*0* - *0* r ⚠️ pattern without value -r#843 = ???*0* +r#901 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -r#883 = ???*0* +r#942 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects @@ -21212,69 +21212,69 @@ sk = (0 | ???*0* | ???*1*) sl = (...) => hl(g) -t#292 = ???*0* +t#312 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -t#404 = ???*0* +t#428 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -t#431 = (...) => (???*0* | l) +t#456 = (...) => (???*0* | l) - *0* l ⚠️ sequence with side effects ⚠️ This value might have side effects -t#454 = ???*0* +t#482 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -t#673 = ???*0* +t#716 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -t#724 = ???*0* +t#772 = ???*0* - *0* t ⚠️ pattern without value -t#726 = ???*0* +t#774 = ???*0* - *0* t ⚠️ pattern without value -t#729 = ???*0* +t#777 = ???*0* - *0* t ⚠️ pattern without value -t#733 = ???*0* +t#782 = ???*0* - *0* t ⚠️ pattern without value -t#736 = ???*0* +t#785 = ???*0* - *0* t ⚠️ pattern without value -t#738 = ???*0* +t#787 = ???*0* - *0* t ⚠️ pattern without value -t#744 = ???*0* +t#794 = ???*0* - *0* t ⚠️ pattern without value -t#750 = ???*0* +t#800 = ???*0* - *0* t ⚠️ pattern without value -t#753 = ???*0* +t#803 = ???*0* - *0* t ⚠️ pattern without value -t#843 = (new ???*0*() | undefined) +t#901 = (new ???*0*() | undefined) - *0* FreeVar(Set) ⚠️ unknown global ⚠️ This value might have side effects -t#883 = ???*0* +t#942 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects @@ -21338,27 +21338,27 @@ tl = { ] } -u#292 = ???*0* +u#312 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -u#449 = ???*0* +u#477 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -u#454 = ???*0* +u#482 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -u#673 = ???*0* +u#716 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -u#843 = ???*0* +u#901 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -u#883 = ???*0* +u#942 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects @@ -21480,7 +21480,7 @@ vl = { - *4* unknown mutation ⚠️ This value might have side effects -w#292 = (???*0* | ???*1* | ???*2* | ???*4* | undefined | ???*6* | [] | "mouse" | "pointer" | 0 | ???*7*) +w#312 = (???*0* | ???*1* | ???*2* | ???*4* | undefined | ???*6* | [] | "mouse" | "pointer" | 0 | ???*7*) - *0* arguments[3] ⚠️ function calls are not analyzed yet - *1* assignment expression @@ -21499,27 +21499,27 @@ w#292 = (???*0* | ???*1* | ???*2* | ???*4* | undefined | ???*6* | [] | "mouse" | - *7* updated with update expression ⚠️ This value might have side effects -w#449 = (???*0* | ???*1*) +w#477 = (???*0* | ???*1*) - *0* assignment expression ⚠️ This value might have side effects - *1* updated with update expression ⚠️ This value might have side effects -w#454 = (???*0* | ???*1*) +w#482 = (???*0* | ???*1*) - *0* assignment expression ⚠️ This value might have side effects - *1* updated with update expression ⚠️ This value might have side effects -w#673 = ???*0* +w#716 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -w#843 = ???*0* +w#901 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -w#883 = ((???*0* ? ???*1* : 1)["current"] | undefined["current"] | null["current"] | ???*6* | undefined) +w#942 = ((???*0* ? ???*1* : 1)["current"] | undefined["current"] | null["current"] | ???*6* | undefined) - *0* unsupported expression ⚠️ This value might have side effects - *1* (???*2* ? ???*3* : 4) @@ -21600,27 +21600,27 @@ wl = (???*0* | undefined) ⚠️ unknown global ⚠️ This value might have side effects -x#292 = ???*0* +x#312 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -x#449 = ???*0* +x#477 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -x#454 = ???*0* +x#482 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -x#673 = ???*0* +x#716 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -x#843 = ???*0* +x#901 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -x#883 = ???*0* +x#942 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects @@ -21680,34 +21680,34 @@ xk = (null | ???*0* | ???*1*) - *2* arguments[1] ⚠️ function calls are not analyzed yet -y#404 = ???*0* +y#428 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -y#431 = (...) => (???*0* | y(a, b, c, f(d["_payload"]), e) | null) +y#456 = (...) => (???*0* | y(a, b, c, f(d["_payload"]), e) | null) - *0* h(b, a, ("" + d), e) ⚠️ sequence with side effects ⚠️ This value might have side effects -y#601 = (???*0* | undefined) +y#631 = (???*0* | undefined) - *0* ???*1*["getDerivedStateFromProps"] ⚠️ unknown object - *1* arguments[2] ⚠️ function calls are not analyzed yet -y#673 = ???*0* +y#716 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -y#721 = ???*0* +y#768 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -y#843 = ???*0* +y#901 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects -y#883 = ???*0* +y#942 = ???*0* - *0* max number of linking steps reached ⚠️ This value might have side effects diff --git a/turbopack/crates/turbopack-ecmascript/tests/analyzer/graph/require-context/graph-effects.snapshot b/turbopack/crates/turbopack-ecmascript/tests/analyzer/graph/require-context/graph-effects.snapshot index a9cec9909c9e..705f7665e5f1 100644 --- a/turbopack/crates/turbopack-ecmascript/tests/analyzer/graph/require-context/graph-effects.snapshot +++ b/turbopack/crates/turbopack-ecmascript/tests/analyzer/graph/require-context/graph-effects.snapshot @@ -364,7 +364,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -425,7 +425,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -502,7 +502,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -592,7 +592,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -633,7 +633,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), diff --git a/turbopack/crates/turbopack-ecmascript/tests/analyzer/graph/unreachable-break/graph-effects.snapshot b/turbopack/crates/turbopack-ecmascript/tests/analyzer/graph/unreachable-break/graph-effects.snapshot index b601baf82e74..4a36efb31033 100644 --- a/turbopack/crates/turbopack-ecmascript/tests/analyzer/graph/unreachable-break/graph-effects.snapshot +++ b/turbopack/crates/turbopack-ecmascript/tests/analyzer/graph/unreachable-break/graph-effects.snapshot @@ -28,7 +28,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -102,7 +102,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -146,7 +146,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 1, ), @@ -199,7 +199,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 2, ), @@ -273,7 +273,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 2, ), @@ -321,7 +321,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -409,7 +409,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -467,7 +467,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -520,7 +520,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 1, ), @@ -594,7 +594,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 1, ), @@ -642,7 +642,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -730,7 +730,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -788,7 +788,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -841,7 +841,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 1, ), @@ -915,7 +915,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 1, ), diff --git a/turbopack/crates/turbopack-ecmascript/tests/analyzer/graph/unreachable/graph-effects.snapshot b/turbopack/crates/turbopack-ecmascript/tests/analyzer/graph/unreachable/graph-effects.snapshot index f8295c3a8a7f..5b056a20d132 100644 --- a/turbopack/crates/turbopack-ecmascript/tests/analyzer/graph/unreachable/graph-effects.snapshot +++ b/turbopack/crates/turbopack-ecmascript/tests/analyzer/graph/unreachable/graph-effects.snapshot @@ -22,7 +22,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -74,7 +74,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -115,7 +115,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 1, ), @@ -148,7 +148,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -214,7 +214,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -269,7 +269,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -316,7 +316,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 1, ), @@ -368,7 +368,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 1, ), @@ -410,7 +410,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -476,7 +476,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -531,7 +531,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -578,7 +578,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 1, ), @@ -630,7 +630,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 1, ), @@ -672,7 +672,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -738,7 +738,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -793,7 +793,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -840,7 +840,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 1, ), @@ -892,7 +892,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 1, ), @@ -934,7 +934,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -1000,7 +1000,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -1055,7 +1055,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -1102,7 +1102,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 1, ), @@ -1154,7 +1154,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 1, ), @@ -1196,7 +1196,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -1262,7 +1262,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -1317,7 +1317,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -1364,7 +1364,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 1, ), @@ -1416,7 +1416,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 1, ), @@ -1458,7 +1458,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -1521,7 +1521,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -1573,7 +1573,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -1617,7 +1617,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -1683,7 +1683,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -1739,7 +1739,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -1764,10 +1764,10 @@ ArrowExpr( Body, ), - BlockStmtOrExpr( - BlockStmt, + ArrowFunctionBody( + FunctionBody, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -1819,7 +1819,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -1844,10 +1844,10 @@ ArrowExpr( Body, ), - BlockStmtOrExpr( - BlockStmt, + ArrowFunctionBody( + FunctionBody, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -1888,7 +1888,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -1913,10 +1913,10 @@ ArrowExpr( Body, ), - BlockStmtOrExpr( - BlockStmt, + ArrowFunctionBody( + FunctionBody, ), - BlockStmt( + FunctionBody( Stmts( 1, ), @@ -1949,7 +1949,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 1, ), @@ -2001,7 +2001,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 1, ), @@ -2043,7 +2043,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -2103,7 +2103,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -2152,7 +2152,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -2192,7 +2192,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), diff --git a/turbopack/crates/turbopack-ecmascript/tests/analyzer/graph/webpack-target-node/graph-effects.snapshot b/turbopack/crates/turbopack-ecmascript/tests/analyzer/graph/webpack-target-node/graph-effects.snapshot index e4885d4d872d..6f58f8a840e2 100644 --- a/turbopack/crates/turbopack-ecmascript/tests/analyzer/graph/webpack-target-node/graph-effects.snapshot +++ b/turbopack/crates/turbopack-ecmascript/tests/analyzer/graph/webpack-target-node/graph-effects.snapshot @@ -49,10 +49,10 @@ ArrowExpr( Body, ), - BlockStmtOrExpr( - BlockStmt, + ArrowFunctionBody( + FunctionBody, ), - BlockStmt( + FunctionBody( Stmts( 1, ), @@ -128,10 +128,10 @@ ArrowExpr( Body, ), - BlockStmtOrExpr( - BlockStmt, + ArrowFunctionBody( + FunctionBody, ), - BlockStmt( + FunctionBody( Stmts( 2, ), @@ -207,10 +207,10 @@ ArrowExpr( Body, ), - BlockStmtOrExpr( - BlockStmt, + ArrowFunctionBody( + FunctionBody, ), - BlockStmt( + FunctionBody( Stmts( 3, ), @@ -286,10 +286,10 @@ ArrowExpr( Body, ), - BlockStmtOrExpr( - BlockStmt, + ArrowFunctionBody( + FunctionBody, ), - BlockStmt( + FunctionBody( Stmts( 3, ), @@ -329,10 +329,10 @@ ArrowExpr( Body, ), - BlockStmtOrExpr( - BlockStmt, + ArrowFunctionBody( + FunctionBody, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -418,10 +418,10 @@ ArrowExpr( Body, ), - BlockStmtOrExpr( - BlockStmt, + ArrowFunctionBody( + FunctionBody, ), - BlockStmt( + FunctionBody( Stmts( 3, ), @@ -461,10 +461,10 @@ ArrowExpr( Body, ), - BlockStmtOrExpr( - BlockStmt, + ArrowFunctionBody( + FunctionBody, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -533,10 +533,10 @@ ArrowExpr( Body, ), - BlockStmtOrExpr( - BlockStmt, + ArrowFunctionBody( + FunctionBody, ), - BlockStmt( + FunctionBody( Stmts( 3, ), @@ -576,10 +576,10 @@ ArrowExpr( Body, ), - BlockStmtOrExpr( - BlockStmt, + ArrowFunctionBody( + FunctionBody, ), - BlockStmt( + FunctionBody( Stmts( 1, ), @@ -688,10 +688,10 @@ ArrowExpr( Body, ), - BlockStmtOrExpr( - BlockStmt, + ArrowFunctionBody( + FunctionBody, ), - BlockStmt( + FunctionBody( Stmts( 3, ), @@ -731,10 +731,10 @@ ArrowExpr( Body, ), - BlockStmtOrExpr( - BlockStmt, + ArrowFunctionBody( + FunctionBody, ), - BlockStmt( + FunctionBody( Stmts( 1, ), @@ -791,10 +791,10 @@ ArrowExpr( Body, ), - BlockStmtOrExpr( - BlockStmt, + ArrowFunctionBody( + FunctionBody, ), - BlockStmt( + FunctionBody( Stmts( 3, ), @@ -834,10 +834,10 @@ ArrowExpr( Body, ), - BlockStmtOrExpr( - BlockStmt, + ArrowFunctionBody( + FunctionBody, ), - BlockStmt( + FunctionBody( Stmts( 2, ), @@ -922,10 +922,10 @@ ArrowExpr( Body, ), - BlockStmtOrExpr( - BlockStmt, + ArrowFunctionBody( + FunctionBody, ), - BlockStmt( + FunctionBody( Stmts( 3, ), @@ -965,10 +965,10 @@ ArrowExpr( Body, ), - BlockStmtOrExpr( - BlockStmt, + ArrowFunctionBody( + FunctionBody, ), - BlockStmt( + FunctionBody( Stmts( 2, ), @@ -1045,10 +1045,10 @@ ArrowExpr( Body, ), - BlockStmtOrExpr( - BlockStmt, + ArrowFunctionBody( + FunctionBody, ), - BlockStmt( + FunctionBody( Stmts( 3, ), @@ -1088,10 +1088,10 @@ ArrowExpr( Body, ), - BlockStmtOrExpr( - BlockStmt, + ArrowFunctionBody( + FunctionBody, ), - BlockStmt( + FunctionBody( Stmts( 4, ), @@ -1108,7 +1108,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -1232,10 +1232,10 @@ ArrowExpr( Body, ), - BlockStmtOrExpr( - BlockStmt, + ArrowFunctionBody( + FunctionBody, ), - BlockStmt( + FunctionBody( Stmts( 3, ), @@ -1275,10 +1275,10 @@ ArrowExpr( Body, ), - BlockStmtOrExpr( - BlockStmt, + ArrowFunctionBody( + FunctionBody, ), - BlockStmt( + FunctionBody( Stmts( 4, ), @@ -1295,7 +1295,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 0, ), @@ -1397,10 +1397,10 @@ ArrowExpr( Body, ), - BlockStmtOrExpr( - BlockStmt, + ArrowFunctionBody( + FunctionBody, ), - BlockStmt( + FunctionBody( Stmts( 3, ), @@ -1440,10 +1440,10 @@ ArrowExpr( Body, ), - BlockStmtOrExpr( - BlockStmt, + ArrowFunctionBody( + FunctionBody, ), - BlockStmt( + FunctionBody( Stmts( 4, ), @@ -1460,7 +1460,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 1, ), @@ -1536,10 +1536,10 @@ ArrowExpr( Body, ), - BlockStmtOrExpr( - BlockStmt, + ArrowFunctionBody( + FunctionBody, ), - BlockStmt( + FunctionBody( Stmts( 3, ), @@ -1579,10 +1579,10 @@ ArrowExpr( Body, ), - BlockStmtOrExpr( - BlockStmt, + ArrowFunctionBody( + FunctionBody, ), - BlockStmt( + FunctionBody( Stmts( 4, ), @@ -1599,7 +1599,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 1, ), @@ -1701,10 +1701,10 @@ ArrowExpr( Body, ), - BlockStmtOrExpr( - BlockStmt, + ArrowFunctionBody( + FunctionBody, ), - BlockStmt( + FunctionBody( Stmts( 3, ), @@ -1744,10 +1744,10 @@ ArrowExpr( Body, ), - BlockStmtOrExpr( - BlockStmt, + ArrowFunctionBody( + FunctionBody, ), - BlockStmt( + FunctionBody( Stmts( 4, ), @@ -1764,7 +1764,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 1, ), @@ -1907,10 +1907,10 @@ ArrowExpr( Body, ), - BlockStmtOrExpr( - BlockStmt, + ArrowFunctionBody( + FunctionBody, ), - BlockStmt( + FunctionBody( Stmts( 3, ), @@ -1950,10 +1950,10 @@ ArrowExpr( Body, ), - BlockStmtOrExpr( - BlockStmt, + ArrowFunctionBody( + FunctionBody, ), - BlockStmt( + FunctionBody( Stmts( 4, ), @@ -1970,7 +1970,7 @@ Function( Body, ), - BlockStmt( + FunctionBody( Stmts( 1, ), @@ -2027,10 +2027,10 @@ ArrowExpr( Body, ), - BlockStmtOrExpr( - BlockStmt, + ArrowFunctionBody( + FunctionBody, ), - BlockStmt( + FunctionBody( Stmts( 4, ), @@ -2115,10 +2115,10 @@ ArrowExpr( Body, ), - BlockStmtOrExpr( - BlockStmt, + ArrowFunctionBody( + FunctionBody, ), - BlockStmt( + FunctionBody( Stmts( 4, ), @@ -2195,10 +2195,10 @@ ArrowExpr( Body, ), - BlockStmtOrExpr( - BlockStmt, + ArrowFunctionBody( + FunctionBody, ), - BlockStmt( + FunctionBody( Stmts( 5, ), @@ -2284,10 +2284,10 @@ ArrowExpr( Body, ), - BlockStmtOrExpr( - BlockStmt, + ArrowFunctionBody( + FunctionBody, ), - BlockStmt( + FunctionBody( Stmts( 5, ), @@ -2356,10 +2356,10 @@ ArrowExpr( Body, ), - BlockStmtOrExpr( - BlockStmt, + ArrowFunctionBody( + FunctionBody, ), - BlockStmt( + FunctionBody( Stmts( 6, ), @@ -2384,7 +2384,7 @@ ArrowExpr( Body, ), - BlockStmtOrExpr( + ArrowFunctionBody( Expr, ), Expr( @@ -2471,10 +2471,10 @@ ArrowExpr( Body, ), - BlockStmtOrExpr( - BlockStmt, + ArrowFunctionBody( + FunctionBody, ), - BlockStmt( + FunctionBody( Stmts( 6, ), @@ -2499,7 +2499,7 @@ ArrowExpr( Body, ), - BlockStmtOrExpr( + ArrowFunctionBody( Expr, ), Expr( @@ -2564,10 +2564,10 @@ ArrowExpr( Body, ), - BlockStmtOrExpr( - BlockStmt, + ArrowFunctionBody( + FunctionBody, ), - BlockStmt( + FunctionBody( Stmts( 7, ), @@ -2641,10 +2641,10 @@ ArrowExpr( Body, ), - BlockStmtOrExpr( - BlockStmt, + ArrowFunctionBody( + FunctionBody, ), - BlockStmt( + FunctionBody( Stmts( 8, ), @@ -2708,10 +2708,10 @@ ArrowExpr( Body, ), - BlockStmtOrExpr( - BlockStmt, + ArrowFunctionBody( + FunctionBody, ), - BlockStmt( + FunctionBody( Stmts( 8, ), diff --git a/turbopack/crates/turbopack-tests/tests/snapshot/cjs-remove-unused-exports/object-literal-accessors/output/0p5q_snapshot_cjs-remove-unused-exports_object-literal-accessors_input_02qvs873g-8r0._.js.map b/turbopack/crates/turbopack-tests/tests/snapshot/cjs-remove-unused-exports/object-literal-accessors/output/0p5q_snapshot_cjs-remove-unused-exports_object-literal-accessors_input_02qvs873g-8r0._.js.map index 57cbd749a26a..ab49c8a66fe3 100644 --- a/turbopack/crates/turbopack-tests/tests/snapshot/cjs-remove-unused-exports/object-literal-accessors/output/0p5q_snapshot_cjs-remove-unused-exports_object-literal-accessors_input_02qvs873g-8r0._.js.map +++ b/turbopack/crates/turbopack-tests/tests/snapshot/cjs-remove-unused-exports/object-literal-accessors/output/0p5q_snapshot_cjs-remove-unused-exports_object-literal-accessors_input_02qvs873g-8r0._.js.map @@ -3,5 +3,5 @@ "sources": [], "sections": [ {"offset": {"line": 4, "column": 0}, "map": {"version":3,"sources":["turbopack:///[project]/turbopack/crates/turbopack-tests/tests/snapshot/cjs-remove-unused-exports/object-literal-accessors/input/index.js"],"sourcesContent":["import { used, usedGetter } from './lib.js'\n\nconsole.log(used, usedGetter)\n"],"names":["console","log"],"mappings":"AAAA;;AAEAA,QAAQC,GAAG,CAAC,wPAAI,EAAE,8PAAU"}}, - {"offset": {"line": 11, "column": 0}, "map": {"version":3,"sources":["turbopack:///[project]/turbopack/crates/turbopack-tests/tests/snapshot/cjs-remove-unused-exports/object-literal-accessors/input/lib.js"],"sourcesContent":["// `module.exports = { … }` with accessor/method exports. Unused getters, setters,\n// and methods are removed outright — defining one has no side effect.\nmodule.exports = {\n used: 'used-value',\n get usedGetter() {\n return 'used-getter'\n },\n get unusedGetter() {\n return 'unused-getter'\n },\n unusedMethod() {\n return 'unused-method'\n },\n}\n"],"names":["module","exports","used","usedGetter"],"mappings":"AAAA,kFAAkF;AAClF,sEAAsE;AACtEA,OAAOC,OAAO,GAAG;IACfC,MAAM;IACN,IAAIC,cAAa;QACf,OAAO;IACT;AAOF"}}] + {"offset": {"line": 11, "column": 0}, "map": {"version":3,"sources":["turbopack:///[project]/turbopack/crates/turbopack-tests/tests/snapshot/cjs-remove-unused-exports/object-literal-accessors/input/lib.js"],"sourcesContent":["// `module.exports = { … }` with accessor/method exports. Unused getters, setters,\n// and methods are removed outright — defining one has no side effect.\nmodule.exports = {\n used: 'used-value',\n get usedGetter() {\n return 'used-getter'\n },\n get unusedGetter() {\n return 'unused-getter'\n },\n unusedMethod() {\n return 'unused-method'\n },\n}\n"],"names":["module","exports","used","usedGetter"],"mappings":"AAAA,kFAAkF;AAClF,sEAAsE;AACtEA,OAAOC,OAAO,GAAG;IACfC,MAAM;IACN,IAAIC;QACF,OAAO;IACT;AAOF"}}] } \ No newline at end of file diff --git a/turbopack/crates/turbopack-tests/tests/snapshot/emotion/emotion/output/turbopack_crates_turbopack-tests_tests_snapshot_1xzb8pohmqk06._.js b/turbopack/crates/turbopack-tests/tests/snapshot/emotion/emotion/output/turbopack_crates_turbopack-tests_tests_snapshot_1xzb8pohmqk06._.js index 6f687593e28f..3a3f3a3b0451 100644 --- a/turbopack/crates/turbopack-tests/tests/snapshot/emotion/emotion/output/turbopack_crates_turbopack-tests_tests_snapshot_1xzb8pohmqk06._.js +++ b/turbopack/crates/turbopack-tests/tests/snapshot/emotion/emotion/output/turbopack_crates_turbopack-tests_tests_snapshot_1xzb8pohmqk06._.js @@ -10,7 +10,7 @@ var __TURBOPACK__imported__module__$5b$project$5d2f$turbopack$2f$crates$2f$turbo ; ; const StyledButton = (0, /*#__PURE__*/ __TURBOPACK__imported__module__$5b$project$5d2f$turbopack$2f$crates$2f$turbopack$2d$tests$2f$tests$2f$snapshot$2f$node_modules$2f40$emotion$2f$styled$2f$index$2e$js__$5b$test$5d$__$28$ecmascript$29$__["default"])("button", { - target: "egm8rku0" + target: "elhjbfb0" })("background:blue;"); function ClassNameButton({ children }) { return /*#__PURE__*/ (0, __TURBOPACK__imported__module__$5b$project$5d2f$turbopack$2f$crates$2f$turbopack$2d$tests$2f$tests$2f$snapshot$2f$node_modules$2f40$emotion$2f$react$2f$jsx$2d$dev$2d$runtime$2e$js__$5b$test$5d$__$28$ecmascript$29$__["jsxDEV"])("button", {