diff --git a/Cargo.lock b/Cargo.lock index f374f01c74df6..4e18d1fd3a175 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -745,9 +745,9 @@ dependencies = [ [[package]] name = "binding_macros" -version = "0.57.26" +version = "0.60.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0b6caf54b6448f05c25096a528c2a3b292e38fb59298c118edcf9da45ff05515" +checksum = "be6c12f02a22c583432408b7726ed405c693964dd4d13e212f06b829a80c6a17" dependencies = [ "anyhow", "console_error_panic_hook", @@ -1878,19 +1878,24 @@ dependencies = [ [[package]] name = "cssparser" -version = "0.29.6" +version = "0.33.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f93d03419cb5950ccfd3daf3ff1c7a36ace64609a1a8746d493df1ca0afde0fa" +checksum = "9be934d936a0fbed5bcdc01042b770de1398bf79d0e192f49fa7faea0e99281e" dependencies = [ "cssparser-macros", "dtoa-short", "itoa", - "matches", "phf", - "proc-macro2", - "quote", "smallvec", - "syn 1.0.109", +] + +[[package]] +name = "cssparser-color" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "556c099a61d85989d7af52b692e35a8d68a57e7df8c6d07563dc0778b3960c9f" +dependencies = [ + "cssparser", ] [[package]] @@ -3983,14 +3988,15 @@ dependencies = [ [[package]] name = "lightningcss" -version = "1.0.0-alpha.46" +version = "1.0.0-alpha.49" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9dfe5176488bc25fda36d65ef3570d378a7c48d5ae22a63c030b443e9943b8eb" +checksum = "06476660ee1e593a2672e4a342a1289708fd9936dcdf3e74433ad078145e9e3d" dependencies = [ "ahash 0.7.6", "bitflags 2.4.0", "const-str", "cssparser", + "cssparser-color", "dashmap", "data-encoding", "itertools", @@ -4003,13 +4009,14 @@ dependencies = [ "rayon", "serde", "smallvec", + "static-self", ] [[package]] name = "lightningcss-derive" -version = "1.0.0-alpha.40" +version = "1.0.0-alpha.42" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0fcce94c3a34f43e83e1f92a81eca61697c298149a56489bba1b02ebb93fa607" +checksum = "8f02a09f0b79d31f1ee13ea55e2f7021037c6b72e0a3ab6c1cb0e9bd7ac8a295" dependencies = [ "proc-macro2", "quote", @@ -4155,9 +4162,9 @@ dependencies = [ [[package]] name = "mdxjs" -version = "0.1.17" +version = "0.1.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c73de74452171e35ed9d82961e403b8b197dcf752b45a51072d83e4813d42d53" +checksum = "7572e57307a72a93fed80bf5aaa0a81cca3a47d7faaf65af4f0d3ac4d84a1715" dependencies = [ "markdown", "serde", @@ -4406,9 +4413,9 @@ dependencies = [ [[package]] name = "modularize_imports" -version = "0.48.0" +version = "0.50.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0e1070d9027b5d1eb4e54d81c86dfd26fd1e1370916ce5881c498361799e9a14" +checksum = "1ab7951af2a437aeb38e89975f331f09dcb247c21bd923ef3e7039b1bae841e2" dependencies = [ "convert_case 0.5.0", "handlebars", @@ -4961,9 +4968,9 @@ dependencies = [ [[package]] name = "parcel_selectors" -version = "0.26.1" +version = "0.26.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9b1aa68e6c4bf7a49302b9c711c880c1cc2a7dc5c5184042cc724e4124e0d95f" +checksum = "0f000cdd23df6cebe999cf2b02a3bf40d55758f74883d7fd43a33690565618c8" dependencies = [ "bitflags 2.4.0", "cssparser", @@ -4973,6 +4980,7 @@ dependencies = [ "phf_codegen", "precomputed-hash", "smallvec", + "static-self", ] [[package]] @@ -6220,9 +6228,9 @@ checksum = "1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741" [[package]] name = "ryu-js" -version = "0.2.2" +version = "1.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6518fc26bced4d53678a22d6e423e9d8716377def84545fe328236e3af070e7f" +checksum = "4950d85bc52415f8432144c97c4791bd0c4f7954de32a7270ee9cccd3c22b12b" [[package]] name = "same-file" @@ -6325,9 +6333,9 @@ checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" [[package]] name = "serde" -version = "1.0.171" +version = "1.0.188" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "30e27d1e4fd7659406c492fd6cfaf2066ba8773de45ca75e855590f856dc34a9" +checksum = "cf9e0fcba69a370eed61bcf2b728575f726b50b55cba78064753d708ddc7549e" dependencies = [ "serde_derive", ] @@ -6364,9 +6372,9 @@ dependencies = [ [[package]] name = "serde_derive" -version = "1.0.171" +version = "1.0.188" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "389894603bd18c46fa56231694f8d827779c0951a667087194cf9de94ed24682" +checksum = "4eca7ac642d82aa35b60049a6eccb4be6be75e599bd2e9adb5f875a737654af2" dependencies = [ "proc-macro2", "quote", @@ -6458,7 +6466,7 @@ dependencies = [ "serde", "serde_json", "serde_with_macros", - "time 0.3.26", + "time 0.3.29", ] [[package]] @@ -6836,6 +6844,27 @@ dependencies = [ "syn 2.0.32", ] +[[package]] +name = "static-self" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e2978fa810a31711d7162d0bb843df1f36d84e393e335ce31ec2c485b2464c44" +dependencies = [ + "smallvec", + "static-self-derive", +] + +[[package]] +name = "static-self-derive" +version = "0.1.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "bc53c080b79432d9babd26457df68fb4b002cc7d2ce36a1a5195091cf9fecc14" +dependencies = [ + "proc-macro2", + "quote", + "syn 1.0.109", +] + [[package]] name = "static_assertions" version = "1.1.0" @@ -6956,9 +6985,9 @@ checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" [[package]] name = "styled_components" -version = "0.75.0" +version = "0.77.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d93b77bf37c113d7401b11d87ec48d264b6200c8167e647c9f2bf5f7368d2abf" +checksum = "2efe2ad3cd5fe8868b2fa9d7b2619110313c19c3c304733651cd90d11b6e201a" dependencies = [ "Inflector", "once_cell", @@ -6974,9 +7003,9 @@ dependencies = [ [[package]] name = "styled_jsx" -version = "0.52.0" +version = "0.54.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "786d784207110496555ca76ee3a29bfea8fd24c2e8a7669ae1796bddd7f50e2b" +checksum = "e77c71053b7d8f0334864053e883bc96a14fcbc97a97e8c10b3b4c1f0614762a" dependencies = [ "easy-error", "lightningcss", @@ -7042,14 +7071,14 @@ dependencies = [ "byteorder", "getrandom", "serde", - "time 0.3.26", + "time 0.3.29", ] [[package]] name = "swc" -version = "0.266.26" +version = "0.269.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "518128b65105b48a58bf81e718a915ad60daebb89ccdf966d11cc616bfd0fd28" +checksum = "129ee8c5cb4b521004a19943440b9431c153b49ee7f727a1e76b26fabbb5c679" dependencies = [ "anyhow", "base64 0.13.1", @@ -7071,6 +7100,7 @@ dependencies = [ "swc_atoms", "swc_cached", "swc_common", + "swc_compiler_base", "swc_config", "swc_ecma_ast", "swc_ecma_codegen", @@ -7109,9 +7139,9 @@ dependencies = [ [[package]] name = "swc_atoms" -version = "0.5.9" +version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9f54563d7dcba626d4acfe14ed12def7ecc28e004debe3ecd2c3ee07cc47e449" +checksum = "ebf7a12229f0c0efb654a6a0f8cbfd94fbd320a57c764857a82d8abe9342b450" dependencies = [ "bytecheck", "once_cell", @@ -7125,9 +7155,9 @@ dependencies = [ [[package]] name = "swc_bundler" -version = "0.220.20" +version = "0.222.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1c1ddf4d7fc3c4da744561ca2a984f537888fe65ce9e8d2d207372e054c351e2" +checksum = "1685da3c84410231f19d60cfedd273cdbe7bdfc306afb8c04445678577950530" dependencies = [ "anyhow", "crc", @@ -7171,9 +7201,9 @@ dependencies = [ [[package]] name = "swc_common" -version = "0.32.1" +version = "0.33.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9c84742fc22df1c293da5354c1cc8a5b45a045e9dc941005c1fd9cb4e9bdabc1" +checksum = "490e199e25d2aa3fbef675524fa81408651f4e7178b51110470ddd1b3e3bbe75" dependencies = [ "ahash 0.8.3", "anyhow", @@ -7203,6 +7233,30 @@ dependencies = [ "url", ] +[[package]] +name = "swc_compiler_base" +version = "0.3.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0de0359c44fa960798a80815ce10f25302fa05a1d477ee9c2ab74baa926a754a" +dependencies = [ + "anyhow", + "base64 0.13.1", + "napi", + "napi-derive", + "pathdiff", + "serde", + "sourcemap", + "swc_atoms", + "swc_common", + "swc_config", + "swc_ecma_ast", + "swc_ecma_codegen", + "swc_ecma_minifier", + "swc_ecma_parser", + "swc_ecma_visit", + "swc_timer", +] + [[package]] name = "swc_config" version = "0.1.7" @@ -7230,9 +7284,9 @@ dependencies = [ [[package]] name = "swc_core" -version = "0.83.28" +version = "0.86.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8e826020b0481212a0ba4f20d5c74bbe71b6cee6949583896788ca8d98039851" +checksum = "d40c049be93138bf3f521dd42500301762fdd5f5d326e11de012588dcd8135ca" dependencies = [ "binding_macros", "swc", @@ -7273,9 +7327,9 @@ dependencies = [ [[package]] name = "swc_css_ast" -version = "0.139.1" +version = "0.140.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fab824eff88884673de1d6b84cdb5d3d71c0b903fcef62a3ec1f44f40477433f" +checksum = "fa155c888b70f7a1bc1de995006bda7c4b2c501712d8a88a1d6d9406b04be359" dependencies = [ "is-macro", "serde", @@ -7286,9 +7340,9 @@ dependencies = [ [[package]] name = "swc_css_codegen" -version = "0.149.1" +version = "0.151.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aef989abd4b9ccf3caf6a4ab0ceb9f9e7d6a27c08585a20a7fc7b9db6c73a341" +checksum = "cd94d4f6b939a7643d29fd9322d87a0c6fd9488fd9a508472239e02abcfb3f29" dependencies = [ "auto_impl", "bitflags 2.4.0", @@ -7316,9 +7370,9 @@ dependencies = [ [[package]] name = "swc_css_compat" -version = "0.25.1" +version = "0.27.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a1ee1b2b77e7daaf389237ca2656df01cf8c1a6f2d9b158459921b202a661f8a" +checksum = "b77d8336003883f2590b400bc103c735eaa32d0a16beb3bcc87bc93f9e28065a" dependencies = [ "bitflags 2.4.0", "once_cell", @@ -7333,9 +7387,9 @@ dependencies = [ [[package]] name = "swc_css_minifier" -version = "0.114.1" +version = "0.116.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "21db6b6ef607d47d09a7e2fd0b8fd5ec29d05d1182f8d3d5eebef0f1b94c3f4d" +checksum = "5861fcaa5a392d38a5f21f013a16c4e6f4b0f1dd2a0db8351f33588974169e63" dependencies = [ "serde", "swc_atoms", @@ -7347,9 +7401,9 @@ dependencies = [ [[package]] name = "swc_css_modules" -version = "0.27.3" +version = "0.29.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ac80e62e3221cb2abc0edd33886c74c7d2a64ca3756adce0047527026dff71ca" +checksum = "0c3c9990c49999331738343387696c6a8d7379af694c3bab4707d9b43f91921c" dependencies = [ "rustc-hash", "serde", @@ -7363,9 +7417,9 @@ dependencies = [ [[package]] name = "swc_css_parser" -version = "0.148.1" +version = "0.150.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b02a3c11508487249aa571a908e673c540191de97d5139bb78ab03188dd57e26" +checksum = "04bce69bb9c68681ea4467d7c02906fd01245e9838b70c92dad4512e7ad23b2d" dependencies = [ "lexical", "serde", @@ -7376,9 +7430,9 @@ dependencies = [ [[package]] name = "swc_css_prefixer" -version = "0.151.1" +version = "0.153.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "274da87a8f0117ef86382b132812aa6a1b700b31c37ef95ce3bbde7e05f8c098" +checksum = "440823e50ce60fb4ece4d7e241849f32344676726f66324adfd38e9762ca07fe" dependencies = [ "once_cell", "preset_env_base", @@ -7393,9 +7447,9 @@ dependencies = [ [[package]] name = "swc_css_utils" -version = "0.136.1" +version = "0.137.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3eead47672e3c832e2e3fc3e523490c4822d80a7fc8c50e87a66f9ab7003b517" +checksum = "dc71e4976bb516112b6d9d3da37989256e0fc6da84e3fe65c049ea1871515069" dependencies = [ "once_cell", "serde", @@ -7408,9 +7462,9 @@ dependencies = [ [[package]] name = "swc_css_visit" -version = "0.138.1" +version = "0.139.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "83f01449a09b8a87ab4bd2ea6cbaaf74e39f9bfba3842a2918e998c5f9b428a4" +checksum = "c94eb9e33d88fa3315464660a89873ff021ab940f56902d9961a06f85bdd1886" dependencies = [ "serde", "swc_atoms", @@ -7421,9 +7475,9 @@ dependencies = [ [[package]] name = "swc_ecma_ast" -version = "0.109.1" +version = "0.110.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e063a1614daed3ea8be56e5dd8edb17003409088d2fc9ce4aca3378879812607" +checksum = "5cbbf9918976a7e7fbdb4f76fe659d08e291a8b56b524b424183fc67d1189679" dependencies = [ "bitflags 2.4.0", "bytecheck", @@ -7440,9 +7494,9 @@ dependencies = [ [[package]] name = "swc_ecma_codegen" -version = "0.145.5" +version = "0.146.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "547ed57b827ea4df3e2c27cea153482f8b2ce2d271ae30c456fbb2d5a5ecc19d" +checksum = "1fba119c76654599b71099a0150094f5790f00db63aab6cda1790e731f42c98f" dependencies = [ "memchr", "num-bigint", @@ -7470,11 +7524,204 @@ dependencies = [ "syn 2.0.32", ] +[[package]] +name = "swc_ecma_compat_bugfixes" +version = "0.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3e86fbe39425c5135fbef3bd8ffbbb6d24f8d53942d21914cf765ff43d09be19" +dependencies = [ + "swc_atoms", + "swc_common", + "swc_ecma_ast", + "swc_ecma_compat_es2015", + "swc_ecma_transforms_base", + "swc_ecma_utils", + "swc_ecma_visit", + "swc_trace_macro", + "tracing", +] + +[[package]] +name = "swc_ecma_compat_common" +version = "0.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "6ecceb5d816d6f416bff1c13aea1814e27f43a25551066c66c0fdbd834be67bf" +dependencies = [ + "swc_common", + "swc_ecma_ast", + "swc_ecma_utils", + "swc_ecma_visit", + "swc_trace_macro", +] + +[[package]] +name = "swc_ecma_compat_es2015" +version = "0.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "000318f4ef8ad1b1e417120b630530a453165b9c6f85052010ce28d01e078e15" +dependencies = [ + "arrayvec 0.7.4", + "indexmap 1.9.3", + "is-macro", + "serde", + "serde_derive", + "smallvec", + "swc_atoms", + "swc_common", + "swc_config", + "swc_ecma_ast", + "swc_ecma_compat_common", + "swc_ecma_transforms_base", + "swc_ecma_transforms_classes", + "swc_ecma_transforms_macros", + "swc_ecma_utils", + "swc_ecma_visit", + "swc_trace_macro", + "tracing", +] + +[[package]] +name = "swc_ecma_compat_es2016" +version = "0.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "145df6ac733548dae7f31aa21264e8609e5deb0f0a46019a3fc8e4a70c8cbf3a" +dependencies = [ + "swc_atoms", + "swc_common", + "swc_ecma_ast", + "swc_ecma_transforms_base", + "swc_ecma_transforms_macros", + "swc_ecma_utils", + "swc_ecma_visit", + "swc_trace_macro", + "tracing", +] + +[[package]] +name = "swc_ecma_compat_es2017" +version = "0.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "11b1d15155a9d1608e49a8d67e134d6d03e43eaa3f0e2b5eae465d84288c85f5" +dependencies = [ + "serde", + "swc_atoms", + "swc_common", + "swc_ecma_ast", + "swc_ecma_transforms_base", + "swc_ecma_transforms_macros", + "swc_ecma_utils", + "swc_ecma_visit", + "swc_trace_macro", + "tracing", +] + +[[package]] +name = "swc_ecma_compat_es2018" +version = "0.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "047286ba45b3afb868452b947cef646ef66d410c269935f30d494d0489c2321c" +dependencies = [ + "serde", + "swc_atoms", + "swc_common", + "swc_ecma_ast", + "swc_ecma_compat_common", + "swc_ecma_transforms_base", + "swc_ecma_transforms_macros", + "swc_ecma_utils", + "swc_ecma_visit", + "swc_trace_macro", + "tracing", +] + +[[package]] +name = "swc_ecma_compat_es2019" +version = "0.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1cbbafa9873cd396980b0dbb34304545191f630b822659e7de13eedaa4ec6e26" +dependencies = [ + "swc_atoms", + "swc_common", + "swc_ecma_ast", + "swc_ecma_transforms_base", + "swc_ecma_utils", + "swc_ecma_visit", + "swc_trace_macro", + "tracing", +] + +[[package]] +name = "swc_ecma_compat_es2020" +version = "0.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "0a22db764b289d87676997d6a3c3c00e00fe965711940aedce93a09097b742c3" +dependencies = [ + "serde", + "swc_atoms", + "swc_common", + "swc_ecma_ast", + "swc_ecma_transforms_base", + "swc_ecma_utils", + "swc_ecma_visit", + "swc_trace_macro", + "tracing", +] + +[[package]] +name = "swc_ecma_compat_es2021" +version = "0.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5c7ded8f71201833cca75ff0eb490e5d9237e7e1808c9ca204e6e70da545829f" +dependencies = [ + "swc_atoms", + "swc_common", + "swc_ecma_ast", + "swc_ecma_transforms_base", + "swc_ecma_utils", + "swc_ecma_visit", + "swc_trace_macro", + "tracing", +] + +[[package]] +name = "swc_ecma_compat_es2022" +version = "0.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e82e116ad390b63a72250b0624100f9f0052fa0a5053bb6cd78cd11ce1636575" +dependencies = [ + "swc_atoms", + "swc_common", + "swc_ecma_ast", + "swc_ecma_compat_common", + "swc_ecma_transforms_base", + "swc_ecma_transforms_classes", + "swc_ecma_transforms_macros", + "swc_ecma_utils", + "swc_ecma_visit", + "swc_trace_macro", + "tracing", +] + +[[package]] +name = "swc_ecma_compat_es3" +version = "0.1.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "2546a901da8f8570c1964961eb6d49962dcf1b3b95791e8c5899b4f53c46283a" +dependencies = [ + "swc_common", + "swc_ecma_ast", + "swc_ecma_transforms_base", + "swc_ecma_utils", + "swc_ecma_visit", + "swc_trace_macro", + "tracing", +] + [[package]] name = "swc_ecma_ext_transforms" -version = "0.109.0" +version = "0.110.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d995f94740b4cde4919e6e03d982230f755f49dac9dac52f0218254a1fd69f2b" +checksum = "1c47c85a90f01607fe136be5fb15cc5033e1eb0bbe16c89855bad5e0d0915159" dependencies = [ "phf", "swc_atoms", @@ -7486,9 +7733,9 @@ dependencies = [ [[package]] name = "swc_ecma_lints" -version = "0.88.6" +version = "0.89.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "300ae29c0fc98ed0364aa2fd4aa7702d6dc67d411dd4894e7e60d40e99c4ef19" +checksum = "f09ea9e797559ccdf30db36403d3a2097e3c750c86c576b001b2dfc24c244265" dependencies = [ "auto_impl", "dashmap", @@ -7506,9 +7753,9 @@ dependencies = [ [[package]] name = "swc_ecma_loader" -version = "0.44.4" +version = "0.45.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7b2b3a3ec38fc9c691b787d32ac2aa5eb6871d1fe74ac4a10638fbd9b9bc407b" +checksum = "a7fe06d942fe20a5a81cc14f4a53e64a5efdc851fa895a869224b2d41df73276" dependencies = [ "anyhow", "dashmap", @@ -7527,9 +7774,9 @@ dependencies = [ [[package]] name = "swc_ecma_minifier" -version = "0.187.20" +version = "0.189.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8458b755f90a0152a8cbb48b299956ce388eb6d96aa333f9efe243776fefb9c9" +checksum = "57524e1f80b1facd4332aea354365a42772addc484a571130173f4512a18c902" dependencies = [ "arrayvec 0.7.4", "indexmap 1.9.3", @@ -7562,9 +7809,9 @@ dependencies = [ [[package]] name = "swc_ecma_parser" -version = "0.140.0" +version = "0.141.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3c968599841fcecfdc2e490188ad93251897a1bb912882547e6889e14a368399" +checksum = "a26e535c623db7beb04ba8ebfa821c287b72a23f9fb523990b54db6c1355c990" dependencies = [ "either", "num-bigint", @@ -7582,9 +7829,9 @@ dependencies = [ [[package]] name = "swc_ecma_preset_env" -version = "0.201.21" +version = "0.203.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7aac45044af56b9be44aed5664238b6c1076c5a1c0bf4fd17ae83826f4b19ff1" +checksum = "bfc6a6b74e0136460cf3938a873d158e02ac226c22ee8c1c002c91672cfbaeda" dependencies = [ "anyhow", "dashmap", @@ -7607,9 +7854,9 @@ dependencies = [ [[package]] name = "swc_ecma_quote_macros" -version = "0.51.0" +version = "0.52.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b028b0675ad45b79b163c70e192f25b59d72366a2864c5d369dce707a38a1597" +checksum = "687e5944bd1ccf5729104c2ed11c182b1f679d18d620980da442bfe326391ddf" dependencies = [ "anyhow", "pmutil", @@ -7625,9 +7872,9 @@ dependencies = [ [[package]] name = "swc_ecma_testing" -version = "0.21.1" +version = "0.22.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0b776795afd44c8df3977391e239a8dedbe2139c5eeb1ea053c1e29314b6d8a7" +checksum = "57c456e2c330c0049f77780cd412e61d9c9d0ae7ff9b6c0e4f8262270b7c718e" dependencies = [ "anyhow", "hex", @@ -7638,9 +7885,9 @@ dependencies = [ [[package]] name = "swc_ecma_transforms" -version = "0.224.19" +version = "0.226.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "66f893871042dbe3eb3f9cb4fb878d24163fd0e568896d68f02a8952d2c9d9a5" +checksum = "f989184c2b223d1c0d00e0c4abe2e60ce04c7cbc3be80fc28ef403799d7d00ae" dependencies = [ "swc_atoms", "swc_common", @@ -7658,9 +7905,9 @@ dependencies = [ [[package]] name = "swc_ecma_transforms_base" -version = "0.133.5" +version = "0.134.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "496e3957e19c22e61cd7ff020a87e1fe94c9334f4fa11267f08614fd5f85ba67" +checksum = "37d30c5aa540b6516875d507d3dc2ca7edf77a30fe9e070868ccd2d90b85a3a3" dependencies = [ "better_scoped_tls", "bitflags 2.4.0", @@ -7682,9 +7929,9 @@ dependencies = [ [[package]] name = "swc_ecma_transforms_classes" -version = "0.122.5" +version = "0.123.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "519ffccc874b8bb39db0fceec06c172b1d7a6e812ac6f4b0a000e5d3c295e495" +checksum = "abc1dd56c4f76505604c081ff540b3137da6098f0055515af7150e2f0d265af2" dependencies = [ "swc_atoms", "swc_common", @@ -7696,9 +7943,9 @@ dependencies = [ [[package]] name = "swc_ecma_transforms_compat" -version = "0.159.11" +version = "0.160.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "83bf11f8c486856ea9c8d24d84e5e8629afbd49919be519fddda67d3d440a9be" +checksum = "413a57c78f02d51af95100928ce62af0c832169ad38c73e46c77015cbe3785f9" dependencies = [ "arrayvec 0.7.4", "indexmap 1.9.3", @@ -7711,6 +7958,17 @@ dependencies = [ "swc_common", "swc_config", "swc_ecma_ast", + "swc_ecma_compat_bugfixes", + "swc_ecma_compat_common", + "swc_ecma_compat_es2015", + "swc_ecma_compat_es2016", + "swc_ecma_compat_es2017", + "swc_ecma_compat_es2018", + "swc_ecma_compat_es2019", + "swc_ecma_compat_es2020", + "swc_ecma_compat_es2021", + "swc_ecma_compat_es2022", + "swc_ecma_compat_es3", "swc_ecma_transforms_base", "swc_ecma_transforms_classes", "swc_ecma_transforms_macros", @@ -7735,9 +7993,9 @@ dependencies = [ [[package]] name = "swc_ecma_transforms_module" -version = "0.176.14" +version = "0.177.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5239cdd86eb8a99d04473dfaceb778ec080be9644ae9d53bc92b6967a3eea60b" +checksum = "7551406c42c22444cec84d35a19bfdc3d3030262a736b5bec06c8fc6c2f4a7bb" dependencies = [ "Inflector", "anyhow", @@ -7762,9 +8020,9 @@ dependencies = [ [[package]] name = "swc_ecma_transforms_optimization" -version = "0.193.19" +version = "0.195.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "47028d59dbb4635f4881393f19644bc3f3808536c901551a73ed0a454160d077" +checksum = "3d6de1cd412b1bf59f1c71f61c6399a89faab1f2a99657cffcf889cde5cce09f" dependencies = [ "dashmap", "indexmap 1.9.3", @@ -7787,9 +8045,9 @@ dependencies = [ [[package]] name = "swc_ecma_transforms_proposal" -version = "0.167.13" +version = "0.168.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2e896e6d01b1618f4f2061c6ab4c5f74e98b47d93f80bd81731243e880aa721a" +checksum = "67728d832bdb7d7ff44f8bfb93830df7ec1e3fe516c3022525949b92f822d8c8" dependencies = [ "either", "rustc-hash", @@ -7807,9 +8065,9 @@ dependencies = [ [[package]] name = "swc_ecma_transforms_react" -version = "0.179.14" +version = "0.180.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f0eff59ce7151b51e5eaf0c961cf3a264258f179abe5ca1de6d0c5843020784d" +checksum = "417f343e75a3c0c0df0504651947c012b4f8de1519d14c9e7cc7fb847326ced8" dependencies = [ "base64 0.13.1", "dashmap", @@ -7832,9 +8090,9 @@ dependencies = [ [[package]] name = "swc_ecma_transforms_testing" -version = "0.136.5" +version = "0.137.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ef0636ec69f3de36ed0155a05e338b6ee294b115fafa15e13996f1ca7f2af6c3" +checksum = "06b02eb5f5972cc9000aedf436aefdd1723d6f7235fc829eb1a2f29fcff38f86" dependencies = [ "ansi_term", "anyhow", @@ -7858,9 +8116,9 @@ dependencies = [ [[package]] name = "swc_ecma_transforms_typescript" -version = "0.183.18" +version = "0.185.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "705566ab5897223937008a759556d562044a195f2ee8597fa0d9b2af4ca32495" +checksum = "935b5d1dfe618b72c760edd5dfbb9f95d7e5dddfcf11f83a08e851682b0ab20f" dependencies = [ "ryu-js", "serde", @@ -7875,9 +8133,9 @@ dependencies = [ [[package]] name = "swc_ecma_usage_analyzer" -version = "0.19.0" +version = "0.20.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d71dc9b35f1f137c72badbadb705a2325d161ff603224ab0e07e6834774ea281" +checksum = "d71bbc022658f28e9455c6199069d48dc54b487bc883343f4b265b0f4c44966e" dependencies = [ "indexmap 1.9.3", "rustc-hash", @@ -7892,9 +8150,9 @@ dependencies = [ [[package]] name = "swc_ecma_utils" -version = "0.123.0" +version = "0.124.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5b6d6b59ebd31b25fe2692ff705c806961e7856de8b7e91fd0942328886cd315" +checksum = "4d5dd053e9a21c433504664d7083869c9d02394eb5141b101c81067067536471" dependencies = [ "indexmap 1.9.3", "num_cpus", @@ -7911,9 +8169,9 @@ dependencies = [ [[package]] name = "swc_ecma_visit" -version = "0.95.1" +version = "0.96.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2774848b306e17fa280c598ecb192cc2c72a1163942b02d48606514336e9e7c5" +checksum = "47081acd84cdb2d49d6340ed3204e17738b444da10a3e1dd1eb3d7c8e4d47091" dependencies = [ "num-bigint", "serde", @@ -7926,9 +8184,9 @@ dependencies = [ [[package]] name = "swc_emotion" -version = "0.51.0" +version = "0.53.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1d1a13c3241b2812f15e751687924b0458b55ca7c3576a752b939e954cb4b0ba" +checksum = "43150c60e1fbb43010427afe474246189bc426c5ee833cc413b558a41f0836cd" dependencies = [ "base64 0.13.1", "byteorder", @@ -7962,9 +8220,9 @@ dependencies = [ [[package]] name = "swc_error_reporters" -version = "0.16.1" +version = "0.17.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c76b479ad1a69bec65b261354b8e2dec8ed0f9ed43c7b54ab053dc4923e1c90e" +checksum = "015cbdf2b13ccc76eb12d1702a90fb9aae7b3cddacaf2c56a1b1a4a02f9fcd81" dependencies = [ "anyhow", "miette 4.7.1", @@ -7975,9 +8233,9 @@ dependencies = [ [[package]] name = "swc_fast_graph" -version = "0.20.1" +version = "0.21.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e2f7297cdefdb54d8d09e0294c1aec3826825b1feefd0c25978365aa7f447a1c" +checksum = "b97e69e9617913611e39284cf724a412ab7fc6081708d0ef2820855774da5357" dependencies = [ "indexmap 1.9.3", "petgraph", @@ -7987,9 +8245,9 @@ dependencies = [ [[package]] name = "swc_graph_analyzer" -version = "0.21.1" +version = "0.22.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d20a18d45da54ba15698d5ce1f6a0a97684f4035922730393e98e47b44fc3573" +checksum = "0f59cccef405565b041a8fa1fc2e7059856149f7fc658544c4bafd1a001ea483" dependencies = [ "auto_impl", "petgraph", @@ -8022,9 +8280,9 @@ dependencies = [ [[package]] name = "swc_node_comments" -version = "0.19.1" +version = "0.20.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b2b9597573f1ab8bae72329eef550d214ced0955c7a4f1b6b4ae5e216219e710" +checksum = "cf250afa389a40c4856a250d63f5b1f8d46b513446299b72166c870c7641c365" dependencies = [ "dashmap", "swc_atoms", @@ -8058,9 +8316,9 @@ dependencies = [ [[package]] name = "swc_plugin_proxy" -version = "0.38.1" +version = "0.39.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a76ccadcc63a459e096f332730b2d4e09548fc10e0be63df9f3bacecdf5332fe" +checksum = "55e32ea3aeb4930d0b6fcf1f052d33a4bb115a9d58e32bf3baade3316ef6bdd3" dependencies = [ "better_scoped_tls", "rkyv", @@ -8072,9 +8330,9 @@ dependencies = [ [[package]] name = "swc_plugin_runner" -version = "0.102.1" +version = "0.104.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4a5626614e11d835b3e8631a7dde4da044d143dc20fd8da3d7ab8d05aaf3cd6b" +checksum = "86c58e6dfbcc59185e9c557d952f431c5140ed546cfebc053ad0b082c4a3e4e4" dependencies = [ "anyhow", "enumset", @@ -8096,9 +8354,9 @@ dependencies = [ [[package]] name = "swc_relay" -version = "0.23.0" +version = "0.25.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5b74826cb88703713c9c081f5968324490eed925217813ffa1de22da711a80a9" +checksum = "5dfcf5ebeb56cf35ddfcab86338ee9a776ccde2e27b44a63a2b41271572d9f8c" dependencies = [ "once_cell", "regex", @@ -8114,9 +8372,9 @@ dependencies = [ [[package]] name = "swc_timer" -version = "0.20.1" +version = "0.21.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b740ce6b402ed04176bd28dc4f4f92c764fe0defe8437c2f3b6e1b5818b4e10c" +checksum = "77a6e150f91760ccaca6f6b797b95ffb00bbc245a71311c483b84a7bc700e9c4" dependencies = [ "tracing", ] @@ -8393,9 +8651,9 @@ dependencies = [ [[package]] name = "testing" -version = "0.34.1" +version = "0.35.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dc31f7f4a7baef94495386462c2a55caa0f0885b61b28c120f783132d14938ed" +checksum = "e149694212e0152671c616dc21e4029a0f39710085f32705b2fb07fda89e437f" dependencies = [ "ansi_term", "cargo_metadata", @@ -8528,22 +8786,22 @@ dependencies = [ [[package]] name = "time" -version = "0.3.26" +version = "0.3.29" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a79d09ac6b08c1ab3906a2f7cc2e81a0e27c7ae89c63812df75e52bef0751e07" +checksum = "426f806f4089c493dcac0d24c29c01e2c38baf8e30f1b716ee37e83d200b18fe" dependencies = [ "deranged", "itoa", "serde", "time-core", - "time-macros 0.2.12", + "time-macros 0.2.15", ] [[package]] name = "time-core" -version = "0.1.1" +version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7300fbefb4dadc1af235a9cef3737cea692a9d97e1b9cbcd4ebdae6f8868e6fb" +checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3" [[package]] name = "time-macros" @@ -8557,9 +8815,9 @@ dependencies = [ [[package]] name = "time-macros" -version = "0.2.12" +version = "0.2.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "75c65469ed6b3a4809d987a41eb1dc918e9bc1d92211cbad7ae82931846f7451" +checksum = "4ad70d68dba9e1f8aceda7aa6711965dfec1cac869f311a51bd08b3a2ccbce20" dependencies = [ "time-core", ] @@ -8875,7 +9133,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "09d48f71a791638519505cefafe162606f706c25592e4bde4d97600c0195312e" dependencies = [ "crossbeam-channel", - "time 0.3.26", + "time 0.3.29", "tracing-subscriber", ] @@ -10141,7 +10399,7 @@ dependencies = [ "tempfile", "test-case", "thiserror", - "time 0.3.26", + "time 0.3.29", "tiny-gradient", "tokio", "tokio-stream", @@ -10547,7 +10805,7 @@ dependencies = [ "getset", "rustversion", "thiserror", - "time 0.3.26", + "time 0.3.29", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index f279068317311..28973edde7b78 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -77,17 +77,17 @@ async-recursion = "1.0.2" # Keep consistent with preset_env_base through swc_core browserslist-rs = { version = "0.12.2" } -mdxjs = "0.1.17" -modularize_imports = { version = "0.48.0" } -styled_components = { version = "0.75.0" } -styled_jsx = { version = "0.52.0" } -swc_core = { version = "0.83.28", features = [ +mdxjs = "0.1.19" +modularize_imports = { version = "0.50.0" } +styled_components = { version = "0.77.0" } +styled_jsx = { version = "0.54.0" } +swc_core = { version = "0.86.1", features = [ "ecma_loader_lru", "ecma_loader_parking_lot", ] } -swc_emotion = { version = "0.51.0" } -swc_relay = { version = "0.23.0" } -testing = { version = "0.34.1" } +swc_emotion = { version = "0.53.0" } +swc_relay = { version = "0.25.0" } +testing = { version = "0.35.0" } auto-hash-map = { path = "crates/turbo-tasks-auto-hash-map" } node-file-trace = { path = "crates/node-file-trace", default-features = false } diff --git a/crates/turbopack-css/src/parse.rs b/crates/turbopack-css/src/parse.rs index b60d028a27f62..25b9556782a3c 100644 --- a/crates/turbopack-css/src/parse.rs +++ b/crates/turbopack-css/src/parse.rs @@ -178,7 +178,7 @@ async fn parse_content( }; let mut errors = Vec::new(); - let mut parsed_stylesheet = match parse_file::(&fm, config, &mut errors) { + let mut parsed_stylesheet = match parse_file::(&fm, None, config, &mut errors) { Ok(stylesheet) => stylesheet, Err(e) => { // TODO report in in a stream diff --git a/crates/turbopack-ecmascript/src/analyzer/mod.rs b/crates/turbopack-ecmascript/src/analyzer/mod.rs index e492a8b6c4bdf..99a5e9e703d45 100644 --- a/crates/turbopack-ecmascript/src/analyzer/mod.rs +++ b/crates/turbopack-ecmascript/src/analyzer/mod.rs @@ -133,12 +133,6 @@ impl Display for ConstantString { } } -impl From for ConstantString { - fn from(v: JsWord) -> Self { - ConstantString::Word(v) - } -} - impl From for ConstantString { fn from(v: Atom) -> Self { ConstantString::Atom(v) @@ -455,12 +449,6 @@ impl From<&'_ str> for JsValue { } } -impl From for JsValue { - fn from(v: JsWord) -> Self { - ConstantValue::Str(ConstantString::Word(v)).into() - } -} - impl From for JsValue { fn from(v: Atom) -> Self { ConstantValue::Str(ConstantString::Atom(v)).into() diff --git a/crates/turbopack-ecmascript/tests/analyzer/graph/1/graph-effects.snapshot b/crates/turbopack-ecmascript/tests/analyzer/graph/1/graph-effects.snapshot index 9305cf513f0b9..49d8789ec177e 100644 --- a/crates/turbopack-ecmascript/tests/analyzer/graph/1/graph-effects.snapshot +++ b/crates/turbopack-ecmascript/tests/analyzer/graph/1/graph-effects.snapshot @@ -1,7 +1,7 @@ [ FreeVar { var: FreeVar( - Atom('require' type=static), + "require", ), ast_path: [ Program( @@ -67,13 +67,13 @@ }, Call { func: FreeVar( - Atom('require' type=static), + "require", ), args: [ Value( Variable( ( - Atom('x' type=static), + "x", #2, ), ), diff --git a/crates/turbopack-ecmascript/tests/analyzer/graph/1/graph.snapshot b/crates/turbopack-ecmascript/tests/analyzer/graph/1/graph.snapshot index cd919454fe8e2..369ce887263d6 100644 --- a/crates/turbopack-ecmascript/tests/analyzer/graph/1/graph.snapshot +++ b/crates/turbopack-ecmascript/tests/analyzer/graph/1/graph.snapshot @@ -46,14 +46,14 @@ [ Variable( ( - Atom('y' type=inline), + "y", #2, ), ), Constant( Str( Word( - Atom('.js' type=inline), + ".js", ), ), ), @@ -70,14 +70,14 @@ Constant( Str( Word( - Atom('hello' type=inline), + "hello", ), ), ), Constant( Str( Word( - Atom('world' type=inline), + "world", ), ), ), diff --git a/crates/turbopack-ecmascript/tests/analyzer/graph/2/graph.snapshot b/crates/turbopack-ecmascript/tests/analyzer/graph/2/graph.snapshot index d04194d9c85cc..7a10306bbc2fe 100644 --- a/crates/turbopack-ecmascript/tests/analyzer/graph/2/graph.snapshot +++ b/crates/turbopack-ecmascript/tests/analyzer/graph/2/graph.snapshot @@ -13,7 +13,7 @@ ), Variable( ( - Atom('y' type=inline), + "y", #2, ), ), @@ -24,7 +24,7 @@ "y", Variable( ( - Atom('x' type=static), + "x", #2, ), ), @@ -33,7 +33,7 @@ "z", Variable( ( - Atom('x' type=static), + "x", #2, ), ), diff --git a/crates/turbopack-ecmascript/tests/analyzer/graph/array-map/graph-effects.snapshot b/crates/turbopack-ecmascript/tests/analyzer/graph/array-map/graph-effects.snapshot index b5776502589b9..ec84f2a25b50b 100644 --- a/crates/turbopack-ecmascript/tests/analyzer/graph/array-map/graph-effects.snapshot +++ b/crates/turbopack-ecmascript/tests/analyzer/graph/array-map/graph-effects.snapshot @@ -6,14 +6,14 @@ Constant( Str( Word( - Atom('../lib/a.js' type=dynamic), + "../lib/a.js", ), ), ), Constant( Str( Word( - Atom('../lib/b.js' type=dynamic), + "../lib/b.js", ), ), ), @@ -22,8 +22,8 @@ }, prop: Constant( Str( - Word( - Atom('map' type=static), + Atom( + "map", ), ), ), @@ -81,14 +81,14 @@ Constant( Str( Word( - Atom('../lib/a.js' type=dynamic), + "../lib/a.js", ), ), ), Constant( Str( Word( - Atom('../lib/b.js' type=dynamic), + "../lib/b.js", ), ), ), @@ -97,8 +97,8 @@ }, prop: Constant( Str( - Word( - Atom('map' type=static), + Atom( + "map", ), ), ), @@ -106,7 +106,7 @@ Closure( Variable( ( - Atom('*anonymous function 88*' type=dynamic), + "*anonymous function 88*", #0, ), ), @@ -204,14 +204,14 @@ Constant( Str( Word( - Atom('../lib/a.js' type=dynamic), + "../lib/a.js", ), ), ), Constant( Str( Word( - Atom('../lib/b.js' type=dynamic), + "../lib/b.js", ), ), ), @@ -220,8 +220,8 @@ }, prop: Constant( Str( - Word( - Atom('map' type=static), + Atom( + "map", ), ), ), @@ -279,14 +279,14 @@ Constant( Str( Word( - Atom('../lib/a.js' type=dynamic), + "../lib/a.js", ), ), ), Constant( Str( Word( - Atom('../lib/b.js' type=dynamic), + "../lib/b.js", ), ), ), @@ -295,8 +295,8 @@ }, prop: Constant( Str( - Word( - Atom('map' type=static), + Atom( + "map", ), ), ), @@ -304,7 +304,7 @@ Closure( Variable( ( - Atom('*anonymous function 170*' type=dynamic), + "*anonymous function 170*", #0, ), ), @@ -402,14 +402,14 @@ Constant( Str( Word( - Atom('../lib/a.js' type=dynamic), + "../lib/a.js", ), ), ), Constant( Str( Word( - Atom('../lib/b.js' type=dynamic), + "../lib/b.js", ), ), ), @@ -418,8 +418,8 @@ }, prop: Constant( Str( - Word( - Atom('map' type=static), + Atom( + "map", ), ), ), @@ -477,14 +477,14 @@ Constant( Str( Word( - Atom('../lib/a.js' type=dynamic), + "../lib/a.js", ), ), ), Constant( Str( Word( - Atom('../lib/b.js' type=dynamic), + "../lib/b.js", ), ), ), @@ -493,8 +493,8 @@ }, prop: Constant( Str( - Word( - Atom('map' type=static), + Atom( + "map", ), ), ), @@ -502,7 +502,7 @@ Closure( Variable( ( - Atom('*anonymous function 254*' type=dynamic), + "*anonymous function 254*", #0, ), ), @@ -510,12 +510,12 @@ effects: [ Member { obj: FreeVar( - Atom('require' type=static), + "require", ), prop: Constant( Str( - Word( - Atom('resolve' type=inline), + Atom( + "resolve", ), ), ), @@ -599,7 +599,7 @@ }, FreeVar { var: FreeVar( - Atom('require' type=static), + "require", ), ast_path: [ Program( @@ -687,12 +687,12 @@ }, MemberCall { obj: FreeVar( - Atom('require' type=static), + "require", ), prop: Constant( Str( - Word( - Atom('resolve' type=inline), + Atom( + "resolve", ), ), ), @@ -700,7 +700,7 @@ Value( Variable( ( - Atom('file' type=static), + "file", #5, ), ), @@ -863,12 +863,12 @@ }, Member { obj: FreeVar( - Atom('require' type=static), + "require", ), prop: Constant( Str( - Word( - Atom('resolve' type=inline), + Atom( + "resolve", ), ), ), @@ -930,7 +930,7 @@ }, FreeVar { var: FreeVar( - Atom('require' type=static), + "require", ), ast_path: [ Program( @@ -996,12 +996,12 @@ }, MemberCall { obj: FreeVar( - Atom('require' type=static), + "require", ), prop: Constant( Str( - Word( - Atom('resolve' type=inline), + Atom( + "resolve", ), ), ), @@ -1009,7 +1009,7 @@ Value( Variable( ( - Atom('file' type=static), + "file", #6, ), ), diff --git a/crates/turbopack-ecmascript/tests/analyzer/graph/array-map/graph.snapshot b/crates/turbopack-ecmascript/tests/analyzer/graph/array-map/graph.snapshot index d68a9c9d211c1..a7dd833044bdc 100644 --- a/crates/turbopack-ecmascript/tests/analyzer/graph/array-map/graph.snapshot +++ b/crates/turbopack-ecmascript/tests/analyzer/graph/array-map/graph.snapshot @@ -9,7 +9,7 @@ items: [ Variable( ( - Atom('file' type=static), + "file", #4, ), ), @@ -26,19 +26,19 @@ MemberCall( 4, FreeVar( - Atom('require' type=static), + "require", ), Constant( Str( - Word( - Atom('resolve' type=inline), + Atom( + "resolve", ), ), ), [ Variable( ( - Atom('file' type=static), + "file", #5, ), ), @@ -53,7 +53,7 @@ 88, Variable( ( - Atom('file' type=static), + "file", #3, ), ), @@ -67,14 +67,14 @@ Constant( Str( Word( - Atom('../lib/a.js' type=dynamic), + "../lib/a.js", ), ), ), Constant( Str( Word( - Atom('../lib/b.js' type=dynamic), + "../lib/b.js", ), ), ), @@ -92,14 +92,14 @@ Constant( Str( Word( - Atom('../lib/a.js' type=dynamic), + "../lib/a.js", ), ), ), Constant( Str( Word( - Atom('../lib/b.js' type=dynamic), + "../lib/b.js", ), ), ), @@ -108,15 +108,15 @@ }, Constant( Str( - Word( - Atom('map' type=static), + Atom( + "map", ), ), ), [ Variable( ( - Atom('*anonymous function 88*' type=dynamic), + "*anonymous function 88*", #0, ), ), @@ -133,14 +133,14 @@ Constant( Str( Word( - Atom('../lib/a.js' type=dynamic), + "../lib/a.js", ), ), ), Constant( Str( Word( - Atom('../lib/b.js' type=dynamic), + "../lib/b.js", ), ), ), @@ -149,15 +149,15 @@ }, Constant( Str( - Word( - Atom('map' type=static), + Atom( + "map", ), ), ), [ Variable( ( - Atom('*anonymous function 170*' type=dynamic), + "*anonymous function 170*", #0, ), ), @@ -174,14 +174,14 @@ Constant( Str( Word( - Atom('../lib/a.js' type=dynamic), + "../lib/a.js", ), ), ), Constant( Str( Word( - Atom('../lib/b.js' type=dynamic), + "../lib/b.js", ), ), ), @@ -190,15 +190,15 @@ }, Constant( Str( - Word( - Atom('map' type=static), + Atom( + "map", ), ), ), [ Variable( ( - Atom('*anonymous function 254*' type=dynamic), + "*anonymous function 254*", #0, ), ), @@ -241,19 +241,19 @@ MemberCall( 4, FreeVar( - Atom('require' type=static), + "require", ), Constant( Str( - Word( - Atom('resolve' type=inline), + Atom( + "resolve", ), ), ), [ Variable( ( - Atom('file' type=static), + "file", #6, ), ), diff --git a/crates/turbopack-ecmascript/tests/analyzer/graph/array/graph-effects.snapshot b/crates/turbopack-ecmascript/tests/analyzer/graph/array/graph-effects.snapshot index 3e67f1376a1d3..950ea861ecfe0 100644 --- a/crates/turbopack-ecmascript/tests/analyzer/graph/array/graph-effects.snapshot +++ b/crates/turbopack-ecmascript/tests/analyzer/graph/array/graph-effects.snapshot @@ -13,7 +13,7 @@ Constant( Str( Word( - Atom('foo' type=inline), + "foo", ), ), ), @@ -23,12 +23,12 @@ prop: Member( 3, FreeVar( - Atom('global' type=static), + "global", ), Constant( Str( - Word( - Atom('index' type=inline), + Atom( + "index", ), ), ), @@ -73,12 +73,12 @@ }, Member { obj: FreeVar( - Atom('global' type=static), + "global", ), prop: Constant( Str( - Word( - Atom('index' type=inline), + Atom( + "index", ), ), ), @@ -134,7 +134,7 @@ }, FreeVar { var: FreeVar( - Atom('global' type=static), + "global", ), ast_path: [ Program( @@ -195,19 +195,19 @@ Member { obj: Variable( ( - Atom('d1' type=inline), + "d1", #2, ), ), prop: Member( 3, FreeVar( - Atom('global' type=static), + "global", ), Constant( Str( - Word( - Atom('index' type=inline), + Atom( + "index", ), ), ), @@ -252,12 +252,12 @@ }, Member { obj: FreeVar( - Atom('global' type=static), + "global", ), prop: Constant( Str( - Word( - Atom('index' type=inline), + Atom( + "index", ), ), ), @@ -313,7 +313,7 @@ }, FreeVar { var: FreeVar( - Atom('global' type=static), + "global", ), ast_path: [ Program( @@ -374,7 +374,7 @@ Member { obj: Variable( ( - Atom('d1' type=inline), + "d1", #2, ), ), @@ -426,7 +426,7 @@ Member { obj: Variable( ( - Atom('d1' type=inline), + "d1", #2, ), ), diff --git a/crates/turbopack-ecmascript/tests/analyzer/graph/array/graph.snapshot b/crates/turbopack-ecmascript/tests/analyzer/graph/array/graph.snapshot index a3074137f8cbb..aa0d060bcf325 100644 --- a/crates/turbopack-ecmascript/tests/analyzer/graph/array/graph.snapshot +++ b/crates/turbopack-ecmascript/tests/analyzer/graph/array/graph.snapshot @@ -14,7 +14,7 @@ Constant( Str( Word( - Atom('foo' type=inline), + "foo", ), ), ), @@ -36,7 +36,7 @@ Constant( Str( Word( - Atom('foo' type=inline), + "foo", ), ), ), @@ -46,12 +46,12 @@ Member( 3, FreeVar( - Atom('global' type=static), + "global", ), Constant( Str( - Word( - Atom('index' type=inline), + Atom( + "index", ), ), ), @@ -73,7 +73,7 @@ Constant( Str( Word( - Atom('foo' type=inline), + "foo", ), ), ), @@ -87,19 +87,19 @@ 5, Variable( ( - Atom('d1' type=inline), + "d1", #2, ), ), Member( 3, FreeVar( - Atom('global' type=static), + "global", ), Constant( Str( - Word( - Atom('index' type=inline), + Atom( + "index", ), ), ), @@ -112,7 +112,7 @@ 3, Variable( ( - Atom('d1' type=inline), + "d1", #2, ), ), @@ -131,7 +131,7 @@ 3, Variable( ( - Atom('d1' type=inline), + "d1", #2, ), ), diff --git a/crates/turbopack-ecmascript/tests/analyzer/graph/arrow/graph.snapshot b/crates/turbopack-ecmascript/tests/analyzer/graph/arrow/graph.snapshot index 7f81f875da0c5..ccf8fa15f2fec 100644 --- a/crates/turbopack-ecmascript/tests/analyzer/graph/arrow/graph.snapshot +++ b/crates/turbopack-ecmascript/tests/analyzer/graph/arrow/graph.snapshot @@ -143,7 +143,7 @@ "a", Variable( ( - Atom('*arrow function 11*' type=dynamic), + "*arrow function 11*", #0, ), ), @@ -152,7 +152,7 @@ "b", Variable( ( - Atom('*arrow function 30*' type=dynamic), + "*arrow function 30*", #0, ), ), @@ -161,7 +161,7 @@ "c", Variable( ( - Atom('*arrow function 50*' type=dynamic), + "*arrow function 50*", #0, ), ), @@ -170,7 +170,7 @@ "d", Variable( ( - Atom('*arrow function 83*' type=dynamic), + "*arrow function 83*", #0, ), ), @@ -179,7 +179,7 @@ "e#2", Variable( ( - Atom('*anonymous function 116*' type=dynamic), + "*anonymous function 116*", #0, ), ), @@ -202,7 +202,7 @@ "f", Variable( ( - Atom('e' type=static), + "e", #6, ), ), @@ -221,7 +221,7 @@ "xa", Variable( ( - Atom('*arrow function 214*' type=dynamic), + "*arrow function 214*", #0, ), ), @@ -230,7 +230,7 @@ "xb", Variable( ( - Atom('*arrow function 236*' type=dynamic), + "*arrow function 236*", #0, ), ), @@ -239,7 +239,7 @@ "xc", Variable( ( - Atom('*arrow function 259*' type=dynamic), + "*arrow function 259*", #0, ), ), @@ -248,7 +248,7 @@ "xd", Variable( ( - Atom('*arrow function 299*' type=dynamic), + "*arrow function 299*", #0, ), ), @@ -271,7 +271,7 @@ "xe#8", Variable( ( - Atom('*anonymous function 339*' type=dynamic), + "*anonymous function 339*", #0, ), ), @@ -280,7 +280,7 @@ "xf", Variable( ( - Atom('xe' type=inline), + "xe", #12, ), ), diff --git a/crates/turbopack-ecmascript/tests/analyzer/graph/assign/graph.snapshot b/crates/turbopack-ecmascript/tests/analyzer/graph/assign/graph.snapshot index 8ff397cd85274..09f482905808a 100644 --- a/crates/turbopack-ecmascript/tests/analyzer/graph/assign/graph.snapshot +++ b/crates/turbopack-ecmascript/tests/analyzer/graph/assign/graph.snapshot @@ -7,7 +7,7 @@ Constant( Str( Word( - Atom('' type=static), + "", ), ), ), @@ -16,14 +16,14 @@ [ Variable( ( - Atom('a' type=static), + "a", #2, ), ), Constant( Str( Word( - Atom('x' type=static), + "x", ), ), ), diff --git a/crates/turbopack-ecmascript/tests/analyzer/graph/class_super/graph-effects.snapshot b/crates/turbopack-ecmascript/tests/analyzer/graph/class_super/graph-effects.snapshot index 4f6ad3013e248..0aed52de945f4 100644 --- a/crates/turbopack-ecmascript/tests/analyzer/graph/class_super/graph-effects.snapshot +++ b/crates/turbopack-ecmascript/tests/analyzer/graph/class_super/graph-effects.snapshot @@ -5,7 +5,7 @@ [ Variable( ( - Atom('*arrow function 138*' type=dynamic), + "*arrow function 138*", #0, ), ), @@ -15,7 +15,7 @@ Closure( Variable( ( - Atom('*arrow function 138*' type=dynamic), + "*arrow function 138*", #0, ), ), @@ -129,7 +129,7 @@ 3, Module( ModuleValue { - module: Atom('./module.js' type=dynamic), + module: "./module.js", annotations: ImportAnnotations { map: {}, }, @@ -137,8 +137,8 @@ ), Constant( Str( - Word( - Atom('named' type=inline), + Atom( + "named", ), ), ), diff --git a/crates/turbopack-ecmascript/tests/analyzer/graph/conditional-import/graph-effects.snapshot b/crates/turbopack-ecmascript/tests/analyzer/graph/conditional-import/graph-effects.snapshot index e5a3a8bf2f757..29dbcdfc8f413 100644 --- a/crates/turbopack-ecmascript/tests/analyzer/graph/conditional-import/graph-effects.snapshot +++ b/crates/turbopack-ecmascript/tests/analyzer/graph/conditional-import/graph-effects.snapshot @@ -147,14 +147,14 @@ }, Call { func: FreeVar( - Atom('import' type=static), + "import", ), args: [ Value( Constant( Str( Word( - Atom('a' type=static), + "a", ), ), ), @@ -207,14 +207,14 @@ effects: [ Call { func: FreeVar( - Atom('import' type=static), + "import", ), args: [ Value( Constant( Str( Word( - Atom('a' type=static), + "a", ), ), ), @@ -292,14 +292,14 @@ effects: [ Call { func: FreeVar( - Atom('import' type=static), + "import", ), args: [ Value( Constant( Str( Word( - Atom('b' type=static), + "b", ), ), ), diff --git a/crates/turbopack-ecmascript/tests/analyzer/graph/conditional-import/graph.snapshot b/crates/turbopack-ecmascript/tests/analyzer/graph/conditional-import/graph.snapshot index 04f66191f3c75..2512b203d790e 100644 --- a/crates/turbopack-ecmascript/tests/analyzer/graph/conditional-import/graph.snapshot +++ b/crates/turbopack-ecmascript/tests/analyzer/graph/conditional-import/graph.snapshot @@ -4,13 +4,13 @@ Call( 3, FreeVar( - Atom('import' type=static), + "import", ), [ Constant( Str( Word( - Atom('a' type=static), + "a", ), ), ), @@ -26,7 +26,7 @@ Some( Variable( ( - Atom('b' type=static), + "b", #2, ), ), @@ -36,13 +36,13 @@ Call( 3, FreeVar( - Atom('import' type=static), + "import", ), [ Constant( Str( Word( - Atom('a' type=static), + "a", ), ), ), @@ -51,13 +51,13 @@ Call( 3, FreeVar( - Atom('import' type=static), + "import", ), [ Constant( Str( Word( - Atom('b' type=static), + "b", ), ), ), diff --git a/crates/turbopack-ecmascript/tests/analyzer/graph/cycle-cache/graph.snapshot b/crates/turbopack-ecmascript/tests/analyzer/graph/cycle-cache/graph.snapshot index b397d022e1ee1..71b4766e54064 100644 --- a/crates/turbopack-ecmascript/tests/analyzer/graph/cycle-cache/graph.snapshot +++ b/crates/turbopack-ecmascript/tests/analyzer/graph/cycle-cache/graph.snapshot @@ -6,7 +6,7 @@ 425, Variable( ( - Atom('*arrow function 431*' type=dynamic), + "*arrow function 431*", #0, ), ), @@ -19,7 +19,7 @@ 431, Variable( ( - Atom('*arrow function 437*' type=dynamic), + "*arrow function 437*", #0, ), ), @@ -32,7 +32,7 @@ 437, Variable( ( - Atom('*arrow function 443*' type=dynamic), + "*arrow function 443*", #0, ), ), @@ -45,7 +45,7 @@ 443, Variable( ( - Atom('*arrow function 449*' type=dynamic), + "*arrow function 449*", #0, ), ), @@ -72,7 +72,7 @@ 468, Variable( ( - Atom('*arrow function 474*' type=dynamic), + "*arrow function 474*", #0, ), ), @@ -85,7 +85,7 @@ 474, Variable( ( - Atom('*arrow function 480*' type=dynamic), + "*arrow function 480*", #0, ), ), @@ -98,7 +98,7 @@ 480, Variable( ( - Atom('*arrow function 486*' type=dynamic), + "*arrow function 486*", #0, ), ), @@ -111,7 +111,7 @@ 486, Variable( ( - Atom('*arrow function 492*' type=dynamic), + "*arrow function 492*", #0, ), ), @@ -138,7 +138,7 @@ 511, Variable( ( - Atom('*arrow function 517*' type=dynamic), + "*arrow function 517*", #0, ), ), @@ -151,7 +151,7 @@ 517, Variable( ( - Atom('*arrow function 523*' type=dynamic), + "*arrow function 523*", #0, ), ), @@ -164,7 +164,7 @@ 523, Variable( ( - Atom('*arrow function 529*' type=dynamic), + "*arrow function 529*", #0, ), ), @@ -177,7 +177,7 @@ 529, Variable( ( - Atom('*arrow function 535*' type=dynamic), + "*arrow function 535*", #0, ), ), @@ -204,7 +204,7 @@ 554, Variable( ( - Atom('*arrow function 560*' type=dynamic), + "*arrow function 560*", #0, ), ), @@ -217,7 +217,7 @@ 560, Variable( ( - Atom('*arrow function 566*' type=dynamic), + "*arrow function 566*", #0, ), ), @@ -230,7 +230,7 @@ 566, Variable( ( - Atom('*arrow function 572*' type=dynamic), + "*arrow function 572*", #0, ), ), @@ -243,7 +243,7 @@ 572, Variable( ( - Atom('*arrow function 578*' type=dynamic), + "*arrow function 578*", #0, ), ), @@ -291,7 +291,7 @@ ), Variable( ( - Atom('b' type=static), + "b", #2, ), ), @@ -326,7 +326,7 @@ ), Variable( ( - Atom('c' type=inline), + "c", #2, ), ), @@ -361,7 +361,7 @@ ), Variable( ( - Atom('a' type=static), + "a", #2, ), ), @@ -375,127 +375,127 @@ [ Variable( ( - Atom('f11' type=inline), + "f11", #2, ), ), Variable( ( - Atom('f22' type=inline), + "f22", #2, ), ), Variable( ( - Atom('f32' type=inline), + "f32", #2, ), ), Variable( ( - Atom('f42' type=inline), + "f42", #2, ), ), Variable( ( - Atom('f52' type=inline), + "f52", #2, ), ), Variable( ( - Atom('f62' type=inline), + "f62", #2, ), ), Variable( ( - Atom('f72' type=inline), + "f72", #2, ), ), Variable( ( - Atom('f82' type=inline), + "f82", #2, ), ), Variable( ( - Atom('f92' type=inline), + "f92", #2, ), ), Variable( ( - Atom('fa2' type=inline), + "fa2", #2, ), ), Variable( ( - Atom('fb2' type=inline), + "fb2", #2, ), ), Variable( ( - Atom('fc2' type=inline), + "fc2", #2, ), ), Variable( ( - Atom('fd2' type=inline), + "fd2", #2, ), ), Variable( ( - Atom('fe2' type=inline), + "fe2", #2, ), ), Variable( ( - Atom('ff2' type=inline), + "ff2", #2, ), ), Variable( ( - Atom('fg2' type=inline), + "fg2", #2, ), ), Variable( ( - Atom('fh2' type=inline), + "fh2", #2, ), ), Variable( ( - Atom('fi2' type=inline), + "fi2", #2, ), ), Variable( ( - Atom('fj2' type=inline), + "fj2", #2, ), ), Variable( ( - Atom('fk2' type=inline), + "fk2", #2, ), ), Variable( ( - Atom('fl2' type=inline), + "fl2", #2, ), ), @@ -509,13 +509,13 @@ [ Variable( ( - Atom('*arrow function 425*' type=dynamic), + "*arrow function 425*", #0, ), ), Variable( ( - Atom('*arrow function 468*' type=dynamic), + "*arrow function 468*", #0, ), ), @@ -529,13 +529,13 @@ [ Variable( ( - Atom('*arrow function 511*' type=dynamic), + "*arrow function 511*", #0, ), ), Variable( ( - Atom('*arrow function 554*' type=dynamic), + "*arrow function 554*", #0, ), ), @@ -549,13 +549,13 @@ [ Variable( ( - Atom('f11' type=inline), + "f11", #2, ), ), Variable( ( - Atom('f12' type=inline), + "f12", #2, ), ), @@ -569,13 +569,13 @@ [ Variable( ( - Atom('f12' type=inline), + "f12", #2, ), ), Variable( ( - Atom('f11' type=inline), + "f11", #2, ), ), @@ -589,13 +589,13 @@ [ Variable( ( - Atom('f21' type=inline), + "f21", #2, ), ), Variable( ( - Atom('f22' type=inline), + "f22", #2, ), ), @@ -609,13 +609,13 @@ [ Variable( ( - Atom('f22' type=inline), + "f22", #2, ), ), Variable( ( - Atom('f21' type=inline), + "f21", #2, ), ), @@ -629,13 +629,13 @@ [ Variable( ( - Atom('f31' type=inline), + "f31", #2, ), ), Variable( ( - Atom('f32' type=inline), + "f32", #2, ), ), @@ -649,13 +649,13 @@ [ Variable( ( - Atom('f32' type=inline), + "f32", #2, ), ), Variable( ( - Atom('f31' type=inline), + "f31", #2, ), ), @@ -669,13 +669,13 @@ [ Variable( ( - Atom('f41' type=inline), + "f41", #2, ), ), Variable( ( - Atom('f42' type=inline), + "f42", #2, ), ), @@ -689,13 +689,13 @@ [ Variable( ( - Atom('f42' type=inline), + "f42", #2, ), ), Variable( ( - Atom('f41' type=inline), + "f41", #2, ), ), @@ -709,13 +709,13 @@ [ Variable( ( - Atom('f51' type=inline), + "f51", #2, ), ), Variable( ( - Atom('f52' type=inline), + "f52", #2, ), ), @@ -729,13 +729,13 @@ [ Variable( ( - Atom('f52' type=inline), + "f52", #2, ), ), Variable( ( - Atom('f51' type=inline), + "f51", #2, ), ), @@ -749,13 +749,13 @@ [ Variable( ( - Atom('f61' type=inline), + "f61", #2, ), ), Variable( ( - Atom('f62' type=inline), + "f62", #2, ), ), @@ -769,13 +769,13 @@ [ Variable( ( - Atom('f62' type=inline), + "f62", #2, ), ), Variable( ( - Atom('f61' type=inline), + "f61", #2, ), ), @@ -789,13 +789,13 @@ [ Variable( ( - Atom('f71' type=inline), + "f71", #2, ), ), Variable( ( - Atom('f72' type=inline), + "f72", #2, ), ), @@ -809,13 +809,13 @@ [ Variable( ( - Atom('f72' type=inline), + "f72", #2, ), ), Variable( ( - Atom('f71' type=inline), + "f71", #2, ), ), @@ -829,13 +829,13 @@ [ Variable( ( - Atom('f81' type=inline), + "f81", #2, ), ), Variable( ( - Atom('f82' type=inline), + "f82", #2, ), ), @@ -849,13 +849,13 @@ [ Variable( ( - Atom('f82' type=inline), + "f82", #2, ), ), Variable( ( - Atom('f81' type=inline), + "f81", #2, ), ), @@ -869,13 +869,13 @@ [ Variable( ( - Atom('f91' type=inline), + "f91", #2, ), ), Variable( ( - Atom('f92' type=inline), + "f92", #2, ), ), @@ -889,13 +889,13 @@ [ Variable( ( - Atom('f92' type=inline), + "f92", #2, ), ), Variable( ( - Atom('f91' type=inline), + "f91", #2, ), ), @@ -909,13 +909,13 @@ [ Variable( ( - Atom('fa1' type=inline), + "fa1", #2, ), ), Variable( ( - Atom('fa2' type=inline), + "fa2", #2, ), ), @@ -929,13 +929,13 @@ [ Variable( ( - Atom('fa2' type=inline), + "fa2", #2, ), ), Variable( ( - Atom('fa1' type=inline), + "fa1", #2, ), ), @@ -949,13 +949,13 @@ [ Variable( ( - Atom('fb1' type=inline), + "fb1", #2, ), ), Variable( ( - Atom('fb2' type=inline), + "fb2", #2, ), ), @@ -969,13 +969,13 @@ [ Variable( ( - Atom('fb2' type=inline), + "fb2", #2, ), ), Variable( ( - Atom('fb1' type=inline), + "fb1", #2, ), ), @@ -989,13 +989,13 @@ [ Variable( ( - Atom('fc1' type=inline), + "fc1", #2, ), ), Variable( ( - Atom('fc2' type=inline), + "fc2", #2, ), ), @@ -1009,13 +1009,13 @@ [ Variable( ( - Atom('fc2' type=inline), + "fc2", #2, ), ), Variable( ( - Atom('fc1' type=inline), + "fc1", #2, ), ), @@ -1029,13 +1029,13 @@ [ Variable( ( - Atom('fd1' type=inline), + "fd1", #2, ), ), Variable( ( - Atom('fd2' type=inline), + "fd2", #2, ), ), @@ -1049,13 +1049,13 @@ [ Variable( ( - Atom('fd2' type=inline), + "fd2", #2, ), ), Variable( ( - Atom('fd1' type=inline), + "fd1", #2, ), ), @@ -1069,13 +1069,13 @@ [ Variable( ( - Atom('fe1' type=inline), + "fe1", #2, ), ), Variable( ( - Atom('fe2' type=inline), + "fe2", #2, ), ), @@ -1089,13 +1089,13 @@ [ Variable( ( - Atom('fe2' type=inline), + "fe2", #2, ), ), Variable( ( - Atom('fe1' type=inline), + "fe1", #2, ), ), @@ -1109,13 +1109,13 @@ [ Variable( ( - Atom('ff1' type=inline), + "ff1", #2, ), ), Variable( ( - Atom('ff2' type=inline), + "ff2", #2, ), ), @@ -1129,13 +1129,13 @@ [ Variable( ( - Atom('ff2' type=inline), + "ff2", #2, ), ), Variable( ( - Atom('ff1' type=inline), + "ff1", #2, ), ), @@ -1149,13 +1149,13 @@ [ Variable( ( - Atom('fg1' type=inline), + "fg1", #2, ), ), Variable( ( - Atom('fg2' type=inline), + "fg2", #2, ), ), @@ -1169,13 +1169,13 @@ [ Variable( ( - Atom('fg2' type=inline), + "fg2", #2, ), ), Variable( ( - Atom('fg1' type=inline), + "fg1", #2, ), ), @@ -1189,13 +1189,13 @@ [ Variable( ( - Atom('fh1' type=inline), + "fh1", #2, ), ), Variable( ( - Atom('fh2' type=inline), + "fh2", #2, ), ), @@ -1209,13 +1209,13 @@ [ Variable( ( - Atom('fh2' type=inline), + "fh2", #2, ), ), Variable( ( - Atom('fh1' type=inline), + "fh1", #2, ), ), @@ -1229,13 +1229,13 @@ [ Variable( ( - Atom('fi1' type=inline), + "fi1", #2, ), ), Variable( ( - Atom('fi2' type=inline), + "fi2", #2, ), ), @@ -1249,13 +1249,13 @@ [ Variable( ( - Atom('fi2' type=inline), + "fi2", #2, ), ), Variable( ( - Atom('fi1' type=inline), + "fi1", #2, ), ), @@ -1269,13 +1269,13 @@ [ Variable( ( - Atom('fj1' type=inline), + "fj1", #2, ), ), Variable( ( - Atom('fj2' type=inline), + "fj2", #2, ), ), @@ -1289,13 +1289,13 @@ [ Variable( ( - Atom('fj2' type=inline), + "fj2", #2, ), ), Variable( ( - Atom('fj1' type=inline), + "fj1", #2, ), ), @@ -1309,13 +1309,13 @@ [ Variable( ( - Atom('fk1' type=inline), + "fk1", #2, ), ), Variable( ( - Atom('fk2' type=inline), + "fk2", #2, ), ), @@ -1329,13 +1329,13 @@ [ Variable( ( - Atom('fk2' type=inline), + "fk2", #2, ), ), Variable( ( - Atom('fk1' type=inline), + "fk1", #2, ), ), @@ -1349,19 +1349,19 @@ [ Variable( ( - Atom('a' type=static), + "a", #2, ), ), Variable( ( - Atom('b' type=static), + "b", #2, ), ), Variable( ( - Atom('c' type=inline), + "c", #2, ), ), @@ -1375,37 +1375,37 @@ [ Variable( ( - Atom('x1' type=inline), + "x1", #2, ), ), Variable( ( - Atom('x2' type=inline), + "x2", #2, ), ), Variable( ( - Atom('x3' type=inline), + "x3", #2, ), ), Variable( ( - Atom('x4' type=inline), + "x4", #2, ), ), Variable( ( - Atom('x5' type=inline), + "x5", #2, ), ), Variable( ( - Atom('x6' type=inline), + "x6", #2, ), ), @@ -1419,37 +1419,37 @@ [ Variable( ( - Atom('x1' type=inline), + "x1", #2, ), ), Variable( ( - Atom('x2' type=inline), + "x2", #2, ), ), Variable( ( - Atom('x3' type=inline), + "x3", #2, ), ), Variable( ( - Atom('x4' type=inline), + "x4", #2, ), ), Variable( ( - Atom('x5' type=inline), + "x5", #2, ), ), Variable( ( - Atom('x6' type=inline), + "x6", #2, ), ), @@ -1463,37 +1463,37 @@ [ Variable( ( - Atom('x1' type=inline), + "x1", #2, ), ), Variable( ( - Atom('x2' type=inline), + "x2", #2, ), ), Variable( ( - Atom('x3' type=inline), + "x3", #2, ), ), Variable( ( - Atom('x4' type=inline), + "x4", #2, ), ), Variable( ( - Atom('x5' type=inline), + "x5", #2, ), ), Variable( ( - Atom('x6' type=inline), + "x6", #2, ), ), @@ -1507,37 +1507,37 @@ [ Variable( ( - Atom('x1' type=inline), + "x1", #2, ), ), Variable( ( - Atom('x2' type=inline), + "x2", #2, ), ), Variable( ( - Atom('x3' type=inline), + "x3", #2, ), ), Variable( ( - Atom('x4' type=inline), + "x4", #2, ), ), Variable( ( - Atom('x5' type=inline), + "x5", #2, ), ), Variable( ( - Atom('x6' type=inline), + "x6", #2, ), ), @@ -1551,37 +1551,37 @@ [ Variable( ( - Atom('x1' type=inline), + "x1", #2, ), ), Variable( ( - Atom('x2' type=inline), + "x2", #2, ), ), Variable( ( - Atom('x3' type=inline), + "x3", #2, ), ), Variable( ( - Atom('x4' type=inline), + "x4", #2, ), ), Variable( ( - Atom('x5' type=inline), + "x5", #2, ), ), Variable( ( - Atom('x6' type=inline), + "x6", #2, ), ), @@ -1595,37 +1595,37 @@ [ Variable( ( - Atom('x1' type=inline), + "x1", #2, ), ), Variable( ( - Atom('x2' type=inline), + "x2", #2, ), ), Variable( ( - Atom('x3' type=inline), + "x3", #2, ), ), Variable( ( - Atom('x4' type=inline), + "x4", #2, ), ), Variable( ( - Atom('x5' type=inline), + "x5", #2, ), ), Variable( ( - Atom('x6' type=inline), + "x6", #2, ), ), @@ -1639,25 +1639,25 @@ [ Variable( ( - Atom('a' type=static), + "a", #2, ), ), Variable( ( - Atom('b' type=static), + "b", #2, ), ), Variable( ( - Atom('c' type=inline), + "c", #2, ), ), Variable( ( - Atom('x' type=static), + "x", #2, ), ), @@ -1671,25 +1671,25 @@ [ Variable( ( - Atom('a' type=static), + "a", #2, ), ), Variable( ( - Atom('b' type=static), + "b", #2, ), ), Variable( ( - Atom('c' type=inline), + "c", #2, ), ), Variable( ( - Atom('y' type=inline), + "y", #2, ), ), @@ -1700,7 +1700,7 @@ "z1", Variable( ( - Atom('z' type=inline), + "z", #2, ), ), @@ -1709,7 +1709,7 @@ "z2", Variable( ( - Atom('z1' type=inline), + "z1", #2, ), ), @@ -1718,7 +1718,7 @@ "z3", Variable( ( - Atom('z2' type=inline), + "z2", #2, ), ), @@ -1727,7 +1727,7 @@ "z4", Variable( ( - Atom('z3' type=inline), + "z3", #2, ), ), @@ -1736,7 +1736,7 @@ "z5", Variable( ( - Atom('z4' type=inline), + "z4", #2, ), ), @@ -1745,7 +1745,7 @@ "z6", Variable( ( - Atom('z5' type=inline), + "z5", #2, ), ), @@ -1754,7 +1754,7 @@ "z7", Variable( ( - Atom('z6' type=inline), + "z6", #2, ), ), @@ -1763,7 +1763,7 @@ "z8", Variable( ( - Atom('z7' type=inline), + "z7", #2, ), ), @@ -1772,7 +1772,7 @@ "z9", Variable( ( - Atom('z8' type=inline), + "z8", #2, ), ), diff --git a/crates/turbopack-ecmascript/tests/analyzer/graph/declarations/graph-effects.snapshot b/crates/turbopack-ecmascript/tests/analyzer/graph/declarations/graph-effects.snapshot index 3aae1672b4a97..bd973528e5371 100644 --- a/crates/turbopack-ecmascript/tests/analyzer/graph/declarations/graph-effects.snapshot +++ b/crates/turbopack-ecmascript/tests/analyzer/graph/declarations/graph-effects.snapshot @@ -1,7 +1,7 @@ [ FreeVar { var: FreeVar( - Atom('f' type=inline), + "f", ), ast_path: [ Program( diff --git a/crates/turbopack-ecmascript/tests/analyzer/graph/declarations/graph.snapshot b/crates/turbopack-ecmascript/tests/analyzer/graph/declarations/graph.snapshot index 8b843f8ca75fe..dedb7e3537aa6 100644 --- a/crates/turbopack-ecmascript/tests/analyzer/graph/declarations/graph.snapshot +++ b/crates/turbopack-ecmascript/tests/analyzer/graph/declarations/graph.snapshot @@ -23,7 +23,7 @@ "aa", Variable( ( - Atom('a' type=static), + "a", #2, ), ), @@ -32,7 +32,7 @@ "b", Variable( ( - Atom('*anonymous function 25*' type=dynamic), + "*anonymous function 25*", #0, ), ), @@ -41,7 +41,7 @@ "bb", Variable( ( - Atom('b' type=static), + "b", #2, ), ), @@ -60,7 +60,7 @@ "cc", Variable( ( - Atom('c' type=inline), + "c", #2, ), ), @@ -70,7 +70,7 @@ Constant( Str( Word( - Atom('hello' type=inline), + "hello", ), ), ), @@ -79,7 +79,7 @@ "dd", Variable( ( - Atom('d' type=static), + "d", #2, ), ), @@ -95,7 +95,7 @@ "ee", Variable( ( - Atom('e' type=static), + "e", #2, ), ), @@ -103,7 +103,7 @@ ( "ff", FreeVar( - Atom('f' type=inline), + "f", ), ), ] diff --git a/crates/turbopack-ecmascript/tests/analyzer/graph/default-args/graph.snapshot b/crates/turbopack-ecmascript/tests/analyzer/graph/default-args/graph.snapshot index 9df2f8ff062fd..019503b88bc19 100644 --- a/crates/turbopack-ecmascript/tests/analyzer/graph/default-args/graph.snapshot +++ b/crates/turbopack-ecmascript/tests/analyzer/graph/default-args/graph.snapshot @@ -6,7 +6,7 @@ 105, Variable( ( - Atom('value2' type=inline), + "value2", #4, ), ), @@ -19,7 +19,7 @@ 39, Variable( ( - Atom('value' type=inline), + "value", #3, ), ), @@ -29,7 +29,7 @@ "Fun2", Variable( ( - Atom('*arrow function 105*' type=dynamic), + "*arrow function 105*", #0, ), ), @@ -47,8 +47,8 @@ ), Constant( Str( - Word( - Atom('value' type=inline), + Atom( + "value", ), ), ), @@ -57,7 +57,7 @@ 3, Module( ModuleValue { - module: Atom('./module.js' type=dynamic), + module: "./module.js", annotations: ImportAnnotations { map: {}, }, @@ -65,8 +65,8 @@ ), Constant( Str( - Word( - Atom('named' type=inline), + Atom( + "named", ), ), ), diff --git a/crates/turbopack-ecmascript/tests/analyzer/graph/esbuild-reduced/graph-effects.snapshot b/crates/turbopack-ecmascript/tests/analyzer/graph/esbuild-reduced/graph-effects.snapshot index 1d0452c5553a3..46004a8fa18f8 100644 --- a/crates/turbopack-ecmascript/tests/analyzer/graph/esbuild-reduced/graph-effects.snapshot +++ b/crates/turbopack-ecmascript/tests/analyzer/graph/esbuild-reduced/graph-effects.snapshot @@ -1,7 +1,7 @@ [ FreeVar { var: FreeVar( - Atom('require' type=static), + "require", ), ast_path: [ Program( @@ -52,14 +52,14 @@ }, Call { func: FreeVar( - Atom('require' type=static), + "require", ), args: [ Value( Constant( Str( Word( - Atom('path' type=static), + "path", ), ), ), @@ -105,7 +105,7 @@ }, FreeVar { var: FreeVar( - Atom('require' type=static), + "require", ), ast_path: [ Program( @@ -156,14 +156,14 @@ }, Call { func: FreeVar( - Atom('require' type=static), + "require", ), args: [ Value( Constant( Str( Word( - Atom('path' type=static), + "path", ), ), ), @@ -210,12 +210,12 @@ Member { obj: Variable( ( - Atom('knownWindowsPackages' type=dynamic), + "knownWindowsPackages", #2, ), ), prop: FreeVar( - Atom('platformKey' type=dynamic), + "platformKey", ), ast_path: [ Program( @@ -272,7 +272,7 @@ }, FreeVar { var: FreeVar( - Atom('platformKey' type=dynamic), + "platformKey", ), ast_path: [ Program( @@ -342,7 +342,7 @@ Call { func: Variable( ( - Atom('pkgAndSubpathForCurrentPlatform' type=dynamic), + "pkgAndSubpathForCurrentPlatform", #2, ), ), @@ -404,12 +404,12 @@ }, Member { obj: FreeVar( - Atom('require' type=static), + "require", ), prop: Constant( Str( - Word( - Atom('resolve' type=inline), + Atom( + "resolve", ), ), ), @@ -488,7 +488,7 @@ }, FreeVar { var: FreeVar( - Atom('require' type=static), + "require", ), ast_path: [ Program( @@ -571,12 +571,12 @@ }, MemberCall { obj: FreeVar( - Atom('require' type=static), + "require", ), prop: Constant( Str( - Word( - Atom('resolve' type=inline), + Atom( + "resolve", ), ), ), @@ -587,7 +587,7 @@ [ Variable( ( - Atom('pkg' type=inline), + "pkg", #4, ), ), @@ -600,7 +600,7 @@ ), Variable( ( - Atom('subpath' type=inline), + "subpath", #4, ), ), @@ -675,7 +675,7 @@ Call { func: Variable( ( - Atom('generateBinPath' type=dynamic), + "generateBinPath", #2, ), ), diff --git a/crates/turbopack-ecmascript/tests/analyzer/graph/esbuild-reduced/graph.snapshot b/crates/turbopack-ecmascript/tests/analyzer/graph/esbuild-reduced/graph.snapshot index 7e34aebbca33c..c92ef797bd826 100644 --- a/crates/turbopack-ecmascript/tests/analyzer/graph/esbuild-reduced/graph.snapshot +++ b/crates/turbopack-ecmascript/tests/analyzer/graph/esbuild-reduced/graph.snapshot @@ -8,7 +8,7 @@ Some( Variable( ( - Atom('binPath' type=inline), + "binPath", #4, ), ), @@ -18,12 +18,12 @@ MemberCall( 7, FreeVar( - Atom('require' type=static), + "require", ), Constant( Str( - Word( - Atom('resolve' type=inline), + Atom( + "resolve", ), ), ), @@ -33,7 +33,7 @@ [ Variable( ( - Atom('pkg' type=inline), + "pkg", #4, ), ), @@ -46,7 +46,7 @@ ), Variable( ( - Atom('subpath' type=inline), + "subpath", #4, ), ), @@ -63,7 +63,7 @@ Some( Variable( ( - Atom('e' type=static), + "e", #6, ), ), @@ -78,7 +78,7 @@ 387, Variable( ( - Atom('binPath' type=inline), + "binPath", #4, ), ), @@ -92,15 +92,15 @@ KeyValue( Constant( Str( - Word( - Atom('win32 arm64 LE' type=dynamic), + Atom( + "win32 arm64 LE", ), ), ), Constant( Str( Word( - Atom('esbuild-windows-arm64' type=dynamic), + "esbuild-windows-arm64", ), ), ), @@ -108,15 +108,15 @@ KeyValue( Constant( Str( - Word( - Atom('win32 ia32 LE' type=dynamic), + Atom( + "win32 ia32 LE", ), ), ), Constant( Str( Word( - Atom('esbuild-windows-32' type=dynamic), + "esbuild-windows-32", ), ), ), @@ -124,15 +124,15 @@ KeyValue( Constant( Str( - Word( - Atom('win32 x64 LE' type=dynamic), + Atom( + "win32 x64 LE", ), ), ), Constant( Str( Word( - Atom('esbuild-windows-64' type=dynamic), + "esbuild-windows-64", ), ), ), @@ -146,13 +146,13 @@ Call( 3, FreeVar( - Atom('require' type=static), + "require", ), [ Constant( Str( Word( - Atom('path' type=static), + "path", ), ), ), @@ -164,13 +164,13 @@ Call( 3, FreeVar( - Atom('require' type=static), + "require", ), [ Constant( Str( Word( - Atom('path' type=static), + "path", ), ), ), @@ -186,7 +186,7 @@ Some( Variable( ( - Atom('pkg' type=inline), + "pkg", #3, ), ), @@ -197,12 +197,12 @@ 3, Variable( ( - Atom('knownWindowsPackages' type=dynamic), + "knownWindowsPackages", #2, ), ), FreeVar( - Atom('platformKey' type=dynamic), + "platformKey", ), ), ], @@ -216,7 +216,7 @@ 2, Variable( ( - Atom('pkgAndSubpathForCurrentPlatform' type=dynamic), + "pkgAndSubpathForCurrentPlatform", #2, ), ), @@ -224,8 +224,8 @@ ), Constant( Str( - Word( - Atom('pkg' type=inline), + Atom( + "pkg", ), ), ), @@ -242,14 +242,14 @@ KeyValue( Constant( Str( - Word( - Atom('pkg' type=inline), + Atom( + "pkg", ), ), ), Variable( ( - Atom('pkg' type=inline), + "pkg", #3, ), ), @@ -257,14 +257,14 @@ KeyValue( Constant( Str( - Word( - Atom('subpath' type=inline), + Atom( + "subpath", ), ), ), Variable( ( - Atom('subpath' type=inline), + "subpath", #3, ), ), @@ -283,7 +283,7 @@ Some( Variable( ( - Atom('subpath' type=inline), + "subpath", #3, ), ), @@ -293,7 +293,7 @@ Constant( Str( Word( - Atom('esbuild.exe' type=dynamic), + "esbuild.exe", ), ), ), @@ -308,7 +308,7 @@ 2, Variable( ( - Atom('pkgAndSubpathForCurrentPlatform' type=dynamic), + "pkgAndSubpathForCurrentPlatform", #2, ), ), @@ -316,8 +316,8 @@ ), Constant( Str( - Word( - Atom('subpath' type=inline), + Atom( + "subpath", ), ), ), @@ -329,7 +329,7 @@ 2, Variable( ( - Atom('generateBinPath' type=dynamic), + "generateBinPath", #2, ), ), diff --git a/crates/turbopack-ecmascript/tests/analyzer/graph/esbuild/graph-effects.snapshot b/crates/turbopack-ecmascript/tests/analyzer/graph/esbuild/graph-effects.snapshot index f5f8c4b3aaa43..5f58214e20cf0 100644 --- a/crates/turbopack-ecmascript/tests/analyzer/graph/esbuild/graph-effects.snapshot +++ b/crates/turbopack-ecmascript/tests/analyzer/graph/esbuild/graph-effects.snapshot @@ -1,7 +1,7 @@ [ FreeVar { var: FreeVar( - Atom('require' type=static), + "require", ), ast_path: [ Program( @@ -52,14 +52,14 @@ }, Call { func: FreeVar( - Atom('require' type=static), + "require", ), args: [ Value( Constant( Str( Word( - Atom('path' type=static), + "path", ), ), ), @@ -105,7 +105,7 @@ }, FreeVar { var: FreeVar( - Atom('require' type=static), + "require", ), ast_path: [ Program( @@ -156,14 +156,14 @@ }, Call { func: FreeVar( - Atom('require' type=static), + "require", ), args: [ Value( Constant( Str( Word( - Atom('path' type=static), + "path", ), ), ), @@ -209,7 +209,7 @@ }, FreeVar { var: FreeVar( - Atom('require' type=static), + "require", ), ast_path: [ Program( @@ -260,14 +260,14 @@ }, Call { func: FreeVar( - Atom('require' type=static), + "require", ), args: [ Value( Constant( Str( Word( - Atom('os' type=inline), + "os", ), ), ), @@ -313,12 +313,12 @@ }, Member { obj: FreeVar( - Atom('process' type=static), + "process", ), prop: Constant( Str( - Word( - Atom('platform' type=dynamic), + Atom( + "platform", ), ), ), @@ -387,7 +387,7 @@ }, FreeVar { var: FreeVar( - Atom('process' type=static), + "process", ), ast_path: [ Program( @@ -461,14 +461,14 @@ Member { obj: Variable( ( - Atom('os' type=inline), + "os", #2, ), ), prop: Constant( Str( - Word( - Atom('arch' type=inline), + Atom( + "arch", ), ), ), @@ -547,14 +547,14 @@ MemberCall { obj: Variable( ( - Atom('os' type=inline), + "os", #2, ), ), prop: Constant( Str( - Word( - Atom('arch' type=inline), + Atom( + "arch", ), ), ), @@ -625,14 +625,14 @@ Member { obj: Variable( ( - Atom('os' type=inline), + "os", #2, ), ), prop: Constant( Str( - Word( - Atom('endianness' type=dynamic), + Atom( + "endianness", ), ), ), @@ -711,14 +711,14 @@ MemberCall { obj: Variable( ( - Atom('os' type=inline), + "os", #2, ), ), prop: Constant( Str( - Word( - Atom('endianness' type=dynamic), + Atom( + "endianness", ), ), ), @@ -789,13 +789,13 @@ Member { obj: Variable( ( - Atom('knownWindowsPackages' type=dynamic), + "knownWindowsPackages", #2, ), ), prop: Variable( ( - Atom('platformKey' type=dynamic), + "platformKey", #3, ), ), @@ -869,13 +869,13 @@ Member { obj: Variable( ( - Atom('knownUnixlikePackages' type=dynamic), + "knownUnixlikePackages", #2, ), ), prop: Variable( ( - Atom('platformKey' type=dynamic), + "platformKey", #3, ), ), @@ -954,7 +954,7 @@ }, FreeVar { var: FreeVar( - Atom('Error' type=static), + "Error", ), ast_path: [ Program( @@ -1031,7 +1031,7 @@ }, FreeVar { var: FreeVar( - Atom('ESBUILD_BINARY_PATH' type=dynamic), + "ESBUILD_BINARY_PATH", ), ast_path: [ Program( @@ -1082,14 +1082,14 @@ }, Conditional { condition: FreeVar( - Atom('ESBUILD_BINARY_PATH' type=dynamic), + "ESBUILD_BINARY_PATH", ), kind: If { then: EffectsBlock { effects: [ FreeVar { var: FreeVar( - Atom('ESBUILD_BINARY_PATH' type=dynamic), + "ESBUILD_BINARY_PATH", ), ast_path: [ Program( @@ -1235,7 +1235,7 @@ Call { func: Variable( ( - Atom('pkgAndSubpathForCurrentPlatform' type=dynamic), + "pkgAndSubpathForCurrentPlatform", #2, ), ), @@ -1297,12 +1297,12 @@ }, Member { obj: FreeVar( - Atom('require' type=static), + "require", ), prop: Constant( Str( - Word( - Atom('resolve' type=inline), + Atom( + "resolve", ), ), ), @@ -1381,7 +1381,7 @@ }, FreeVar { var: FreeVar( - Atom('require' type=static), + "require", ), ast_path: [ Program( @@ -1464,12 +1464,12 @@ }, MemberCall { obj: FreeVar( - Atom('require' type=static), + "require", ), prop: Constant( Str( - Word( - Atom('resolve' type=inline), + Atom( + "resolve", ), ), ), @@ -1480,7 +1480,7 @@ [ Variable( ( - Atom('pkg' type=inline), + "pkg", #7, ), ), @@ -1493,7 +1493,7 @@ ), Variable( ( - Atom('subpath' type=inline), + "subpath", #7, ), ), @@ -1567,7 +1567,7 @@ }, FreeVar { var: FreeVar( - Atom('downloadedBinPath' type=dynamic), + "downloadedBinPath", ), ast_path: [ Program( @@ -1647,13 +1647,13 @@ }, Call { func: FreeVar( - Atom('downloadedBinPath' type=dynamic), + "downloadedBinPath", ), args: [ Value( Variable( ( - Atom('pkg' type=inline), + "pkg", #7, ), ), @@ -1661,7 +1661,7 @@ Value( Variable( ( - Atom('subpath' type=inline), + "subpath", #7, ), ), @@ -1736,12 +1736,12 @@ }, Member { obj: FreeVar( - Atom('fs' type=inline), + "fs", ), prop: Constant( Str( - Word( - Atom('existsSync' type=dynamic), + Atom( + "existsSync", ), ), ), @@ -1823,7 +1823,7 @@ }, FreeVar { var: FreeVar( - Atom('fs' type=inline), + "fs", ), ast_path: [ Program( @@ -1909,12 +1909,12 @@ }, MemberCall { obj: FreeVar( - Atom('fs' type=inline), + "fs", ), prop: Constant( Str( - Word( - Atom('existsSync' type=dynamic), + Atom( + "existsSync", ), ), ), @@ -1922,7 +1922,7 @@ Value( Variable( ( - Atom('binPath' type=inline), + "binPath", #7, ), ), @@ -2001,19 +2001,19 @@ MemberCall( 4, FreeVar( - Atom('fs' type=inline), + "fs", ), Constant( Str( - Word( - Atom('existsSync' type=dynamic), + Atom( + "existsSync", ), ), ), [ Variable( ( - Atom('binPath' type=inline), + "binPath", #7, ), ), @@ -2025,12 +2025,12 @@ effects: [ Member { obj: FreeVar( - Atom('require' type=static), + "require", ), prop: Constant( Str( - Word( - Atom('resolve' type=inline), + Atom( + "resolve", ), ), ), @@ -2131,7 +2131,7 @@ }, FreeVar { var: FreeVar( - Atom('require' type=static), + "require", ), ast_path: [ Program( @@ -2236,12 +2236,12 @@ }, MemberCall { obj: FreeVar( - Atom('require' type=static), + "require", ), prop: Constant( Str( - Word( - Atom('resolve' type=inline), + Atom( + "resolve", ), ), ), @@ -2249,7 +2249,7 @@ Value( Variable( ( - Atom('pkg' type=inline), + "pkg", #7, ), ), @@ -2343,7 +2343,7 @@ }, FreeVar { var: FreeVar( - Atom('Error' type=static), + "Error", ), ast_path: [ Program( @@ -2550,7 +2550,7 @@ }, FreeVar { var: FreeVar( - Atom('require' type=static), + "require", ), ast_path: [ Program( @@ -2621,14 +2621,14 @@ }, Call { func: FreeVar( - Atom('require' type=static), + "require", ), args: [ Value( Constant( Str( Word( - Atom('pnpapi' type=inline), + "pnpapi", ), ), ), @@ -2695,7 +2695,7 @@ Conditional { condition: Variable( ( - Atom('isYarnPnP' type=dynamic), + "isYarnPnP", #7, ), ), @@ -2705,14 +2705,14 @@ Member { obj: Variable( ( - Atom('path' type=static), + "path", #2, ), ), prop: Constant( Str( - Word( - Atom('dirname' type=inline), + Atom( + "dirname", ), ), ), @@ -2796,12 +2796,12 @@ }, Member { obj: FreeVar( - Atom('require' type=static), + "require", ), prop: Constant( Str( - Word( - Atom('resolve' type=inline), + Atom( + "resolve", ), ), ), @@ -2896,7 +2896,7 @@ }, FreeVar { var: FreeVar( - Atom('require' type=static), + "require", ), ast_path: [ Program( @@ -2995,12 +2995,12 @@ }, MemberCall { obj: FreeVar( - Atom('require' type=static), + "require", ), prop: Constant( Str( - Word( - Atom('resolve' type=inline), + Atom( + "resolve", ), ), ), @@ -3009,7 +3009,7 @@ Constant( Str( Word( - Atom('esbuild' type=inline), + "esbuild", ), ), ), @@ -3098,14 +3098,14 @@ MemberCall { obj: Variable( ( - Atom('path' type=static), + "path", #2, ), ), prop: Constant( Str( - Word( - Atom('dirname' type=inline), + Atom( + "dirname", ), ), ), @@ -3114,12 +3114,12 @@ MemberCall( 4, FreeVar( - Atom('require' type=static), + "require", ), Constant( Str( - Word( - Atom('resolve' type=inline), + Atom( + "resolve", ), ), ), @@ -3127,7 +3127,7 @@ Constant( Str( Word( - Atom('esbuild' type=inline), + "esbuild", ), ), ), @@ -3207,14 +3207,14 @@ Member { obj: Variable( ( - Atom('path' type=static), + "path", #2, ), ), prop: Constant( Str( - Word( - Atom('join' type=inline), + Atom( + "join", ), ), ), @@ -3299,14 +3299,14 @@ Member { obj: Variable( ( - Atom('path' type=static), + "path", #2, ), ), prop: Constant( Str( - Word( - Atom('basename' type=dynamic), + Atom( + "basename", ), ), ), @@ -3410,14 +3410,14 @@ MemberCall { obj: Variable( ( - Atom('path' type=static), + "path", #2, ), ), prop: Constant( Str( - Word( - Atom('basename' type=dynamic), + Atom( + "basename", ), ), ), @@ -3425,7 +3425,7 @@ Value( Variable( ( - Atom('subpath' type=inline), + "subpath", #7, ), ), @@ -3522,14 +3522,14 @@ MemberCall { obj: Variable( ( - Atom('path' type=static), + "path", #2, ), ), prop: Constant( Str( - Word( - Atom('join' type=inline), + Atom( + "join", ), ), ), @@ -3537,7 +3537,7 @@ Value( Variable( ( - Atom('esbuildLibDir' type=dynamic), + "esbuildLibDir", #16, ), ), @@ -3555,7 +3555,7 @@ ), Variable( ( - Atom('pkg' type=inline), + "pkg", #7, ), ), @@ -3570,21 +3570,21 @@ 4, Variable( ( - Atom('path' type=static), + "path", #2, ), ), Constant( Str( - Word( - Atom('basename' type=dynamic), + Atom( + "basename", ), ), ), [ Variable( ( - Atom('subpath' type=inline), + "subpath", #7, ), ), @@ -3665,12 +3665,12 @@ }, Member { obj: FreeVar( - Atom('fs' type=inline), + "fs", ), prop: Constant( Str( - Word( - Atom('existsSync' type=dynamic), + Atom( + "existsSync", ), ), ), @@ -3752,7 +3752,7 @@ }, FreeVar { var: FreeVar( - Atom('fs' type=inline), + "fs", ), ast_path: [ Program( @@ -3838,12 +3838,12 @@ }, MemberCall { obj: FreeVar( - Atom('fs' type=inline), + "fs", ), prop: Constant( Str( - Word( - Atom('existsSync' type=dynamic), + Atom( + "existsSync", ), ), ), @@ -3851,7 +3851,7 @@ Value( Variable( ( - Atom('binTargetPath' type=dynamic), + "binTargetPath", #16, ), ), @@ -3930,19 +3930,19 @@ MemberCall( 4, FreeVar( - Atom('fs' type=inline), + "fs", ), Constant( Str( - Word( - Atom('existsSync' type=dynamic), + Atom( + "existsSync", ), ), ), [ Variable( ( - Atom('binTargetPath' type=dynamic), + "binTargetPath", #16, ), ), @@ -3954,12 +3954,12 @@ effects: [ Member { obj: FreeVar( - Atom('fs' type=inline), + "fs", ), prop: Constant( Str( - Word( - Atom('copyFileSync' type=dynamic), + Atom( + "copyFileSync", ), ), ), @@ -4049,7 +4049,7 @@ }, FreeVar { var: FreeVar( - Atom('fs' type=inline), + "fs", ), ast_path: [ Program( @@ -4143,12 +4143,12 @@ }, MemberCall { obj: FreeVar( - Atom('fs' type=inline), + "fs", ), prop: Constant( Str( - Word( - Atom('copyFileSync' type=dynamic), + Atom( + "copyFileSync", ), ), ), @@ -4156,7 +4156,7 @@ Value( Variable( ( - Atom('binPath' type=inline), + "binPath", #7, ), ), @@ -4164,7 +4164,7 @@ Value( Variable( ( - Atom('binTargetPath' type=dynamic), + "binTargetPath", #16, ), ), @@ -4247,12 +4247,12 @@ }, Member { obj: FreeVar( - Atom('fs' type=inline), + "fs", ), prop: Constant( Str( - Word( - Atom('chmodSync' type=dynamic), + Atom( + "chmodSync", ), ), ), @@ -4342,7 +4342,7 @@ }, FreeVar { var: FreeVar( - Atom('fs' type=inline), + "fs", ), ast_path: [ Program( @@ -4436,12 +4436,12 @@ }, MemberCall { obj: FreeVar( - Atom('fs' type=inline), + "fs", ), prop: Constant( Str( - Word( - Atom('chmodSync' type=dynamic), + Atom( + "chmodSync", ), ), ), @@ -4449,7 +4449,7 @@ Value( Variable( ( - Atom('binTargetPath' type=dynamic), + "binTargetPath", #16, ), ), @@ -4729,7 +4729,7 @@ }, FreeVar { var: FreeVar( - Atom('ESBUILD_BINARY_PATH' type=dynamic), + "ESBUILD_BINARY_PATH", ), ast_path: [ Program( @@ -4816,14 +4816,14 @@ Member { obj: Variable( ( - Atom('path2' type=inline), + "path2", #2, ), ), prop: Constant( Str( - Word( - Atom('basename' type=dynamic), + Atom( + "basename", ), ), ), @@ -4920,7 +4920,7 @@ }, FreeVar { var: FreeVar( - Atom('__filename' type=dynamic), + "__filename", ), ast_path: [ Program( @@ -5018,21 +5018,21 @@ MemberCall { obj: Variable( ( - Atom('path2' type=inline), + "path2", #2, ), ), prop: Constant( Str( - Word( - Atom('basename' type=dynamic), + Atom( + "basename", ), ), ), args: [ Value( FreeVar( - Atom('__filename' type=dynamic), + "__filename", ), ), ], @@ -5121,14 +5121,14 @@ Member { obj: Variable( ( - Atom('path2' type=inline), + "path2", #2, ), ), prop: Constant( Str( - Word( - Atom('basename' type=dynamic), + Atom( + "basename", ), ), ), @@ -5225,7 +5225,7 @@ }, FreeVar { var: FreeVar( - Atom('__dirname' type=dynamic), + "__dirname", ), ast_path: [ Program( @@ -5323,21 +5323,21 @@ MemberCall { obj: Variable( ( - Atom('path2' type=inline), + "path2", #2, ), ), prop: Constant( Str( - Word( - Atom('basename' type=dynamic), + Atom( + "basename", ), ), ), args: [ Value( FreeVar( - Atom('__dirname' type=dynamic), + "__dirname", ), ), ], @@ -5435,7 +5435,7 @@ Not( 2, FreeVar( - Atom('ESBUILD_BINARY_PATH' type=dynamic), + "ESBUILD_BINARY_PATH", ), ), Constant( @@ -5453,20 +5453,20 @@ 4, Variable( ( - Atom('path2' type=inline), + "path2", #2, ), ), Constant( Str( - Word( - Atom('basename' type=dynamic), + Atom( + "basename", ), ), ), [ FreeVar( - Atom('__filename' type=dynamic), + "__filename", ), ], ), @@ -5474,7 +5474,7 @@ Constant( Str( Word( - Atom('main.js' type=inline), + "main.js", ), ), ), @@ -5485,20 +5485,20 @@ 4, Variable( ( - Atom('path2' type=inline), + "path2", #2, ), ), Constant( Str( - Word( - Atom('basename' type=dynamic), + Atom( + "basename", ), ), ), [ FreeVar( - Atom('__dirname' type=dynamic), + "__dirname", ), ], ), @@ -5506,7 +5506,7 @@ Constant( Str( Word( - Atom('lib' type=inline), + "lib", ), ), ), @@ -5520,7 +5520,7 @@ effects: [ FreeVar { var: FreeVar( - Atom('Error' type=static), + "Error", ), ast_path: [ Program( @@ -5602,7 +5602,7 @@ }, FreeVar { var: FreeVar( - Atom('__filename' type=dynamic), + "__filename", ), ast_path: [ Program( @@ -5807,14 +5807,14 @@ Member { obj: Variable( ( - Atom('path2' type=inline), + "path2", #2, ), ), prop: Constant( Str( - Word( - Atom('join' type=inline), + Atom( + "join", ), ), ), @@ -5923,7 +5923,7 @@ }, FreeVar { var: FreeVar( - Atom('__dirname' type=dynamic), + "__dirname", ), ast_path: [ Program( @@ -6033,28 +6033,28 @@ MemberCall { obj: Variable( ( - Atom('path2' type=inline), + "path2", #2, ), ), prop: Constant( Str( - Word( - Atom('join' type=inline), + Atom( + "join", ), ), ), args: [ Value( FreeVar( - Atom('__dirname' type=dynamic), + "__dirname", ), ), Value( Constant( Str( Word( - Atom('..' type=inline), + "..", ), ), ), @@ -6063,7 +6063,7 @@ Constant( Str( Word( - Atom('bin' type=inline), + "bin", ), ), ), @@ -6072,7 +6072,7 @@ Constant( Str( Word( - Atom('esbuild' type=inline), + "esbuild", ), ), ), @@ -6277,7 +6277,7 @@ Call { func: Variable( ( - Atom('generateBinPath' type=dynamic), + "generateBinPath", #2, ), ), @@ -6354,7 +6354,7 @@ Call { func: Variable( ( - Atom('esbuildCommandAndArgs' type=dynamic), + "esbuildCommandAndArgs", #2, ), ), @@ -6400,14 +6400,14 @@ Member { obj: Variable( ( - Atom('args' type=inline), + "args", #2, ), ), prop: Constant( Str( - Word( - Atom('concat' type=static), + Atom( + "concat", ), ), ), @@ -6461,14 +6461,14 @@ MemberCall { obj: Variable( ( - Atom('args' type=inline), + "args", #2, ), ), prop: Constant( Str( - Word( - Atom('concat' type=static), + Atom( + "concat", ), ), ), @@ -6486,7 +6486,7 @@ Constant( Str( Word( - Atom('--ping' type=inline), + "--ping", ), ), ), diff --git a/crates/turbopack-ecmascript/tests/analyzer/graph/esbuild/graph.snapshot b/crates/turbopack-ecmascript/tests/analyzer/graph/esbuild/graph.snapshot index 620e9525bc238..d031af2c6ee29 100644 --- a/crates/turbopack-ecmascript/tests/analyzer/graph/esbuild/graph.snapshot +++ b/crates/turbopack-ecmascript/tests/analyzer/graph/esbuild/graph.snapshot @@ -13,7 +13,7 @@ Constant( Str( Word( - Atom('node' type=inline), + "node", ), ), ), @@ -24,39 +24,39 @@ 7, Variable( ( - Atom('path2' type=inline), + "path2", #2, ), ), Constant( Str( - Word( - Atom('join' type=inline), + Atom( + "join", ), ), ), [ FreeVar( - Atom('__dirname' type=dynamic), + "__dirname", ), Constant( Str( Word( - Atom('..' type=inline), + "..", ), ), ), Constant( Str( Word( - Atom('bin' type=inline), + "bin", ), ), ), Constant( Str( Word( - Atom('esbuild' type=inline), + "esbuild", ), ), ), @@ -75,7 +75,7 @@ 2, Variable( ( - Atom('generateBinPath' type=dynamic), + "generateBinPath", #2, ), ), @@ -101,7 +101,7 @@ 2, Variable( ( - Atom('esbuildCommandAndArgs' type=dynamic), + "esbuildCommandAndArgs", #2, ), ), @@ -125,7 +125,7 @@ Some( Variable( ( - Atom('binPath' type=inline), + "binPath", #7, ), ), @@ -135,12 +135,12 @@ MemberCall( 7, FreeVar( - Atom('require' type=static), + "require", ), Constant( Str( - Word( - Atom('resolve' type=inline), + Atom( + "resolve", ), ), ), @@ -150,7 +150,7 @@ [ Variable( ( - Atom('pkg' type=inline), + "pkg", #7, ), ), @@ -163,7 +163,7 @@ ), Variable( ( - Atom('subpath' type=inline), + "subpath", #7, ), ), @@ -174,18 +174,18 @@ Call( 4, FreeVar( - Atom('downloadedBinPath' type=dynamic), + "downloadedBinPath", ), [ Variable( ( - Atom('pkg' type=inline), + "pkg", #7, ), ), Variable( ( - Atom('subpath' type=inline), + "subpath", #7, ), ), @@ -200,21 +200,21 @@ 12, Variable( ( - Atom('path' type=static), + "path", #2, ), ), Constant( Str( - Word( - Atom('join' type=inline), + Atom( + "join", ), ), ), [ Variable( ( - Atom('esbuildLibDir' type=dynamic), + "esbuildLibDir", #16, ), ), @@ -230,7 +230,7 @@ ), Variable( ( - Atom('pkg' type=inline), + "pkg", #7, ), ), @@ -245,21 +245,21 @@ 4, Variable( ( - Atom('path' type=static), + "path", #2, ), ), Constant( Str( - Word( - Atom('basename' type=dynamic), + Atom( + "basename", ), ), ), [ Variable( ( - Atom('subpath' type=inline), + "subpath", #7, ), ), @@ -278,7 +278,7 @@ 2, Variable( ( - Atom('esbuildCommandAndArgs' type=dynamic), + "esbuildCommandAndArgs", #2, ), ), @@ -299,7 +299,7 @@ Some( Variable( ( - Atom('e' type=static), + "e", #10, ), ), @@ -313,7 +313,7 @@ Some( Variable( ( - Atom('e' type=static), + "e", #15, ), ), @@ -325,7 +325,7 @@ "esbuildCommandAndArgs", Variable( ( - Atom('*arrow function 2666*' type=dynamic), + "*arrow function 2666*", #0, ), ), @@ -336,14 +336,14 @@ 7, Variable( ( - Atom('path' type=static), + "path", #2, ), ), Constant( Str( - Word( - Atom('dirname' type=inline), + Atom( + "dirname", ), ), ), @@ -351,12 +351,12 @@ MemberCall( 4, FreeVar( - Atom('require' type=static), + "require", ), Constant( Str( - Word( - Atom('resolve' type=inline), + Atom( + "resolve", ), ), ), @@ -364,7 +364,7 @@ Constant( Str( Word( - Atom('esbuild' type=inline), + "esbuild", ), ), ), @@ -382,17 +382,17 @@ 4, [ FreeVar( - Atom('ESBUILD_BINARY_PATH' type=dynamic), + "ESBUILD_BINARY_PATH", ), Variable( ( - Atom('binTargetPath' type=dynamic), + "binTargetPath", #16, ), ), Variable( ( - Atom('binPath' type=inline), + "binPath", #7, ), ), @@ -422,15 +422,15 @@ KeyValue( Constant( Str( - Word( - Atom('android arm64 LE' type=dynamic), + Atom( + "android arm64 LE", ), ), ), Constant( Str( Word( - Atom('esbuild-android-arm64' type=dynamic), + "esbuild-android-arm64", ), ), ), @@ -438,15 +438,15 @@ KeyValue( Constant( Str( - Word( - Atom('darwin arm64 LE' type=dynamic), + Atom( + "darwin arm64 LE", ), ), ), Constant( Str( Word( - Atom('esbuild-darwin-arm64' type=dynamic), + "esbuild-darwin-arm64", ), ), ), @@ -454,15 +454,15 @@ KeyValue( Constant( Str( - Word( - Atom('darwin x64 LE' type=dynamic), + Atom( + "darwin x64 LE", ), ), ), Constant( Str( Word( - Atom('esbuild-darwin-64' type=dynamic), + "esbuild-darwin-64", ), ), ), @@ -470,15 +470,15 @@ KeyValue( Constant( Str( - Word( - Atom('freebsd arm64 LE' type=dynamic), + Atom( + "freebsd arm64 LE", ), ), ), Constant( Str( Word( - Atom('esbuild-freebsd-arm64' type=dynamic), + "esbuild-freebsd-arm64", ), ), ), @@ -486,15 +486,15 @@ KeyValue( Constant( Str( - Word( - Atom('freebsd x64 LE' type=dynamic), + Atom( + "freebsd x64 LE", ), ), ), Constant( Str( Word( - Atom('esbuild-freebsd-64' type=dynamic), + "esbuild-freebsd-64", ), ), ), @@ -502,15 +502,15 @@ KeyValue( Constant( Str( - Word( - Atom('linux arm LE' type=dynamic), + Atom( + "linux arm LE", ), ), ), Constant( Str( Word( - Atom('esbuild-linux-arm' type=dynamic), + "esbuild-linux-arm", ), ), ), @@ -518,15 +518,15 @@ KeyValue( Constant( Str( - Word( - Atom('linux arm64 LE' type=dynamic), + Atom( + "linux arm64 LE", ), ), ), Constant( Str( Word( - Atom('esbuild-linux-arm64' type=dynamic), + "esbuild-linux-arm64", ), ), ), @@ -534,15 +534,15 @@ KeyValue( Constant( Str( - Word( - Atom('linux ia32 LE' type=dynamic), + Atom( + "linux ia32 LE", ), ), ), Constant( Str( Word( - Atom('esbuild-linux-32' type=dynamic), + "esbuild-linux-32", ), ), ), @@ -550,15 +550,15 @@ KeyValue( Constant( Str( - Word( - Atom('linux mips64el LE' type=dynamic), + Atom( + "linux mips64el LE", ), ), ), Constant( Str( Word( - Atom('esbuild-linux-mips64le' type=dynamic), + "esbuild-linux-mips64le", ), ), ), @@ -566,15 +566,15 @@ KeyValue( Constant( Str( - Word( - Atom('linux ppc64 LE' type=dynamic), + Atom( + "linux ppc64 LE", ), ), ), Constant( Str( Word( - Atom('esbuild-linux-ppc64le' type=dynamic), + "esbuild-linux-ppc64le", ), ), ), @@ -582,15 +582,15 @@ KeyValue( Constant( Str( - Word( - Atom('linux s390x BE' type=dynamic), + Atom( + "linux s390x BE", ), ), ), Constant( Str( Word( - Atom('esbuild-linux-s390x' type=dynamic), + "esbuild-linux-s390x", ), ), ), @@ -598,15 +598,15 @@ KeyValue( Constant( Str( - Word( - Atom('linux x64 LE' type=dynamic), + Atom( + "linux x64 LE", ), ), ), Constant( Str( Word( - Atom('esbuild-linux-64' type=dynamic), + "esbuild-linux-64", ), ), ), @@ -614,15 +614,15 @@ KeyValue( Constant( Str( - Word( - Atom('netbsd x64 LE' type=dynamic), + Atom( + "netbsd x64 LE", ), ), ), Constant( Str( Word( - Atom('esbuild-netbsd-64' type=dynamic), + "esbuild-netbsd-64", ), ), ), @@ -630,15 +630,15 @@ KeyValue( Constant( Str( - Word( - Atom('openbsd x64 LE' type=dynamic), + Atom( + "openbsd x64 LE", ), ), ), Constant( Str( Word( - Atom('esbuild-openbsd-64' type=dynamic), + "esbuild-openbsd-64", ), ), ), @@ -646,15 +646,15 @@ KeyValue( Constant( Str( - Word( - Atom('sunos x64 LE' type=dynamic), + Atom( + "sunos x64 LE", ), ), ), Constant( Str( Word( - Atom('esbuild-sunos-64' type=dynamic), + "esbuild-sunos-64", ), ), ), @@ -671,15 +671,15 @@ KeyValue( Constant( Str( - Word( - Atom('win32 arm64 LE' type=dynamic), + Atom( + "win32 arm64 LE", ), ), ), Constant( Str( Word( - Atom('esbuild-windows-arm64' type=dynamic), + "esbuild-windows-arm64", ), ), ), @@ -687,15 +687,15 @@ KeyValue( Constant( Str( - Word( - Atom('win32 ia32 LE' type=dynamic), + Atom( + "win32 ia32 LE", ), ), ), Constant( Str( Word( - Atom('esbuild-windows-32' type=dynamic), + "esbuild-windows-32", ), ), ), @@ -703,15 +703,15 @@ KeyValue( Constant( Str( - Word( - Atom('win32 x64 LE' type=dynamic), + Atom( + "win32 x64 LE", ), ), ), Constant( Str( Word( - Atom('esbuild-windows-64' type=dynamic), + "esbuild-windows-64", ), ), ), @@ -725,13 +725,13 @@ Call( 3, FreeVar( - Atom('require' type=static), + "require", ), [ Constant( Str( Word( - Atom('os' type=inline), + "os", ), ), ), @@ -743,13 +743,13 @@ Call( 3, FreeVar( - Atom('require' type=static), + "require", ), [ Constant( Str( Word( - Atom('path' type=static), + "path", ), ), ), @@ -761,13 +761,13 @@ Call( 3, FreeVar( - Atom('require' type=static), + "require", ), [ Constant( Str( Word( - Atom('path' type=static), + "path", ), ), ), @@ -783,7 +783,7 @@ Some( Variable( ( - Atom('pkg' type=inline), + "pkg", #3, ), ), @@ -794,13 +794,13 @@ 3, Variable( ( - Atom('knownWindowsPackages' type=dynamic), + "knownWindowsPackages", #2, ), ), Variable( ( - Atom('platformKey' type=dynamic), + "platformKey", #3, ), ), @@ -809,13 +809,13 @@ 3, Variable( ( - Atom('knownUnixlikePackages' type=dynamic), + "knownUnixlikePackages", #2, ), ), Variable( ( - Atom('platformKey' type=dynamic), + "platformKey", #3, ), ), @@ -831,7 +831,7 @@ 2, Variable( ( - Atom('pkgAndSubpathForCurrentPlatform' type=dynamic), + "pkgAndSubpathForCurrentPlatform", #2, ), ), @@ -839,8 +839,8 @@ ), Constant( Str( - Word( - Atom('pkg' type=inline), + Atom( + "pkg", ), ), ), @@ -857,14 +857,14 @@ KeyValue( Constant( Str( - Word( - Atom('pkg' type=inline), + Atom( + "pkg", ), ), ), Variable( ( - Atom('pkg' type=inline), + "pkg", #3, ), ), @@ -872,14 +872,14 @@ KeyValue( Constant( Str( - Word( - Atom('subpath' type=inline), + Atom( + "subpath", ), ), ), Variable( ( - Atom('subpath' type=inline), + "subpath", #3, ), ), @@ -897,12 +897,12 @@ Member( 3, FreeVar( - Atom('process' type=static), + "process", ), Constant( Str( - Word( - Atom('platform' type=dynamic), + Atom( + "platform", ), ), ), @@ -918,14 +918,14 @@ 3, Variable( ( - Atom('os' type=inline), + "os", #2, ), ), Constant( Str( - Word( - Atom('arch' type=inline), + Atom( + "arch", ), ), ), @@ -942,14 +942,14 @@ 3, Variable( ( - Atom('os' type=inline), + "os", #2, ), ), Constant( Str( - Word( - Atom('endianness' type=dynamic), + Atom( + "endianness", ), ), ), @@ -967,7 +967,7 @@ Some( Variable( ( - Atom('subpath' type=inline), + "subpath", #3, ), ), @@ -977,14 +977,14 @@ Constant( Str( Word( - Atom('esbuild.exe' type=dynamic), + "esbuild.exe", ), ), ), Constant( Str( Word( - Atom('bin/esbuild' type=dynamic), + "bin/esbuild", ), ), ), @@ -999,7 +999,7 @@ 2, Variable( ( - Atom('pkgAndSubpathForCurrentPlatform' type=dynamic), + "pkgAndSubpathForCurrentPlatform", #2, ), ), @@ -1007,8 +1007,8 @@ ), Constant( Str( - Word( - Atom('subpath' type=inline), + Atom( + "subpath", ), ), ), @@ -1020,14 +1020,14 @@ 5, Variable( ( - Atom('args' type=inline), + "args", #2, ), ), Constant( Str( - Word( - Atom('concat' type=static), + Atom( + "concat", ), ), ), @@ -1042,7 +1042,7 @@ Constant( Str( Word( - Atom('--ping' type=inline), + "--ping", ), ), ), diff --git a/crates/turbopack-ecmascript/tests/analyzer/graph/fn-array-2/graph-effects.snapshot b/crates/turbopack-ecmascript/tests/analyzer/graph/fn-array-2/graph-effects.snapshot index 366cab7ee7eea..8f0729aa6ac32 100644 --- a/crates/turbopack-ecmascript/tests/analyzer/graph/fn-array-2/graph-effects.snapshot +++ b/crates/turbopack-ecmascript/tests/analyzer/graph/fn-array-2/graph-effects.snapshot @@ -2,7 +2,7 @@ Call { func: Variable( ( - Atom('c' type=inline), + "c", #2, ), ), @@ -11,7 +11,7 @@ Constant( Str( Word( - Atom('1' type=inline), + "1", ), ), ), @@ -20,7 +20,7 @@ Constant( Str( Word( - Atom('2' type=inline), + "2", ), ), ), diff --git a/crates/turbopack-ecmascript/tests/analyzer/graph/fn-array-2/graph.snapshot b/crates/turbopack-ecmascript/tests/analyzer/graph/fn-array-2/graph.snapshot index e23859f75155f..281f66a09bbc4 100644 --- a/crates/turbopack-ecmascript/tests/analyzer/graph/fn-array-2/graph.snapshot +++ b/crates/turbopack-ecmascript/tests/analyzer/graph/fn-array-2/graph.snapshot @@ -26,13 +26,13 @@ [ Variable( ( - Atom('a' type=static), + "a", #3, ), ), Variable( ( - Atom('x' type=static), + "x", #3, ), ), @@ -40,7 +40,7 @@ ), Variable( ( - Atom('a' type=static), + "a", #3, ), ), @@ -55,7 +55,7 @@ 4, Variable( ( - Atom('c' type=inline), + "c", #2, ), ), @@ -63,14 +63,14 @@ Constant( Str( Word( - Atom('1' type=inline), + "1", ), ), ), Constant( Str( Word( - Atom('2' type=inline), + "2", ), ), ), @@ -83,7 +83,7 @@ 3, Variable( ( - Atom('d' type=static), + "d", #2, ), ), @@ -102,7 +102,7 @@ 3, Variable( ( - Atom('d' type=static), + "d", #2, ), ), @@ -119,7 +119,7 @@ "x", Variable( ( - Atom('b' type=static), + "b", #3, ), ), diff --git a/crates/turbopack-ecmascript/tests/analyzer/graph/fn-array/graph-effects.snapshot b/crates/turbopack-ecmascript/tests/analyzer/graph/fn-array/graph-effects.snapshot index 4c0ce680ab779..1ac73fc25190a 100644 --- a/crates/turbopack-ecmascript/tests/analyzer/graph/fn-array/graph-effects.snapshot +++ b/crates/turbopack-ecmascript/tests/analyzer/graph/fn-array/graph-effects.snapshot @@ -2,7 +2,7 @@ Call { func: Variable( ( - Atom('c' type=inline), + "c", #2, ), ), @@ -11,7 +11,7 @@ Constant( Str( Word( - Atom('1' type=inline), + "1", ), ), ), @@ -20,7 +20,7 @@ Constant( Str( Word( - Atom('2' type=inline), + "2", ), ), ), diff --git a/crates/turbopack-ecmascript/tests/analyzer/graph/fn-array/graph.snapshot b/crates/turbopack-ecmascript/tests/analyzer/graph/fn-array/graph.snapshot index ee4b11282e03e..7fe80c360ca7a 100644 --- a/crates/turbopack-ecmascript/tests/analyzer/graph/fn-array/graph.snapshot +++ b/crates/turbopack-ecmascript/tests/analyzer/graph/fn-array/graph.snapshot @@ -26,13 +26,13 @@ [ Variable( ( - Atom('a' type=static), + "a", #3, ), ), Variable( ( - Atom('b' type=static), + "b", #3, ), ), @@ -40,7 +40,7 @@ ), Variable( ( - Atom('a' type=static), + "a", #3, ), ), @@ -55,7 +55,7 @@ 4, Variable( ( - Atom('c' type=inline), + "c", #2, ), ), @@ -63,14 +63,14 @@ Constant( Str( Word( - Atom('1' type=inline), + "1", ), ), ), Constant( Str( Word( - Atom('2' type=inline), + "2", ), ), ), @@ -83,7 +83,7 @@ 3, Variable( ( - Atom('d' type=static), + "d", #2, ), ), @@ -102,7 +102,7 @@ 3, Variable( ( - Atom('d' type=static), + "d", #2, ), ), diff --git a/crates/turbopack-ecmascript/tests/analyzer/graph/free-vars/graph-effects.snapshot b/crates/turbopack-ecmascript/tests/analyzer/graph/free-vars/graph-effects.snapshot index 9c19c16e03f5c..2ef5e891d8dd8 100644 --- a/crates/turbopack-ecmascript/tests/analyzer/graph/free-vars/graph-effects.snapshot +++ b/crates/turbopack-ecmascript/tests/analyzer/graph/free-vars/graph-effects.snapshot @@ -1,12 +1,12 @@ [ Member { obj: FreeVar( - Atom('Buffer' type=inline), + "Buffer", ), prop: Constant( Str( - Word( - Atom('from' type=static), + Atom( + "from", ), ), ), @@ -59,7 +59,7 @@ }, FreeVar { var: FreeVar( - Atom('Buffer' type=inline), + "Buffer", ), ast_path: [ Program( @@ -116,12 +116,12 @@ }, MemberCall { obj: FreeVar( - Atom('Buffer' type=inline), + "Buffer", ), prop: Constant( Str( - Word( - Atom('from' type=static), + Atom( + "from", ), ), ), @@ -130,7 +130,7 @@ Constant( Str( Word( - Atom('Hello World' type=dynamic), + "Hello World", ), ), ), diff --git a/crates/turbopack-ecmascript/tests/analyzer/graph/free-vars/graph.snapshot b/crates/turbopack-ecmascript/tests/analyzer/graph/free-vars/graph.snapshot index 9f3b7735d6cdb..9b174317c822d 100644 --- a/crates/turbopack-ecmascript/tests/analyzer/graph/free-vars/graph.snapshot +++ b/crates/turbopack-ecmascript/tests/analyzer/graph/free-vars/graph.snapshot @@ -4,12 +4,12 @@ MemberCall( 4, FreeVar( - Atom('Buffer' type=inline), + "Buffer", ), Constant( Str( - Word( - Atom('from' type=static), + Atom( + "from", ), ), ), @@ -17,7 +17,7 @@ Constant( Str( Word( - Atom('Hello World' type=dynamic), + "Hello World", ), ), ), diff --git a/crates/turbopack-ecmascript/tests/analyzer/graph/iife/graph-effects.snapshot b/crates/turbopack-ecmascript/tests/analyzer/graph/iife/graph-effects.snapshot index ccf45f4e34bc1..423fb25e8661a 100644 --- a/crates/turbopack-ecmascript/tests/analyzer/graph/iife/graph-effects.snapshot +++ b/crates/turbopack-ecmascript/tests/analyzer/graph/iife/graph-effects.snapshot @@ -1,7 +1,7 @@ [ FreeVar { var: FreeVar( - Atom('require' type=static), + "require", ), ast_path: [ Program( @@ -51,7 +51,7 @@ Call { func: Variable( ( - Atom('f' type=inline), + "f", #5, ), ), @@ -60,7 +60,7 @@ Constant( Str( Word( - Atom('test' type=inline), + "test", ), ), ), diff --git a/crates/turbopack-ecmascript/tests/analyzer/graph/iife/graph.snapshot b/crates/turbopack-ecmascript/tests/analyzer/graph/iife/graph.snapshot index d5482006507eb..1da067fdba6f2 100644 --- a/crates/turbopack-ecmascript/tests/analyzer/graph/iife/graph.snapshot +++ b/crates/turbopack-ecmascript/tests/analyzer/graph/iife/graph.snapshot @@ -2,14 +2,14 @@ ( "a", FreeVar( - Atom('require' type=static), + "require", ), ), ( "b", Variable( ( - Atom('a' type=static), + "a", #2, ), ), @@ -18,7 +18,7 @@ "c", Variable( ( - Atom('b' type=static), + "b", #3, ), ), @@ -27,7 +27,7 @@ "d", Variable( ( - Atom('a' type=static), + "a", #2, ), ), @@ -36,7 +36,7 @@ "e", Variable( ( - Atom('d' type=static), + "d", #4, ), ), @@ -45,7 +45,7 @@ "f", Variable( ( - Atom('a' type=static), + "a", #2, ), ), @@ -54,7 +54,7 @@ "g", Variable( ( - Atom('f' type=inline), + "f", #5, ), ), diff --git a/crates/turbopack-ecmascript/tests/analyzer/graph/imports/graph.snapshot b/crates/turbopack-ecmascript/tests/analyzer/graph/imports/graph.snapshot index f37f30676cdea..27007a9baee56 100644 --- a/crates/turbopack-ecmascript/tests/analyzer/graph/imports/graph.snapshot +++ b/crates/turbopack-ecmascript/tests/analyzer/graph/imports/graph.snapshot @@ -5,7 +5,7 @@ 3, Module( ModuleValue { - module: Atom('x2' type=inline), + module: "x2", annotations: ImportAnnotations { map: {}, }, @@ -13,8 +13,8 @@ ), Constant( Str( - Word( - Atom('a' type=static), + Atom( + "a", ), ), ), @@ -26,7 +26,7 @@ 3, Module( ModuleValue { - module: Atom('x1' type=inline), + module: "x1", annotations: ImportAnnotations { map: {}, }, @@ -34,8 +34,8 @@ ), Constant( Str( - Word( - Atom('default' type=static), + Atom( + "default", ), ), ), @@ -45,7 +45,7 @@ "yy", Module( ModuleValue { - module: Atom('x3' type=inline), + module: "x3", annotations: ImportAnnotations { map: {}, }, diff --git a/crates/turbopack-ecmascript/tests/analyzer/graph/logical/graph-effects.snapshot b/crates/turbopack-ecmascript/tests/analyzer/graph/logical/graph-effects.snapshot index 2ff76c76d9efb..9b860464cd1cb 100644 --- a/crates/turbopack-ecmascript/tests/analyzer/graph/logical/graph-effects.snapshot +++ b/crates/turbopack-ecmascript/tests/analyzer/graph/logical/graph-effects.snapshot @@ -1,7 +1,7 @@ [ FreeVar { var: FreeVar( - Atom('global' type=static), + "global", ), ast_path: [ Program( @@ -49,7 +49,7 @@ }, FreeVar { var: FreeVar( - Atom('global' type=static), + "global", ), ast_path: [ Program( @@ -115,7 +115,7 @@ }, FreeVar { var: FreeVar( - Atom('global' type=static), + "global", ), ast_path: [ Program( @@ -175,7 +175,7 @@ }, FreeVar { var: FreeVar( - Atom('global' type=static), + "global", ), ast_path: [ Program( @@ -229,7 +229,7 @@ }, FreeVar { var: FreeVar( - Atom('global' type=static), + "global", ), ast_path: [ Program( @@ -277,7 +277,7 @@ }, FreeVar { var: FreeVar( - Atom('global' type=static), + "global", ), ast_path: [ Program( diff --git a/crates/turbopack-ecmascript/tests/analyzer/graph/logical/graph.snapshot b/crates/turbopack-ecmascript/tests/analyzer/graph/logical/graph.snapshot index c0b4c9af9187f..79b0bb0f2f373 100644 --- a/crates/turbopack-ecmascript/tests/analyzer/graph/logical/graph.snapshot +++ b/crates/turbopack-ecmascript/tests/analyzer/graph/logical/graph.snapshot @@ -7,13 +7,13 @@ [ Variable( ( - Atom('x' type=static), + "x", #2, ), ), Variable( ( - Atom('y' type=inline), + "y", #2, ), ), @@ -28,13 +28,13 @@ [ Variable( ( - Atom('x' type=static), + "x", #2, ), ), Variable( ( - Atom('y' type=inline), + "y", #2, ), ), @@ -49,13 +49,13 @@ [ Variable( ( - Atom('x' type=static), + "x", #2, ), ), Variable( ( - Atom('y' type=inline), + "y", #2, ), ), @@ -90,7 +90,7 @@ ), ), FreeVar( - Atom('global' type=static), + "global", ), ], ), @@ -120,7 +120,7 @@ ), ), FreeVar( - Atom('global' type=static), + "global", ), ], ), @@ -147,7 +147,7 @@ 2, Variable( ( - Atom('x' type=static), + "x", #2, ), ), @@ -161,7 +161,7 @@ 2, Variable( ( - Atom('x' type=static), + "x", #2, ), ), @@ -189,7 +189,7 @@ ), ), FreeVar( - Atom('global' type=static), + "global", ), Constant( Num( @@ -236,7 +236,7 @@ ), ), FreeVar( - Atom('global' type=static), + "global", ), Constant( Num( @@ -255,7 +255,7 @@ Or, [ FreeVar( - Atom('global' type=static), + "global", ), Constant( True, @@ -273,7 +273,7 @@ True, ), FreeVar( - Atom('global' type=static), + "global", ), ], ), diff --git a/crates/turbopack-ecmascript/tests/analyzer/graph/md5-reduced/graph-effects.snapshot b/crates/turbopack-ecmascript/tests/analyzer/graph/md5-reduced/graph-effects.snapshot index 0214356d554f1..609cf32eb21e5 100644 --- a/crates/turbopack-ecmascript/tests/analyzer/graph/md5-reduced/graph-effects.snapshot +++ b/crates/turbopack-ecmascript/tests/analyzer/graph/md5-reduced/graph-effects.snapshot @@ -2,7 +2,7 @@ Member { obj: Variable( ( - Atom('x' type=static), + "x", #3, ), ), @@ -69,7 +69,7 @@ Member { obj: Variable( ( - Atom('x' type=static), + "x", #3, ), ), @@ -151,14 +151,14 @@ Member { obj: Variable( ( - Atom('x' type=static), + "x", #3, ), ), prop: Constant( Str( - Word( - Atom('length' type=static), + Atom( + "length", ), ), ), @@ -218,13 +218,13 @@ Member { obj: Variable( ( - Atom('x' type=static), + "x", #3, ), ), prop: Variable( ( - Atom('i' type=static), + "i", #3, ), ), @@ -309,7 +309,7 @@ Call { func: Variable( ( - Atom('md5ff' type=inline), + "md5ff", #2, ), ), @@ -317,7 +317,7 @@ Value( Variable( ( - Atom('a' type=static), + "a", #3, ), ), @@ -325,7 +325,7 @@ Value( Variable( ( - Atom('b' type=static), + "b", #3, ), ), @@ -333,7 +333,7 @@ Value( Variable( ( - Atom('c' type=inline), + "c", #3, ), ), @@ -341,7 +341,7 @@ Value( Variable( ( - Atom('d' type=static), + "d", #3, ), ), @@ -351,13 +351,13 @@ 3, Variable( ( - Atom('x' type=static), + "x", #3, ), ), Variable( ( - Atom('i' type=static), + "i", #3, ), ), @@ -449,7 +449,7 @@ Member { obj: Variable( ( - Atom('x' type=static), + "x", #3, ), ), @@ -458,7 +458,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #3, ), ), @@ -552,7 +552,7 @@ Call { func: Variable( ( - Atom('md5ff' type=inline), + "md5ff", #2, ), ), @@ -560,7 +560,7 @@ Value( Variable( ( - Atom('d' type=static), + "d", #3, ), ), @@ -568,7 +568,7 @@ Value( Variable( ( - Atom('a' type=static), + "a", #3, ), ), @@ -576,7 +576,7 @@ Value( Variable( ( - Atom('b' type=static), + "b", #3, ), ), @@ -584,7 +584,7 @@ Value( Variable( ( - Atom('c' type=inline), + "c", #3, ), ), @@ -594,7 +594,7 @@ 5, Variable( ( - Atom('x' type=static), + "x", #3, ), ), @@ -603,7 +603,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #3, ), ), @@ -704,7 +704,7 @@ Member { obj: Variable( ( - Atom('x' type=static), + "x", #3, ), ), @@ -713,7 +713,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #3, ), ), @@ -807,7 +807,7 @@ Call { func: Variable( ( - Atom('md5ff' type=inline), + "md5ff", #2, ), ), @@ -815,7 +815,7 @@ Value( Variable( ( - Atom('c' type=inline), + "c", #3, ), ), @@ -823,7 +823,7 @@ Value( Variable( ( - Atom('d' type=static), + "d", #3, ), ), @@ -831,7 +831,7 @@ Value( Variable( ( - Atom('a' type=static), + "a", #3, ), ), @@ -839,7 +839,7 @@ Value( Variable( ( - Atom('b' type=static), + "b", #3, ), ), @@ -849,7 +849,7 @@ 5, Variable( ( - Atom('x' type=static), + "x", #3, ), ), @@ -858,7 +858,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #3, ), ), @@ -962,7 +962,7 @@ Member { obj: Variable( ( - Atom('x' type=static), + "x", #3, ), ), @@ -971,7 +971,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #3, ), ), @@ -1065,7 +1065,7 @@ Call { func: Variable( ( - Atom('md5ff' type=inline), + "md5ff", #2, ), ), @@ -1073,7 +1073,7 @@ Value( Variable( ( - Atom('b' type=static), + "b", #3, ), ), @@ -1081,7 +1081,7 @@ Value( Variable( ( - Atom('c' type=inline), + "c", #3, ), ), @@ -1089,7 +1089,7 @@ Value( Variable( ( - Atom('d' type=static), + "d", #3, ), ), @@ -1097,7 +1097,7 @@ Value( Variable( ( - Atom('a' type=static), + "a", #3, ), ), @@ -1107,7 +1107,7 @@ 5, Variable( ( - Atom('x' type=static), + "x", #3, ), ), @@ -1116,7 +1116,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #3, ), ), @@ -1217,7 +1217,7 @@ Member { obj: Variable( ( - Atom('x' type=static), + "x", #3, ), ), @@ -1226,7 +1226,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #3, ), ), @@ -1320,7 +1320,7 @@ Call { func: Variable( ( - Atom('md5ff' type=inline), + "md5ff", #2, ), ), @@ -1328,7 +1328,7 @@ Value( Variable( ( - Atom('a' type=static), + "a", #3, ), ), @@ -1336,7 +1336,7 @@ Value( Variable( ( - Atom('b' type=static), + "b", #3, ), ), @@ -1344,7 +1344,7 @@ Value( Variable( ( - Atom('c' type=inline), + "c", #3, ), ), @@ -1352,7 +1352,7 @@ Value( Variable( ( - Atom('d' type=static), + "d", #3, ), ), @@ -1362,7 +1362,7 @@ 5, Variable( ( - Atom('x' type=static), + "x", #3, ), ), @@ -1371,7 +1371,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #3, ), ), @@ -1472,7 +1472,7 @@ Member { obj: Variable( ( - Atom('x' type=static), + "x", #3, ), ), @@ -1481,7 +1481,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #3, ), ), @@ -1575,7 +1575,7 @@ Call { func: Variable( ( - Atom('md5ff' type=inline), + "md5ff", #2, ), ), @@ -1583,7 +1583,7 @@ Value( Variable( ( - Atom('d' type=static), + "d", #3, ), ), @@ -1591,7 +1591,7 @@ Value( Variable( ( - Atom('a' type=static), + "a", #3, ), ), @@ -1599,7 +1599,7 @@ Value( Variable( ( - Atom('b' type=static), + "b", #3, ), ), @@ -1607,7 +1607,7 @@ Value( Variable( ( - Atom('c' type=inline), + "c", #3, ), ), @@ -1617,7 +1617,7 @@ 5, Variable( ( - Atom('x' type=static), + "x", #3, ), ), @@ -1626,7 +1626,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #3, ), ), @@ -1730,7 +1730,7 @@ Member { obj: Variable( ( - Atom('x' type=static), + "x", #3, ), ), @@ -1739,7 +1739,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #3, ), ), @@ -1833,7 +1833,7 @@ Call { func: Variable( ( - Atom('md5ff' type=inline), + "md5ff", #2, ), ), @@ -1841,7 +1841,7 @@ Value( Variable( ( - Atom('c' type=inline), + "c", #3, ), ), @@ -1849,7 +1849,7 @@ Value( Variable( ( - Atom('d' type=static), + "d", #3, ), ), @@ -1857,7 +1857,7 @@ Value( Variable( ( - Atom('a' type=static), + "a", #3, ), ), @@ -1865,7 +1865,7 @@ Value( Variable( ( - Atom('b' type=static), + "b", #3, ), ), @@ -1875,7 +1875,7 @@ 5, Variable( ( - Atom('x' type=static), + "x", #3, ), ), @@ -1884,7 +1884,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #3, ), ), @@ -1985,7 +1985,7 @@ Member { obj: Variable( ( - Atom('x' type=static), + "x", #3, ), ), @@ -1994,7 +1994,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #3, ), ), @@ -2088,7 +2088,7 @@ Call { func: Variable( ( - Atom('md5ff' type=inline), + "md5ff", #2, ), ), @@ -2096,7 +2096,7 @@ Value( Variable( ( - Atom('b' type=static), + "b", #3, ), ), @@ -2104,7 +2104,7 @@ Value( Variable( ( - Atom('c' type=inline), + "c", #3, ), ), @@ -2112,7 +2112,7 @@ Value( Variable( ( - Atom('d' type=static), + "d", #3, ), ), @@ -2120,7 +2120,7 @@ Value( Variable( ( - Atom('a' type=static), + "a", #3, ), ), @@ -2130,7 +2130,7 @@ 5, Variable( ( - Atom('x' type=static), + "x", #3, ), ), @@ -2139,7 +2139,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #3, ), ), @@ -2240,7 +2240,7 @@ Member { obj: Variable( ( - Atom('x' type=static), + "x", #3, ), ), @@ -2249,7 +2249,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #3, ), ), @@ -2343,7 +2343,7 @@ Call { func: Variable( ( - Atom('md5ff' type=inline), + "md5ff", #2, ), ), @@ -2351,7 +2351,7 @@ Value( Variable( ( - Atom('a' type=static), + "a", #3, ), ), @@ -2359,7 +2359,7 @@ Value( Variable( ( - Atom('b' type=static), + "b", #3, ), ), @@ -2367,7 +2367,7 @@ Value( Variable( ( - Atom('c' type=inline), + "c", #3, ), ), @@ -2375,7 +2375,7 @@ Value( Variable( ( - Atom('d' type=static), + "d", #3, ), ), @@ -2385,7 +2385,7 @@ 5, Variable( ( - Atom('x' type=static), + "x", #3, ), ), @@ -2394,7 +2394,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #3, ), ), @@ -2498,7 +2498,7 @@ Member { obj: Variable( ( - Atom('x' type=static), + "x", #3, ), ), @@ -2507,7 +2507,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #3, ), ), @@ -2601,7 +2601,7 @@ Call { func: Variable( ( - Atom('md5ff' type=inline), + "md5ff", #2, ), ), @@ -2609,7 +2609,7 @@ Value( Variable( ( - Atom('d' type=static), + "d", #3, ), ), @@ -2617,7 +2617,7 @@ Value( Variable( ( - Atom('a' type=static), + "a", #3, ), ), @@ -2625,7 +2625,7 @@ Value( Variable( ( - Atom('b' type=static), + "b", #3, ), ), @@ -2633,7 +2633,7 @@ Value( Variable( ( - Atom('c' type=inline), + "c", #3, ), ), @@ -2643,7 +2643,7 @@ 5, Variable( ( - Atom('x' type=static), + "x", #3, ), ), @@ -2652,7 +2652,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #3, ), ), @@ -2753,7 +2753,7 @@ Member { obj: Variable( ( - Atom('x' type=static), + "x", #3, ), ), @@ -2762,7 +2762,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #3, ), ), @@ -2856,7 +2856,7 @@ Call { func: Variable( ( - Atom('md5ff' type=inline), + "md5ff", #2, ), ), @@ -2864,7 +2864,7 @@ Value( Variable( ( - Atom('c' type=inline), + "c", #3, ), ), @@ -2872,7 +2872,7 @@ Value( Variable( ( - Atom('d' type=static), + "d", #3, ), ), @@ -2880,7 +2880,7 @@ Value( Variable( ( - Atom('a' type=static), + "a", #3, ), ), @@ -2888,7 +2888,7 @@ Value( Variable( ( - Atom('b' type=static), + "b", #3, ), ), @@ -2898,7 +2898,7 @@ 5, Variable( ( - Atom('x' type=static), + "x", #3, ), ), @@ -2907,7 +2907,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #3, ), ), @@ -3008,7 +3008,7 @@ Member { obj: Variable( ( - Atom('x' type=static), + "x", #3, ), ), @@ -3017,7 +3017,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #3, ), ), @@ -3111,7 +3111,7 @@ Call { func: Variable( ( - Atom('md5ff' type=inline), + "md5ff", #2, ), ), @@ -3119,7 +3119,7 @@ Value( Variable( ( - Atom('b' type=static), + "b", #3, ), ), @@ -3127,7 +3127,7 @@ Value( Variable( ( - Atom('c' type=inline), + "c", #3, ), ), @@ -3135,7 +3135,7 @@ Value( Variable( ( - Atom('d' type=static), + "d", #3, ), ), @@ -3143,7 +3143,7 @@ Value( Variable( ( - Atom('a' type=static), + "a", #3, ), ), @@ -3153,7 +3153,7 @@ 5, Variable( ( - Atom('x' type=static), + "x", #3, ), ), @@ -3162,7 +3162,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #3, ), ), @@ -3263,7 +3263,7 @@ Member { obj: Variable( ( - Atom('x' type=static), + "x", #3, ), ), @@ -3272,7 +3272,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #3, ), ), @@ -3366,7 +3366,7 @@ Call { func: Variable( ( - Atom('md5ff' type=inline), + "md5ff", #2, ), ), @@ -3374,7 +3374,7 @@ Value( Variable( ( - Atom('a' type=static), + "a", #3, ), ), @@ -3382,7 +3382,7 @@ Value( Variable( ( - Atom('b' type=static), + "b", #3, ), ), @@ -3390,7 +3390,7 @@ Value( Variable( ( - Atom('c' type=inline), + "c", #3, ), ), @@ -3398,7 +3398,7 @@ Value( Variable( ( - Atom('d' type=static), + "d", #3, ), ), @@ -3408,7 +3408,7 @@ 5, Variable( ( - Atom('x' type=static), + "x", #3, ), ), @@ -3417,7 +3417,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #3, ), ), @@ -3521,7 +3521,7 @@ Member { obj: Variable( ( - Atom('x' type=static), + "x", #3, ), ), @@ -3530,7 +3530,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #3, ), ), @@ -3624,7 +3624,7 @@ Call { func: Variable( ( - Atom('md5ff' type=inline), + "md5ff", #2, ), ), @@ -3632,7 +3632,7 @@ Value( Variable( ( - Atom('d' type=static), + "d", #3, ), ), @@ -3640,7 +3640,7 @@ Value( Variable( ( - Atom('a' type=static), + "a", #3, ), ), @@ -3648,7 +3648,7 @@ Value( Variable( ( - Atom('b' type=static), + "b", #3, ), ), @@ -3656,7 +3656,7 @@ Value( Variable( ( - Atom('c' type=inline), + "c", #3, ), ), @@ -3666,7 +3666,7 @@ 5, Variable( ( - Atom('x' type=static), + "x", #3, ), ), @@ -3675,7 +3675,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #3, ), ), @@ -3776,7 +3776,7 @@ Member { obj: Variable( ( - Atom('x' type=static), + "x", #3, ), ), @@ -3785,7 +3785,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #3, ), ), @@ -3879,7 +3879,7 @@ Call { func: Variable( ( - Atom('md5ff' type=inline), + "md5ff", #2, ), ), @@ -3887,7 +3887,7 @@ Value( Variable( ( - Atom('c' type=inline), + "c", #3, ), ), @@ -3895,7 +3895,7 @@ Value( Variable( ( - Atom('d' type=static), + "d", #3, ), ), @@ -3903,7 +3903,7 @@ Value( Variable( ( - Atom('a' type=static), + "a", #3, ), ), @@ -3911,7 +3911,7 @@ Value( Variable( ( - Atom('b' type=static), + "b", #3, ), ), @@ -3921,7 +3921,7 @@ 5, Variable( ( - Atom('x' type=static), + "x", #3, ), ), @@ -3930,7 +3930,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #3, ), ), @@ -4031,7 +4031,7 @@ Member { obj: Variable( ( - Atom('x' type=static), + "x", #3, ), ), @@ -4040,7 +4040,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #3, ), ), @@ -4134,7 +4134,7 @@ Call { func: Variable( ( - Atom('md5ff' type=inline), + "md5ff", #2, ), ), @@ -4142,7 +4142,7 @@ Value( Variable( ( - Atom('b' type=static), + "b", #3, ), ), @@ -4150,7 +4150,7 @@ Value( Variable( ( - Atom('c' type=inline), + "c", #3, ), ), @@ -4158,7 +4158,7 @@ Value( Variable( ( - Atom('d' type=static), + "d", #3, ), ), @@ -4166,7 +4166,7 @@ Value( Variable( ( - Atom('a' type=static), + "a", #3, ), ), @@ -4176,7 +4176,7 @@ 5, Variable( ( - Atom('x' type=static), + "x", #3, ), ), @@ -4185,7 +4185,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #3, ), ), @@ -4288,7 +4288,7 @@ }, FreeVar { var: FreeVar( - Atom('safeAdd' type=inline), + "safeAdd", ), ast_path: [ Program( @@ -4348,7 +4348,7 @@ }, FreeVar { var: FreeVar( - Atom('bitRotateLeft' type=dynamic), + "bitRotateLeft", ), ast_path: [ Program( @@ -4419,7 +4419,7 @@ }, FreeVar { var: FreeVar( - Atom('safeAdd' type=inline), + "safeAdd", ), ast_path: [ Program( @@ -4501,7 +4501,7 @@ }, FreeVar { var: FreeVar( - Atom('safeAdd' type=inline), + "safeAdd", ), ast_path: [ Program( @@ -4594,13 +4594,13 @@ }, Call { func: FreeVar( - Atom('safeAdd' type=inline), + "safeAdd", ), args: [ Value( Variable( ( - Atom('a' type=static), + "a", #5, ), ), @@ -4608,7 +4608,7 @@ Value( Variable( ( - Atom('q' type=static), + "q", #5, ), ), @@ -4696,7 +4696,7 @@ }, FreeVar { var: FreeVar( - Atom('safeAdd' type=inline), + "safeAdd", ), ast_path: [ Program( @@ -4789,13 +4789,13 @@ }, Call { func: FreeVar( - Atom('safeAdd' type=inline), + "safeAdd", ), args: [ Value( Variable( ( - Atom('x' type=static), + "x", #5, ), ), @@ -4803,7 +4803,7 @@ Value( Variable( ( - Atom('t' type=inline), + "t", #5, ), ), @@ -4891,25 +4891,25 @@ }, Call { func: FreeVar( - Atom('safeAdd' type=inline), + "safeAdd", ), args: [ Value( Call( 4, FreeVar( - Atom('safeAdd' type=inline), + "safeAdd", ), [ Variable( ( - Atom('a' type=static), + "a", #5, ), ), Variable( ( - Atom('q' type=static), + "q", #5, ), ), @@ -4920,18 +4920,18 @@ Call( 4, FreeVar( - Atom('safeAdd' type=inline), + "safeAdd", ), [ Variable( ( - Atom('x' type=static), + "x", #5, ), ), Variable( ( - Atom('t' type=inline), + "t", #5, ), ), @@ -5010,31 +5010,31 @@ }, Call { func: FreeVar( - Atom('bitRotateLeft' type=dynamic), + "bitRotateLeft", ), args: [ Value( Call( 10, FreeVar( - Atom('safeAdd' type=inline), + "safeAdd", ), [ Call( 4, FreeVar( - Atom('safeAdd' type=inline), + "safeAdd", ), [ Variable( ( - Atom('a' type=static), + "a", #5, ), ), Variable( ( - Atom('q' type=static), + "q", #5, ), ), @@ -5043,18 +5043,18 @@ Call( 4, FreeVar( - Atom('safeAdd' type=inline), + "safeAdd", ), [ Variable( ( - Atom('x' type=static), + "x", #5, ), ), Variable( ( - Atom('t' type=inline), + "t", #5, ), ), @@ -5066,7 +5066,7 @@ Value( Variable( ( - Atom('s' type=static), + "s", #5, ), ), @@ -5132,37 +5132,37 @@ }, Call { func: FreeVar( - Atom('safeAdd' type=inline), + "safeAdd", ), args: [ Value( Call( 13, FreeVar( - Atom('bitRotateLeft' type=dynamic), + "bitRotateLeft", ), [ Call( 10, FreeVar( - Atom('safeAdd' type=inline), + "safeAdd", ), [ Call( 4, FreeVar( - Atom('safeAdd' type=inline), + "safeAdd", ), [ Variable( ( - Atom('a' type=static), + "a", #5, ), ), Variable( ( - Atom('q' type=static), + "q", #5, ), ), @@ -5171,18 +5171,18 @@ Call( 4, FreeVar( - Atom('safeAdd' type=inline), + "safeAdd", ), [ Variable( ( - Atom('x' type=static), + "x", #5, ), ), Variable( ( - Atom('t' type=inline), + "t", #5, ), ), @@ -5192,7 +5192,7 @@ ), Variable( ( - Atom('s' type=static), + "s", #5, ), ), @@ -5202,7 +5202,7 @@ Value( Variable( ( - Atom('b' type=static), + "b", #5, ), ), @@ -5258,7 +5258,7 @@ Call { func: Variable( ( - Atom('md5cmn' type=inline), + "md5cmn", #2, ), ), @@ -5272,7 +5272,7 @@ Value( Variable( ( - Atom('a' type=static), + "a", #6, ), ), @@ -5280,7 +5280,7 @@ Value( Variable( ( - Atom('b' type=static), + "b", #6, ), ), @@ -5288,7 +5288,7 @@ Value( Variable( ( - Atom('x' type=static), + "x", #6, ), ), @@ -5296,7 +5296,7 @@ Value( Variable( ( - Atom('s' type=static), + "s", #6, ), ), @@ -5304,7 +5304,7 @@ Value( Variable( ( - Atom('t' type=inline), + "t", #6, ), ), @@ -5359,12 +5359,12 @@ }, Member { obj: FreeVar( - Atom('module' type=static), + "module", ), prop: Constant( Str( - Word( - Atom('exports' type=inline), + Atom( + "exports", ), ), ), @@ -5412,7 +5412,7 @@ }, FreeVar { var: FreeVar( - Atom('module' type=static), + "module", ), ast_path: [ Program( @@ -5464,7 +5464,7 @@ }, FreeVar { var: FreeVar( - Atom('md5' type=inline), + "md5", ), ast_path: [ Program( diff --git a/crates/turbopack-ecmascript/tests/analyzer/graph/md5-reduced/graph.snapshot b/crates/turbopack-ecmascript/tests/analyzer/graph/md5-reduced/graph.snapshot index 61508cf85e1b2..a125a29726211 100644 --- a/crates/turbopack-ecmascript/tests/analyzer/graph/md5-reduced/graph.snapshot +++ b/crates/turbopack-ecmascript/tests/analyzer/graph/md5-reduced/graph.snapshot @@ -15,32 +15,32 @@ 11, Variable( ( - Atom('md5ff' type=inline), + "md5ff", #2, ), ), [ Variable( ( - Atom('a' type=static), + "a", #3, ), ), Variable( ( - Atom('b' type=static), + "b", #3, ), ), Variable( ( - Atom('c' type=inline), + "c", #3, ), ), Variable( ( - Atom('d' type=static), + "d", #3, ), ), @@ -48,13 +48,13 @@ 3, Variable( ( - Atom('x' type=static), + "x", #3, ), ), Variable( ( - Atom('i' type=static), + "i", #3, ), ), @@ -76,32 +76,32 @@ 13, Variable( ( - Atom('md5ff' type=inline), + "md5ff", #2, ), ), [ Variable( ( - Atom('a' type=static), + "a", #3, ), ), Variable( ( - Atom('b' type=static), + "b", #3, ), ), Variable( ( - Atom('c' type=inline), + "c", #3, ), ), Variable( ( - Atom('d' type=static), + "d", #3, ), ), @@ -109,7 +109,7 @@ 5, Variable( ( - Atom('x' type=static), + "x", #3, ), ), @@ -118,7 +118,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #3, ), ), @@ -149,32 +149,32 @@ 13, Variable( ( - Atom('md5ff' type=inline), + "md5ff", #2, ), ), [ Variable( ( - Atom('a' type=static), + "a", #3, ), ), Variable( ( - Atom('b' type=static), + "b", #3, ), ), Variable( ( - Atom('c' type=inline), + "c", #3, ), ), Variable( ( - Atom('d' type=static), + "d", #3, ), ), @@ -182,7 +182,7 @@ 5, Variable( ( - Atom('x' type=static), + "x", #3, ), ), @@ -191,7 +191,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #3, ), ), @@ -225,32 +225,32 @@ 13, Variable( ( - Atom('md5ff' type=inline), + "md5ff", #2, ), ), [ Variable( ( - Atom('a' type=static), + "a", #3, ), ), Variable( ( - Atom('b' type=static), + "b", #3, ), ), Variable( ( - Atom('c' type=inline), + "c", #3, ), ), Variable( ( - Atom('d' type=static), + "d", #3, ), ), @@ -258,7 +258,7 @@ 5, Variable( ( - Atom('x' type=static), + "x", #3, ), ), @@ -267,7 +267,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #3, ), ), @@ -327,32 +327,32 @@ 13, Variable( ( - Atom('md5ff' type=inline), + "md5ff", #2, ), ), [ Variable( ( - Atom('b' type=static), + "b", #3, ), ), Variable( ( - Atom('c' type=inline), + "c", #3, ), ), Variable( ( - Atom('d' type=static), + "d", #3, ), ), Variable( ( - Atom('a' type=static), + "a", #3, ), ), @@ -360,7 +360,7 @@ 5, Variable( ( - Atom('x' type=static), + "x", #3, ), ), @@ -369,7 +369,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #3, ), ), @@ -400,32 +400,32 @@ 13, Variable( ( - Atom('md5ff' type=inline), + "md5ff", #2, ), ), [ Variable( ( - Atom('b' type=static), + "b", #3, ), ), Variable( ( - Atom('c' type=inline), + "c", #3, ), ), Variable( ( - Atom('d' type=static), + "d", #3, ), ), Variable( ( - Atom('a' type=static), + "a", #3, ), ), @@ -433,7 +433,7 @@ 5, Variable( ( - Atom('x' type=static), + "x", #3, ), ), @@ -442,7 +442,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #3, ), ), @@ -473,32 +473,32 @@ 13, Variable( ( - Atom('md5ff' type=inline), + "md5ff", #2, ), ), [ Variable( ( - Atom('b' type=static), + "b", #3, ), ), Variable( ( - Atom('c' type=inline), + "c", #3, ), ), Variable( ( - Atom('d' type=static), + "d", #3, ), ), Variable( ( - Atom('a' type=static), + "a", #3, ), ), @@ -506,7 +506,7 @@ 5, Variable( ( - Atom('x' type=static), + "x", #3, ), ), @@ -515,7 +515,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #3, ), ), @@ -546,32 +546,32 @@ 13, Variable( ( - Atom('md5ff' type=inline), + "md5ff", #2, ), ), [ Variable( ( - Atom('b' type=static), + "b", #3, ), ), Variable( ( - Atom('c' type=inline), + "c", #3, ), ), Variable( ( - Atom('d' type=static), + "d", #3, ), ), Variable( ( - Atom('a' type=static), + "a", #3, ), ), @@ -579,7 +579,7 @@ 5, Variable( ( - Atom('x' type=static), + "x", #3, ), ), @@ -588,7 +588,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #3, ), ), @@ -648,32 +648,32 @@ 13, Variable( ( - Atom('md5ff' type=inline), + "md5ff", #2, ), ), [ Variable( ( - Atom('c' type=inline), + "c", #3, ), ), Variable( ( - Atom('d' type=static), + "d", #3, ), ), Variable( ( - Atom('a' type=static), + "a", #3, ), ), Variable( ( - Atom('b' type=static), + "b", #3, ), ), @@ -681,7 +681,7 @@ 5, Variable( ( - Atom('x' type=static), + "x", #3, ), ), @@ -690,7 +690,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #3, ), ), @@ -724,32 +724,32 @@ 13, Variable( ( - Atom('md5ff' type=inline), + "md5ff", #2, ), ), [ Variable( ( - Atom('c' type=inline), + "c", #3, ), ), Variable( ( - Atom('d' type=static), + "d", #3, ), ), Variable( ( - Atom('a' type=static), + "a", #3, ), ), Variable( ( - Atom('b' type=static), + "b", #3, ), ), @@ -757,7 +757,7 @@ 5, Variable( ( - Atom('x' type=static), + "x", #3, ), ), @@ -766,7 +766,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #3, ), ), @@ -797,32 +797,32 @@ 13, Variable( ( - Atom('md5ff' type=inline), + "md5ff", #2, ), ), [ Variable( ( - Atom('c' type=inline), + "c", #3, ), ), Variable( ( - Atom('d' type=static), + "d", #3, ), ), Variable( ( - Atom('a' type=static), + "a", #3, ), ), Variable( ( - Atom('b' type=static), + "b", #3, ), ), @@ -830,7 +830,7 @@ 5, Variable( ( - Atom('x' type=static), + "x", #3, ), ), @@ -839,7 +839,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #3, ), ), @@ -870,32 +870,32 @@ 13, Variable( ( - Atom('md5ff' type=inline), + "md5ff", #2, ), ), [ Variable( ( - Atom('c' type=inline), + "c", #3, ), ), Variable( ( - Atom('d' type=static), + "d", #3, ), ), Variable( ( - Atom('a' type=static), + "a", #3, ), ), Variable( ( - Atom('b' type=static), + "b", #3, ), ), @@ -903,7 +903,7 @@ 5, Variable( ( - Atom('x' type=static), + "x", #3, ), ), @@ -912,7 +912,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #3, ), ), @@ -965,32 +965,32 @@ 13, Variable( ( - Atom('md5ff' type=inline), + "md5ff", #2, ), ), [ Variable( ( - Atom('d' type=static), + "d", #3, ), ), Variable( ( - Atom('a' type=static), + "a", #3, ), ), Variable( ( - Atom('b' type=static), + "b", #3, ), ), Variable( ( - Atom('c' type=inline), + "c", #3, ), ), @@ -998,7 +998,7 @@ 5, Variable( ( - Atom('x' type=static), + "x", #3, ), ), @@ -1007,7 +1007,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #3, ), ), @@ -1038,32 +1038,32 @@ 13, Variable( ( - Atom('md5ff' type=inline), + "md5ff", #2, ), ), [ Variable( ( - Atom('d' type=static), + "d", #3, ), ), Variable( ( - Atom('a' type=static), + "a", #3, ), ), Variable( ( - Atom('b' type=static), + "b", #3, ), ), Variable( ( - Atom('c' type=inline), + "c", #3, ), ), @@ -1071,7 +1071,7 @@ 5, Variable( ( - Atom('x' type=static), + "x", #3, ), ), @@ -1080,7 +1080,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #3, ), ), @@ -1114,32 +1114,32 @@ 13, Variable( ( - Atom('md5ff' type=inline), + "md5ff", #2, ), ), [ Variable( ( - Atom('d' type=static), + "d", #3, ), ), Variable( ( - Atom('a' type=static), + "a", #3, ), ), Variable( ( - Atom('b' type=static), + "b", #3, ), ), Variable( ( - Atom('c' type=inline), + "c", #3, ), ), @@ -1147,7 +1147,7 @@ 5, Variable( ( - Atom('x' type=static), + "x", #3, ), ), @@ -1156,7 +1156,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #3, ), ), @@ -1187,32 +1187,32 @@ 13, Variable( ( - Atom('md5ff' type=inline), + "md5ff", #2, ), ), [ Variable( ( - Atom('d' type=static), + "d", #3, ), ), Variable( ( - Atom('a' type=static), + "a", #3, ), ), Variable( ( - Atom('b' type=static), + "b", #3, ), ), Variable( ( - Atom('c' type=inline), + "c", #3, ), ), @@ -1220,7 +1220,7 @@ 5, Variable( ( - Atom('x' type=static), + "x", #3, ), ), @@ -1229,7 +1229,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #3, ), ), @@ -1275,7 +1275,7 @@ Some( Variable( ( - Atom('i' type=static), + "i", #3, ), ), @@ -1294,7 +1294,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #3, ), ), @@ -1325,36 +1325,36 @@ Call( 16, FreeVar( - Atom('safeAdd' type=inline), + "safeAdd", ), [ Call( 13, FreeVar( - Atom('bitRotateLeft' type=dynamic), + "bitRotateLeft", ), [ Call( 10, FreeVar( - Atom('safeAdd' type=inline), + "safeAdd", ), [ Call( 4, FreeVar( - Atom('safeAdd' type=inline), + "safeAdd", ), [ Variable( ( - Atom('a' type=static), + "a", #5, ), ), Variable( ( - Atom('q' type=static), + "q", #5, ), ), @@ -1363,18 +1363,18 @@ Call( 4, FreeVar( - Atom('safeAdd' type=inline), + "safeAdd", ), [ Variable( ( - Atom('x' type=static), + "x", #5, ), ), Variable( ( - Atom('t' type=inline), + "t", #5, ), ), @@ -1384,7 +1384,7 @@ ), Variable( ( - Atom('s' type=static), + "s", #5, ), ), @@ -1392,7 +1392,7 @@ ), Variable( ( - Atom('b' type=static), + "b", #5, ), ), @@ -1409,7 +1409,7 @@ 8, Variable( ( - Atom('md5cmn' type=inline), + "md5cmn", #2, ), ), @@ -1420,31 +1420,31 @@ ), Variable( ( - Atom('a' type=static), + "a", #6, ), ), Variable( ( - Atom('b' type=static), + "b", #6, ), ), Variable( ( - Atom('x' type=static), + "x", #6, ), ), Variable( ( - Atom('s' type=static), + "s", #6, ), ), Variable( ( - Atom('t' type=inline), + "t", #6, ), ), @@ -1461,7 +1461,7 @@ Some( Variable( ( - Atom('olda' type=inline), + "olda", #3, ), ), @@ -1470,7 +1470,7 @@ ), Variable( ( - Atom('a' type=static), + "a", #3, ), ), @@ -1486,7 +1486,7 @@ Some( Variable( ( - Atom('oldb' type=inline), + "oldb", #3, ), ), @@ -1495,7 +1495,7 @@ ), Variable( ( - Atom('b' type=static), + "b", #3, ), ), @@ -1511,7 +1511,7 @@ Some( Variable( ( - Atom('oldc' type=inline), + "oldc", #3, ), ), @@ -1520,7 +1520,7 @@ ), Variable( ( - Atom('c' type=inline), + "c", #3, ), ), @@ -1536,7 +1536,7 @@ Some( Variable( ( - Atom('oldd' type=inline), + "oldd", #3, ), ), @@ -1545,7 +1545,7 @@ ), Variable( ( - Atom('d' type=static), + "d", #3, ), ), @@ -1597,25 +1597,25 @@ items: [ Variable( ( - Atom('a' type=static), + "a", #3, ), ), Variable( ( - Atom('b' type=static), + "b", #3, ), ), Variable( ( - Atom('c' type=inline), + "c", #3, ), ), Variable( ( - Atom('d' type=static), + "d", #3, ), ), diff --git a/crates/turbopack-ecmascript/tests/analyzer/graph/md5_2/graph-effects.snapshot b/crates/turbopack-ecmascript/tests/analyzer/graph/md5_2/graph-effects.snapshot index 661a9f895273f..bc09095fef812 100644 --- a/crates/turbopack-ecmascript/tests/analyzer/graph/md5_2/graph-effects.snapshot +++ b/crates/turbopack-ecmascript/tests/analyzer/graph/md5_2/graph-effects.snapshot @@ -1,7 +1,7 @@ [ FreeVar { var: FreeVar( - Atom('require' type=static), + "require", ), ast_path: [ Program( @@ -87,14 +87,14 @@ }, Call { func: FreeVar( - Atom('require' type=static), + "require", ), args: [ Value( Constant( Str( Word( - Atom('crypt' type=inline), + "crypt", ), ), ), @@ -177,13 +177,13 @@ obj: Call( 3, FreeVar( - Atom('require' type=static), + "require", ), [ Constant( Str( Word( - Atom('charenc' type=inline), + "charenc", ), ), ), @@ -191,8 +191,8 @@ ), prop: Constant( Str( - Word( - Atom('utf8' type=inline), + Atom( + "utf8", ), ), ), @@ -271,7 +271,7 @@ }, FreeVar { var: FreeVar( - Atom('require' type=static), + "require", ), ast_path: [ Program( @@ -363,14 +363,14 @@ }, Call { func: FreeVar( - Atom('require' type=static), + "require", ), args: [ Value( Constant( Str( Word( - Atom('charenc' type=inline), + "charenc", ), ), ), @@ -457,7 +457,7 @@ }, FreeVar { var: FreeVar( - Atom('require' type=static), + "require", ), ast_path: [ Program( @@ -543,14 +543,14 @@ }, Call { func: FreeVar( - Atom('require' type=static), + "require", ), args: [ Value( Constant( Str( Word( - Atom('is-buffer' type=dynamic), + "is-buffer", ), ), ), @@ -633,13 +633,13 @@ obj: Call( 3, FreeVar( - Atom('require' type=static), + "require", ), [ Constant( Str( Word( - Atom('charenc' type=inline), + "charenc", ), ), ), @@ -647,8 +647,8 @@ ), prop: Constant( Str( - Word( - Atom('bin' type=inline), + Atom( + "bin", ), ), ), @@ -727,7 +727,7 @@ }, FreeVar { var: FreeVar( - Atom('require' type=static), + "require", ), ast_path: [ Program( @@ -819,14 +819,14 @@ }, Call { func: FreeVar( - Atom('require' type=static), + "require", ), args: [ Value( Constant( Str( Word( - Atom('charenc' type=inline), + "charenc", ), ), ), @@ -914,14 +914,14 @@ Member { obj: Variable( ( - Atom('message' type=inline), + "message", #4, ), ), prop: Constant( Str( - Word( - Atom('constructor' type=static), + Atom( + "constructor", ), ), ), @@ -1026,7 +1026,7 @@ }, FreeVar { var: FreeVar( - Atom('String' type=static), + "String", ), ast_path: [ Program( @@ -1134,21 +1134,21 @@ 3, Variable( ( - Atom('message' type=inline), + "message", #4, ), ), Constant( Str( - Word( - Atom('constructor' type=static), + Atom( + "constructor", ), ), ), ), Equal, FreeVar( - Atom('String' type=static), + "String", ), ), kind: IfElse { @@ -1157,14 +1157,14 @@ Member { obj: Variable( ( - Atom('options' type=inline), + "options", #4, ), ), prop: Constant( Str( - Word( - Atom('encoding' type=static), + Atom( + "encoding", ), ), ), @@ -1286,7 +1286,7 @@ [ Variable( ( - Atom('options' type=inline), + "options", #4, ), ), @@ -1296,14 +1296,14 @@ 3, Variable( ( - Atom('options' type=inline), + "options", #4, ), ), Constant( Str( - Word( - Atom('encoding' type=static), + Atom( + "encoding", ), ), ), @@ -1312,7 +1312,7 @@ Constant( Str( Word( - Atom('binary' type=inline), + "binary", ), ), ), @@ -1325,14 +1325,14 @@ Member { obj: Variable( ( - Atom('bin' type=inline), + "bin", #3, ), ), prop: Constant( Str( - Word( - Atom('stringToBytes' type=dynamic), + Atom( + "stringToBytes", ), ), ), @@ -1459,14 +1459,14 @@ MemberCall { obj: Variable( ( - Atom('bin' type=inline), + "bin", #3, ), ), prop: Constant( Str( - Word( - Atom('stringToBytes' type=dynamic), + Atom( + "stringToBytes", ), ), ), @@ -1474,7 +1474,7 @@ Value( Variable( ( - Atom('message' type=inline), + "message", #4, ), ), @@ -1683,14 +1683,14 @@ Member { obj: Variable( ( - Atom('utf8' type=inline), + "utf8", #3, ), ), prop: Constant( Str( - Word( - Atom('stringToBytes' type=dynamic), + Atom( + "stringToBytes", ), ), ), @@ -1817,14 +1817,14 @@ MemberCall { obj: Variable( ( - Atom('utf8' type=inline), + "utf8", #3, ), ), prop: Constant( Str( - Word( - Atom('stringToBytes' type=dynamic), + Atom( + "stringToBytes", ), ), ), @@ -1832,7 +1832,7 @@ Value( Variable( ( - Atom('message' type=inline), + "message", #4, ), ), @@ -2219,7 +2219,7 @@ Call { func: Variable( ( - Atom('isBuffer' type=dynamic), + "isBuffer", #3, ), ), @@ -2227,7 +2227,7 @@ Value( Variable( ( - Atom('message' type=inline), + "message", #4, ), ), @@ -2337,14 +2337,14 @@ 3, Variable( ( - Atom('isBuffer' type=dynamic), + "isBuffer", #3, ), ), [ Variable( ( - Atom('message' type=inline), + "message", #4, ), ), @@ -2359,28 +2359,28 @@ Member( 3, FreeVar( - Atom('Array' type=static), + "Array", ), Constant( Str( - Word( - Atom('prototype' type=dynamic), + Atom( + "prototype", ), ), ), ), Constant( Str( - Word( - Atom('slice' type=static), + Atom( + "slice", ), ), ), ), prop: Constant( Str( - Word( - Atom('call' type=static), + Atom( + "call", ), ), ), @@ -2508,20 +2508,20 @@ obj: Member( 3, FreeVar( - Atom('Array' type=static), + "Array", ), Constant( Str( - Word( - Atom('prototype' type=dynamic), + Atom( + "prototype", ), ), ), ), prop: Constant( Str( - Word( - Atom('slice' type=static), + Atom( + "slice", ), ), ), @@ -2653,12 +2653,12 @@ }, Member { obj: FreeVar( - Atom('Array' type=static), + "Array", ), prop: Constant( Str( - Word( - Atom('prototype' type=dynamic), + Atom( + "prototype", ), ), ), @@ -2796,7 +2796,7 @@ }, FreeVar { var: FreeVar( - Atom('Array' type=static), + "Array", ), ast_path: [ Program( @@ -2942,28 +2942,28 @@ Member( 3, FreeVar( - Atom('Array' type=static), + "Array", ), Constant( Str( - Word( - Atom('prototype' type=dynamic), + Atom( + "prototype", ), ), ), ), Constant( Str( - Word( - Atom('slice' type=static), + Atom( + "slice", ), ), ), ), prop: Constant( Str( - Word( - Atom('call' type=static), + Atom( + "call", ), ), ), @@ -2971,7 +2971,7 @@ Value( Variable( ( - Atom('message' type=inline), + "message", #4, ), ), @@ -3188,12 +3188,12 @@ effects: [ Member { obj: FreeVar( - Atom('Array' type=static), + "Array", ), prop: Constant( Str( - Word( - Atom('isArray' type=inline), + Atom( + "isArray", ), ), ), @@ -3319,7 +3319,7 @@ }, FreeVar { var: FreeVar( - Atom('Array' type=static), + "Array", ), ast_path: [ Program( @@ -3449,12 +3449,12 @@ }, MemberCall { obj: FreeVar( - Atom('Array' type=static), + "Array", ), prop: Constant( Str( - Word( - Atom('isArray' type=inline), + Atom( + "isArray", ), ), ), @@ -3462,7 +3462,7 @@ Value( Variable( ( - Atom('message' type=inline), + "message", #4, ), ), @@ -3585,19 +3585,19 @@ MemberCall( 4, FreeVar( - Atom('Array' type=static), + "Array", ), Constant( Str( - Word( - Atom('isArray' type=inline), + Atom( + "isArray", ), ), ), [ Variable( ( - Atom('message' type=inline), + "message", #4, ), ), @@ -3610,14 +3610,14 @@ Member { obj: Variable( ( - Atom('message' type=inline), + "message", #4, ), ), prop: Constant( Str( - Word( - Atom('toString' type=static), + Atom( + "toString", ), ), ), @@ -3750,14 +3750,14 @@ MemberCall { obj: Variable( ( - Atom('message' type=inline), + "message", #4, ), ), prop: Constant( Str( - Word( - Atom('toString' type=static), + Atom( + "toString", ), ), ), @@ -4434,14 +4434,14 @@ Member { obj: Variable( ( - Atom('crypt' type=inline), + "crypt", #3, ), ), prop: Constant( Str( - Word( - Atom('bytesToWords' type=dynamic), + Atom( + "bytesToWords", ), ), ), @@ -4558,14 +4558,14 @@ MemberCall { obj: Variable( ( - Atom('crypt' type=inline), + "crypt", #3, ), ), prop: Constant( Str( - Word( - Atom('bytesToWords' type=dynamic), + Atom( + "bytesToWords", ), ), ), @@ -4573,7 +4573,7 @@ Value( Variable( ( - Atom('message' type=inline), + "message", #4, ), ), @@ -4683,14 +4683,14 @@ Member { obj: Variable( ( - Atom('message' type=inline), + "message", #4, ), ), prop: Constant( Str( - Word( - Atom('length' type=static), + Atom( + "length", ), ), ), @@ -4804,14 +4804,14 @@ Member { obj: Variable( ( - Atom('m' type=inline), + "m", #4, ), ), prop: Constant( Str( - Word( - Atom('length' type=static), + Atom( + "length", ), ), ), @@ -4917,13 +4917,13 @@ Member { obj: Variable( ( - Atom('m' type=inline), + "m", #4, ), ), prop: Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -5049,13 +5049,13 @@ Member { obj: Variable( ( - Atom('m' type=inline), + "m", #4, ), ), prop: Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -5217,13 +5217,13 @@ Member { obj: Variable( ( - Atom('m' type=inline), + "m", #4, ), ), prop: Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -5385,13 +5385,13 @@ Member { obj: Variable( ( - Atom('m' type=inline), + "m", #4, ), ), prop: Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -5553,13 +5553,13 @@ Member { obj: Variable( ( - Atom('m' type=inline), + "m", #4, ), ), prop: Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -5721,7 +5721,7 @@ Member { obj: Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -5834,7 +5834,7 @@ Member { obj: Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -5962,14 +5962,14 @@ Member { obj: Variable( ( - Atom('md5' type=inline), + "md5", #3, ), ), prop: Constant( Str( - Word( - Atom('_ff' type=inline), + Atom( + "_ff", ), ), ), @@ -6077,14 +6077,14 @@ Member { obj: Variable( ( - Atom('md5' type=inline), + "md5", #3, ), ), prop: Constant( Str( - Word( - Atom('_gg' type=inline), + Atom( + "_gg", ), ), ), @@ -6192,14 +6192,14 @@ Member { obj: Variable( ( - Atom('md5' type=inline), + "md5", #3, ), ), prop: Constant( Str( - Word( - Atom('_hh' type=inline), + Atom( + "_hh", ), ), ), @@ -6307,14 +6307,14 @@ Member { obj: Variable( ( - Atom('md5' type=inline), + "md5", #3, ), ), prop: Constant( Str( - Word( - Atom('_ii' type=inline), + Atom( + "_ii", ), ), ), @@ -6422,14 +6422,14 @@ Member { obj: Variable( ( - Atom('m' type=inline), + "m", #4, ), ), prop: Constant( Str( - Word( - Atom('length' type=static), + Atom( + "length", ), ), ), @@ -6535,7 +6535,7 @@ Member { obj: Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -6544,7 +6544,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -6684,7 +6684,7 @@ Call { func: Variable( ( - Atom('FF' type=inline), + "FF", #4, ), ), @@ -6692,7 +6692,7 @@ Value( Variable( ( - Atom('a' type=static), + "a", #4, ), ), @@ -6700,7 +6700,7 @@ Value( Variable( ( - Atom('b' type=static), + "b", #4, ), ), @@ -6708,7 +6708,7 @@ Value( Variable( ( - Atom('c' type=inline), + "c", #4, ), ), @@ -6716,7 +6716,7 @@ Value( Variable( ( - Atom('d' type=static), + "d", #4, ), ), @@ -6726,7 +6726,7 @@ 5, Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -6735,7 +6735,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -6882,7 +6882,7 @@ Member { obj: Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -6891,7 +6891,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -7031,7 +7031,7 @@ Call { func: Variable( ( - Atom('FF' type=inline), + "FF", #4, ), ), @@ -7039,7 +7039,7 @@ Value( Variable( ( - Atom('d' type=static), + "d", #4, ), ), @@ -7047,7 +7047,7 @@ Value( Variable( ( - Atom('a' type=static), + "a", #4, ), ), @@ -7055,7 +7055,7 @@ Value( Variable( ( - Atom('b' type=static), + "b", #4, ), ), @@ -7063,7 +7063,7 @@ Value( Variable( ( - Atom('c' type=inline), + "c", #4, ), ), @@ -7073,7 +7073,7 @@ 5, Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -7082,7 +7082,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -7229,7 +7229,7 @@ Member { obj: Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -7238,7 +7238,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -7378,7 +7378,7 @@ Call { func: Variable( ( - Atom('FF' type=inline), + "FF", #4, ), ), @@ -7386,7 +7386,7 @@ Value( Variable( ( - Atom('c' type=inline), + "c", #4, ), ), @@ -7394,7 +7394,7 @@ Value( Variable( ( - Atom('d' type=static), + "d", #4, ), ), @@ -7402,7 +7402,7 @@ Value( Variable( ( - Atom('a' type=static), + "a", #4, ), ), @@ -7410,7 +7410,7 @@ Value( Variable( ( - Atom('b' type=static), + "b", #4, ), ), @@ -7420,7 +7420,7 @@ 5, Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -7429,7 +7429,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -7579,7 +7579,7 @@ Member { obj: Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -7588,7 +7588,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -7728,7 +7728,7 @@ Call { func: Variable( ( - Atom('FF' type=inline), + "FF", #4, ), ), @@ -7736,7 +7736,7 @@ Value( Variable( ( - Atom('b' type=static), + "b", #4, ), ), @@ -7744,7 +7744,7 @@ Value( Variable( ( - Atom('c' type=inline), + "c", #4, ), ), @@ -7752,7 +7752,7 @@ Value( Variable( ( - Atom('d' type=static), + "d", #4, ), ), @@ -7760,7 +7760,7 @@ Value( Variable( ( - Atom('a' type=static), + "a", #4, ), ), @@ -7770,7 +7770,7 @@ 5, Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -7779,7 +7779,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -7926,7 +7926,7 @@ Member { obj: Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -7935,7 +7935,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -8075,7 +8075,7 @@ Call { func: Variable( ( - Atom('FF' type=inline), + "FF", #4, ), ), @@ -8083,7 +8083,7 @@ Value( Variable( ( - Atom('a' type=static), + "a", #4, ), ), @@ -8091,7 +8091,7 @@ Value( Variable( ( - Atom('b' type=static), + "b", #4, ), ), @@ -8099,7 +8099,7 @@ Value( Variable( ( - Atom('c' type=inline), + "c", #4, ), ), @@ -8107,7 +8107,7 @@ Value( Variable( ( - Atom('d' type=static), + "d", #4, ), ), @@ -8117,7 +8117,7 @@ 5, Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -8126,7 +8126,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -8273,7 +8273,7 @@ Member { obj: Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -8282,7 +8282,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -8422,7 +8422,7 @@ Call { func: Variable( ( - Atom('FF' type=inline), + "FF", #4, ), ), @@ -8430,7 +8430,7 @@ Value( Variable( ( - Atom('d' type=static), + "d", #4, ), ), @@ -8438,7 +8438,7 @@ Value( Variable( ( - Atom('a' type=static), + "a", #4, ), ), @@ -8446,7 +8446,7 @@ Value( Variable( ( - Atom('b' type=static), + "b", #4, ), ), @@ -8454,7 +8454,7 @@ Value( Variable( ( - Atom('c' type=inline), + "c", #4, ), ), @@ -8464,7 +8464,7 @@ 5, Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -8473,7 +8473,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -8623,7 +8623,7 @@ Member { obj: Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -8632,7 +8632,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -8772,7 +8772,7 @@ Call { func: Variable( ( - Atom('FF' type=inline), + "FF", #4, ), ), @@ -8780,7 +8780,7 @@ Value( Variable( ( - Atom('c' type=inline), + "c", #4, ), ), @@ -8788,7 +8788,7 @@ Value( Variable( ( - Atom('d' type=static), + "d", #4, ), ), @@ -8796,7 +8796,7 @@ Value( Variable( ( - Atom('a' type=static), + "a", #4, ), ), @@ -8804,7 +8804,7 @@ Value( Variable( ( - Atom('b' type=static), + "b", #4, ), ), @@ -8814,7 +8814,7 @@ 5, Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -8823,7 +8823,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -8970,7 +8970,7 @@ Member { obj: Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -8979,7 +8979,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -9119,7 +9119,7 @@ Call { func: Variable( ( - Atom('FF' type=inline), + "FF", #4, ), ), @@ -9127,7 +9127,7 @@ Value( Variable( ( - Atom('b' type=static), + "b", #4, ), ), @@ -9135,7 +9135,7 @@ Value( Variable( ( - Atom('c' type=inline), + "c", #4, ), ), @@ -9143,7 +9143,7 @@ Value( Variable( ( - Atom('d' type=static), + "d", #4, ), ), @@ -9151,7 +9151,7 @@ Value( Variable( ( - Atom('a' type=static), + "a", #4, ), ), @@ -9161,7 +9161,7 @@ 5, Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -9170,7 +9170,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -9317,7 +9317,7 @@ Member { obj: Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -9326,7 +9326,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -9466,7 +9466,7 @@ Call { func: Variable( ( - Atom('FF' type=inline), + "FF", #4, ), ), @@ -9474,7 +9474,7 @@ Value( Variable( ( - Atom('a' type=static), + "a", #4, ), ), @@ -9482,7 +9482,7 @@ Value( Variable( ( - Atom('b' type=static), + "b", #4, ), ), @@ -9490,7 +9490,7 @@ Value( Variable( ( - Atom('c' type=inline), + "c", #4, ), ), @@ -9498,7 +9498,7 @@ Value( Variable( ( - Atom('d' type=static), + "d", #4, ), ), @@ -9508,7 +9508,7 @@ 5, Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -9517,7 +9517,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -9667,7 +9667,7 @@ Member { obj: Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -9676,7 +9676,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -9816,7 +9816,7 @@ Call { func: Variable( ( - Atom('FF' type=inline), + "FF", #4, ), ), @@ -9824,7 +9824,7 @@ Value( Variable( ( - Atom('d' type=static), + "d", #4, ), ), @@ -9832,7 +9832,7 @@ Value( Variable( ( - Atom('a' type=static), + "a", #4, ), ), @@ -9840,7 +9840,7 @@ Value( Variable( ( - Atom('b' type=static), + "b", #4, ), ), @@ -9848,7 +9848,7 @@ Value( Variable( ( - Atom('c' type=inline), + "c", #4, ), ), @@ -9858,7 +9858,7 @@ 5, Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -9867,7 +9867,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -10014,7 +10014,7 @@ Member { obj: Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -10023,7 +10023,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -10163,7 +10163,7 @@ Call { func: Variable( ( - Atom('FF' type=inline), + "FF", #4, ), ), @@ -10171,7 +10171,7 @@ Value( Variable( ( - Atom('c' type=inline), + "c", #4, ), ), @@ -10179,7 +10179,7 @@ Value( Variable( ( - Atom('d' type=static), + "d", #4, ), ), @@ -10187,7 +10187,7 @@ Value( Variable( ( - Atom('a' type=static), + "a", #4, ), ), @@ -10195,7 +10195,7 @@ Value( Variable( ( - Atom('b' type=static), + "b", #4, ), ), @@ -10205,7 +10205,7 @@ 5, Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -10214,7 +10214,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -10361,7 +10361,7 @@ Member { obj: Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -10370,7 +10370,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -10510,7 +10510,7 @@ Call { func: Variable( ( - Atom('FF' type=inline), + "FF", #4, ), ), @@ -10518,7 +10518,7 @@ Value( Variable( ( - Atom('b' type=static), + "b", #4, ), ), @@ -10526,7 +10526,7 @@ Value( Variable( ( - Atom('c' type=inline), + "c", #4, ), ), @@ -10534,7 +10534,7 @@ Value( Variable( ( - Atom('d' type=static), + "d", #4, ), ), @@ -10542,7 +10542,7 @@ Value( Variable( ( - Atom('a' type=static), + "a", #4, ), ), @@ -10552,7 +10552,7 @@ 5, Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -10561,7 +10561,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -10708,7 +10708,7 @@ Member { obj: Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -10717,7 +10717,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -10857,7 +10857,7 @@ Call { func: Variable( ( - Atom('FF' type=inline), + "FF", #4, ), ), @@ -10865,7 +10865,7 @@ Value( Variable( ( - Atom('a' type=static), + "a", #4, ), ), @@ -10873,7 +10873,7 @@ Value( Variable( ( - Atom('b' type=static), + "b", #4, ), ), @@ -10881,7 +10881,7 @@ Value( Variable( ( - Atom('c' type=inline), + "c", #4, ), ), @@ -10889,7 +10889,7 @@ Value( Variable( ( - Atom('d' type=static), + "d", #4, ), ), @@ -10899,7 +10899,7 @@ 5, Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -10908,7 +10908,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -11058,7 +11058,7 @@ Member { obj: Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -11067,7 +11067,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -11207,7 +11207,7 @@ Call { func: Variable( ( - Atom('FF' type=inline), + "FF", #4, ), ), @@ -11215,7 +11215,7 @@ Value( Variable( ( - Atom('d' type=static), + "d", #4, ), ), @@ -11223,7 +11223,7 @@ Value( Variable( ( - Atom('a' type=static), + "a", #4, ), ), @@ -11231,7 +11231,7 @@ Value( Variable( ( - Atom('b' type=static), + "b", #4, ), ), @@ -11239,7 +11239,7 @@ Value( Variable( ( - Atom('c' type=inline), + "c", #4, ), ), @@ -11249,7 +11249,7 @@ 5, Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -11258,7 +11258,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -11405,7 +11405,7 @@ Member { obj: Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -11414,7 +11414,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -11554,7 +11554,7 @@ Call { func: Variable( ( - Atom('FF' type=inline), + "FF", #4, ), ), @@ -11562,7 +11562,7 @@ Value( Variable( ( - Atom('c' type=inline), + "c", #4, ), ), @@ -11570,7 +11570,7 @@ Value( Variable( ( - Atom('d' type=static), + "d", #4, ), ), @@ -11578,7 +11578,7 @@ Value( Variable( ( - Atom('a' type=static), + "a", #4, ), ), @@ -11586,7 +11586,7 @@ Value( Variable( ( - Atom('b' type=static), + "b", #4, ), ), @@ -11596,7 +11596,7 @@ 5, Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -11605,7 +11605,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -11752,7 +11752,7 @@ Member { obj: Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -11761,7 +11761,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -11901,7 +11901,7 @@ Call { func: Variable( ( - Atom('FF' type=inline), + "FF", #4, ), ), @@ -11909,7 +11909,7 @@ Value( Variable( ( - Atom('b' type=static), + "b", #4, ), ), @@ -11917,7 +11917,7 @@ Value( Variable( ( - Atom('c' type=inline), + "c", #4, ), ), @@ -11925,7 +11925,7 @@ Value( Variable( ( - Atom('d' type=static), + "d", #4, ), ), @@ -11933,7 +11933,7 @@ Value( Variable( ( - Atom('a' type=static), + "a", #4, ), ), @@ -11943,7 +11943,7 @@ 5, Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -11952,7 +11952,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -12102,7 +12102,7 @@ Member { obj: Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -12111,7 +12111,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -12251,7 +12251,7 @@ Call { func: Variable( ( - Atom('GG' type=inline), + "GG", #4, ), ), @@ -12259,7 +12259,7 @@ Value( Variable( ( - Atom('a' type=static), + "a", #4, ), ), @@ -12267,7 +12267,7 @@ Value( Variable( ( - Atom('b' type=static), + "b", #4, ), ), @@ -12275,7 +12275,7 @@ Value( Variable( ( - Atom('c' type=inline), + "c", #4, ), ), @@ -12283,7 +12283,7 @@ Value( Variable( ( - Atom('d' type=static), + "d", #4, ), ), @@ -12293,7 +12293,7 @@ 5, Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -12302,7 +12302,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -12449,7 +12449,7 @@ Member { obj: Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -12458,7 +12458,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -12598,7 +12598,7 @@ Call { func: Variable( ( - Atom('GG' type=inline), + "GG", #4, ), ), @@ -12606,7 +12606,7 @@ Value( Variable( ( - Atom('d' type=static), + "d", #4, ), ), @@ -12614,7 +12614,7 @@ Value( Variable( ( - Atom('a' type=static), + "a", #4, ), ), @@ -12622,7 +12622,7 @@ Value( Variable( ( - Atom('b' type=static), + "b", #4, ), ), @@ -12630,7 +12630,7 @@ Value( Variable( ( - Atom('c' type=inline), + "c", #4, ), ), @@ -12640,7 +12640,7 @@ 5, Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -12649,7 +12649,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -12796,7 +12796,7 @@ Member { obj: Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -12805,7 +12805,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -12945,7 +12945,7 @@ Call { func: Variable( ( - Atom('GG' type=inline), + "GG", #4, ), ), @@ -12953,7 +12953,7 @@ Value( Variable( ( - Atom('c' type=inline), + "c", #4, ), ), @@ -12961,7 +12961,7 @@ Value( Variable( ( - Atom('d' type=static), + "d", #4, ), ), @@ -12969,7 +12969,7 @@ Value( Variable( ( - Atom('a' type=static), + "a", #4, ), ), @@ -12977,7 +12977,7 @@ Value( Variable( ( - Atom('b' type=static), + "b", #4, ), ), @@ -12987,7 +12987,7 @@ 5, Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -12996,7 +12996,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -13146,7 +13146,7 @@ Member { obj: Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -13155,7 +13155,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -13295,7 +13295,7 @@ Call { func: Variable( ( - Atom('GG' type=inline), + "GG", #4, ), ), @@ -13303,7 +13303,7 @@ Value( Variable( ( - Atom('b' type=static), + "b", #4, ), ), @@ -13311,7 +13311,7 @@ Value( Variable( ( - Atom('c' type=inline), + "c", #4, ), ), @@ -13319,7 +13319,7 @@ Value( Variable( ( - Atom('d' type=static), + "d", #4, ), ), @@ -13327,7 +13327,7 @@ Value( Variable( ( - Atom('a' type=static), + "a", #4, ), ), @@ -13337,7 +13337,7 @@ 5, Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -13346,7 +13346,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -13493,7 +13493,7 @@ Member { obj: Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -13502,7 +13502,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -13642,7 +13642,7 @@ Call { func: Variable( ( - Atom('GG' type=inline), + "GG", #4, ), ), @@ -13650,7 +13650,7 @@ Value( Variable( ( - Atom('a' type=static), + "a", #4, ), ), @@ -13658,7 +13658,7 @@ Value( Variable( ( - Atom('b' type=static), + "b", #4, ), ), @@ -13666,7 +13666,7 @@ Value( Variable( ( - Atom('c' type=inline), + "c", #4, ), ), @@ -13674,7 +13674,7 @@ Value( Variable( ( - Atom('d' type=static), + "d", #4, ), ), @@ -13684,7 +13684,7 @@ 5, Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -13693,7 +13693,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -13840,7 +13840,7 @@ Member { obj: Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -13849,7 +13849,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -13989,7 +13989,7 @@ Call { func: Variable( ( - Atom('GG' type=inline), + "GG", #4, ), ), @@ -13997,7 +13997,7 @@ Value( Variable( ( - Atom('d' type=static), + "d", #4, ), ), @@ -14005,7 +14005,7 @@ Value( Variable( ( - Atom('a' type=static), + "a", #4, ), ), @@ -14013,7 +14013,7 @@ Value( Variable( ( - Atom('b' type=static), + "b", #4, ), ), @@ -14021,7 +14021,7 @@ Value( Variable( ( - Atom('c' type=inline), + "c", #4, ), ), @@ -14031,7 +14031,7 @@ 5, Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -14040,7 +14040,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -14190,7 +14190,7 @@ Member { obj: Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -14199,7 +14199,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -14339,7 +14339,7 @@ Call { func: Variable( ( - Atom('GG' type=inline), + "GG", #4, ), ), @@ -14347,7 +14347,7 @@ Value( Variable( ( - Atom('c' type=inline), + "c", #4, ), ), @@ -14355,7 +14355,7 @@ Value( Variable( ( - Atom('d' type=static), + "d", #4, ), ), @@ -14363,7 +14363,7 @@ Value( Variable( ( - Atom('a' type=static), + "a", #4, ), ), @@ -14371,7 +14371,7 @@ Value( Variable( ( - Atom('b' type=static), + "b", #4, ), ), @@ -14381,7 +14381,7 @@ 5, Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -14390,7 +14390,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -14537,7 +14537,7 @@ Member { obj: Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -14546,7 +14546,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -14686,7 +14686,7 @@ Call { func: Variable( ( - Atom('GG' type=inline), + "GG", #4, ), ), @@ -14694,7 +14694,7 @@ Value( Variable( ( - Atom('b' type=static), + "b", #4, ), ), @@ -14702,7 +14702,7 @@ Value( Variable( ( - Atom('c' type=inline), + "c", #4, ), ), @@ -14710,7 +14710,7 @@ Value( Variable( ( - Atom('d' type=static), + "d", #4, ), ), @@ -14718,7 +14718,7 @@ Value( Variable( ( - Atom('a' type=static), + "a", #4, ), ), @@ -14728,7 +14728,7 @@ 5, Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -14737,7 +14737,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -14884,7 +14884,7 @@ Member { obj: Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -14893,7 +14893,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -15033,7 +15033,7 @@ Call { func: Variable( ( - Atom('GG' type=inline), + "GG", #4, ), ), @@ -15041,7 +15041,7 @@ Value( Variable( ( - Atom('a' type=static), + "a", #4, ), ), @@ -15049,7 +15049,7 @@ Value( Variable( ( - Atom('b' type=static), + "b", #4, ), ), @@ -15057,7 +15057,7 @@ Value( Variable( ( - Atom('c' type=inline), + "c", #4, ), ), @@ -15065,7 +15065,7 @@ Value( Variable( ( - Atom('d' type=static), + "d", #4, ), ), @@ -15075,7 +15075,7 @@ 5, Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -15084,7 +15084,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -15234,7 +15234,7 @@ Member { obj: Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -15243,7 +15243,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -15383,7 +15383,7 @@ Call { func: Variable( ( - Atom('GG' type=inline), + "GG", #4, ), ), @@ -15391,7 +15391,7 @@ Value( Variable( ( - Atom('d' type=static), + "d", #4, ), ), @@ -15399,7 +15399,7 @@ Value( Variable( ( - Atom('a' type=static), + "a", #4, ), ), @@ -15407,7 +15407,7 @@ Value( Variable( ( - Atom('b' type=static), + "b", #4, ), ), @@ -15415,7 +15415,7 @@ Value( Variable( ( - Atom('c' type=inline), + "c", #4, ), ), @@ -15425,7 +15425,7 @@ 5, Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -15434,7 +15434,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -15581,7 +15581,7 @@ Member { obj: Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -15590,7 +15590,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -15730,7 +15730,7 @@ Call { func: Variable( ( - Atom('GG' type=inline), + "GG", #4, ), ), @@ -15738,7 +15738,7 @@ Value( Variable( ( - Atom('c' type=inline), + "c", #4, ), ), @@ -15746,7 +15746,7 @@ Value( Variable( ( - Atom('d' type=static), + "d", #4, ), ), @@ -15754,7 +15754,7 @@ Value( Variable( ( - Atom('a' type=static), + "a", #4, ), ), @@ -15762,7 +15762,7 @@ Value( Variable( ( - Atom('b' type=static), + "b", #4, ), ), @@ -15772,7 +15772,7 @@ 5, Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -15781,7 +15781,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -15928,7 +15928,7 @@ Member { obj: Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -15937,7 +15937,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -16077,7 +16077,7 @@ Call { func: Variable( ( - Atom('GG' type=inline), + "GG", #4, ), ), @@ -16085,7 +16085,7 @@ Value( Variable( ( - Atom('b' type=static), + "b", #4, ), ), @@ -16093,7 +16093,7 @@ Value( Variable( ( - Atom('c' type=inline), + "c", #4, ), ), @@ -16101,7 +16101,7 @@ Value( Variable( ( - Atom('d' type=static), + "d", #4, ), ), @@ -16109,7 +16109,7 @@ Value( Variable( ( - Atom('a' type=static), + "a", #4, ), ), @@ -16119,7 +16119,7 @@ 5, Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -16128,7 +16128,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -16278,7 +16278,7 @@ Member { obj: Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -16287,7 +16287,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -16427,7 +16427,7 @@ Call { func: Variable( ( - Atom('GG' type=inline), + "GG", #4, ), ), @@ -16435,7 +16435,7 @@ Value( Variable( ( - Atom('a' type=static), + "a", #4, ), ), @@ -16443,7 +16443,7 @@ Value( Variable( ( - Atom('b' type=static), + "b", #4, ), ), @@ -16451,7 +16451,7 @@ Value( Variable( ( - Atom('c' type=inline), + "c", #4, ), ), @@ -16459,7 +16459,7 @@ Value( Variable( ( - Atom('d' type=static), + "d", #4, ), ), @@ -16469,7 +16469,7 @@ 5, Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -16478,7 +16478,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -16625,7 +16625,7 @@ Member { obj: Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -16634,7 +16634,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -16774,7 +16774,7 @@ Call { func: Variable( ( - Atom('GG' type=inline), + "GG", #4, ), ), @@ -16782,7 +16782,7 @@ Value( Variable( ( - Atom('d' type=static), + "d", #4, ), ), @@ -16790,7 +16790,7 @@ Value( Variable( ( - Atom('a' type=static), + "a", #4, ), ), @@ -16798,7 +16798,7 @@ Value( Variable( ( - Atom('b' type=static), + "b", #4, ), ), @@ -16806,7 +16806,7 @@ Value( Variable( ( - Atom('c' type=inline), + "c", #4, ), ), @@ -16816,7 +16816,7 @@ 5, Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -16825,7 +16825,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -16972,7 +16972,7 @@ Member { obj: Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -16981,7 +16981,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -17121,7 +17121,7 @@ Call { func: Variable( ( - Atom('GG' type=inline), + "GG", #4, ), ), @@ -17129,7 +17129,7 @@ Value( Variable( ( - Atom('c' type=inline), + "c", #4, ), ), @@ -17137,7 +17137,7 @@ Value( Variable( ( - Atom('d' type=static), + "d", #4, ), ), @@ -17145,7 +17145,7 @@ Value( Variable( ( - Atom('a' type=static), + "a", #4, ), ), @@ -17153,7 +17153,7 @@ Value( Variable( ( - Atom('b' type=static), + "b", #4, ), ), @@ -17163,7 +17163,7 @@ 5, Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -17172,7 +17172,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -17322,7 +17322,7 @@ Member { obj: Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -17331,7 +17331,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -17471,7 +17471,7 @@ Call { func: Variable( ( - Atom('GG' type=inline), + "GG", #4, ), ), @@ -17479,7 +17479,7 @@ Value( Variable( ( - Atom('b' type=static), + "b", #4, ), ), @@ -17487,7 +17487,7 @@ Value( Variable( ( - Atom('c' type=inline), + "c", #4, ), ), @@ -17495,7 +17495,7 @@ Value( Variable( ( - Atom('d' type=static), + "d", #4, ), ), @@ -17503,7 +17503,7 @@ Value( Variable( ( - Atom('a' type=static), + "a", #4, ), ), @@ -17513,7 +17513,7 @@ 5, Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -17522,7 +17522,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -17669,7 +17669,7 @@ Member { obj: Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -17678,7 +17678,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -17818,7 +17818,7 @@ Call { func: Variable( ( - Atom('HH' type=inline), + "HH", #4, ), ), @@ -17826,7 +17826,7 @@ Value( Variable( ( - Atom('a' type=static), + "a", #4, ), ), @@ -17834,7 +17834,7 @@ Value( Variable( ( - Atom('b' type=static), + "b", #4, ), ), @@ -17842,7 +17842,7 @@ Value( Variable( ( - Atom('c' type=inline), + "c", #4, ), ), @@ -17850,7 +17850,7 @@ Value( Variable( ( - Atom('d' type=static), + "d", #4, ), ), @@ -17860,7 +17860,7 @@ 5, Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -17869,7 +17869,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -18016,7 +18016,7 @@ Member { obj: Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -18025,7 +18025,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -18165,7 +18165,7 @@ Call { func: Variable( ( - Atom('HH' type=inline), + "HH", #4, ), ), @@ -18173,7 +18173,7 @@ Value( Variable( ( - Atom('d' type=static), + "d", #4, ), ), @@ -18181,7 +18181,7 @@ Value( Variable( ( - Atom('a' type=static), + "a", #4, ), ), @@ -18189,7 +18189,7 @@ Value( Variable( ( - Atom('b' type=static), + "b", #4, ), ), @@ -18197,7 +18197,7 @@ Value( Variable( ( - Atom('c' type=inline), + "c", #4, ), ), @@ -18207,7 +18207,7 @@ 5, Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -18216,7 +18216,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -18363,7 +18363,7 @@ Member { obj: Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -18372,7 +18372,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -18512,7 +18512,7 @@ Call { func: Variable( ( - Atom('HH' type=inline), + "HH", #4, ), ), @@ -18520,7 +18520,7 @@ Value( Variable( ( - Atom('c' type=inline), + "c", #4, ), ), @@ -18528,7 +18528,7 @@ Value( Variable( ( - Atom('d' type=static), + "d", #4, ), ), @@ -18536,7 +18536,7 @@ Value( Variable( ( - Atom('a' type=static), + "a", #4, ), ), @@ -18544,7 +18544,7 @@ Value( Variable( ( - Atom('b' type=static), + "b", #4, ), ), @@ -18554,7 +18554,7 @@ 5, Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -18563,7 +18563,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -18713,7 +18713,7 @@ Member { obj: Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -18722,7 +18722,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -18862,7 +18862,7 @@ Call { func: Variable( ( - Atom('HH' type=inline), + "HH", #4, ), ), @@ -18870,7 +18870,7 @@ Value( Variable( ( - Atom('b' type=static), + "b", #4, ), ), @@ -18878,7 +18878,7 @@ Value( Variable( ( - Atom('c' type=inline), + "c", #4, ), ), @@ -18886,7 +18886,7 @@ Value( Variable( ( - Atom('d' type=static), + "d", #4, ), ), @@ -18894,7 +18894,7 @@ Value( Variable( ( - Atom('a' type=static), + "a", #4, ), ), @@ -18904,7 +18904,7 @@ 5, Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -18913,7 +18913,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -19060,7 +19060,7 @@ Member { obj: Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -19069,7 +19069,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -19209,7 +19209,7 @@ Call { func: Variable( ( - Atom('HH' type=inline), + "HH", #4, ), ), @@ -19217,7 +19217,7 @@ Value( Variable( ( - Atom('a' type=static), + "a", #4, ), ), @@ -19225,7 +19225,7 @@ Value( Variable( ( - Atom('b' type=static), + "b", #4, ), ), @@ -19233,7 +19233,7 @@ Value( Variable( ( - Atom('c' type=inline), + "c", #4, ), ), @@ -19241,7 +19241,7 @@ Value( Variable( ( - Atom('d' type=static), + "d", #4, ), ), @@ -19251,7 +19251,7 @@ 5, Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -19260,7 +19260,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -19407,7 +19407,7 @@ Member { obj: Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -19416,7 +19416,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -19556,7 +19556,7 @@ Call { func: Variable( ( - Atom('HH' type=inline), + "HH", #4, ), ), @@ -19564,7 +19564,7 @@ Value( Variable( ( - Atom('d' type=static), + "d", #4, ), ), @@ -19572,7 +19572,7 @@ Value( Variable( ( - Atom('a' type=static), + "a", #4, ), ), @@ -19580,7 +19580,7 @@ Value( Variable( ( - Atom('b' type=static), + "b", #4, ), ), @@ -19588,7 +19588,7 @@ Value( Variable( ( - Atom('c' type=inline), + "c", #4, ), ), @@ -19598,7 +19598,7 @@ 5, Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -19607,7 +19607,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -19757,7 +19757,7 @@ Member { obj: Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -19766,7 +19766,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -19906,7 +19906,7 @@ Call { func: Variable( ( - Atom('HH' type=inline), + "HH", #4, ), ), @@ -19914,7 +19914,7 @@ Value( Variable( ( - Atom('c' type=inline), + "c", #4, ), ), @@ -19922,7 +19922,7 @@ Value( Variable( ( - Atom('d' type=static), + "d", #4, ), ), @@ -19930,7 +19930,7 @@ Value( Variable( ( - Atom('a' type=static), + "a", #4, ), ), @@ -19938,7 +19938,7 @@ Value( Variable( ( - Atom('b' type=static), + "b", #4, ), ), @@ -19948,7 +19948,7 @@ 5, Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -19957,7 +19957,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -20104,7 +20104,7 @@ Member { obj: Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -20113,7 +20113,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -20253,7 +20253,7 @@ Call { func: Variable( ( - Atom('HH' type=inline), + "HH", #4, ), ), @@ -20261,7 +20261,7 @@ Value( Variable( ( - Atom('b' type=static), + "b", #4, ), ), @@ -20269,7 +20269,7 @@ Value( Variable( ( - Atom('c' type=inline), + "c", #4, ), ), @@ -20277,7 +20277,7 @@ Value( Variable( ( - Atom('d' type=static), + "d", #4, ), ), @@ -20285,7 +20285,7 @@ Value( Variable( ( - Atom('a' type=static), + "a", #4, ), ), @@ -20295,7 +20295,7 @@ 5, Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -20304,7 +20304,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -20451,7 +20451,7 @@ Member { obj: Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -20460,7 +20460,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -20600,7 +20600,7 @@ Call { func: Variable( ( - Atom('HH' type=inline), + "HH", #4, ), ), @@ -20608,7 +20608,7 @@ Value( Variable( ( - Atom('a' type=static), + "a", #4, ), ), @@ -20616,7 +20616,7 @@ Value( Variable( ( - Atom('b' type=static), + "b", #4, ), ), @@ -20624,7 +20624,7 @@ Value( Variable( ( - Atom('c' type=inline), + "c", #4, ), ), @@ -20632,7 +20632,7 @@ Value( Variable( ( - Atom('d' type=static), + "d", #4, ), ), @@ -20642,7 +20642,7 @@ 5, Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -20651,7 +20651,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -20801,7 +20801,7 @@ Member { obj: Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -20810,7 +20810,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -20950,7 +20950,7 @@ Call { func: Variable( ( - Atom('HH' type=inline), + "HH", #4, ), ), @@ -20958,7 +20958,7 @@ Value( Variable( ( - Atom('d' type=static), + "d", #4, ), ), @@ -20966,7 +20966,7 @@ Value( Variable( ( - Atom('a' type=static), + "a", #4, ), ), @@ -20974,7 +20974,7 @@ Value( Variable( ( - Atom('b' type=static), + "b", #4, ), ), @@ -20982,7 +20982,7 @@ Value( Variable( ( - Atom('c' type=inline), + "c", #4, ), ), @@ -20992,7 +20992,7 @@ 5, Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -21001,7 +21001,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -21148,7 +21148,7 @@ Member { obj: Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -21157,7 +21157,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -21297,7 +21297,7 @@ Call { func: Variable( ( - Atom('HH' type=inline), + "HH", #4, ), ), @@ -21305,7 +21305,7 @@ Value( Variable( ( - Atom('c' type=inline), + "c", #4, ), ), @@ -21313,7 +21313,7 @@ Value( Variable( ( - Atom('d' type=static), + "d", #4, ), ), @@ -21321,7 +21321,7 @@ Value( Variable( ( - Atom('a' type=static), + "a", #4, ), ), @@ -21329,7 +21329,7 @@ Value( Variable( ( - Atom('b' type=static), + "b", #4, ), ), @@ -21339,7 +21339,7 @@ 5, Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -21348,7 +21348,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -21495,7 +21495,7 @@ Member { obj: Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -21504,7 +21504,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -21644,7 +21644,7 @@ Call { func: Variable( ( - Atom('HH' type=inline), + "HH", #4, ), ), @@ -21652,7 +21652,7 @@ Value( Variable( ( - Atom('b' type=static), + "b", #4, ), ), @@ -21660,7 +21660,7 @@ Value( Variable( ( - Atom('c' type=inline), + "c", #4, ), ), @@ -21668,7 +21668,7 @@ Value( Variable( ( - Atom('d' type=static), + "d", #4, ), ), @@ -21676,7 +21676,7 @@ Value( Variable( ( - Atom('a' type=static), + "a", #4, ), ), @@ -21686,7 +21686,7 @@ 5, Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -21695,7 +21695,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -21845,7 +21845,7 @@ Member { obj: Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -21854,7 +21854,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -21994,7 +21994,7 @@ Call { func: Variable( ( - Atom('HH' type=inline), + "HH", #4, ), ), @@ -22002,7 +22002,7 @@ Value( Variable( ( - Atom('a' type=static), + "a", #4, ), ), @@ -22010,7 +22010,7 @@ Value( Variable( ( - Atom('b' type=static), + "b", #4, ), ), @@ -22018,7 +22018,7 @@ Value( Variable( ( - Atom('c' type=inline), + "c", #4, ), ), @@ -22026,7 +22026,7 @@ Value( Variable( ( - Atom('d' type=static), + "d", #4, ), ), @@ -22036,7 +22036,7 @@ 5, Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -22045,7 +22045,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -22192,7 +22192,7 @@ Member { obj: Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -22201,7 +22201,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -22341,7 +22341,7 @@ Call { func: Variable( ( - Atom('HH' type=inline), + "HH", #4, ), ), @@ -22349,7 +22349,7 @@ Value( Variable( ( - Atom('d' type=static), + "d", #4, ), ), @@ -22357,7 +22357,7 @@ Value( Variable( ( - Atom('a' type=static), + "a", #4, ), ), @@ -22365,7 +22365,7 @@ Value( Variable( ( - Atom('b' type=static), + "b", #4, ), ), @@ -22373,7 +22373,7 @@ Value( Variable( ( - Atom('c' type=inline), + "c", #4, ), ), @@ -22383,7 +22383,7 @@ 5, Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -22392,7 +22392,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -22539,7 +22539,7 @@ Member { obj: Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -22548,7 +22548,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -22688,7 +22688,7 @@ Call { func: Variable( ( - Atom('HH' type=inline), + "HH", #4, ), ), @@ -22696,7 +22696,7 @@ Value( Variable( ( - Atom('c' type=inline), + "c", #4, ), ), @@ -22704,7 +22704,7 @@ Value( Variable( ( - Atom('d' type=static), + "d", #4, ), ), @@ -22712,7 +22712,7 @@ Value( Variable( ( - Atom('a' type=static), + "a", #4, ), ), @@ -22720,7 +22720,7 @@ Value( Variable( ( - Atom('b' type=static), + "b", #4, ), ), @@ -22730,7 +22730,7 @@ 5, Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -22739,7 +22739,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -22889,7 +22889,7 @@ Member { obj: Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -22898,7 +22898,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -23038,7 +23038,7 @@ Call { func: Variable( ( - Atom('HH' type=inline), + "HH", #4, ), ), @@ -23046,7 +23046,7 @@ Value( Variable( ( - Atom('b' type=static), + "b", #4, ), ), @@ -23054,7 +23054,7 @@ Value( Variable( ( - Atom('c' type=inline), + "c", #4, ), ), @@ -23062,7 +23062,7 @@ Value( Variable( ( - Atom('d' type=static), + "d", #4, ), ), @@ -23070,7 +23070,7 @@ Value( Variable( ( - Atom('a' type=static), + "a", #4, ), ), @@ -23080,7 +23080,7 @@ 5, Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -23089,7 +23089,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -23236,7 +23236,7 @@ Member { obj: Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -23245,7 +23245,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -23385,7 +23385,7 @@ Call { func: Variable( ( - Atom('II' type=inline), + "II", #4, ), ), @@ -23393,7 +23393,7 @@ Value( Variable( ( - Atom('a' type=static), + "a", #4, ), ), @@ -23401,7 +23401,7 @@ Value( Variable( ( - Atom('b' type=static), + "b", #4, ), ), @@ -23409,7 +23409,7 @@ Value( Variable( ( - Atom('c' type=inline), + "c", #4, ), ), @@ -23417,7 +23417,7 @@ Value( Variable( ( - Atom('d' type=static), + "d", #4, ), ), @@ -23427,7 +23427,7 @@ 5, Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -23436,7 +23436,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -23583,7 +23583,7 @@ Member { obj: Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -23592,7 +23592,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -23732,7 +23732,7 @@ Call { func: Variable( ( - Atom('II' type=inline), + "II", #4, ), ), @@ -23740,7 +23740,7 @@ Value( Variable( ( - Atom('d' type=static), + "d", #4, ), ), @@ -23748,7 +23748,7 @@ Value( Variable( ( - Atom('a' type=static), + "a", #4, ), ), @@ -23756,7 +23756,7 @@ Value( Variable( ( - Atom('b' type=static), + "b", #4, ), ), @@ -23764,7 +23764,7 @@ Value( Variable( ( - Atom('c' type=inline), + "c", #4, ), ), @@ -23774,7 +23774,7 @@ 5, Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -23783,7 +23783,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -23933,7 +23933,7 @@ Member { obj: Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -23942,7 +23942,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -24082,7 +24082,7 @@ Call { func: Variable( ( - Atom('II' type=inline), + "II", #4, ), ), @@ -24090,7 +24090,7 @@ Value( Variable( ( - Atom('c' type=inline), + "c", #4, ), ), @@ -24098,7 +24098,7 @@ Value( Variable( ( - Atom('d' type=static), + "d", #4, ), ), @@ -24106,7 +24106,7 @@ Value( Variable( ( - Atom('a' type=static), + "a", #4, ), ), @@ -24114,7 +24114,7 @@ Value( Variable( ( - Atom('b' type=static), + "b", #4, ), ), @@ -24124,7 +24124,7 @@ 5, Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -24133,7 +24133,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -24280,7 +24280,7 @@ Member { obj: Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -24289,7 +24289,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -24429,7 +24429,7 @@ Call { func: Variable( ( - Atom('II' type=inline), + "II", #4, ), ), @@ -24437,7 +24437,7 @@ Value( Variable( ( - Atom('b' type=static), + "b", #4, ), ), @@ -24445,7 +24445,7 @@ Value( Variable( ( - Atom('c' type=inline), + "c", #4, ), ), @@ -24453,7 +24453,7 @@ Value( Variable( ( - Atom('d' type=static), + "d", #4, ), ), @@ -24461,7 +24461,7 @@ Value( Variable( ( - Atom('a' type=static), + "a", #4, ), ), @@ -24471,7 +24471,7 @@ 5, Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -24480,7 +24480,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -24627,7 +24627,7 @@ Member { obj: Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -24636,7 +24636,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -24776,7 +24776,7 @@ Call { func: Variable( ( - Atom('II' type=inline), + "II", #4, ), ), @@ -24784,7 +24784,7 @@ Value( Variable( ( - Atom('a' type=static), + "a", #4, ), ), @@ -24792,7 +24792,7 @@ Value( Variable( ( - Atom('b' type=static), + "b", #4, ), ), @@ -24800,7 +24800,7 @@ Value( Variable( ( - Atom('c' type=inline), + "c", #4, ), ), @@ -24808,7 +24808,7 @@ Value( Variable( ( - Atom('d' type=static), + "d", #4, ), ), @@ -24818,7 +24818,7 @@ 5, Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -24827,7 +24827,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -24977,7 +24977,7 @@ Member { obj: Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -24986,7 +24986,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -25126,7 +25126,7 @@ Call { func: Variable( ( - Atom('II' type=inline), + "II", #4, ), ), @@ -25134,7 +25134,7 @@ Value( Variable( ( - Atom('d' type=static), + "d", #4, ), ), @@ -25142,7 +25142,7 @@ Value( Variable( ( - Atom('a' type=static), + "a", #4, ), ), @@ -25150,7 +25150,7 @@ Value( Variable( ( - Atom('b' type=static), + "b", #4, ), ), @@ -25158,7 +25158,7 @@ Value( Variable( ( - Atom('c' type=inline), + "c", #4, ), ), @@ -25168,7 +25168,7 @@ 5, Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -25177,7 +25177,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -25324,7 +25324,7 @@ Member { obj: Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -25333,7 +25333,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -25473,7 +25473,7 @@ Call { func: Variable( ( - Atom('II' type=inline), + "II", #4, ), ), @@ -25481,7 +25481,7 @@ Value( Variable( ( - Atom('c' type=inline), + "c", #4, ), ), @@ -25489,7 +25489,7 @@ Value( Variable( ( - Atom('d' type=static), + "d", #4, ), ), @@ -25497,7 +25497,7 @@ Value( Variable( ( - Atom('a' type=static), + "a", #4, ), ), @@ -25505,7 +25505,7 @@ Value( Variable( ( - Atom('b' type=static), + "b", #4, ), ), @@ -25515,7 +25515,7 @@ 5, Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -25524,7 +25524,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -25671,7 +25671,7 @@ Member { obj: Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -25680,7 +25680,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -25820,7 +25820,7 @@ Call { func: Variable( ( - Atom('II' type=inline), + "II", #4, ), ), @@ -25828,7 +25828,7 @@ Value( Variable( ( - Atom('b' type=static), + "b", #4, ), ), @@ -25836,7 +25836,7 @@ Value( Variable( ( - Atom('c' type=inline), + "c", #4, ), ), @@ -25844,7 +25844,7 @@ Value( Variable( ( - Atom('d' type=static), + "d", #4, ), ), @@ -25852,7 +25852,7 @@ Value( Variable( ( - Atom('a' type=static), + "a", #4, ), ), @@ -25862,7 +25862,7 @@ 5, Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -25871,7 +25871,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -26018,7 +26018,7 @@ Member { obj: Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -26027,7 +26027,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -26167,7 +26167,7 @@ Call { func: Variable( ( - Atom('II' type=inline), + "II", #4, ), ), @@ -26175,7 +26175,7 @@ Value( Variable( ( - Atom('a' type=static), + "a", #4, ), ), @@ -26183,7 +26183,7 @@ Value( Variable( ( - Atom('b' type=static), + "b", #4, ), ), @@ -26191,7 +26191,7 @@ Value( Variable( ( - Atom('c' type=inline), + "c", #4, ), ), @@ -26199,7 +26199,7 @@ Value( Variable( ( - Atom('d' type=static), + "d", #4, ), ), @@ -26209,7 +26209,7 @@ 5, Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -26218,7 +26218,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -26368,7 +26368,7 @@ Member { obj: Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -26377,7 +26377,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -26517,7 +26517,7 @@ Call { func: Variable( ( - Atom('II' type=inline), + "II", #4, ), ), @@ -26525,7 +26525,7 @@ Value( Variable( ( - Atom('d' type=static), + "d", #4, ), ), @@ -26533,7 +26533,7 @@ Value( Variable( ( - Atom('a' type=static), + "a", #4, ), ), @@ -26541,7 +26541,7 @@ Value( Variable( ( - Atom('b' type=static), + "b", #4, ), ), @@ -26549,7 +26549,7 @@ Value( Variable( ( - Atom('c' type=inline), + "c", #4, ), ), @@ -26559,7 +26559,7 @@ 5, Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -26568,7 +26568,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -26715,7 +26715,7 @@ Member { obj: Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -26724,7 +26724,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -26864,7 +26864,7 @@ Call { func: Variable( ( - Atom('II' type=inline), + "II", #4, ), ), @@ -26872,7 +26872,7 @@ Value( Variable( ( - Atom('c' type=inline), + "c", #4, ), ), @@ -26880,7 +26880,7 @@ Value( Variable( ( - Atom('d' type=static), + "d", #4, ), ), @@ -26888,7 +26888,7 @@ Value( Variable( ( - Atom('a' type=static), + "a", #4, ), ), @@ -26896,7 +26896,7 @@ Value( Variable( ( - Atom('b' type=static), + "b", #4, ), ), @@ -26906,7 +26906,7 @@ 5, Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -26915,7 +26915,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -27062,7 +27062,7 @@ Member { obj: Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -27071,7 +27071,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -27211,7 +27211,7 @@ Call { func: Variable( ( - Atom('II' type=inline), + "II", #4, ), ), @@ -27219,7 +27219,7 @@ Value( Variable( ( - Atom('b' type=static), + "b", #4, ), ), @@ -27227,7 +27227,7 @@ Value( Variable( ( - Atom('c' type=inline), + "c", #4, ), ), @@ -27235,7 +27235,7 @@ Value( Variable( ( - Atom('d' type=static), + "d", #4, ), ), @@ -27243,7 +27243,7 @@ Value( Variable( ( - Atom('a' type=static), + "a", #4, ), ), @@ -27253,7 +27253,7 @@ 5, Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -27262,7 +27262,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -27412,7 +27412,7 @@ Member { obj: Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -27421,7 +27421,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -27561,7 +27561,7 @@ Call { func: Variable( ( - Atom('II' type=inline), + "II", #4, ), ), @@ -27569,7 +27569,7 @@ Value( Variable( ( - Atom('a' type=static), + "a", #4, ), ), @@ -27577,7 +27577,7 @@ Value( Variable( ( - Atom('b' type=static), + "b", #4, ), ), @@ -27585,7 +27585,7 @@ Value( Variable( ( - Atom('c' type=inline), + "c", #4, ), ), @@ -27593,7 +27593,7 @@ Value( Variable( ( - Atom('d' type=static), + "d", #4, ), ), @@ -27603,7 +27603,7 @@ 5, Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -27612,7 +27612,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -27759,7 +27759,7 @@ Member { obj: Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -27768,7 +27768,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -27908,7 +27908,7 @@ Call { func: Variable( ( - Atom('II' type=inline), + "II", #4, ), ), @@ -27916,7 +27916,7 @@ Value( Variable( ( - Atom('d' type=static), + "d", #4, ), ), @@ -27924,7 +27924,7 @@ Value( Variable( ( - Atom('a' type=static), + "a", #4, ), ), @@ -27932,7 +27932,7 @@ Value( Variable( ( - Atom('b' type=static), + "b", #4, ), ), @@ -27940,7 +27940,7 @@ Value( Variable( ( - Atom('c' type=inline), + "c", #4, ), ), @@ -27950,7 +27950,7 @@ 5, Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -27959,7 +27959,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -28106,7 +28106,7 @@ Member { obj: Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -28115,7 +28115,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -28255,7 +28255,7 @@ Call { func: Variable( ( - Atom('II' type=inline), + "II", #4, ), ), @@ -28263,7 +28263,7 @@ Value( Variable( ( - Atom('c' type=inline), + "c", #4, ), ), @@ -28271,7 +28271,7 @@ Value( Variable( ( - Atom('d' type=static), + "d", #4, ), ), @@ -28279,7 +28279,7 @@ Value( Variable( ( - Atom('a' type=static), + "a", #4, ), ), @@ -28287,7 +28287,7 @@ Value( Variable( ( - Atom('b' type=static), + "b", #4, ), ), @@ -28297,7 +28297,7 @@ 5, Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -28306,7 +28306,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -28456,7 +28456,7 @@ Member { obj: Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -28465,7 +28465,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -28605,7 +28605,7 @@ Call { func: Variable( ( - Atom('II' type=inline), + "II", #4, ), ), @@ -28613,7 +28613,7 @@ Value( Variable( ( - Atom('b' type=static), + "b", #4, ), ), @@ -28621,7 +28621,7 @@ Value( Variable( ( - Atom('c' type=inline), + "c", #4, ), ), @@ -28629,7 +28629,7 @@ Value( Variable( ( - Atom('d' type=static), + "d", #4, ), ), @@ -28637,7 +28637,7 @@ Value( Variable( ( - Atom('a' type=static), + "a", #4, ), ), @@ -28647,7 +28647,7 @@ 5, Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -28656,7 +28656,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -28803,14 +28803,14 @@ Member { obj: Variable( ( - Atom('crypt' type=inline), + "crypt", #3, ), ), prop: Constant( Str( - Word( - Atom('endian' type=inline), + Atom( + "endian", ), ), ), @@ -28919,14 +28919,14 @@ MemberCall { obj: Variable( ( - Atom('crypt' type=inline), + "crypt", #3, ), ), prop: Constant( Str( - Word( - Atom('endian' type=inline), + Atom( + "endian", ), ), ), @@ -28937,25 +28937,25 @@ items: [ Variable( ( - Atom('a' type=static), + "a", #4, ), ), Variable( ( - Atom('b' type=static), + "b", #4, ), ), Variable( ( - Atom('c' type=inline), + "c", #4, ), ), Variable( ( - Atom('d' type=static), + "d", #4, ), ), @@ -29060,14 +29060,14 @@ Member { obj: Variable( ( - Atom('md5' type=inline), + "md5", #3, ), ), prop: Constant( Str( - Word( - Atom('_ff' type=inline), + Atom( + "_ff", ), ), ), @@ -29151,14 +29151,14 @@ Member { obj: Variable( ( - Atom('md5' type=inline), + "md5", #3, ), ), prop: Constant( Str( - Word( - Atom('_gg' type=inline), + Atom( + "_gg", ), ), ), @@ -29242,14 +29242,14 @@ Member { obj: Variable( ( - Atom('md5' type=inline), + "md5", #3, ), ), prop: Constant( Str( - Word( - Atom('_hh' type=inline), + Atom( + "_hh", ), ), ), @@ -29333,14 +29333,14 @@ Member { obj: Variable( ( - Atom('md5' type=inline), + "md5", #3, ), ), prop: Constant( Str( - Word( - Atom('_ii' type=inline), + Atom( + "_ii", ), ), ), @@ -29424,14 +29424,14 @@ Member { obj: Variable( ( - Atom('md5' type=inline), + "md5", #3, ), ), prop: Constant( Str( - Word( - Atom('_blocksize' type=dynamic), + Atom( + "_blocksize", ), ), ), @@ -29515,14 +29515,14 @@ Member { obj: Variable( ( - Atom('md5' type=inline), + "md5", #3, ), ), prop: Constant( Str( - Word( - Atom('_digestsize' type=dynamic), + Atom( + "_digestsize", ), ), ), @@ -29605,12 +29605,12 @@ }, Member { obj: FreeVar( - Atom('module' type=static), + "module", ), prop: Constant( Str( - Word( - Atom('exports' type=inline), + Atom( + "exports", ), ), ), @@ -29693,7 +29693,7 @@ }, FreeVar { var: FreeVar( - Atom('module' type=static), + "module", ), ast_path: [ Program( @@ -29780,7 +29780,7 @@ }, FreeVar { var: FreeVar( - Atom('undefined' type=static), + "undefined", ), ast_path: [ Program( @@ -29894,20 +29894,20 @@ 3, Variable( ( - Atom('message' type=inline), + "message", #11, ), ), StrictEqual, FreeVar( - Atom('undefined' type=static), + "undefined", ), ), Binary( 3, Variable( ( - Atom('message' type=inline), + "message", #11, ), ), @@ -29923,7 +29923,7 @@ effects: [ FreeVar { var: FreeVar( - Atom('Error' type=static), + "Error", ), ast_path: [ Program( @@ -30199,14 +30199,14 @@ Member { obj: Variable( ( - Atom('crypt' type=inline), + "crypt", #3, ), ), prop: Constant( Str( - Word( - Atom('wordsToBytes' type=dynamic), + Atom( + "wordsToBytes", ), ), ), @@ -30321,7 +30321,7 @@ Call { func: Variable( ( - Atom('md5' type=inline), + "md5", #3, ), ), @@ -30329,7 +30329,7 @@ Value( Variable( ( - Atom('message' type=inline), + "message", #11, ), ), @@ -30337,7 +30337,7 @@ Value( Variable( ( - Atom('options' type=inline), + "options", #11, ), ), @@ -30456,14 +30456,14 @@ MemberCall { obj: Variable( ( - Atom('crypt' type=inline), + "crypt", #3, ), ), prop: Constant( Str( - Word( - Atom('wordsToBytes' type=dynamic), + Atom( + "wordsToBytes", ), ), ), @@ -30473,20 +30473,20 @@ 4, Variable( ( - Atom('md5' type=inline), + "md5", #3, ), ), [ Variable( ( - Atom('message' type=inline), + "message", #11, ), ), Variable( ( - Atom('options' type=inline), + "options", #11, ), ), @@ -30596,14 +30596,14 @@ Member { obj: Variable( ( - Atom('options' type=inline), + "options", #11, ), ), prop: Constant( Str( - Word( - Atom('asBytes' type=inline), + Atom( + "asBytes", ), ), ), @@ -30717,7 +30717,7 @@ [ Variable( ( - Atom('options' type=inline), + "options", #11, ), ), @@ -30725,14 +30725,14 @@ 3, Variable( ( - Atom('options' type=inline), + "options", #11, ), ), Constant( Str( - Word( - Atom('asBytes' type=inline), + Atom( + "asBytes", ), ), ), @@ -30831,14 +30831,14 @@ Member { obj: Variable( ( - Atom('options' type=inline), + "options", #11, ), ), prop: Constant( Str( - Word( - Atom('asString' type=dynamic), + Atom( + "asString", ), ), ), @@ -30958,7 +30958,7 @@ [ Variable( ( - Atom('options' type=inline), + "options", #11, ), ), @@ -30966,14 +30966,14 @@ 3, Variable( ( - Atom('options' type=inline), + "options", #11, ), ), Constant( Str( - Word( - Atom('asString' type=dynamic), + Atom( + "asString", ), ), ), @@ -30986,14 +30986,14 @@ Member { obj: Variable( ( - Atom('bin' type=inline), + "bin", #3, ), ), prop: Constant( Str( - Word( - Atom('bytesToString' type=dynamic), + Atom( + "bytesToString", ), ), ), @@ -31112,14 +31112,14 @@ MemberCall { obj: Variable( ( - Atom('bin' type=inline), + "bin", #3, ), ), prop: Constant( Str( - Word( - Atom('bytesToString' type=dynamic), + Atom( + "bytesToString", ), ), ), @@ -31127,7 +31127,7 @@ Value( Variable( ( - Atom('digestbytes' type=dynamic), + "digestbytes", #11, ), ), @@ -31332,14 +31332,14 @@ Member { obj: Variable( ( - Atom('crypt' type=inline), + "crypt", #3, ), ), prop: Constant( Str( - Word( - Atom('bytesToHex' type=dynamic), + Atom( + "bytesToHex", ), ), ), @@ -31458,14 +31458,14 @@ MemberCall { obj: Variable( ( - Atom('crypt' type=inline), + "crypt", #3, ), ), prop: Constant( Str( - Word( - Atom('bytesToHex' type=dynamic), + Atom( + "bytesToHex", ), ), ), @@ -31473,7 +31473,7 @@ Value( Variable( ( - Atom('digestbytes' type=dynamic), + "digestbytes", #11, ), ), diff --git a/crates/turbopack-ecmascript/tests/analyzer/graph/md5_2/graph.snapshot b/crates/turbopack-ecmascript/tests/analyzer/graph/md5_2/graph.snapshot index ef58139c81829..e8313806a7dd9 100644 --- a/crates/turbopack-ecmascript/tests/analyzer/graph/md5_2/graph.snapshot +++ b/crates/turbopack-ecmascript/tests/analyzer/graph/md5_2/graph.snapshot @@ -8,14 +8,14 @@ 8, Variable( ( - Atom('crypt' type=inline), + "crypt", #3, ), ), Constant( Str( - Word( - Atom('endian' type=inline), + Atom( + "endian", ), ), ), @@ -25,25 +25,25 @@ items: [ Variable( ( - Atom('a' type=static), + "a", #4, ), ), Variable( ( - Atom('b' type=static), + "b", #4, ), ), Variable( ( - Atom('c' type=inline), + "c", #4, ), ), Variable( ( - Atom('d' type=static), + "d", #4, ), ), @@ -68,7 +68,7 @@ ), Variable( ( - Atom('b' type=static), + "b", #7, ), ), @@ -90,7 +90,7 @@ ), Variable( ( - Atom('b' type=static), + "b", #8, ), ), @@ -112,7 +112,7 @@ ), Variable( ( - Atom('b' type=static), + "b", #9, ), ), @@ -134,7 +134,7 @@ ), Variable( ( - Atom('b' type=static), + "b", #10, ), ), @@ -152,7 +152,7 @@ [ Variable( ( - Atom('digestbytes' type=dynamic), + "digestbytes", #11, ), ), @@ -160,21 +160,21 @@ 4, Variable( ( - Atom('bin' type=inline), + "bin", #3, ), ), Constant( Str( - Word( - Atom('bytesToString' type=dynamic), + Atom( + "bytesToString", ), ), ), [ Variable( ( - Atom('digestbytes' type=dynamic), + "digestbytes", #11, ), ), @@ -184,21 +184,21 @@ 4, Variable( ( - Atom('crypt' type=inline), + "crypt", #3, ), ), Constant( Str( - Word( - Atom('bytesToHex' type=dynamic), + Atom( + "bytesToHex", ), ), ), [ Variable( ( - Atom('digestbytes' type=dynamic), + "digestbytes", #11, ), ), @@ -214,14 +214,14 @@ 3, Variable( ( - Atom('md5' type=inline), + "md5", #3, ), ), Constant( Str( - Word( - Atom('_ff' type=inline), + Atom( + "_ff", ), ), ), @@ -233,14 +233,14 @@ 3, Variable( ( - Atom('md5' type=inline), + "md5", #3, ), ), Constant( Str( - Word( - Atom('_gg' type=inline), + Atom( + "_gg", ), ), ), @@ -252,14 +252,14 @@ 3, Variable( ( - Atom('md5' type=inline), + "md5", #3, ), ), Constant( Str( - Word( - Atom('_hh' type=inline), + Atom( + "_hh", ), ), ), @@ -271,14 +271,14 @@ 3, Variable( ( - Atom('md5' type=inline), + "md5", #3, ), ), Constant( Str( - Word( - Atom('_ii' type=inline), + Atom( + "_ii", ), ), ), @@ -307,32 +307,32 @@ 13, Variable( ( - Atom('FF' type=inline), + "FF", #4, ), ), [ Variable( ( - Atom('a' type=static), + "a", #4, ), ), Variable( ( - Atom('b' type=static), + "b", #4, ), ), Variable( ( - Atom('c' type=inline), + "c", #4, ), ), Variable( ( - Atom('d' type=static), + "d", #4, ), ), @@ -340,7 +340,7 @@ 5, Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -349,7 +349,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -380,32 +380,32 @@ 13, Variable( ( - Atom('FF' type=inline), + "FF", #4, ), ), [ Variable( ( - Atom('a' type=static), + "a", #4, ), ), Variable( ( - Atom('b' type=static), + "b", #4, ), ), Variable( ( - Atom('c' type=inline), + "c", #4, ), ), Variable( ( - Atom('d' type=static), + "d", #4, ), ), @@ -413,7 +413,7 @@ 5, Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -422,7 +422,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -453,32 +453,32 @@ 13, Variable( ( - Atom('FF' type=inline), + "FF", #4, ), ), [ Variable( ( - Atom('a' type=static), + "a", #4, ), ), Variable( ( - Atom('b' type=static), + "b", #4, ), ), Variable( ( - Atom('c' type=inline), + "c", #4, ), ), Variable( ( - Atom('d' type=static), + "d", #4, ), ), @@ -486,7 +486,7 @@ 5, Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -495,7 +495,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -529,32 +529,32 @@ 13, Variable( ( - Atom('FF' type=inline), + "FF", #4, ), ), [ Variable( ( - Atom('a' type=static), + "a", #4, ), ), Variable( ( - Atom('b' type=static), + "b", #4, ), ), Variable( ( - Atom('c' type=inline), + "c", #4, ), ), Variable( ( - Atom('d' type=static), + "d", #4, ), ), @@ -562,7 +562,7 @@ 5, Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -571,7 +571,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -605,32 +605,32 @@ 13, Variable( ( - Atom('GG' type=inline), + "GG", #4, ), ), [ Variable( ( - Atom('a' type=static), + "a", #4, ), ), Variable( ( - Atom('b' type=static), + "b", #4, ), ), Variable( ( - Atom('c' type=inline), + "c", #4, ), ), Variable( ( - Atom('d' type=static), + "d", #4, ), ), @@ -638,7 +638,7 @@ 5, Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -647,7 +647,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -678,32 +678,32 @@ 13, Variable( ( - Atom('GG' type=inline), + "GG", #4, ), ), [ Variable( ( - Atom('a' type=static), + "a", #4, ), ), Variable( ( - Atom('b' type=static), + "b", #4, ), ), Variable( ( - Atom('c' type=inline), + "c", #4, ), ), Variable( ( - Atom('d' type=static), + "d", #4, ), ), @@ -711,7 +711,7 @@ 5, Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -720,7 +720,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -751,32 +751,32 @@ 13, Variable( ( - Atom('GG' type=inline), + "GG", #4, ), ), [ Variable( ( - Atom('a' type=static), + "a", #4, ), ), Variable( ( - Atom('b' type=static), + "b", #4, ), ), Variable( ( - Atom('c' type=inline), + "c", #4, ), ), Variable( ( - Atom('d' type=static), + "d", #4, ), ), @@ -784,7 +784,7 @@ 5, Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -793,7 +793,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -827,32 +827,32 @@ 13, Variable( ( - Atom('GG' type=inline), + "GG", #4, ), ), [ Variable( ( - Atom('a' type=static), + "a", #4, ), ), Variable( ( - Atom('b' type=static), + "b", #4, ), ), Variable( ( - Atom('c' type=inline), + "c", #4, ), ), Variable( ( - Atom('d' type=static), + "d", #4, ), ), @@ -860,7 +860,7 @@ 5, Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -869,7 +869,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -900,32 +900,32 @@ 13, Variable( ( - Atom('HH' type=inline), + "HH", #4, ), ), [ Variable( ( - Atom('a' type=static), + "a", #4, ), ), Variable( ( - Atom('b' type=static), + "b", #4, ), ), Variable( ( - Atom('c' type=inline), + "c", #4, ), ), Variable( ( - Atom('d' type=static), + "d", #4, ), ), @@ -933,7 +933,7 @@ 5, Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -942,7 +942,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -973,32 +973,32 @@ 13, Variable( ( - Atom('HH' type=inline), + "HH", #4, ), ), [ Variable( ( - Atom('a' type=static), + "a", #4, ), ), Variable( ( - Atom('b' type=static), + "b", #4, ), ), Variable( ( - Atom('c' type=inline), + "c", #4, ), ), Variable( ( - Atom('d' type=static), + "d", #4, ), ), @@ -1006,7 +1006,7 @@ 5, Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -1015,7 +1015,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -1046,32 +1046,32 @@ 13, Variable( ( - Atom('HH' type=inline), + "HH", #4, ), ), [ Variable( ( - Atom('a' type=static), + "a", #4, ), ), Variable( ( - Atom('b' type=static), + "b", #4, ), ), Variable( ( - Atom('c' type=inline), + "c", #4, ), ), Variable( ( - Atom('d' type=static), + "d", #4, ), ), @@ -1079,7 +1079,7 @@ 5, Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -1088,7 +1088,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -1122,32 +1122,32 @@ 13, Variable( ( - Atom('HH' type=inline), + "HH", #4, ), ), [ Variable( ( - Atom('a' type=static), + "a", #4, ), ), Variable( ( - Atom('b' type=static), + "b", #4, ), ), Variable( ( - Atom('c' type=inline), + "c", #4, ), ), Variable( ( - Atom('d' type=static), + "d", #4, ), ), @@ -1155,7 +1155,7 @@ 5, Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -1164,7 +1164,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -1195,32 +1195,32 @@ 13, Variable( ( - Atom('II' type=inline), + "II", #4, ), ), [ Variable( ( - Atom('a' type=static), + "a", #4, ), ), Variable( ( - Atom('b' type=static), + "b", #4, ), ), Variable( ( - Atom('c' type=inline), + "c", #4, ), ), Variable( ( - Atom('d' type=static), + "d", #4, ), ), @@ -1228,7 +1228,7 @@ 5, Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -1237,7 +1237,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -1268,32 +1268,32 @@ 13, Variable( ( - Atom('II' type=inline), + "II", #4, ), ), [ Variable( ( - Atom('a' type=static), + "a", #4, ), ), Variable( ( - Atom('b' type=static), + "b", #4, ), ), Variable( ( - Atom('c' type=inline), + "c", #4, ), ), Variable( ( - Atom('d' type=static), + "d", #4, ), ), @@ -1301,7 +1301,7 @@ 5, Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -1310,7 +1310,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -1344,32 +1344,32 @@ 13, Variable( ( - Atom('II' type=inline), + "II", #4, ), ), [ Variable( ( - Atom('a' type=static), + "a", #4, ), ), Variable( ( - Atom('b' type=static), + "b", #4, ), ), Variable( ( - Atom('c' type=inline), + "c", #4, ), ), Variable( ( - Atom('d' type=static), + "d", #4, ), ), @@ -1377,7 +1377,7 @@ 5, Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -1386,7 +1386,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -1420,32 +1420,32 @@ 13, Variable( ( - Atom('II' type=inline), + "II", #4, ), ), [ Variable( ( - Atom('a' type=static), + "a", #4, ), ), Variable( ( - Atom('b' type=static), + "b", #4, ), ), Variable( ( - Atom('c' type=inline), + "c", #4, ), ), Variable( ( - Atom('d' type=static), + "d", #4, ), ), @@ -1453,7 +1453,7 @@ 5, Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -1462,7 +1462,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -1521,7 +1521,7 @@ "aa", Variable( ( - Atom('a' type=static), + "a", #4, ), ), @@ -1546,32 +1546,32 @@ 13, Variable( ( - Atom('FF' type=inline), + "FF", #4, ), ), [ Variable( ( - Atom('b' type=static), + "b", #4, ), ), Variable( ( - Atom('c' type=inline), + "c", #4, ), ), Variable( ( - Atom('d' type=static), + "d", #4, ), ), Variable( ( - Atom('a' type=static), + "a", #4, ), ), @@ -1579,7 +1579,7 @@ 5, Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -1588,7 +1588,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -1619,32 +1619,32 @@ 13, Variable( ( - Atom('FF' type=inline), + "FF", #4, ), ), [ Variable( ( - Atom('b' type=static), + "b", #4, ), ), Variable( ( - Atom('c' type=inline), + "c", #4, ), ), Variable( ( - Atom('d' type=static), + "d", #4, ), ), Variable( ( - Atom('a' type=static), + "a", #4, ), ), @@ -1652,7 +1652,7 @@ 5, Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -1661,7 +1661,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -1692,32 +1692,32 @@ 13, Variable( ( - Atom('FF' type=inline), + "FF", #4, ), ), [ Variable( ( - Atom('b' type=static), + "b", #4, ), ), Variable( ( - Atom('c' type=inline), + "c", #4, ), ), Variable( ( - Atom('d' type=static), + "d", #4, ), ), Variable( ( - Atom('a' type=static), + "a", #4, ), ), @@ -1725,7 +1725,7 @@ 5, Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -1734,7 +1734,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -1765,32 +1765,32 @@ 13, Variable( ( - Atom('FF' type=inline), + "FF", #4, ), ), [ Variable( ( - Atom('b' type=static), + "b", #4, ), ), Variable( ( - Atom('c' type=inline), + "c", #4, ), ), Variable( ( - Atom('d' type=static), + "d", #4, ), ), Variable( ( - Atom('a' type=static), + "a", #4, ), ), @@ -1798,7 +1798,7 @@ 5, Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -1807,7 +1807,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -1841,32 +1841,32 @@ 13, Variable( ( - Atom('GG' type=inline), + "GG", #4, ), ), [ Variable( ( - Atom('b' type=static), + "b", #4, ), ), Variable( ( - Atom('c' type=inline), + "c", #4, ), ), Variable( ( - Atom('d' type=static), + "d", #4, ), ), Variable( ( - Atom('a' type=static), + "a", #4, ), ), @@ -1874,7 +1874,7 @@ 5, Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -1883,7 +1883,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -1914,32 +1914,32 @@ 13, Variable( ( - Atom('GG' type=inline), + "GG", #4, ), ), [ Variable( ( - Atom('b' type=static), + "b", #4, ), ), Variable( ( - Atom('c' type=inline), + "c", #4, ), ), Variable( ( - Atom('d' type=static), + "d", #4, ), ), Variable( ( - Atom('a' type=static), + "a", #4, ), ), @@ -1947,7 +1947,7 @@ 5, Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -1956,7 +1956,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -1987,32 +1987,32 @@ 13, Variable( ( - Atom('GG' type=inline), + "GG", #4, ), ), [ Variable( ( - Atom('b' type=static), + "b", #4, ), ), Variable( ( - Atom('c' type=inline), + "c", #4, ), ), Variable( ( - Atom('d' type=static), + "d", #4, ), ), Variable( ( - Atom('a' type=static), + "a", #4, ), ), @@ -2020,7 +2020,7 @@ 5, Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -2029,7 +2029,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -2063,32 +2063,32 @@ 13, Variable( ( - Atom('GG' type=inline), + "GG", #4, ), ), [ Variable( ( - Atom('b' type=static), + "b", #4, ), ), Variable( ( - Atom('c' type=inline), + "c", #4, ), ), Variable( ( - Atom('d' type=static), + "d", #4, ), ), Variable( ( - Atom('a' type=static), + "a", #4, ), ), @@ -2096,7 +2096,7 @@ 5, Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -2105,7 +2105,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -2136,32 +2136,32 @@ 13, Variable( ( - Atom('HH' type=inline), + "HH", #4, ), ), [ Variable( ( - Atom('b' type=static), + "b", #4, ), ), Variable( ( - Atom('c' type=inline), + "c", #4, ), ), Variable( ( - Atom('d' type=static), + "d", #4, ), ), Variable( ( - Atom('a' type=static), + "a", #4, ), ), @@ -2169,7 +2169,7 @@ 5, Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -2178,7 +2178,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -2209,32 +2209,32 @@ 13, Variable( ( - Atom('HH' type=inline), + "HH", #4, ), ), [ Variable( ( - Atom('b' type=static), + "b", #4, ), ), Variable( ( - Atom('c' type=inline), + "c", #4, ), ), Variable( ( - Atom('d' type=static), + "d", #4, ), ), Variable( ( - Atom('a' type=static), + "a", #4, ), ), @@ -2242,7 +2242,7 @@ 5, Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -2251,7 +2251,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -2282,32 +2282,32 @@ 13, Variable( ( - Atom('HH' type=inline), + "HH", #4, ), ), [ Variable( ( - Atom('b' type=static), + "b", #4, ), ), Variable( ( - Atom('c' type=inline), + "c", #4, ), ), Variable( ( - Atom('d' type=static), + "d", #4, ), ), Variable( ( - Atom('a' type=static), + "a", #4, ), ), @@ -2315,7 +2315,7 @@ 5, Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -2324,7 +2324,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -2358,32 +2358,32 @@ 13, Variable( ( - Atom('HH' type=inline), + "HH", #4, ), ), [ Variable( ( - Atom('b' type=static), + "b", #4, ), ), Variable( ( - Atom('c' type=inline), + "c", #4, ), ), Variable( ( - Atom('d' type=static), + "d", #4, ), ), Variable( ( - Atom('a' type=static), + "a", #4, ), ), @@ -2391,7 +2391,7 @@ 5, Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -2400,7 +2400,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -2431,32 +2431,32 @@ 13, Variable( ( - Atom('II' type=inline), + "II", #4, ), ), [ Variable( ( - Atom('b' type=static), + "b", #4, ), ), Variable( ( - Atom('c' type=inline), + "c", #4, ), ), Variable( ( - Atom('d' type=static), + "d", #4, ), ), Variable( ( - Atom('a' type=static), + "a", #4, ), ), @@ -2464,7 +2464,7 @@ 5, Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -2473,7 +2473,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -2504,32 +2504,32 @@ 13, Variable( ( - Atom('II' type=inline), + "II", #4, ), ), [ Variable( ( - Atom('b' type=static), + "b", #4, ), ), Variable( ( - Atom('c' type=inline), + "c", #4, ), ), Variable( ( - Atom('d' type=static), + "d", #4, ), ), Variable( ( - Atom('a' type=static), + "a", #4, ), ), @@ -2537,7 +2537,7 @@ 5, Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -2546,7 +2546,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -2577,32 +2577,32 @@ 13, Variable( ( - Atom('II' type=inline), + "II", #4, ), ), [ Variable( ( - Atom('b' type=static), + "b", #4, ), ), Variable( ( - Atom('c' type=inline), + "c", #4, ), ), Variable( ( - Atom('d' type=static), + "d", #4, ), ), Variable( ( - Atom('a' type=static), + "a", #4, ), ), @@ -2610,7 +2610,7 @@ 5, Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -2619,7 +2619,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -2653,32 +2653,32 @@ 13, Variable( ( - Atom('II' type=inline), + "II", #4, ), ), [ Variable( ( - Atom('b' type=static), + "b", #4, ), ), Variable( ( - Atom('c' type=inline), + "c", #4, ), ), Variable( ( - Atom('d' type=static), + "d", #4, ), ), Variable( ( - Atom('a' type=static), + "a", #4, ), ), @@ -2686,7 +2686,7 @@ 5, Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -2695,7 +2695,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -2750,7 +2750,7 @@ "bb", Variable( ( - Atom('b' type=static), + "b", #4, ), ), @@ -2762,13 +2762,13 @@ Call( 3, FreeVar( - Atom('require' type=static), + "require", ), [ Constant( Str( Word( - Atom('charenc' type=inline), + "charenc", ), ), ), @@ -2776,8 +2776,8 @@ ), Constant( Str( - Word( - Atom('bin' type=inline), + Atom( + "bin", ), ), ), @@ -2803,32 +2803,32 @@ 13, Variable( ( - Atom('FF' type=inline), + "FF", #4, ), ), [ Variable( ( - Atom('c' type=inline), + "c", #4, ), ), Variable( ( - Atom('d' type=static), + "d", #4, ), ), Variable( ( - Atom('a' type=static), + "a", #4, ), ), Variable( ( - Atom('b' type=static), + "b", #4, ), ), @@ -2836,7 +2836,7 @@ 5, Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -2845,7 +2845,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -2879,32 +2879,32 @@ 13, Variable( ( - Atom('FF' type=inline), + "FF", #4, ), ), [ Variable( ( - Atom('c' type=inline), + "c", #4, ), ), Variable( ( - Atom('d' type=static), + "d", #4, ), ), Variable( ( - Atom('a' type=static), + "a", #4, ), ), Variable( ( - Atom('b' type=static), + "b", #4, ), ), @@ -2912,7 +2912,7 @@ 5, Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -2921,7 +2921,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -2952,32 +2952,32 @@ 13, Variable( ( - Atom('FF' type=inline), + "FF", #4, ), ), [ Variable( ( - Atom('c' type=inline), + "c", #4, ), ), Variable( ( - Atom('d' type=static), + "d", #4, ), ), Variable( ( - Atom('a' type=static), + "a", #4, ), ), Variable( ( - Atom('b' type=static), + "b", #4, ), ), @@ -2985,7 +2985,7 @@ 5, Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -2994,7 +2994,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -3025,32 +3025,32 @@ 13, Variable( ( - Atom('FF' type=inline), + "FF", #4, ), ), [ Variable( ( - Atom('c' type=inline), + "c", #4, ), ), Variable( ( - Atom('d' type=static), + "d", #4, ), ), Variable( ( - Atom('a' type=static), + "a", #4, ), ), Variable( ( - Atom('b' type=static), + "b", #4, ), ), @@ -3058,7 +3058,7 @@ 5, Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -3067,7 +3067,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -3098,32 +3098,32 @@ 13, Variable( ( - Atom('GG' type=inline), + "GG", #4, ), ), [ Variable( ( - Atom('c' type=inline), + "c", #4, ), ), Variable( ( - Atom('d' type=static), + "d", #4, ), ), Variable( ( - Atom('a' type=static), + "a", #4, ), ), Variable( ( - Atom('b' type=static), + "b", #4, ), ), @@ -3131,7 +3131,7 @@ 5, Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -3140,7 +3140,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -3174,32 +3174,32 @@ 13, Variable( ( - Atom('GG' type=inline), + "GG", #4, ), ), [ Variable( ( - Atom('c' type=inline), + "c", #4, ), ), Variable( ( - Atom('d' type=static), + "d", #4, ), ), Variable( ( - Atom('a' type=static), + "a", #4, ), ), Variable( ( - Atom('b' type=static), + "b", #4, ), ), @@ -3207,7 +3207,7 @@ 5, Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -3216,7 +3216,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -3247,32 +3247,32 @@ 13, Variable( ( - Atom('GG' type=inline), + "GG", #4, ), ), [ Variable( ( - Atom('c' type=inline), + "c", #4, ), ), Variable( ( - Atom('d' type=static), + "d", #4, ), ), Variable( ( - Atom('a' type=static), + "a", #4, ), ), Variable( ( - Atom('b' type=static), + "b", #4, ), ), @@ -3280,7 +3280,7 @@ 5, Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -3289,7 +3289,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -3320,32 +3320,32 @@ 13, Variable( ( - Atom('GG' type=inline), + "GG", #4, ), ), [ Variable( ( - Atom('c' type=inline), + "c", #4, ), ), Variable( ( - Atom('d' type=static), + "d", #4, ), ), Variable( ( - Atom('a' type=static), + "a", #4, ), ), Variable( ( - Atom('b' type=static), + "b", #4, ), ), @@ -3353,7 +3353,7 @@ 5, Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -3362,7 +3362,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -3396,32 +3396,32 @@ 13, Variable( ( - Atom('HH' type=inline), + "HH", #4, ), ), [ Variable( ( - Atom('c' type=inline), + "c", #4, ), ), Variable( ( - Atom('d' type=static), + "d", #4, ), ), Variable( ( - Atom('a' type=static), + "a", #4, ), ), Variable( ( - Atom('b' type=static), + "b", #4, ), ), @@ -3429,7 +3429,7 @@ 5, Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -3438,7 +3438,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -3472,32 +3472,32 @@ 13, Variable( ( - Atom('HH' type=inline), + "HH", #4, ), ), [ Variable( ( - Atom('c' type=inline), + "c", #4, ), ), Variable( ( - Atom('d' type=static), + "d", #4, ), ), Variable( ( - Atom('a' type=static), + "a", #4, ), ), Variable( ( - Atom('b' type=static), + "b", #4, ), ), @@ -3505,7 +3505,7 @@ 5, Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -3514,7 +3514,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -3545,32 +3545,32 @@ 13, Variable( ( - Atom('HH' type=inline), + "HH", #4, ), ), [ Variable( ( - Atom('c' type=inline), + "c", #4, ), ), Variable( ( - Atom('d' type=static), + "d", #4, ), ), Variable( ( - Atom('a' type=static), + "a", #4, ), ), Variable( ( - Atom('b' type=static), + "b", #4, ), ), @@ -3578,7 +3578,7 @@ 5, Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -3587,7 +3587,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -3618,32 +3618,32 @@ 13, Variable( ( - Atom('HH' type=inline), + "HH", #4, ), ), [ Variable( ( - Atom('c' type=inline), + "c", #4, ), ), Variable( ( - Atom('d' type=static), + "d", #4, ), ), Variable( ( - Atom('a' type=static), + "a", #4, ), ), Variable( ( - Atom('b' type=static), + "b", #4, ), ), @@ -3651,7 +3651,7 @@ 5, Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -3660,7 +3660,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -3694,32 +3694,32 @@ 13, Variable( ( - Atom('II' type=inline), + "II", #4, ), ), [ Variable( ( - Atom('c' type=inline), + "c", #4, ), ), Variable( ( - Atom('d' type=static), + "d", #4, ), ), Variable( ( - Atom('a' type=static), + "a", #4, ), ), Variable( ( - Atom('b' type=static), + "b", #4, ), ), @@ -3727,7 +3727,7 @@ 5, Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -3736,7 +3736,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -3767,32 +3767,32 @@ 13, Variable( ( - Atom('II' type=inline), + "II", #4, ), ), [ Variable( ( - Atom('c' type=inline), + "c", #4, ), ), Variable( ( - Atom('d' type=static), + "d", #4, ), ), Variable( ( - Atom('a' type=static), + "a", #4, ), ), Variable( ( - Atom('b' type=static), + "b", #4, ), ), @@ -3800,7 +3800,7 @@ 5, Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -3809,7 +3809,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -3840,32 +3840,32 @@ 13, Variable( ( - Atom('II' type=inline), + "II", #4, ), ), [ Variable( ( - Atom('c' type=inline), + "c", #4, ), ), Variable( ( - Atom('d' type=static), + "d", #4, ), ), Variable( ( - Atom('a' type=static), + "a", #4, ), ), Variable( ( - Atom('b' type=static), + "b", #4, ), ), @@ -3873,7 +3873,7 @@ 5, Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -3882,7 +3882,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -3913,32 +3913,32 @@ 13, Variable( ( - Atom('II' type=inline), + "II", #4, ), ), [ Variable( ( - Atom('c' type=inline), + "c", #4, ), ), Variable( ( - Atom('d' type=static), + "d", #4, ), ), Variable( ( - Atom('a' type=static), + "a", #4, ), ), Variable( ( - Atom('b' type=static), + "b", #4, ), ), @@ -3946,7 +3946,7 @@ 5, Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -3955,7 +3955,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -4013,7 +4013,7 @@ "cc", Variable( ( - Atom('c' type=inline), + "c", #4, ), ), @@ -4023,13 +4023,13 @@ Call( 3, FreeVar( - Atom('require' type=static), + "require", ), [ Constant( Str( Word( - Atom('crypt' type=inline), + "crypt", ), ), ), @@ -4059,32 +4059,32 @@ 13, Variable( ( - Atom('FF' type=inline), + "FF", #4, ), ), [ Variable( ( - Atom('d' type=static), + "d", #4, ), ), Variable( ( - Atom('a' type=static), + "a", #4, ), ), Variable( ( - Atom('b' type=static), + "b", #4, ), ), Variable( ( - Atom('c' type=inline), + "c", #4, ), ), @@ -4092,7 +4092,7 @@ 5, Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -4101,7 +4101,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -4132,32 +4132,32 @@ 13, Variable( ( - Atom('FF' type=inline), + "FF", #4, ), ), [ Variable( ( - Atom('d' type=static), + "d", #4, ), ), Variable( ( - Atom('a' type=static), + "a", #4, ), ), Variable( ( - Atom('b' type=static), + "b", #4, ), ), Variable( ( - Atom('c' type=inline), + "c", #4, ), ), @@ -4165,7 +4165,7 @@ 5, Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -4174,7 +4174,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -4208,32 +4208,32 @@ 13, Variable( ( - Atom('FF' type=inline), + "FF", #4, ), ), [ Variable( ( - Atom('d' type=static), + "d", #4, ), ), Variable( ( - Atom('a' type=static), + "a", #4, ), ), Variable( ( - Atom('b' type=static), + "b", #4, ), ), Variable( ( - Atom('c' type=inline), + "c", #4, ), ), @@ -4241,7 +4241,7 @@ 5, Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -4250,7 +4250,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -4281,32 +4281,32 @@ 13, Variable( ( - Atom('FF' type=inline), + "FF", #4, ), ), [ Variable( ( - Atom('d' type=static), + "d", #4, ), ), Variable( ( - Atom('a' type=static), + "a", #4, ), ), Variable( ( - Atom('b' type=static), + "b", #4, ), ), Variable( ( - Atom('c' type=inline), + "c", #4, ), ), @@ -4314,7 +4314,7 @@ 5, Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -4323,7 +4323,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -4354,32 +4354,32 @@ 13, Variable( ( - Atom('GG' type=inline), + "GG", #4, ), ), [ Variable( ( - Atom('d' type=static), + "d", #4, ), ), Variable( ( - Atom('a' type=static), + "a", #4, ), ), Variable( ( - Atom('b' type=static), + "b", #4, ), ), Variable( ( - Atom('c' type=inline), + "c", #4, ), ), @@ -4387,7 +4387,7 @@ 5, Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -4396,7 +4396,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -4427,32 +4427,32 @@ 13, Variable( ( - Atom('GG' type=inline), + "GG", #4, ), ), [ Variable( ( - Atom('d' type=static), + "d", #4, ), ), Variable( ( - Atom('a' type=static), + "a", #4, ), ), Variable( ( - Atom('b' type=static), + "b", #4, ), ), Variable( ( - Atom('c' type=inline), + "c", #4, ), ), @@ -4460,7 +4460,7 @@ 5, Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -4469,7 +4469,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -4503,32 +4503,32 @@ 13, Variable( ( - Atom('GG' type=inline), + "GG", #4, ), ), [ Variable( ( - Atom('d' type=static), + "d", #4, ), ), Variable( ( - Atom('a' type=static), + "a", #4, ), ), Variable( ( - Atom('b' type=static), + "b", #4, ), ), Variable( ( - Atom('c' type=inline), + "c", #4, ), ), @@ -4536,7 +4536,7 @@ 5, Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -4545,7 +4545,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -4576,32 +4576,32 @@ 13, Variable( ( - Atom('GG' type=inline), + "GG", #4, ), ), [ Variable( ( - Atom('d' type=static), + "d", #4, ), ), Variable( ( - Atom('a' type=static), + "a", #4, ), ), Variable( ( - Atom('b' type=static), + "b", #4, ), ), Variable( ( - Atom('c' type=inline), + "c", #4, ), ), @@ -4609,7 +4609,7 @@ 5, Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -4618,7 +4618,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -4649,32 +4649,32 @@ 13, Variable( ( - Atom('HH' type=inline), + "HH", #4, ), ), [ Variable( ( - Atom('d' type=static), + "d", #4, ), ), Variable( ( - Atom('a' type=static), + "a", #4, ), ), Variable( ( - Atom('b' type=static), + "b", #4, ), ), Variable( ( - Atom('c' type=inline), + "c", #4, ), ), @@ -4682,7 +4682,7 @@ 5, Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -4691,7 +4691,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -4722,32 +4722,32 @@ 13, Variable( ( - Atom('HH' type=inline), + "HH", #4, ), ), [ Variable( ( - Atom('d' type=static), + "d", #4, ), ), Variable( ( - Atom('a' type=static), + "a", #4, ), ), Variable( ( - Atom('b' type=static), + "b", #4, ), ), Variable( ( - Atom('c' type=inline), + "c", #4, ), ), @@ -4755,7 +4755,7 @@ 5, Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -4764,7 +4764,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -4798,32 +4798,32 @@ 13, Variable( ( - Atom('HH' type=inline), + "HH", #4, ), ), [ Variable( ( - Atom('d' type=static), + "d", #4, ), ), Variable( ( - Atom('a' type=static), + "a", #4, ), ), Variable( ( - Atom('b' type=static), + "b", #4, ), ), Variable( ( - Atom('c' type=inline), + "c", #4, ), ), @@ -4831,7 +4831,7 @@ 5, Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -4840,7 +4840,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -4871,32 +4871,32 @@ 13, Variable( ( - Atom('HH' type=inline), + "HH", #4, ), ), [ Variable( ( - Atom('d' type=static), + "d", #4, ), ), Variable( ( - Atom('a' type=static), + "a", #4, ), ), Variable( ( - Atom('b' type=static), + "b", #4, ), ), Variable( ( - Atom('c' type=inline), + "c", #4, ), ), @@ -4904,7 +4904,7 @@ 5, Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -4913,7 +4913,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -4944,32 +4944,32 @@ 13, Variable( ( - Atom('II' type=inline), + "II", #4, ), ), [ Variable( ( - Atom('d' type=static), + "d", #4, ), ), Variable( ( - Atom('a' type=static), + "a", #4, ), ), Variable( ( - Atom('b' type=static), + "b", #4, ), ), Variable( ( - Atom('c' type=inline), + "c", #4, ), ), @@ -4977,7 +4977,7 @@ 5, Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -4986,7 +4986,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -5020,32 +5020,32 @@ 13, Variable( ( - Atom('II' type=inline), + "II", #4, ), ), [ Variable( ( - Atom('d' type=static), + "d", #4, ), ), Variable( ( - Atom('a' type=static), + "a", #4, ), ), Variable( ( - Atom('b' type=static), + "b", #4, ), ), Variable( ( - Atom('c' type=inline), + "c", #4, ), ), @@ -5053,7 +5053,7 @@ 5, Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -5062,7 +5062,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -5093,32 +5093,32 @@ 13, Variable( ( - Atom('II' type=inline), + "II", #4, ), ), [ Variable( ( - Atom('d' type=static), + "d", #4, ), ), Variable( ( - Atom('a' type=static), + "a", #4, ), ), Variable( ( - Atom('b' type=static), + "b", #4, ), ), Variable( ( - Atom('c' type=inline), + "c", #4, ), ), @@ -5126,7 +5126,7 @@ 5, Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -5135,7 +5135,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -5166,32 +5166,32 @@ 13, Variable( ( - Atom('II' type=inline), + "II", #4, ), ), [ Variable( ( - Atom('d' type=static), + "d", #4, ), ), Variable( ( - Atom('a' type=static), + "a", #4, ), ), Variable( ( - Atom('b' type=static), + "b", #4, ), ), Variable( ( - Atom('c' type=inline), + "c", #4, ), ), @@ -5199,7 +5199,7 @@ 5, Variable( ( - Atom('m' type=inline), + "m", #4, ), ), @@ -5208,7 +5208,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -5267,7 +5267,7 @@ "dd", Variable( ( - Atom('d' type=static), + "d", #4, ), ), @@ -5278,14 +5278,14 @@ 7, Variable( ( - Atom('crypt' type=inline), + "crypt", #3, ), ), Constant( Str( - Word( - Atom('wordsToBytes' type=dynamic), + Atom( + "wordsToBytes", ), ), ), @@ -5294,20 +5294,20 @@ 4, Variable( ( - Atom('md5' type=inline), + "md5", #3, ), ), [ Variable( ( - Atom('message' type=inline), + "message", #11, ), ), Variable( ( - Atom('options' type=inline), + "options", #11, ), ), @@ -5337,7 +5337,7 @@ [ Variable( ( - Atom('i' type=static), + "i", #4, ), ), @@ -5358,13 +5358,13 @@ Call( 3, FreeVar( - Atom('require' type=static), + "require", ), [ Constant( Str( Word( - Atom('is-buffer' type=dynamic), + "is-buffer", ), ), ), @@ -5384,21 +5384,21 @@ 4, Variable( ( - Atom('crypt' type=inline), + "crypt", #3, ), ), Constant( Str( - Word( - Atom('bytesToWords' type=dynamic), + Atom( + "bytesToWords", ), ), ), [ Variable( ( - Atom('message' type=inline), + "message", #4, ), ), @@ -5409,7 +5409,7 @@ "md5", Variable( ( - Atom('*anonymous function 181*' type=dynamic), + "*anonymous function 181*", #0, ), ), @@ -5434,21 +5434,21 @@ 4, Variable( ( - Atom('bin' type=inline), + "bin", #3, ), ), Constant( Str( - Word( - Atom('stringToBytes' type=dynamic), + Atom( + "stringToBytes", ), ), ), [ Variable( ( - Atom('message' type=inline), + "message", #4, ), ), @@ -5458,21 +5458,21 @@ 4, Variable( ( - Atom('utf8' type=inline), + "utf8", #3, ), ), Constant( Str( - Word( - Atom('stringToBytes' type=dynamic), + Atom( + "stringToBytes", ), ), ), [ Variable( ( - Atom('message' type=inline), + "message", #4, ), ), @@ -5485,35 +5485,35 @@ Member( 3, FreeVar( - Atom('Array' type=static), + "Array", ), Constant( Str( - Word( - Atom('prototype' type=dynamic), + Atom( + "prototype", ), ), ), ), Constant( Str( - Word( - Atom('slice' type=static), + Atom( + "slice", ), ), ), ), Constant( Str( - Word( - Atom('call' type=static), + Atom( + "call", ), ), ), [ Variable( ( - Atom('message' type=inline), + "message", #4, ), ), @@ -5530,14 +5530,14 @@ 3, Variable( ( - Atom('message' type=inline), + "message", #4, ), ), Constant( Str( - Word( - Atom('toString' type=static), + Atom( + "toString", ), ), ), @@ -5553,7 +5553,7 @@ [ Variable( ( - Atom('a' type=static), + "a", #10, ), ), @@ -5567,7 +5567,7 @@ ), Variable( ( - Atom('t' type=inline), + "t", #10, ), ), @@ -5581,7 +5581,7 @@ [ Variable( ( - Atom('a' type=static), + "a", #7, ), ), @@ -5595,7 +5595,7 @@ ), Variable( ( - Atom('t' type=inline), + "t", #7, ), ), @@ -5609,7 +5609,7 @@ [ Variable( ( - Atom('a' type=static), + "a", #8, ), ), @@ -5623,7 +5623,7 @@ ), Variable( ( - Atom('t' type=inline), + "t", #8, ), ), @@ -5637,7 +5637,7 @@ [ Variable( ( - Atom('a' type=static), + "a", #9, ), ), @@ -5651,7 +5651,7 @@ ), Variable( ( - Atom('t' type=inline), + "t", #9, ), ), @@ -5735,13 +5735,13 @@ Call( 3, FreeVar( - Atom('require' type=static), + "require", ), [ Constant( Str( Word( - Atom('charenc' type=inline), + "charenc", ), ), ), @@ -5749,8 +5749,8 @@ ), Constant( Str( - Word( - Atom('utf8' type=inline), + Atom( + "utf8", ), ), ), diff --git a/crates/turbopack-ecmascript/tests/analyzer/graph/member-call/graph-effects.snapshot b/crates/turbopack-ecmascript/tests/analyzer/graph/member-call/graph-effects.snapshot index f20291595c491..31eb1b149da3d 100644 --- a/crates/turbopack-ecmascript/tests/analyzer/graph/member-call/graph-effects.snapshot +++ b/crates/turbopack-ecmascript/tests/analyzer/graph/member-call/graph-effects.snapshot @@ -2,7 +2,7 @@ Member { obj: Variable( ( - Atom('array' type=inline), + "array", #2, ), ), @@ -54,14 +54,14 @@ Member { obj: Variable( ( - Atom('array' type=inline), + "array", #2, ), ), prop: Constant( Str( - Word( - Atom('concat' type=static), + Atom( + "concat", ), ), ), @@ -115,14 +115,14 @@ MemberCall { obj: Variable( ( - Atom('array' type=inline), + "array", #2, ), ), prop: Constant( Str( - Word( - Atom('concat' type=static), + Atom( + "concat", ), ), ), @@ -196,7 +196,7 @@ ), Variable( ( - Atom('item' type=inline), + "item", #2, ), ), @@ -288,8 +288,8 @@ ), prop: Constant( Str( - Word( - Atom('concat' type=static), + Atom( + "concat", ), ), ), @@ -436,7 +436,7 @@ }, FreeVar { var: FreeVar( - Atom('unknown' type=static), + "unknown", ), ast_path: [ Program( @@ -544,8 +544,8 @@ ), prop: Constant( Str( - Word( - Atom('concat' type=static), + Atom( + "concat", ), ), ), @@ -576,7 +576,7 @@ ), ), FreeVar( - Atom('unknown' type=static), + "unknown", ), ], mutable: true, @@ -667,8 +667,8 @@ ), prop: Constant( Str( - Word( - Atom('concat' type=static), + Atom( + "concat", ), ), ), @@ -815,7 +815,7 @@ }, FreeVar { var: FreeVar( - Atom('unknown' type=static), + "unknown", ), ast_path: [ Program( @@ -912,8 +912,8 @@ ), prop: Constant( Str( - Word( - Atom('concat' type=static), + Atom( + "concat", ), ), ), @@ -947,7 +947,7 @@ ), Value( FreeVar( - Atom('unknown' type=static), + "unknown", ), ), ], @@ -992,7 +992,7 @@ Member { obj: Variable( ( - Atom('arrays' type=inline), + "arrays", #2, ), ), @@ -1044,14 +1044,14 @@ Member { obj: Variable( ( - Atom('array' type=inline), + "array", #2, ), ), prop: Constant( Str( - Word( - Atom('concat' type=static), + Atom( + "concat", ), ), ), @@ -1105,14 +1105,14 @@ MemberCall { obj: Variable( ( - Atom('array' type=inline), + "array", #2, ), ), prop: Constant( Str( - Word( - Atom('concat' type=static), + Atom( + "concat", ), ), ), diff --git a/crates/turbopack-ecmascript/tests/analyzer/graph/member-call/graph.snapshot b/crates/turbopack-ecmascript/tests/analyzer/graph/member-call/graph.snapshot index 6fe7529c6cc3c..f43ce4e63ae8f 100644 --- a/crates/turbopack-ecmascript/tests/analyzer/graph/member-call/graph.snapshot +++ b/crates/turbopack-ecmascript/tests/analyzer/graph/member-call/graph.snapshot @@ -97,14 +97,14 @@ 13, Variable( ( - Atom('array' type=inline), + "array", #2, ), ), Constant( Str( - Word( - Atom('concat' type=static), + Atom( + "concat", ), ), ), @@ -169,7 +169,7 @@ ), Variable( ( - Atom('item' type=inline), + "item", #2, ), ), @@ -184,14 +184,14 @@ 7, Variable( ( - Atom('array' type=inline), + "array", #2, ), ), Constant( Str( - Word( - Atom('concat' type=static), + Atom( + "concat", ), ), ), @@ -232,7 +232,7 @@ 3, Variable( ( - Atom('array' type=inline), + "array", #2, ), ), @@ -251,7 +251,7 @@ 3, Variable( ( - Atom('arrays' type=inline), + "arrays", #2, ), ), @@ -313,8 +313,8 @@ ), Constant( Str( - Word( - Atom('concat' type=static), + Atom( + "concat", ), ), ), @@ -344,7 +344,7 @@ ), ), FreeVar( - Atom('unknown' type=static), + "unknown", ), ], mutable: true, @@ -401,8 +401,8 @@ ), Constant( Str( - Word( - Atom('concat' type=static), + Atom( + "concat", ), ), ), @@ -429,7 +429,7 @@ ), ), FreeVar( - Atom('unknown' type=static), + "unknown", ), ], ), diff --git a/crates/turbopack-ecmascript/tests/analyzer/graph/member-prop/graph-effects.snapshot b/crates/turbopack-ecmascript/tests/analyzer/graph/member-prop/graph-effects.snapshot index 0f22e2ae46311..5b336ea5ce11d 100644 --- a/crates/turbopack-ecmascript/tests/analyzer/graph/member-prop/graph-effects.snapshot +++ b/crates/turbopack-ecmascript/tests/analyzer/graph/member-prop/graph-effects.snapshot @@ -1,12 +1,12 @@ [ Member { obj: FreeVar( - Atom('A' type=inline), + "A", ), prop: Constant( Str( - Word( - Atom('B' type=inline), + Atom( + "B", ), ), ), @@ -42,7 +42,7 @@ }, FreeVar { var: FreeVar( - Atom('A' type=inline), + "A", ), ast_path: [ Program( diff --git a/crates/turbopack-ecmascript/tests/analyzer/graph/mongoose-reduced/graph-effects.snapshot b/crates/turbopack-ecmascript/tests/analyzer/graph/mongoose-reduced/graph-effects.snapshot index ceed3934abab2..ee3380394243b 100644 --- a/crates/turbopack-ecmascript/tests/analyzer/graph/mongoose-reduced/graph-effects.snapshot +++ b/crates/turbopack-ecmascript/tests/analyzer/graph/mongoose-reduced/graph-effects.snapshot @@ -1,12 +1,12 @@ [ Member { obj: FreeVar( - Atom('global' type=static), + "global", ), prop: Constant( Str( - Word( - Atom('MONGOOSE_DRIVER_PATH' type=dynamic), + Atom( + "MONGOOSE_DRIVER_PATH", ), ), ), @@ -56,7 +56,7 @@ }, FreeVar { var: FreeVar( - Atom('global' type=static), + "global", ), ast_path: [ Program( @@ -110,7 +110,7 @@ }, FreeVar { var: FreeVar( - Atom('require' type=static), + "require", ), ast_path: [ Program( @@ -161,7 +161,7 @@ }, Call { func: FreeVar( - Atom('require' type=static), + "require", ), args: [ Value( @@ -170,14 +170,14 @@ [ Variable( ( - Atom('driver' type=inline), + "driver", #2, ), ), Constant( Str( Word( - Atom('/connection' type=dynamic), + "/connection", ), ), ), @@ -225,7 +225,7 @@ }, FreeVar { var: FreeVar( - Atom('require' type=static), + "require", ), ast_path: [ Program( @@ -276,7 +276,7 @@ }, Call { func: FreeVar( - Atom('require' type=static), + "require", ), args: [ Value( @@ -285,14 +285,14 @@ [ Variable( ( - Atom('driver' type=inline), + "driver", #2, ), ), Constant( Str( Word( - Atom('/collection' type=dynamic), + "/collection", ), ), ), diff --git a/crates/turbopack-ecmascript/tests/analyzer/graph/mongoose-reduced/graph.snapshot b/crates/turbopack-ecmascript/tests/analyzer/graph/mongoose-reduced/graph.snapshot index c3f3d0533a886..90d147723176e 100644 --- a/crates/turbopack-ecmascript/tests/analyzer/graph/mongoose-reduced/graph.snapshot +++ b/crates/turbopack-ecmascript/tests/analyzer/graph/mongoose-reduced/graph.snapshot @@ -4,7 +4,7 @@ Call( 5, FreeVar( - Atom('require' type=static), + "require", ), [ Concat( @@ -12,14 +12,14 @@ [ Variable( ( - Atom('driver' type=inline), + "driver", #2, ), ), Constant( Str( Word( - Atom('/collection' type=dynamic), + "/collection", ), ), ), @@ -33,7 +33,7 @@ Call( 5, FreeVar( - Atom('require' type=static), + "require", ), [ Concat( @@ -41,14 +41,14 @@ [ Variable( ( - Atom('driver' type=inline), + "driver", #2, ), ), Constant( Str( Word( - Atom('/connection' type=dynamic), + "/connection", ), ), ), @@ -66,12 +66,12 @@ Member( 3, FreeVar( - Atom('global' type=static), + "global", ), Constant( Str( - Word( - Atom('MONGOOSE_DRIVER_PATH' type=dynamic), + Atom( + "MONGOOSE_DRIVER_PATH", ), ), ), @@ -79,7 +79,7 @@ Constant( Str( Word( - Atom('./drivers/node-mongodb-native' type=dynamic), + "./drivers/node-mongodb-native", ), ), ), diff --git a/crates/turbopack-ecmascript/tests/analyzer/graph/nested-args/graph-effects.snapshot b/crates/turbopack-ecmascript/tests/analyzer/graph/nested-args/graph-effects.snapshot index 80ee2a4afcb2d..aa023d14e9981 100644 --- a/crates/turbopack-ecmascript/tests/analyzer/graph/nested-args/graph-effects.snapshot +++ b/crates/turbopack-ecmascript/tests/analyzer/graph/nested-args/graph-effects.snapshot @@ -2,7 +2,7 @@ Call { func: Variable( ( - Atom('x' type=static), + "x", #2, ), ), @@ -69,7 +69,7 @@ 3, Variable( ( - Atom('x' type=static), + "x", #2, ), ), @@ -190,7 +190,7 @@ Call { func: Variable( ( - Atom('r' type=inline), + "r", #2, ), ), @@ -201,7 +201,7 @@ [ Variable( ( - Atom('a' type=static), + "a", #6, ), ), @@ -366,7 +366,7 @@ Call { func: Variable( ( - Atom('r' type=inline), + "r", #2, ), ), @@ -422,7 +422,7 @@ Call { func: Variable( ( - Atom('inner' type=inline), + "inner", #9, ), ), @@ -431,7 +431,7 @@ Constant( Str( Word( - Atom('b' type=static), + "b", ), ), ), @@ -487,7 +487,7 @@ Call { func: Variable( ( - Atom('outer' type=inline), + "outer", #2, ), ), @@ -496,7 +496,7 @@ Constant( Str( Word( - Atom('a' type=static), + "a", ), ), ), diff --git a/crates/turbopack-ecmascript/tests/analyzer/graph/nested-args/graph.snapshot b/crates/turbopack-ecmascript/tests/analyzer/graph/nested-args/graph.snapshot index f2a2b0038a8cd..635a40a118bdc 100644 --- a/crates/turbopack-ecmascript/tests/analyzer/graph/nested-args/graph.snapshot +++ b/crates/turbopack-ecmascript/tests/analyzer/graph/nested-args/graph.snapshot @@ -44,13 +44,13 @@ [ Variable( ( - Atom('a' type=static), + "a", #9, ), ), Variable( ( - Atom('b' type=static), + "b", #10, ), ), @@ -67,7 +67,7 @@ 3, Variable( ( - Atom('inner' type=inline), + "inner", #9, ), ), @@ -75,7 +75,7 @@ Constant( Str( Word( - Atom('b' type=static), + "b", ), ), ), @@ -96,7 +96,7 @@ ), Variable( ( - Atom('a' type=static), + "a", #6, ), ), @@ -107,7 +107,7 @@ 5, Variable( ( - Atom('r' type=inline), + "r", #2, ), ), @@ -117,7 +117,7 @@ [ Variable( ( - Atom('a' type=static), + "a", #6, ), ), @@ -153,7 +153,7 @@ 3, Variable( ( - Atom('x' type=static), + "x", #2, ), ), @@ -184,7 +184,7 @@ 3, Variable( ( - Atom('r' type=inline), + "r", #2, ), ), @@ -205,7 +205,7 @@ 3, Variable( ( - Atom('outer' type=inline), + "outer", #2, ), ), @@ -213,7 +213,7 @@ Constant( Str( Word( - Atom('a' type=static), + "a", ), ), ), @@ -227,7 +227,7 @@ 1, Variable( ( - Atom('y' type=inline), + "y", #4, ), ), @@ -243,13 +243,13 @@ [ Variable( ( - Atom('a' type=static), + "a", #3, ), ), Variable( ( - Atom('b' type=static), + "b", #5, ), ), diff --git a/crates/turbopack-ecmascript/tests/analyzer/graph/nested/graph.snapshot b/crates/turbopack-ecmascript/tests/analyzer/graph/nested/graph.snapshot index 16b335a2a3caa..dbc420eccacd6 100644 --- a/crates/turbopack-ecmascript/tests/analyzer/graph/nested/graph.snapshot +++ b/crates/turbopack-ecmascript/tests/analyzer/graph/nested/graph.snapshot @@ -43,7 +43,7 @@ "b", Variable( ( - Atom('*anonymous function 66*' type=dynamic), + "*anonymous function 66*", #0, ), ), @@ -52,7 +52,7 @@ "c", Variable( ( - Atom('*arrow function 118*' type=dynamic), + "*arrow function 118*", #0, ), ), @@ -78,7 +78,7 @@ "f", Variable( ( - Atom('e' type=static), + "e", #8, ), ), @@ -147,7 +147,7 @@ "y#3", Variable( ( - Atom('x' type=static), + "x", #3, ), ), @@ -156,7 +156,7 @@ "y#4", Variable( ( - Atom('x' type=static), + "x", #4, ), ), @@ -165,7 +165,7 @@ "y#5", Variable( ( - Atom('x' type=static), + "x", #5, ), ), @@ -174,7 +174,7 @@ "y#6", Variable( ( - Atom('x' type=static), + "x", #6, ), ), @@ -183,7 +183,7 @@ "y#7", Variable( ( - Atom('x' type=static), + "x", #7, ), ), @@ -192,7 +192,7 @@ "y#9", Variable( ( - Atom('x' type=static), + "x", #9, ), ), @@ -201,7 +201,7 @@ "z#3", Variable( ( - Atom('a' type=static), + "a", #2, ), ), @@ -210,7 +210,7 @@ "z#6", Variable( ( - Atom('d' type=static), + "d", #2, ), ), @@ -219,7 +219,7 @@ "z#7", Variable( ( - Atom('d' type=static), + "d", #2, ), ), @@ -228,7 +228,7 @@ "z#9", Variable( ( - Atom('e' type=static), + "e", #8, ), ), @@ -237,7 +237,7 @@ "z2", Variable( ( - Atom('f' type=inline), + "f", #2, ), ), diff --git a/crates/turbopack-ecmascript/tests/analyzer/graph/object/graph-effects.snapshot b/crates/turbopack-ecmascript/tests/analyzer/graph/object/graph-effects.snapshot index a34c36f286d3f..ed62560cc69b9 100644 --- a/crates/turbopack-ecmascript/tests/analyzer/graph/object/graph-effects.snapshot +++ b/crates/turbopack-ecmascript/tests/analyzer/graph/object/graph-effects.snapshot @@ -2,14 +2,14 @@ Member { obj: Variable( ( - Atom('object' type=static), + "object", #2, ), ), prop: Constant( Str( - Word( - Atom('a' type=static), + Atom( + "a", ), ), ), @@ -54,14 +54,14 @@ Member { obj: Variable( ( - Atom('object' type=static), + "object", #2, ), ), prop: Constant( Str( Word( - Atom('a' type=static), + "a", ), ), ), @@ -106,14 +106,14 @@ Member { obj: Variable( ( - Atom('object' type=static), + "object", #2, ), ), prop: Constant( Str( - Word( - Atom('b' type=static), + Atom( + "b", ), ), ), @@ -158,14 +158,14 @@ Member { obj: Variable( ( - Atom('object' type=static), + "object", #2, ), ), prop: Constant( Str( Word( - Atom('b' type=static), + "b", ), ), ), @@ -210,14 +210,14 @@ Member { obj: Variable( ( - Atom('object' type=static), + "object", #2, ), ), prop: Constant( Str( - Word( - Atom('c' type=inline), + Atom( + "c", ), ), ), @@ -262,14 +262,14 @@ Member { obj: Variable( ( - Atom('object' type=static), + "object", #2, ), ), prop: Constant( Str( Word( - Atom('c' type=inline), + "c", ), ), ), @@ -314,14 +314,14 @@ Member { obj: Variable( ( - Atom('object' type=static), + "object", #2, ), ), prop: Constant( Str( - Word( - Atom('d' type=static), + Atom( + "d", ), ), ), @@ -366,14 +366,14 @@ Member { obj: Variable( ( - Atom('object' type=static), + "object", #2, ), ), prop: Constant( Str( Word( - Atom('d' type=static), + "d", ), ), ), @@ -418,14 +418,14 @@ Member { obj: Variable( ( - Atom('object_spread' type=dynamic), + "object_spread", #2, ), ), prop: Constant( Str( - Word( - Atom('a' type=static), + Atom( + "a", ), ), ), @@ -470,14 +470,14 @@ Member { obj: Variable( ( - Atom('object_spread' type=dynamic), + "object_spread", #2, ), ), prop: Constant( Str( - Word( - Atom('b' type=static), + Atom( + "b", ), ), ), @@ -522,14 +522,14 @@ Member { obj: Variable( ( - Atom('object_spread' type=dynamic), + "object_spread", #2, ), ), prop: Constant( Str( - Word( - Atom('c' type=inline), + Atom( + "c", ), ), ), @@ -574,14 +574,14 @@ Member { obj: Variable( ( - Atom('object_spread' type=dynamic), + "object_spread", #2, ), ), prop: Constant( Str( - Word( - Atom('d' type=static), + Atom( + "d", ), ), ), @@ -625,7 +625,7 @@ }, FreeVar { var: FreeVar( - Atom('global' type=static), + "global", ), ast_path: [ Program( @@ -682,14 +682,14 @@ Member { obj: Variable( ( - Atom('unknown_spread' type=dynamic), + "unknown_spread", #2, ), ), prop: Constant( Str( - Word( - Atom('a' type=static), + Atom( + "a", ), ), ), @@ -734,14 +734,14 @@ Member { obj: Variable( ( - Atom('unknown_spread' type=dynamic), + "unknown_spread", #2, ), ), prop: Constant( Str( - Word( - Atom('b' type=static), + Atom( + "b", ), ), ), @@ -786,14 +786,14 @@ Member { obj: Variable( ( - Atom('unknown_spread' type=dynamic), + "unknown_spread", #2, ), ), prop: Constant( Str( - Word( - Atom('c' type=inline), + Atom( + "c", ), ), ), @@ -837,7 +837,7 @@ }, FreeVar { var: FreeVar( - Atom('global' type=static), + "global", ), ast_path: [ Program( @@ -902,7 +902,7 @@ }, FreeVar { var: FreeVar( - Atom('global' type=static), + "global", ), ast_path: [ Program( @@ -968,14 +968,14 @@ Member { obj: Variable( ( - Atom('object2' type=inline), + "object2", #2, ), ), prop: Constant( Str( - Word( - Atom('a' type=static), + Atom( + "a", ), ), ), @@ -1020,14 +1020,14 @@ Member { obj: Variable( ( - Atom('object2' type=inline), + "object2", #2, ), ), prop: Constant( Str( - Word( - Atom('b' type=static), + Atom( + "b", ), ), ), @@ -1072,14 +1072,14 @@ Member { obj: Variable( ( - Atom('object2' type=inline), + "object2", #2, ), ), prop: Constant( Str( - Word( - Atom('c' type=inline), + Atom( + "c", ), ), ), @@ -1124,14 +1124,14 @@ Member { obj: Variable( ( - Atom('object2' type=inline), + "object2", #2, ), ), prop: Constant( Str( - Word( - Atom('d' type=static), + Atom( + "d", ), ), ), @@ -1176,14 +1176,14 @@ Member { obj: Variable( ( - Atom('object2' type=inline), + "object2", #2, ), ), prop: Constant( Str( - Word( - Atom('e' type=static), + Atom( + "e", ), ), ), diff --git a/crates/turbopack-ecmascript/tests/analyzer/graph/object/graph.snapshot b/crates/turbopack-ecmascript/tests/analyzer/graph/object/graph.snapshot index a28222f8b328f..959ad94971ae1 100644 --- a/crates/turbopack-ecmascript/tests/analyzer/graph/object/graph.snapshot +++ b/crates/turbopack-ecmascript/tests/analyzer/graph/object/graph.snapshot @@ -5,14 +5,14 @@ 3, Variable( ( - Atom('object' type=static), + "object", #2, ), ), Constant( Str( - Word( - Atom('a' type=static), + Atom( + "a", ), ), ), @@ -24,14 +24,14 @@ 3, Variable( ( - Atom('object' type=static), + "object", #2, ), ), Constant( Str( - Word( - Atom('a' type=static), + Atom( + "a", ), ), ), @@ -43,14 +43,14 @@ 3, Variable( ( - Atom('object' type=static), + "object", #2, ), ), Constant( Str( Word( - Atom('a' type=static), + "a", ), ), ), @@ -62,14 +62,14 @@ 3, Variable( ( - Atom('object_spread' type=dynamic), + "object_spread", #2, ), ), Constant( Str( - Word( - Atom('a' type=static), + Atom( + "a", ), ), ), @@ -81,14 +81,14 @@ 3, Variable( ( - Atom('object' type=static), + "object", #2, ), ), Constant( Str( - Word( - Atom('a' type=static), + Atom( + "a", ), ), ), @@ -100,14 +100,14 @@ 3, Variable( ( - Atom('unknown_spread' type=dynamic), + "unknown_spread", #2, ), ), Constant( Str( - Word( - Atom('a' type=static), + Atom( + "a", ), ), ), @@ -119,14 +119,14 @@ 3, Variable( ( - Atom('object2' type=inline), + "object2", #2, ), ), Constant( Str( - Word( - Atom('a' type=static), + Atom( + "a", ), ), ), @@ -138,14 +138,14 @@ 3, Variable( ( - Atom('object' type=static), + "object", #2, ), ), Constant( Str( - Word( - Atom('b' type=static), + Atom( + "b", ), ), ), @@ -157,14 +157,14 @@ 3, Variable( ( - Atom('object' type=static), + "object", #2, ), ), Constant( Str( - Word( - Atom('b' type=static), + Atom( + "b", ), ), ), @@ -176,14 +176,14 @@ 3, Variable( ( - Atom('object' type=static), + "object", #2, ), ), Constant( Str( Word( - Atom('b' type=static), + "b", ), ), ), @@ -195,14 +195,14 @@ 3, Variable( ( - Atom('object_spread' type=dynamic), + "object_spread", #2, ), ), Constant( Str( - Word( - Atom('b' type=static), + Atom( + "b", ), ), ), @@ -214,14 +214,14 @@ 3, Variable( ( - Atom('object' type=static), + "object", #2, ), ), Constant( Str( - Word( - Atom('b' type=static), + Atom( + "b", ), ), ), @@ -233,14 +233,14 @@ 3, Variable( ( - Atom('unknown_spread' type=dynamic), + "unknown_spread", #2, ), ), Constant( Str( - Word( - Atom('b' type=static), + Atom( + "b", ), ), ), @@ -252,14 +252,14 @@ 3, Variable( ( - Atom('object2' type=inline), + "object2", #2, ), ), Constant( Str( - Word( - Atom('b' type=static), + Atom( + "b", ), ), ), @@ -271,14 +271,14 @@ 3, Variable( ( - Atom('object' type=static), + "object", #2, ), ), Constant( Str( - Word( - Atom('c' type=inline), + Atom( + "c", ), ), ), @@ -290,14 +290,14 @@ 3, Variable( ( - Atom('object' type=static), + "object", #2, ), ), Constant( Str( - Word( - Atom('c' type=inline), + Atom( + "c", ), ), ), @@ -309,14 +309,14 @@ 3, Variable( ( - Atom('object' type=static), + "object", #2, ), ), Constant( Str( Word( - Atom('c' type=inline), + "c", ), ), ), @@ -328,14 +328,14 @@ 3, Variable( ( - Atom('object_spread' type=dynamic), + "object_spread", #2, ), ), Constant( Str( - Word( - Atom('c' type=inline), + Atom( + "c", ), ), ), @@ -347,14 +347,14 @@ 3, Variable( ( - Atom('object' type=static), + "object", #2, ), ), Constant( Str( Word( - Atom('c' type=inline), + "c", ), ), ), @@ -366,14 +366,14 @@ 3, Variable( ( - Atom('unknown_spread' type=dynamic), + "unknown_spread", #2, ), ), Constant( Str( - Word( - Atom('c' type=inline), + Atom( + "c", ), ), ), @@ -385,14 +385,14 @@ 3, Variable( ( - Atom('object2' type=inline), + "object2", #2, ), ), Constant( Str( - Word( - Atom('c' type=inline), + Atom( + "c", ), ), ), @@ -404,14 +404,14 @@ 3, Variable( ( - Atom('object' type=static), + "object", #2, ), ), Constant( Str( - Word( - Atom('d' type=static), + Atom( + "d", ), ), ), @@ -423,14 +423,14 @@ 3, Variable( ( - Atom('object' type=static), + "object", #2, ), ), Constant( Str( - Word( - Atom('d' type=static), + Atom( + "d", ), ), ), @@ -442,14 +442,14 @@ 3, Variable( ( - Atom('object' type=static), + "object", #2, ), ), Constant( Str( Word( - Atom('d' type=static), + "d", ), ), ), @@ -461,14 +461,14 @@ 3, Variable( ( - Atom('object_spread' type=dynamic), + "object_spread", #2, ), ), Constant( Str( - Word( - Atom('d' type=static), + Atom( + "d", ), ), ), @@ -480,14 +480,14 @@ 3, Variable( ( - Atom('object' type=static), + "object", #2, ), ), Constant( Str( - Word( - Atom('d' type=static), + Atom( + "d", ), ), ), @@ -499,14 +499,14 @@ 3, Variable( ( - Atom('object2' type=inline), + "object2", #2, ), ), Constant( Str( - Word( - Atom('d' type=static), + Atom( + "d", ), ), ), @@ -518,14 +518,14 @@ 3, Variable( ( - Atom('object2' type=inline), + "object2", #2, ), ), Constant( Str( - Word( - Atom('e' type=static), + Atom( + "e", ), ), ), @@ -539,8 +539,8 @@ KeyValue( Constant( Str( - Word( - Atom('a' type=static), + Atom( + "a", ), ), ), @@ -555,8 +555,8 @@ KeyValue( Constant( Str( - Word( - Atom('b' type=static), + Atom( + "b", ), ), ), @@ -572,7 +572,7 @@ Constant( Str( Word( - Atom('c' type=inline), + "c", ), ), ), @@ -596,8 +596,8 @@ KeyValue( Constant( Str( - Word( - Atom('a' type=static), + Atom( + "a", ), ), ), @@ -611,7 +611,7 @@ ), KeyValue( FreeVar( - Atom('global' type=static), + "global", ), Constant( Num( @@ -624,8 +624,8 @@ KeyValue( Constant( Str( - Word( - Atom('c' type=inline), + Atom( + "c", ), ), ), @@ -639,7 +639,7 @@ ), KeyValue( FreeVar( - Atom('global' type=static), + "global", ), Constant( Num( @@ -652,8 +652,8 @@ KeyValue( Constant( Str( - Word( - Atom('e' type=static), + Atom( + "e", ), ), ), @@ -677,8 +677,8 @@ KeyValue( Constant( Str( - Word( - Atom('a' type=static), + Atom( + "a", ), ), ), @@ -693,7 +693,7 @@ Spread( Variable( ( - Atom('object' type=static), + "object", #2, ), ), @@ -701,8 +701,8 @@ KeyValue( Constant( Str( - Word( - Atom('b' type=static), + Atom( + "b", ), ), ), @@ -726,8 +726,8 @@ KeyValue( Constant( Str( - Word( - Atom('a' type=static), + Atom( + "a", ), ), ), @@ -741,14 +741,14 @@ ), Spread( FreeVar( - Atom('global' type=static), + "global", ), ), KeyValue( Constant( Str( - Word( - Atom('b' type=static), + Atom( + "b", ), ), ), diff --git a/crates/turbopack-ecmascript/tests/analyzer/graph/other-free-vars/graph-effects.snapshot b/crates/turbopack-ecmascript/tests/analyzer/graph/other-free-vars/graph-effects.snapshot index 0629eefca7c45..7feb28c294099 100644 --- a/crates/turbopack-ecmascript/tests/analyzer/graph/other-free-vars/graph-effects.snapshot +++ b/crates/turbopack-ecmascript/tests/analyzer/graph/other-free-vars/graph-effects.snapshot @@ -1,7 +1,7 @@ [ FreeVar { var: FreeVar( - Atom('Object' type=static), + "Object", ), ast_path: [ Program( @@ -43,12 +43,12 @@ }, Member { obj: FreeVar( - Atom('Object' type=static), + "Object", ), prop: Constant( Str( - Word( - Atom('keys' type=inline), + Atom( + "keys", ), ), ), @@ -101,7 +101,7 @@ }, FreeVar { var: FreeVar( - Atom('Object' type=static), + "Object", ), ast_path: [ Program( @@ -158,12 +158,12 @@ }, MemberCall { obj: FreeVar( - Atom('Object' type=static), + "Object", ), prop: Constant( Str( - Word( - Atom('keys' type=inline), + Atom( + "keys", ), ), ), @@ -171,7 +171,7 @@ Value( Variable( ( - Atom('O' type=inline), + "O", #2, ), ), @@ -218,14 +218,14 @@ Member { obj: Variable( ( - Atom('O' type=inline), + "O", #2, ), ), prop: Constant( Str( - Word( - Atom('keys' type=inline), + Atom( + "keys", ), ), ), @@ -278,7 +278,7 @@ }, FreeVar { var: FreeVar( - Atom('Object' type=static), + "Object", ), ast_path: [ Program( @@ -332,21 +332,21 @@ MemberCall { obj: Variable( ( - Atom('O' type=inline), + "O", #2, ), ), prop: Constant( Str( - Word( - Atom('keys' type=inline), + Atom( + "keys", ), ), ), args: [ Value( FreeVar( - Atom('Object' type=static), + "Object", ), ), ], diff --git a/crates/turbopack-ecmascript/tests/analyzer/graph/other-free-vars/graph.snapshot b/crates/turbopack-ecmascript/tests/analyzer/graph/other-free-vars/graph.snapshot index b6c9afd29f46a..5d27860403f47 100644 --- a/crates/turbopack-ecmascript/tests/analyzer/graph/other-free-vars/graph.snapshot +++ b/crates/turbopack-ecmascript/tests/analyzer/graph/other-free-vars/graph.snapshot @@ -2,7 +2,7 @@ ( "O", FreeVar( - Atom('Object' type=static), + "Object", ), ), ( @@ -10,19 +10,19 @@ MemberCall( 4, FreeVar( - Atom('Object' type=static), + "Object", ), Constant( Str( - Word( - Atom('keys' type=inline), + Atom( + "keys", ), ), ), [ Variable( ( - Atom('O' type=inline), + "O", #2, ), ), @@ -35,20 +35,20 @@ 4, Variable( ( - Atom('O' type=inline), + "O", #2, ), ), Constant( Str( - Word( - Atom('keys' type=inline), + Atom( + "keys", ), ), ), [ FreeVar( - Atom('Object' type=static), + "Object", ), ], ), diff --git a/crates/turbopack-ecmascript/tests/analyzer/graph/path-join/graph-effects.snapshot b/crates/turbopack-ecmascript/tests/analyzer/graph/path-join/graph-effects.snapshot index eab9d6254594a..73cc04d66ffcf 100644 --- a/crates/turbopack-ecmascript/tests/analyzer/graph/path-join/graph-effects.snapshot +++ b/crates/turbopack-ecmascript/tests/analyzer/graph/path-join/graph-effects.snapshot @@ -1,7 +1,7 @@ [ FreeVar { var: FreeVar( - Atom('require' type=static), + "require", ), ast_path: [ Program( @@ -52,14 +52,14 @@ }, Call { func: FreeVar( - Atom('require' type=static), + "require", ), args: [ Value( Constant( Str( Word( - Atom('foo' type=inline), + "foo", ), ), ), @@ -105,7 +105,7 @@ }, FreeVar { var: FreeVar( - Atom('require' type=static), + "require", ), ast_path: [ Program( @@ -156,14 +156,14 @@ }, Call { func: FreeVar( - Atom('require' type=static), + "require", ), args: [ Value( Constant( Str( Word( - Atom('path' type=static), + "path", ), ), ), @@ -210,14 +210,14 @@ Member { obj: Variable( ( - Atom('path' type=static), + "path", #2, ), ), prop: Constant( Str( - Word( - Atom('join' type=inline), + Atom( + "join", ), ), ), @@ -271,14 +271,14 @@ MemberCall { obj: Variable( ( - Atom('path' type=static), + "path", #2, ), ), prop: Constant( Str( - Word( - Atom('join' type=inline), + Atom( + "join", ), ), ), @@ -287,7 +287,7 @@ Constant( Str( Word( - Atom('foo' type=inline), + "foo", ), ), ), @@ -296,7 +296,7 @@ Constant( Str( Word( - Atom('bar' type=inline), + "bar", ), ), ), @@ -343,14 +343,14 @@ Member { obj: Variable( ( - Atom('path' type=static), + "path", #2, ), ), prop: Constant( Str( - Word( - Atom('join' type=inline), + Atom( + "join", ), ), ), @@ -404,14 +404,14 @@ MemberCall { obj: Variable( ( - Atom('path' type=static), + "path", #2, ), ), prop: Constant( Str( - Word( - Atom('join' type=inline), + Atom( + "join", ), ), ), @@ -420,7 +420,7 @@ Constant( Str( Word( - Atom('foo/' type=inline), + "foo/", ), ), ), @@ -429,7 +429,7 @@ Constant( Str( Word( - Atom('bar' type=inline), + "bar", ), ), ), @@ -476,14 +476,14 @@ Member { obj: Variable( ( - Atom('path' type=static), + "path", #2, ), ), prop: Constant( Str( - Word( - Atom('join' type=inline), + Atom( + "join", ), ), ), @@ -537,14 +537,14 @@ MemberCall { obj: Variable( ( - Atom('path' type=static), + "path", #2, ), ), prop: Constant( Str( - Word( - Atom('join' type=inline), + Atom( + "join", ), ), ), @@ -553,7 +553,7 @@ Constant( Str( Word( - Atom('foo' type=inline), + "foo", ), ), ), @@ -562,7 +562,7 @@ Constant( Str( Word( - Atom('/bar' type=inline), + "/bar", ), ), ), @@ -609,14 +609,14 @@ Member { obj: Variable( ( - Atom('path' type=static), + "path", #2, ), ), prop: Constant( Str( - Word( - Atom('join' type=inline), + Atom( + "join", ), ), ), @@ -670,14 +670,14 @@ MemberCall { obj: Variable( ( - Atom('path' type=static), + "path", #2, ), ), prop: Constant( Str( - Word( - Atom('join' type=inline), + Atom( + "join", ), ), ), @@ -686,7 +686,7 @@ Constant( Str( Word( - Atom('foo/' type=inline), + "foo/", ), ), ), @@ -695,7 +695,7 @@ Constant( Str( Word( - Atom('/bar' type=inline), + "/bar", ), ), ), @@ -742,14 +742,14 @@ Member { obj: Variable( ( - Atom('path' type=static), + "path", #2, ), ), prop: Constant( Str( - Word( - Atom('join' type=inline), + Atom( + "join", ), ), ), @@ -802,7 +802,7 @@ }, FreeVar { var: FreeVar( - Atom('global' type=static), + "global", ), ast_path: [ Program( @@ -856,14 +856,14 @@ MemberCall { obj: Variable( ( - Atom('path' type=static), + "path", #2, ), ), prop: Constant( Str( - Word( - Atom('join' type=inline), + Atom( + "join", ), ), ), @@ -872,7 +872,7 @@ Constant( Str( Word( - Atom('foo' type=inline), + "foo", ), ), ), @@ -881,7 +881,7 @@ Constant( Str( Word( - Atom('bar' type=inline), + "bar", ), ), ), @@ -890,7 +890,7 @@ Constant( Str( Word( - Atom('..' type=inline), + "..", ), ), ), @@ -899,21 +899,21 @@ Constant( Str( Word( - Atom('baz' type=inline), + "baz", ), ), ), ), Value( FreeVar( - Atom('global' type=static), + "global", ), ), Value( Constant( Str( Word( - Atom('..' type=inline), + "..", ), ), ), @@ -922,7 +922,7 @@ Constant( Str( Word( - Atom('foo' type=inline), + "foo", ), ), ), diff --git a/crates/turbopack-ecmascript/tests/analyzer/graph/path-join/graph.snapshot b/crates/turbopack-ecmascript/tests/analyzer/graph/path-join/graph.snapshot index 6533217043e66..09f3b375d6923 100644 --- a/crates/turbopack-ecmascript/tests/analyzer/graph/path-join/graph.snapshot +++ b/crates/turbopack-ecmascript/tests/analyzer/graph/path-join/graph.snapshot @@ -4,13 +4,13 @@ Call( 3, FreeVar( - Atom('require' type=static), + "require", ), [ Constant( Str( Word( - Atom('foo' type=inline), + "foo", ), ), ), @@ -22,13 +22,13 @@ Call( 3, FreeVar( - Atom('require' type=static), + "require", ), [ Constant( Str( Word( - Atom('path' type=static), + "path", ), ), ), @@ -41,14 +41,14 @@ 5, Variable( ( - Atom('path' type=static), + "path", #2, ), ), Constant( Str( - Word( - Atom('join' type=inline), + Atom( + "join", ), ), ), @@ -56,14 +56,14 @@ Constant( Str( Word( - Atom('foo' type=inline), + "foo", ), ), ), Constant( Str( Word( - Atom('bar' type=inline), + "bar", ), ), ), @@ -76,14 +76,14 @@ 5, Variable( ( - Atom('path' type=static), + "path", #2, ), ), Constant( Str( - Word( - Atom('join' type=inline), + Atom( + "join", ), ), ), @@ -91,14 +91,14 @@ Constant( Str( Word( - Atom('foo/' type=inline), + "foo/", ), ), ), Constant( Str( Word( - Atom('bar' type=inline), + "bar", ), ), ), @@ -111,14 +111,14 @@ 5, Variable( ( - Atom('path' type=static), + "path", #2, ), ), Constant( Str( - Word( - Atom('join' type=inline), + Atom( + "join", ), ), ), @@ -126,14 +126,14 @@ Constant( Str( Word( - Atom('foo' type=inline), + "foo", ), ), ), Constant( Str( Word( - Atom('/bar' type=inline), + "/bar", ), ), ), @@ -146,14 +146,14 @@ 5, Variable( ( - Atom('path' type=static), + "path", #2, ), ), Constant( Str( - Word( - Atom('join' type=inline), + Atom( + "join", ), ), ), @@ -161,14 +161,14 @@ Constant( Str( Word( - Atom('foo/' type=inline), + "foo/", ), ), ), Constant( Str( Word( - Atom('/bar' type=inline), + "/bar", ), ), ), @@ -181,14 +181,14 @@ 10, Variable( ( - Atom('path' type=static), + "path", #2, ), ), Constant( Str( - Word( - Atom('join' type=inline), + Atom( + "join", ), ), ), @@ -196,45 +196,45 @@ Constant( Str( Word( - Atom('foo' type=inline), + "foo", ), ), ), Constant( Str( Word( - Atom('bar' type=inline), + "bar", ), ), ), Constant( Str( Word( - Atom('..' type=inline), + "..", ), ), ), Constant( Str( Word( - Atom('baz' type=inline), + "baz", ), ), ), FreeVar( - Atom('global' type=static), + "global", ), Constant( Str( Word( - Atom('..' type=inline), + "..", ), ), ), Constant( Str( Word( - Atom('foo' type=inline), + "foo", ), ), ), diff --git a/crates/turbopack-ecmascript/tests/analyzer/graph/process-and-os/graph-effects.snapshot b/crates/turbopack-ecmascript/tests/analyzer/graph/process-and-os/graph-effects.snapshot index 92a70ae5dd3b3..aa983f026e7c8 100644 --- a/crates/turbopack-ecmascript/tests/analyzer/graph/process-and-os/graph-effects.snapshot +++ b/crates/turbopack-ecmascript/tests/analyzer/graph/process-and-os/graph-effects.snapshot @@ -1,7 +1,7 @@ [ FreeVar { var: FreeVar( - Atom('require' type=static), + "require", ), ast_path: [ Program( @@ -52,14 +52,14 @@ }, Call { func: FreeVar( - Atom('require' type=static), + "require", ), args: [ Value( Constant( Str( Word( - Atom('os' type=inline), + "os", ), ), ), @@ -105,7 +105,7 @@ }, FreeVar { var: FreeVar( - Atom('require' type=static), + "require", ), ast_path: [ Program( @@ -156,14 +156,14 @@ }, Call { func: FreeVar( - Atom('require' type=static), + "require", ), args: [ Value( Constant( Str( Word( - Atom('process' type=static), + "process", ), ), ), @@ -209,7 +209,7 @@ }, FreeVar { var: FreeVar( - Atom('process' type=static), + "process", ), ast_path: [ Program( @@ -251,7 +251,7 @@ }, FreeVar { var: FreeVar( - Atom('require' type=static), + "require", ), ast_path: [ Program( @@ -302,12 +302,12 @@ }, Member { obj: FreeVar( - Atom('process' type=static), + "process", ), prop: Constant( Str( - Word( - Atom('arch' type=inline), + Atom( + "arch", ), ), ), @@ -370,7 +370,7 @@ }, FreeVar { var: FreeVar( - Atom('process' type=static), + "process", ), ast_path: [ Program( @@ -438,7 +438,7 @@ Call { func: Variable( ( - Atom('platform' type=dynamic), + "platform", #2, ), ), @@ -503,7 +503,7 @@ Call { func: Variable( ( - Atom('endianness' type=dynamic), + "endianness", #2, ), ), @@ -567,7 +567,7 @@ }, Call { func: FreeVar( - Atom('require' type=static), + "require", ), args: [ Value( @@ -584,12 +584,12 @@ Member( 3, FreeVar( - Atom('process' type=static), + "process", ), Constant( Str( - Word( - Atom('arch' type=inline), + Atom( + "arch", ), ), ), @@ -605,7 +605,7 @@ 2, Variable( ( - Atom('platform' type=dynamic), + "platform", #2, ), ), @@ -622,7 +622,7 @@ 2, Variable( ( - Atom('endianness' type=dynamic), + "endianness", #2, ), ), @@ -672,7 +672,7 @@ }, FreeVar { var: FreeVar( - Atom('require' type=static), + "require", ), ast_path: [ Program( @@ -724,7 +724,7 @@ Call { func: Variable( ( - Atom('arch' type=inline), + "arch", #2, ), ), @@ -789,7 +789,7 @@ Call { func: Variable( ( - Atom('platform' type=dynamic), + "platform", #2, ), ), @@ -854,7 +854,7 @@ Call { func: Variable( ( - Atom('endianness' type=dynamic), + "endianness", #2, ), ), @@ -918,7 +918,7 @@ }, Call { func: FreeVar( - Atom('require' type=static), + "require", ), args: [ Value( @@ -936,7 +936,7 @@ 2, Variable( ( - Atom('arch' type=inline), + "arch", #2, ), ), @@ -953,7 +953,7 @@ 2, Variable( ( - Atom('platform' type=dynamic), + "platform", #2, ), ), @@ -970,7 +970,7 @@ 2, Variable( ( - Atom('endianness' type=dynamic), + "endianness", #2, ), ), @@ -1020,7 +1020,7 @@ }, FreeVar { var: FreeVar( - Atom('require' type=static), + "require", ), ast_path: [ Program( @@ -1072,7 +1072,7 @@ Call { func: Variable( ( - Atom('arch' type=inline), + "arch", #2, ), ), @@ -1136,12 +1136,12 @@ }, Member { obj: FreeVar( - Atom('process' type=static), + "process", ), prop: Constant( Str( - Word( - Atom('platform' type=dynamic), + Atom( + "platform", ), ), ), @@ -1204,7 +1204,7 @@ }, FreeVar { var: FreeVar( - Atom('process' type=static), + "process", ), ast_path: [ Program( @@ -1272,7 +1272,7 @@ Call { func: Variable( ( - Atom('endianness' type=dynamic), + "endianness", #2, ), ), @@ -1336,7 +1336,7 @@ }, Call { func: FreeVar( - Atom('require' type=static), + "require", ), args: [ Value( @@ -1354,7 +1354,7 @@ 2, Variable( ( - Atom('arch' type=inline), + "arch", #2, ), ), @@ -1370,12 +1370,12 @@ Member( 3, FreeVar( - Atom('process' type=static), + "process", ), Constant( Str( - Word( - Atom('platform' type=dynamic), + Atom( + "platform", ), ), ), @@ -1391,7 +1391,7 @@ 2, Variable( ( - Atom('endianness' type=dynamic), + "endianness", #2, ), ), @@ -1441,7 +1441,7 @@ }, FreeVar { var: FreeVar( - Atom('require' type=static), + "require", ), ast_path: [ Program( @@ -1492,12 +1492,12 @@ }, Member { obj: FreeVar( - Atom('process' type=static), + "process", ), prop: Constant( Str( - Word( - Atom('arch' type=inline), + Atom( + "arch", ), ), ), @@ -1560,7 +1560,7 @@ }, FreeVar { var: FreeVar( - Atom('process' type=static), + "process", ), ast_path: [ Program( @@ -1627,12 +1627,12 @@ }, Member { obj: FreeVar( - Atom('process' type=static), + "process", ), prop: Constant( Str( - Word( - Atom('platform' type=dynamic), + Atom( + "platform", ), ), ), @@ -1695,7 +1695,7 @@ }, FreeVar { var: FreeVar( - Atom('process' type=static), + "process", ), ast_path: [ Program( @@ -1763,7 +1763,7 @@ Call { func: Variable( ( - Atom('endianness' type=dynamic), + "endianness", #2, ), ), @@ -1827,7 +1827,7 @@ }, Call { func: FreeVar( - Atom('require' type=static), + "require", ), args: [ Value( @@ -1844,12 +1844,12 @@ Member( 3, FreeVar( - Atom('process' type=static), + "process", ), Constant( Str( - Word( - Atom('arch' type=inline), + Atom( + "arch", ), ), ), @@ -1864,12 +1864,12 @@ Member( 3, FreeVar( - Atom('process' type=static), + "process", ), Constant( Str( - Word( - Atom('platform' type=dynamic), + Atom( + "platform", ), ), ), @@ -1885,7 +1885,7 @@ 2, Variable( ( - Atom('endianness' type=dynamic), + "endianness", #2, ), ), @@ -1935,7 +1935,7 @@ }, FreeVar { var: FreeVar( - Atom('require' type=static), + "require", ), ast_path: [ Program( @@ -1987,14 +1987,14 @@ Member { obj: Variable( ( - Atom('p' type=static), + "p", #2, ), ), prop: Constant( Str( - Word( - Atom('arch' type=inline), + Atom( + "arch", ), ), ), @@ -2058,14 +2058,14 @@ Member { obj: Variable( ( - Atom('p' type=static), + "p", #2, ), ), prop: Constant( Str( - Word( - Atom('platform' type=dynamic), + Atom( + "platform", ), ), ), @@ -2129,7 +2129,7 @@ Call { func: Variable( ( - Atom('endianness' type=dynamic), + "endianness", #2, ), ), @@ -2193,7 +2193,7 @@ }, Call { func: FreeVar( - Atom('require' type=static), + "require", ), args: [ Value( @@ -2211,14 +2211,14 @@ 3, Variable( ( - Atom('p' type=static), + "p", #2, ), ), Constant( Str( - Word( - Atom('arch' type=inline), + Atom( + "arch", ), ), ), @@ -2234,14 +2234,14 @@ 3, Variable( ( - Atom('p' type=static), + "p", #2, ), ), Constant( Str( - Word( - Atom('platform' type=dynamic), + Atom( + "platform", ), ), ), @@ -2257,7 +2257,7 @@ 2, Variable( ( - Atom('endianness' type=dynamic), + "endianness", #2, ), ), @@ -2307,7 +2307,7 @@ }, FreeVar { var: FreeVar( - Atom('require' type=static), + "require", ), ast_path: [ Program( @@ -2359,14 +2359,14 @@ Member { obj: Variable( ( - Atom('p' type=static), + "p", #2, ), ), prop: Constant( Str( - Word( - Atom('arch' type=inline), + Atom( + "arch", ), ), ), @@ -2430,7 +2430,7 @@ Call { func: Variable( ( - Atom('endianness' type=dynamic), + "endianness", #2, ), ), @@ -2494,7 +2494,7 @@ }, Call { func: FreeVar( - Atom('require' type=static), + "require", ), args: [ Value( @@ -2512,14 +2512,14 @@ 3, Variable( ( - Atom('p' type=static), + "p", #2, ), ), Constant( Str( - Word( - Atom('arch' type=inline), + Atom( + "arch", ), ), ), @@ -2533,7 +2533,7 @@ ), Variable( ( - Atom('processPlatform' type=dynamic), + "processPlatform", #2, ), ), @@ -2548,7 +2548,7 @@ 2, Variable( ( - Atom('endianness' type=dynamic), + "endianness", #2, ), ), diff --git a/crates/turbopack-ecmascript/tests/analyzer/graph/process-and-os/graph.snapshot b/crates/turbopack-ecmascript/tests/analyzer/graph/process-and-os/graph.snapshot index 0df11d299e2ab..d33faf4cf8931 100644 --- a/crates/turbopack-ecmascript/tests/analyzer/graph/process-and-os/graph.snapshot +++ b/crates/turbopack-ecmascript/tests/analyzer/graph/process-and-os/graph.snapshot @@ -6,13 +6,13 @@ Call( 3, FreeVar( - Atom('require' type=static), + "require", ), [ Constant( Str( Word( - Atom('os' type=inline), + "os", ), ), ), @@ -20,8 +20,8 @@ ), Constant( Str( - Word( - Atom('arch' type=inline), + Atom( + "arch", ), ), ), @@ -32,7 +32,7 @@ Call( 13, FreeVar( - Atom('require' type=static), + "require", ), [ Concat( @@ -48,12 +48,12 @@ Member( 3, FreeVar( - Atom('process' type=static), + "process", ), Constant( Str( - Word( - Atom('arch' type=inline), + Atom( + "arch", ), ), ), @@ -69,7 +69,7 @@ 2, Variable( ( - Atom('platform' type=dynamic), + "platform", #2, ), ), @@ -86,7 +86,7 @@ 2, Variable( ( - Atom('endianness' type=dynamic), + "endianness", #2, ), ), @@ -102,7 +102,7 @@ Call( 12, FreeVar( - Atom('require' type=static), + "require", ), [ Concat( @@ -119,7 +119,7 @@ 2, Variable( ( - Atom('arch' type=inline), + "arch", #2, ), ), @@ -136,7 +136,7 @@ 2, Variable( ( - Atom('platform' type=dynamic), + "platform", #2, ), ), @@ -153,7 +153,7 @@ 2, Variable( ( - Atom('endianness' type=dynamic), + "endianness", #2, ), ), @@ -169,7 +169,7 @@ Call( 13, FreeVar( - Atom('require' type=static), + "require", ), [ Concat( @@ -186,7 +186,7 @@ 2, Variable( ( - Atom('arch' type=inline), + "arch", #2, ), ), @@ -202,12 +202,12 @@ Member( 3, FreeVar( - Atom('process' type=static), + "process", ), Constant( Str( - Word( - Atom('platform' type=dynamic), + Atom( + "platform", ), ), ), @@ -223,7 +223,7 @@ 2, Variable( ( - Atom('endianness' type=dynamic), + "endianness", #2, ), ), @@ -239,7 +239,7 @@ Call( 14, FreeVar( - Atom('require' type=static), + "require", ), [ Concat( @@ -255,12 +255,12 @@ Member( 3, FreeVar( - Atom('process' type=static), + "process", ), Constant( Str( - Word( - Atom('arch' type=inline), + Atom( + "arch", ), ), ), @@ -275,12 +275,12 @@ Member( 3, FreeVar( - Atom('process' type=static), + "process", ), Constant( Str( - Word( - Atom('platform' type=dynamic), + Atom( + "platform", ), ), ), @@ -296,7 +296,7 @@ 2, Variable( ( - Atom('endianness' type=dynamic), + "endianness", #2, ), ), @@ -312,7 +312,7 @@ Call( 14, FreeVar( - Atom('require' type=static), + "require", ), [ Concat( @@ -329,14 +329,14 @@ 3, Variable( ( - Atom('p' type=static), + "p", #2, ), ), Constant( Str( - Word( - Atom('arch' type=inline), + Atom( + "arch", ), ), ), @@ -352,14 +352,14 @@ 3, Variable( ( - Atom('p' type=static), + "p", #2, ), ), Constant( Str( - Word( - Atom('platform' type=dynamic), + Atom( + "platform", ), ), ), @@ -375,7 +375,7 @@ 2, Variable( ( - Atom('endianness' type=dynamic), + "endianness", #2, ), ), @@ -391,7 +391,7 @@ Call( 12, FreeVar( - Atom('require' type=static), + "require", ), [ Concat( @@ -408,14 +408,14 @@ 3, Variable( ( - Atom('p' type=static), + "p", #2, ), ), Constant( Str( - Word( - Atom('arch' type=inline), + Atom( + "arch", ), ), ), @@ -429,7 +429,7 @@ ), Variable( ( - Atom('processPlatform' type=dynamic), + "processPlatform", #2, ), ), @@ -444,7 +444,7 @@ 2, Variable( ( - Atom('endianness' type=dynamic), + "endianness", #2, ), ), @@ -462,13 +462,13 @@ Call( 3, FreeVar( - Atom('require' type=static), + "require", ), [ Constant( Str( Word( - Atom('os' type=inline), + "os", ), ), ), @@ -476,8 +476,8 @@ ), Constant( Str( - Word( - Atom('endianness' type=dynamic), + Atom( + "endianness", ), ), ), @@ -486,7 +486,7 @@ ( "p", FreeVar( - Atom('process' type=static), + "process", ), ), ( @@ -496,13 +496,13 @@ Call( 3, FreeVar( - Atom('require' type=static), + "require", ), [ Constant( Str( Word( - Atom('os' type=inline), + "os", ), ), ), @@ -510,8 +510,8 @@ ), Constant( Str( - Word( - Atom('platform' type=dynamic), + Atom( + "platform", ), ), ), @@ -524,13 +524,13 @@ Call( 3, FreeVar( - Atom('require' type=static), + "require", ), [ Constant( Str( Word( - Atom('process' type=static), + "process", ), ), ), @@ -538,8 +538,8 @@ ), Constant( Str( - Word( - Atom('platform' type=dynamic), + Atom( + "platform", ), ), ), diff --git a/crates/turbopack-ecmascript/tests/analyzer/graph/require-context/graph-effects.snapshot b/crates/turbopack-ecmascript/tests/analyzer/graph/require-context/graph-effects.snapshot index 509365440b464..121576806b283 100644 --- a/crates/turbopack-ecmascript/tests/analyzer/graph/require-context/graph-effects.snapshot +++ b/crates/turbopack-ecmascript/tests/analyzer/graph/require-context/graph-effects.snapshot @@ -4,14 +4,14 @@ 3, Variable( ( - Atom('r' type=inline), + "r", #3, ), ), Constant( Str( - Word( - Atom('keys' type=inline), + Atom( + "keys", ), ), ), @@ -19,8 +19,8 @@ ), prop: Constant( Str( - Word( - Atom('map' type=static), + Atom( + "map", ), ), ), @@ -83,14 +83,14 @@ Member { obj: Variable( ( - Atom('r' type=inline), + "r", #3, ), ), prop: Constant( Str( - Word( - Atom('keys' type=inline), + Atom( + "keys", ), ), ), @@ -168,14 +168,14 @@ MemberCall { obj: Variable( ( - Atom('r' type=inline), + "r", #3, ), ), prop: Constant( Str( - Word( - Atom('keys' type=inline), + Atom( + "keys", ), ), ), @@ -247,14 +247,14 @@ 3, Variable( ( - Atom('r' type=inline), + "r", #3, ), ), Constant( Str( - Word( - Atom('keys' type=inline), + Atom( + "keys", ), ), ), @@ -262,8 +262,8 @@ ), prop: Constant( Str( - Word( - Atom('map' type=static), + Atom( + "map", ), ), ), @@ -271,7 +271,7 @@ Value( Variable( ( - Atom('r' type=inline), + "r", #3, ), ), @@ -326,12 +326,12 @@ }, Member { obj: FreeVar( - Atom('require' type=static), + "require", ), prop: Constant( Str( - Word( - Atom('context' type=inline), + Atom( + "context", ), ), ), @@ -384,7 +384,7 @@ }, FreeVar { var: FreeVar( - Atom('require' type=static), + "require", ), ast_path: [ Program( @@ -441,12 +441,12 @@ }, MemberCall { obj: FreeVar( - Atom('require' type=static), + "require", ), prop: Constant( Str( - Word( - Atom('context' type=inline), + Atom( + "context", ), ), ), @@ -455,7 +455,7 @@ Constant( Str( Word( - Atom('./test' type=inline), + "./test", ), ), ), @@ -515,7 +515,7 @@ Call { func: Variable( ( - Atom('importAll' type=dynamic), + "importAll", #2, ), ), @@ -523,7 +523,7 @@ Value( Variable( ( - Atom('context' type=inline), + "context", #2, ), ), @@ -570,14 +570,14 @@ Member { obj: Variable( ( - Atom('context' type=inline), + "context", #2, ), ), prop: Constant( Str( - Word( - Atom('resolve' type=inline), + Atom( + "resolve", ), ), ), @@ -631,14 +631,14 @@ MemberCall { obj: Variable( ( - Atom('context' type=inline), + "context", #2, ), ), prop: Constant( Str( - Word( - Atom('resolve' type=inline), + Atom( + "resolve", ), ), ), @@ -647,7 +647,7 @@ Constant( Str( Word( - Atom('./a' type=inline), + "./a", ), ), ), diff --git a/crates/turbopack-ecmascript/tests/analyzer/graph/require-context/graph.snapshot b/crates/turbopack-ecmascript/tests/analyzer/graph/require-context/graph.snapshot index e27230c45e05c..a775c4237bb41 100644 --- a/crates/turbopack-ecmascript/tests/analyzer/graph/require-context/graph.snapshot +++ b/crates/turbopack-ecmascript/tests/analyzer/graph/require-context/graph.snapshot @@ -5,14 +5,14 @@ 4, Variable( ( - Atom('context' type=inline), + "context", #2, ), ), Constant( Str( - Word( - Atom('resolve' type=inline), + Atom( + "resolve", ), ), ), @@ -20,7 +20,7 @@ Constant( Str( Word( - Atom('./a' type=inline), + "./a", ), ), ), @@ -32,12 +32,12 @@ MemberCall( 6, FreeVar( - Atom('require' type=static), + "require", ), Constant( Str( - Word( - Atom('context' type=inline), + Atom( + "context", ), ), ), @@ -45,7 +45,7 @@ Constant( Str( Word( - Atom('./test' type=inline), + "./test", ), ), ), @@ -72,14 +72,14 @@ 3, Variable( ( - Atom('r' type=inline), + "r", #3, ), ), Constant( Str( - Word( - Atom('keys' type=inline), + Atom( + "keys", ), ), ), @@ -87,15 +87,15 @@ ), Constant( Str( - Word( - Atom('map' type=static), + Atom( + "map", ), ), ), [ Variable( ( - Atom('r' type=inline), + "r", #3, ), ), @@ -109,14 +109,14 @@ 3, Variable( ( - Atom('importAll' type=dynamic), + "importAll", #2, ), ), [ Variable( ( - Atom('context' type=inline), + "context", #2, ), ), diff --git a/crates/turbopack-ecmascript/tests/analyzer/graph/try/graph-effects.snapshot b/crates/turbopack-ecmascript/tests/analyzer/graph/try/graph-effects.snapshot index e67ca5c858d52..486d56e7de8e2 100644 --- a/crates/turbopack-ecmascript/tests/analyzer/graph/try/graph-effects.snapshot +++ b/crates/turbopack-ecmascript/tests/analyzer/graph/try/graph-effects.snapshot @@ -1,7 +1,7 @@ [ FreeVar { var: FreeVar( - Atom('require' type=static), + "require", ), ast_path: [ Program( @@ -61,14 +61,14 @@ }, Call { func: FreeVar( - Atom('require' type=static), + "require", ), args: [ Value( Constant( Str( Word( - Atom('packages/not-found' type=dynamic), + "packages/not-found", ), ), ), @@ -123,7 +123,7 @@ }, FreeVar { var: FreeVar( - Atom('require' type=static), + "require", ), ast_path: [ Program( @@ -186,14 +186,14 @@ }, Call { func: FreeVar( - Atom('require' type=static), + "require", ), args: [ Value( Constant( Str( Word( - Atom('packages/found' type=dynamic), + "packages/found", ), ), ), @@ -252,14 +252,14 @@ Member { obj: Variable( ( - Atom('pkg' type=inline), + "pkg", #2, ), ), prop: Constant( Str( - Word( - Atom('fn' type=inline), + Atom( + "fn", ), ), ), @@ -305,14 +305,14 @@ MemberCall { obj: Variable( ( - Atom('pkg' type=inline), + "pkg", #2, ), ), prop: Constant( Str( - Word( - Atom('fn' type=inline), + Atom( + "fn", ), ), ), diff --git a/crates/turbopack-ecmascript/tests/analyzer/graph/try/graph.snapshot b/crates/turbopack-ecmascript/tests/analyzer/graph/try/graph.snapshot index c14a4cccd3114..1643000e7e403 100644 --- a/crates/turbopack-ecmascript/tests/analyzer/graph/try/graph.snapshot +++ b/crates/turbopack-ecmascript/tests/analyzer/graph/try/graph.snapshot @@ -5,7 +5,7 @@ Some( Variable( ( - Atom('e' type=static), + "e", #4, ), ), @@ -22,7 +22,7 @@ Some( Variable( ( - Atom('pkg' type=inline), + "pkg", #2, ), ), @@ -32,13 +32,13 @@ Call( 3, FreeVar( - Atom('require' type=static), + "require", ), [ Constant( Str( Word( - Atom('packages/not-found' type=dynamic), + "packages/not-found", ), ), ), @@ -47,13 +47,13 @@ Call( 3, FreeVar( - Atom('require' type=static), + "require", ), [ Constant( Str( Word( - Atom('packages/found' type=dynamic), + "packages/found", ), ), ), diff --git a/crates/turbopack-ecmascript/tests/analyzer/graph/webpack-target-node/graph-effects.snapshot b/crates/turbopack-ecmascript/tests/analyzer/graph/webpack-target-node/graph-effects.snapshot index 445ae6a40676a..6fb5b199db818 100644 --- a/crates/turbopack-ecmascript/tests/analyzer/graph/webpack-target-node/graph-effects.snapshot +++ b/crates/turbopack-ecmascript/tests/analyzer/graph/webpack-target-node/graph-effects.snapshot @@ -2,14 +2,14 @@ Member { obj: Variable( ( - Atom('exports' type=inline), + "exports", #3, ), ), prop: Constant( Str( - Word( - Atom('id' type=static), + Atom( + "id", ), ), ), @@ -93,14 +93,14 @@ Member { obj: Variable( ( - Atom('exports' type=inline), + "exports", #3, ), ), prop: Constant( Str( - Word( - Atom('ids' type=inline), + Atom( + "ids", ), ), ), @@ -184,14 +184,14 @@ Member { obj: Variable( ( - Atom('exports' type=inline), + "exports", #3, ), ), prop: Constant( Str( - Word( - Atom('modules' type=inline), + Atom( + "modules", ), ), ), @@ -275,14 +275,14 @@ Member { obj: Variable( ( - Atom('__webpack_require__' type=dynamic), + "__webpack_require__", #4, ), ), prop: Constant( Str( - Word( - Atom('r' type=inline), + Atom( + "r", ), ), ), @@ -406,14 +406,14 @@ MemberCall { obj: Variable( ( - Atom('__webpack_require__' type=dynamic), + "__webpack_require__", #4, ), ), prop: Constant( Str( - Word( - Atom('r' type=inline), + Atom( + "r", ), ), ), @@ -421,7 +421,7 @@ Value( Variable( ( - Atom('__webpack_exports__' type=dynamic), + "__webpack_exports__", #4, ), ), @@ -538,14 +538,14 @@ Member { obj: Variable( ( - Atom('__webpack_require__' type=dynamic), + "__webpack_require__", #4, ), ), prop: Constant( Str( - Word( - Atom('d' type=static), + Atom( + "d", ), ), ), @@ -669,14 +669,14 @@ MemberCall { obj: Variable( ( - Atom('__webpack_require__' type=dynamic), + "__webpack_require__", #4, ), ), prop: Constant( Str( - Word( - Atom('d' type=static), + Atom( + "d", ), ), ), @@ -684,7 +684,7 @@ Value( Variable( ( - Atom('__webpack_exports__' type=dynamic), + "__webpack_exports__", #4, ), ), @@ -696,14 +696,14 @@ KeyValue( Constant( Str( - Word( - Atom('default' type=static), + Atom( + "default", ), ), ), Variable( ( - Atom('*arrow function 389*' type=dynamic), + "*arrow function 389*", #0, ), ), @@ -823,7 +823,7 @@ }, FreeVar { var: FreeVar( - Atom('require' type=static), + "require", ), ast_path: [ Program( @@ -952,14 +952,14 @@ }, Call { func: FreeVar( - Atom('require' type=static), + "require", ), args: [ Value( Constant( Str( Word( - Atom('fs/promises' type=dynamic), + "fs/promises", ), ), ), @@ -1084,14 +1084,14 @@ Member { obj: Variable( ( - Atom('promises_namespaceObject' type=dynamic), + "promises_namespaceObject", #4, ), ), prop: Constant( Str( - Word( - Atom('readFile' type=dynamic), + Atom( + "readFile", ), ), ), @@ -1260,14 +1260,14 @@ MemberCall { obj: Variable( ( - Atom('promises_namespaceObject' type=dynamic), + "promises_namespaceObject", #4, ), ), prop: Constant( Str( - Word( - Atom('readFile' type=dynamic), + Atom( + "readFile", ), ), ), @@ -1276,7 +1276,7 @@ Constant( Str( Word( - Atom('./hello.txt' type=dynamic), + "./hello.txt", ), ), ), @@ -1285,7 +1285,7 @@ Constant( Str( Word( - Atom('utf-8' type=inline), + "utf-8", ), ), ), @@ -1435,14 +1435,14 @@ 4, Variable( ( - Atom('res' type=inline), + "res", #5, ), ), Constant( Str( - Word( - Atom('status' type=inline), + Atom( + "status", ), ), ), @@ -1458,8 +1458,8 @@ ), prop: Constant( Str( - Word( - Atom('json' type=inline), + Atom( + "json", ), ), ), @@ -1600,14 +1600,14 @@ Member { obj: Variable( ( - Atom('res' type=inline), + "res", #5, ), ), prop: Constant( Str( - Word( - Atom('status' type=inline), + Atom( + "status", ), ), ), @@ -1763,14 +1763,14 @@ MemberCall { obj: Variable( ( - Atom('res' type=inline), + "res", #5, ), ), prop: Constant( Str( - Word( - Atom('status' type=inline), + Atom( + "status", ), ), ), @@ -1930,14 +1930,14 @@ 4, Variable( ( - Atom('res' type=inline), + "res", #5, ), ), Constant( Str( - Word( - Atom('status' type=inline), + Atom( + "status", ), ), ), @@ -1953,8 +1953,8 @@ ), prop: Constant( Str( - Word( - Atom('json' type=inline), + Atom( + "json", ), ), ), @@ -1966,14 +1966,14 @@ KeyValue( Constant( Str( - Word( - Atom('users' type=inline), + Atom( + "users", ), ), ), Variable( ( - Atom('users' type=inline), + "users", #4, ), ), @@ -1981,14 +1981,14 @@ KeyValue( Constant( Str( - Word( - Atom('hello' type=inline), + Atom( + "hello", ), ), ), Variable( ( - Atom('hello' type=inline), + "hello", #5, ), ), @@ -2125,7 +2125,7 @@ }, FreeVar { var: FreeVar( - Atom('require' type=static), + "require", ), ast_path: [ Program( @@ -2211,14 +2211,14 @@ }, Call { func: FreeVar( - Atom('require' type=static), + "require", ), args: [ Value( Constant( Str( Word( - Atom('../../webpack-api-runtime.js' type=dynamic), + "../../webpack-api-runtime.js", ), ), ), @@ -2300,14 +2300,14 @@ Member { obj: Variable( ( - Atom('__webpack_require__' type=dynamic), + "__webpack_require__", #3, ), ), prop: Constant( Str( - Word( - Atom('C' type=inline), + Atom( + "C", ), ), ), @@ -2388,14 +2388,14 @@ MemberCall { obj: Variable( ( - Atom('__webpack_require__' type=dynamic), + "__webpack_require__", #3, ), ), prop: Constant( Str( - Word( - Atom('C' type=inline), + Atom( + "C", ), ), ), @@ -2403,7 +2403,7 @@ Value( Variable( ( - Atom('exports' type=inline), + "exports", #3, ), ), @@ -2477,14 +2477,14 @@ Member { obj: Variable( ( - Atom('__webpack_require__' type=dynamic), + "__webpack_require__", #3, ), ), prop: Constant( Str( - Word( - Atom('s' type=static), + Atom( + "s", ), ), ), @@ -2602,7 +2602,7 @@ Call { func: Variable( ( - Atom('__webpack_require__' type=dynamic), + "__webpack_require__", #3, ), ), @@ -2699,7 +2699,7 @@ Call { func: Variable( ( - Atom('__webpack_exec__' type=dynamic), + "__webpack_exec__", #3, ), ), @@ -2789,12 +2789,12 @@ }, Member { obj: FreeVar( - Atom('module' type=static), + "module", ), prop: Constant( Str( - Word( - Atom('exports' type=inline), + Atom( + "exports", ), ), ), @@ -2877,7 +2877,7 @@ }, FreeVar { var: FreeVar( - Atom('module' type=static), + "module", ), ast_path: [ Program( diff --git a/crates/turbopack-ecmascript/tests/analyzer/graph/webpack-target-node/graph.snapshot b/crates/turbopack-ecmascript/tests/analyzer/graph/webpack-target-node/graph.snapshot index aea0dc60ea24e..6b57c20f0f091 100644 --- a/crates/turbopack-ecmascript/tests/analyzer/graph/webpack-target-node/graph.snapshot +++ b/crates/turbopack-ecmascript/tests/analyzer/graph/webpack-target-node/graph.snapshot @@ -8,7 +8,7 @@ 3, Variable( ( - Atom('__webpack_require__' type=dynamic), + "__webpack_require__", #3, ), ), @@ -38,7 +38,7 @@ 389, Variable( ( - Atom('handler' type=inline), + "handler", #4, ), ), @@ -50,7 +50,7 @@ Some( Variable( ( - Atom('__unused_webpack_module' type=dynamic), + "__unused_webpack_module", #4, ), ), @@ -62,7 +62,7 @@ "__webpack_exec__", Variable( ( - Atom('*arrow function 1213*' type=dynamic), + "*arrow function 1213*", #0, ), ), @@ -73,7 +73,7 @@ 3, Variable( ( - Atom('__webpack_exec__' type=dynamic), + "__webpack_exec__", #3, ), ), @@ -94,7 +94,7 @@ Some( Variable( ( - Atom('__webpack_exports__' type=dynamic), + "__webpack_exports__", #4, ), ), @@ -107,13 +107,13 @@ Call( 3, FreeVar( - Atom('require' type=static), + "require", ), [ Constant( Str( Word( - Atom('../../webpack-api-runtime.js' type=dynamic), + "../../webpack-api-runtime.js", ), ), ), @@ -126,7 +126,7 @@ Some( Variable( ( - Atom('__webpack_require__' type=dynamic), + "__webpack_require__", #4, ), ), @@ -165,14 +165,14 @@ 5, Variable( ( - Atom('promises_namespaceObject' type=dynamic), + "promises_namespaceObject", #4, ), ), Constant( Str( - Word( - Atom('readFile' type=dynamic), + Atom( + "readFile", ), ), ), @@ -180,14 +180,14 @@ Constant( Str( Word( - Atom('./hello.txt' type=dynamic), + "./hello.txt", ), ), ), Constant( Str( Word( - Atom('utf-8' type=inline), + "utf-8", ), ), ), @@ -200,7 +200,7 @@ Some( Variable( ( - Atom('moduleId' type=dynamic), + "moduleId", #6, ), ), @@ -213,13 +213,13 @@ Call( 3, FreeVar( - Atom('require' type=static), + "require", ), [ Constant( Str( Word( - Atom('fs/promises' type=dynamic), + "fs/promises", ), ), ), @@ -244,8 +244,8 @@ KeyValue( Constant( Str( - Word( - Atom('id' type=static), + Atom( + "id", ), ), ), @@ -266,8 +266,8 @@ KeyValue( Constant( Str( - Word( - Atom('id' type=static), + Atom( + "id", ), ), ), @@ -288,8 +288,8 @@ KeyValue( Constant( Str( - Word( - Atom('id' type=static), + Atom( + "id", ), ), ), diff --git a/crates/turbopack-ecmascript/tests/tree-shaker/analyzer/1/output.md b/crates/turbopack-ecmascript/tests/tree-shaker/analyzer/1/output.md index c8ac079b1b880..8fb5d8e982dac 100644 --- a/crates/turbopack-ecmascript/tests/tree-shaker/analyzer/1/output.md +++ b/crates/turbopack-ecmascript/tests/tree-shaker/analyzer/1/output.md @@ -329,10 +329,10 @@ graph TD ```mermaid graph TD N0["Items: [ItemId(ModuleEvaluation), ItemId(0, ImportOfModule), ItemId(0, ImportBinding(0)), ItemId(7, Normal)]"]; - N1["Items: [ItemId(Export((Atom('foobar' type=inline), #0)))]"]; - N2["Items: [ItemId(Export((Atom('foo' type=inline), #0)))]"]; - N3["Items: [ItemId(Export((Atom('external1' type=dynamic), #0))), ItemId(10, Normal)]"]; - N4["Items: [ItemId(Export((Atom('external2' type=dynamic), #0))), ItemId(11, Normal)]"]; + N1["Items: [ItemId(Export((\"foobar\", #0)))]"]; + N2["Items: [ItemId(Export((\"foo\", #0)))]"]; + N3["Items: [ItemId(Export((\"external1\", #0))), ItemId(10, Normal)]"]; + N4["Items: [ItemId(Export((\"external2\", #0))), ItemId(11, Normal)]"]; N5["Items: [ItemId(1, VarDeclarator(0))]"]; N6["Items: [ItemId(2, VarDeclarator(0))]"]; N7["Items: [ItemId(3, VarDeclarator(0))]"]; diff --git a/crates/turbopack-ecmascript/tests/tree-shaker/analyzer/2/output.md b/crates/turbopack-ecmascript/tests/tree-shaker/analyzer/2/output.md index d32493d39413c..5a4cbff34d420 100644 --- a/crates/turbopack-ecmascript/tests/tree-shaker/analyzer/2/output.md +++ b/crates/turbopack-ecmascript/tests/tree-shaker/analyzer/2/output.md @@ -351,10 +351,10 @@ graph TD ```mermaid graph TD N0["Items: [ItemId(ModuleEvaluation), ItemId(1, ImportOfModule), ItemId(1, ImportBinding(0)), ItemId(8, Normal), ItemId(12, ImportOfModule)]"]; - N1["Items: [ItemId(Export((Atom('external1' type=dynamic), #0))), ItemId(0, Normal)]"]; - N2["Items: [ItemId(Export((Atom('foobar' type=inline), #0)))]"]; - N3["Items: [ItemId(Export((Atom('foo' type=inline), #0)))]"]; - N4["Items: [ItemId(Export((Atom('external2' type=dynamic), #0))), ItemId(11, Normal)]"]; + N1["Items: [ItemId(Export((\"external1\", #0))), ItemId(0, Normal)]"]; + N2["Items: [ItemId(Export((\"foobar\", #0)))]"]; + N3["Items: [ItemId(Export((\"foo\", #0)))]"]; + N4["Items: [ItemId(Export((\"external2\", #0))), ItemId(11, Normal)]"]; N5["Items: [ItemId(2, VarDeclarator(0))]"]; N6["Items: [ItemId(3, VarDeclarator(0))]"]; N7["Items: [ItemId(4, VarDeclarator(0))]"]; diff --git a/crates/turbopack-ecmascript/tests/tree-shaker/analyzer/3/output.md b/crates/turbopack-ecmascript/tests/tree-shaker/analyzer/3/output.md index 650453250f4ec..421ad8b01333e 100644 --- a/crates/turbopack-ecmascript/tests/tree-shaker/analyzer/3/output.md +++ b/crates/turbopack-ecmascript/tests/tree-shaker/analyzer/3/output.md @@ -306,9 +306,9 @@ graph TD ```mermaid graph TD N0["Items: [ItemId(ModuleEvaluation), ItemId(9, Normal), ItemId(10, Normal)]"]; - N1["Items: [ItemId(Export((Atom('c1_1' type=inline), #0)))]"]; - N2["Items: [ItemId(Export((Atom('c1_3' type=inline), #0)))]"]; - N3["Items: [ItemId(Export((Atom('c2_2' type=inline), #0)))]"]; + N1["Items: [ItemId(Export((\"c1_1\", #0)))]"]; + N2["Items: [ItemId(Export((\"c1_3\", #0)))]"]; + N3["Items: [ItemId(Export((\"c2_2\", #0)))]"]; N4["Items: [ItemId(3, Normal), ItemId(4, Normal), ItemId(5, Normal)]"]; N5["Items: [ItemId(6, Normal), ItemId(7, Normal), ItemId(8, Normal)]"]; N6["Items: [ItemId(0, Normal)]"]; diff --git a/crates/turbopack-ecmascript/tests/tree-shaker/analyzer/complex/output.md b/crates/turbopack-ecmascript/tests/tree-shaker/analyzer/complex/output.md index 8fa78129359f0..73be124f96ae3 100644 --- a/crates/turbopack-ecmascript/tests/tree-shaker/analyzer/complex/output.md +++ b/crates/turbopack-ecmascript/tests/tree-shaker/analyzer/complex/output.md @@ -349,10 +349,10 @@ graph TD ```mermaid graph TD N0["Items: [ItemId(ModuleEvaluation)]"]; - N1["Items: [ItemId(Export((Atom('dogRef' type=inline), #0)))]"]; - N2["Items: [ItemId(Export((Atom('cat' type=inline), #0)))]"]; - N3["Items: [ItemId(Export((Atom('initialCat' type=dynamic), #0))), ItemId(11, VarDeclarator(0))]"]; - N4["Items: [ItemId(Export((Atom('getChimera' type=dynamic), #0))), ItemId(12, Normal)]"]; + N1["Items: [ItemId(Export((\"dogRef\", #0)))]"]; + N2["Items: [ItemId(Export((\"cat\", #0)))]"]; + N3["Items: [ItemId(Export((\"initialCat\", #0))), ItemId(11, VarDeclarator(0))]"]; + N4["Items: [ItemId(Export((\"getChimera\", #0))), ItemId(12, Normal)]"]; N5["Items: [ItemId(6, Normal), ItemId(9, VarDeclarator(0))]"]; N6["Items: [ItemId(0, VarDeclarator(0))]"]; N7["Items: [ItemId(1, Normal)]"]; diff --git a/crates/turbopack-ecmascript/tests/tree-shaker/analyzer/simple/output.md b/crates/turbopack-ecmascript/tests/tree-shaker/analyzer/simple/output.md index b7a3798d69090..e577593ac37f2 100644 --- a/crates/turbopack-ecmascript/tests/tree-shaker/analyzer/simple/output.md +++ b/crates/turbopack-ecmascript/tests/tree-shaker/analyzer/simple/output.md @@ -115,8 +115,8 @@ graph TD ```mermaid graph TD N0["Items: [ItemId(ModuleEvaluation)]"]; - N1["Items: [ItemId(Export((Atom('DOG' type=inline), #0))), ItemId(2, VarDeclarator(0))]"]; - N2["Items: [ItemId(Export((Atom('CHIMERA' type=inline), #0))), ItemId(1, VarDeclarator(0)), ItemId(3, VarDeclarator(0))]"]; + N1["Items: [ItemId(Export((\"DOG\", #0))), ItemId(2, VarDeclarator(0))]"]; + N2["Items: [ItemId(Export((\"CHIMERA\", #0))), ItemId(1, VarDeclarator(0)), ItemId(3, VarDeclarator(0))]"]; N3["Items: [ItemId(0, VarDeclarator(0))]"]; N1 --> N3; N2 --> N3; diff --git a/crates/turbopack-ecmascript/tests/tree-shaker/analyzer/test-config-1/output.md b/crates/turbopack-ecmascript/tests/tree-shaker/analyzer/test-config-1/output.md index d513c9fdf1d5f..34a8233c25d47 100644 --- a/crates/turbopack-ecmascript/tests/tree-shaker/analyzer/test-config-1/output.md +++ b/crates/turbopack-ecmascript/tests/tree-shaker/analyzer/test-config-1/output.md @@ -329,10 +329,10 @@ graph TD ```mermaid graph TD N0["Items: [ItemId(ModuleEvaluation), ItemId(0, ImportOfModule), ItemId(0, ImportBinding(0)), ItemId(7, Normal)]"]; - N1["Items: [ItemId(Export((Atom('foobar' type=inline), #0)))]"]; - N2["Items: [ItemId(Export((Atom('foo' type=inline), #0)))]"]; - N3["Items: [ItemId(Export((Atom('external1' type=dynamic), #0))), ItemId(10, Normal)]"]; - N4["Items: [ItemId(Export((Atom('external2' type=dynamic), #0))), ItemId(11, Normal)]"]; + N1["Items: [ItemId(Export((\"foobar\", #0)))]"]; + N2["Items: [ItemId(Export((\"foo\", #0)))]"]; + N3["Items: [ItemId(Export((\"external1\", #0))), ItemId(10, Normal)]"]; + N4["Items: [ItemId(Export((\"external2\", #0))), ItemId(11, Normal)]"]; N5["Items: [ItemId(1, VarDeclarator(0))]"]; N6["Items: [ItemId(2, VarDeclarator(0))]"]; N7["Items: [ItemId(3, VarDeclarator(0))]"]; diff --git a/crates/turbopack-tests/tests/snapshot/emotion/emotion/output/crates_turbopack-tests_tests_snapshot_47e52d._.js b/crates/turbopack-tests/tests/snapshot/emotion/emotion/output/crates_turbopack-tests_tests_snapshot_47e52d._.js index 51c3aa22d5268..9e0bb849afaa0 100644 --- a/crates/turbopack-tests/tests/snapshot/emotion/emotion/output/crates_turbopack-tests_tests_snapshot_47e52d._.js +++ b/crates/turbopack-tests/tests/snapshot/emotion/emotion/output/crates_turbopack-tests_tests_snapshot_47e52d._.js @@ -10,7 +10,7 @@ var __TURBOPACK__imported__module__$5b$project$5d2f$crates$2f$turbopack$2d$tests ; ; const StyledButton = __TURBOPACK__imported__module__$5b$project$5d2f$crates$2f$turbopack$2d$tests$2f$tests$2f$snapshot$2f$node_modules$2f40$emotion$2f$styled$2f$index$2e$js__$28$ecmascript$29$__["default"]("button", { - target: "eyjq79w0" + target: "e936xv00" })("background:blue;"); function ClassNameButton({ children }) { return /*#__PURE__*/ __TURBOPACK__imported__module__$5b$project$5d2f$crates$2f$turbopack$2d$tests$2f$tests$2f$snapshot$2f$node_modules$2f40$emotion$2f$react$2f$jsx$2d$dev$2d$runtime$2e$js__$28$ecmascript$29$__["jsxDEV"]("button", {