aboutsummaryrefslogtreecommitdiff
path: root/test/snapshots/forbid-in-is-correct.js
blob: dfca92d80dbea424bba8eacb3683dcda7210750f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
var foo = () => {
  var D = (i, r) => () => (r || i((r = { exports: {} }).exports, r), r.exports);
  return D;
};
export function test() {
  foo();
  testDone(import.meta.url);
}

//# sourceMappingURL=http://localhost:8080/forbid-in-is-correct.js.map