tor-browser

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

README.md (680B)


Sourcemapped test fixtures

The test fixtures in this folder are used to generate a suite of tests for sourcemapped files that have been passed through various tools like Babel and Typescript, and various bundlers like Rollup and Webpack.

The fixtures follow a naming scheme where:

* Written in CommonJS * May be converted to CommonJS when Babel is enabled

This is used to exclude these files from processing by bundlers that expect input files to be ES modules.