Update doc

This commit is contained in:
Colin McDonnell
2023-05-31 13:35:11 -07:00
parent 8f55f05871
commit b284e09ce5

View File

@@ -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