diff options
author | 2022-02-22 15:47:11 -0800 | |
---|---|---|
committer | 2022-02-22 15:47:11 -0800 | |
commit | dfa3e19cbf1a4fefcad424b7a5a50569ce3d6864 (patch) | |
tree | 094f1617823b84956710a1a8c8a8d055e17f9a3d /integration/snapshots/forbid-in-is-correct.debug.js | |
parent | fbac824975d425dde279cd4b618aceb49c889d0d (diff) | |
download | bun-dfa3e19cbf1a4fefcad424b7a5a50569ce3d6864.tar.gz bun-dfa3e19cbf1a4fefcad424b7a5a50569ce3d6864.tar.zst bun-dfa3e19cbf1a4fefcad424b7a5a50569ce3d6864.zip |
snaspshots
Diffstat (limited to 'integration/snapshots/forbid-in-is-correct.debug.js')
-rw-r--r-- | integration/snapshots/forbid-in-is-correct.debug.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/integration/snapshots/forbid-in-is-correct.debug.js b/integration/snapshots/forbid-in-is-correct.debug.js index 2d36946ea..90fbeaef4 100644 --- a/integration/snapshots/forbid-in-is-correct.debug.js +++ b/integration/snapshots/forbid-in-is-correct.debug.js @@ -1,5 +1,5 @@ var foo = () => { - var D = (i, r) => () => (r || i((r = {exports: {} }).exports, r), r.exports); + var D = (i, r) => () => (r || i((r = { exports: {} }).exports, r), r.exports); return D; }; export function test() { |