tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

bug-1985226.js (147B)


      1 load(libdir + "asserts.js");
      2 
      3 a = parseModule(`import 'b' with { b: 'bar'}`);
      4 assertThrowsInstanceOf(function () {
      5  moduleLink(a);
      6 }, SyntaxError)