aboutsummaryrefslogtreecommitdiff
path: root/integration/snapshots/forbid-in-is-correct.hmr.debug.js
blob: 66d57db568122316cc3db97ad47c898200cdf9d4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
import {
__HMRClient as Bun
} from "http://localhost:8080/bun:wrap";
import {
__FastRefreshModule as FastHMR
} from "http://localhost:8080/bun:wrap";
import {
__FastRefreshRuntime as FastRefresh
} from "http://localhost:8080/bun:wrap";
Bun.activate(true);

var hmr = new FastHMR(346837007, "forbid-in-is-correct.js", FastRefresh), exports = hmr.exports;
(hmr._load = function() {
  var foo = () => {
    var D = (i, r) => () => (r || i((r = { exports: {} }).exports, r), r.exports);
    return D;
  };
  function test() {
    foo();
    testDone(import.meta.url);
  }
  hmr.exportAll({
    test: () => test
  });
})();
var $$hmr_test = hmr.exports.test;
hmr._update = function(exports) {
  $$hmr_test = exports.test;
};

export {
  $$hmr_test as test
};
td> 2023-08-18fix `--bail` testGravatar Dylan Conway 1-1/+1 2023-08-17Add `util.inspect.custom` support to `util.inspect/Bun.inspect/console.log` ↵Gravatar dave caruso 15-78/+648 (#4194) * start work on util.inspect.custom * asdf * finish util inspect custom inspect * inspect * fix tests * revert * tidy * revert * oops * test * fix issues 2023-08-17Support Nitro (#4098)Gravatar dave caruso 10-18/+180 * Add formatWithOptions * tests and tweaks * adjust * changes * hi * add mark/measure stubs * stuff * allow unix absolute paths here * typo * rebase * fix stats 2023-08-17Update Astro guideGravatar Colin McDonnell 1-1/+5 2023-08-17Allow IncomingRequest.req to be overwritten. (#4154)Gravatar dave caruso 3-8/+21 * Allow IncomingRequest.req to be overwritten. * add test * fix test * yoo 2023-08-17Fix(node:fs): add buffer parameter in fs.read callback. (#4191)Gravatar Ai Hoshino 3-5/+151 Close: #4178 2023-08-17refactor: move HTMLRewriter to c++ bindings (#4193)Gravatar Brúnó Salomon 16-1127/+4961 2023-08-17Fix description for executables pageGravatar Colin McDonnell 1-1/+1