1
0
Fork 0
firefox/devtools/client/debugger/test/mochitest/examples/sourcemapped
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00
..
.rpt2_cache/120bf459f95b8b447674b99c6fe5d040b99b6a97/types/cache Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
builds Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
fixtures Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
output Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
build.js Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
package.json Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
polyfill-bundle.js Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
README.md Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
tsconfig.json Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00
yarn.lock Adding upstream version 140.0. 2025-06-25 09:37:52 +02:00

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:

  • babel- means the file requires Babel in order to be consumed by a bundler.

  • typescript- means the file requires Typescript in order to be consumed by a bundler.

  • -cjs means the file is either:

    • 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.