From b284e09ce5bdac76c234cdda7a07009b8d002b9b Mon Sep 17 00:00:00 2001 From: Colin McDonnell Date: Wed, 31 May 2023 13:35:11 -0700 Subject: [PATCH] Update doc --- docs/bundler/macros.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/bundler/macros.md b/docs/bundler/macros.md index 93d88dcfe9..53aa015587 100644 --- a/docs/bundler/macros.md +++ b/docs/bundler/macros.md @@ -70,8 +70,6 @@ import {returnFalse} from './returnFalse.ts' with { type: 'macro' }; if (returnFalse()) { console.log("This code is eliminated"); } - -console.log(obj.foo); ``` ## Security