From ca807afba22272f482542aeb99b2f43195775cb5 Mon Sep 17 00:00:00 2001 From: Jarred Sumner Date: Thu, 16 Dec 2021 01:31:09 -0800 Subject: :camera: --- integration/snapshots/optional-chain-with-function.hmr.debug.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'integration/snapshots/optional-chain-with-function.hmr.debug.js') diff --git a/integration/snapshots/optional-chain-with-function.hmr.debug.js b/integration/snapshots/optional-chain-with-function.hmr.debug.js index 5bf65a6f8..acd656901 100644 --- a/integration/snapshots/optional-chain-with-function.hmr.debug.js +++ b/integration/snapshots/optional-chain-with-function.hmr.debug.js @@ -13,9 +13,9 @@ var hmr = new HMR(3608848620, "optional-chain-with-function.js"), exports = hmr. const multipleSecondaryValues = undefined; const ratings = ["123"]; var bar = multipleSecondaryValues?.map((value) => false); - bar = (bar?.multipleSecondaryValues)?.map((value) => false); - bar = (bar?.bar?.multipleSecondaryValues)?.map((value) => false); - bar = ({}?.bar?.multipleSecondaryValues)?.map((value) => false); + bar = bar?.multipleSecondaryValues?.map((value) => false); + bar = bar?.bar?.multipleSecondaryValues?.map((value) => false); + bar = {}?.bar?.multipleSecondaryValues?.map((value) => false); } catch (e) { throw e; } -- cgit v1.2.3