tor-browser

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

export-star-cannot-rescue-missing-export.js (98B)


      1 // |jit-test| module; error:SyntaxError
      2 
      3 export { a } from "empty.js";
      4 export* from "module1.js";