From 97d17904d3f6b850e8973b84d6b4ad5e22afb941 Mon Sep 17 00:00:00 2001 From: Jarred Sumner Date: Fri, 28 Jan 2022 19:26:03 -0800 Subject: Update AST layout to store capacity for items We want to be able to push to the list --- integration/snapshots/array-args-with-default-values.hmr.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'integration/snapshots/array-args-with-default-values.hmr.js') diff --git a/integration/snapshots/array-args-with-default-values.hmr.js b/integration/snapshots/array-args-with-default-values.hmr.js index 7cf643b9d..467ccd733 100644 --- a/integration/snapshots/array-args-with-default-values.hmr.js +++ b/integration/snapshots/array-args-with-default-values.hmr.js @@ -1,10 +1,10 @@ import { __HMRModule as HMR -} from "http://localhost:8080/bun:wrap"; +} from "http://localhost:3000/bun:wrap"; import { __HMRClient as Bun -} from "http://localhost:8080/bun:wrap"; -Bun.activate(false); +} from "http://localhost:3000/bun:wrap"; +Bun.activate(true); var hmr = new HMR(3474597122, "array-args-with-default-values.js"), exports = hmr.exports; (hmr._load = function() { -- cgit v1.2.3