7 lines
94 B

import { foo } from './foo';
var f = foo;
f.wasMutated = true;
export var bar = 'whatever';