tor-browser

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

module_testSyntax.mjs (130B)


      1 // Module that throws a syntax error if parsed as a script.
      2 export default 1;
      3 // eslint-disable-next-line no-undef
      4 wasRun = true;