node/benchmark/fixtures
Chengzhong Wu b11ee4cad3
lib: allow skipping source maps in node_modules
Files in `node_modules` are not authored by the user directly and the
original sources are less relevant to the user.

Skipping source maps in `node_modules` improves the general
performance. Add `module.setSourceMapsSupport(enabled, options)` to
skip source maps in `node_modules` if it is needed. This moves
all source maps related API to `node:module` and this a step to
promote the source maps API to stable.

PR-URL: https://github.com/nodejs/node/pull/56639
Reviewed-By: Vinícius Lourenço Claro Cardoso <contact@viniciusl.com.br>
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
2025-01-23 22:44:10 +00:00
..
node_modules/error-stack lib: allow skipping source maps in node_modules 2025-01-23 22:44:10 +00:00
alice.html
basic-test-runner.js benchmark: add test-reporters 2024-11-16 03:55:13 +00:00
coverage-many-branches.js benchmark: add benchmark for NODE_V8_COVERAGE 2021-01-27 14:31:37 -08:00
echo.worker.js
empty-test-reporter.js benchmark: add benchmarks for the test_runner 2023-07-29 18:07:44 +00:00
esm-dir-file.mjs benchmark: rewrite import.meta benchmark 2023-11-18 00:46:42 +00:00
require-builtins.js benchmark: remove punycode from require-builtins fixture 2023-11-15 00:48:54 +00:00
simple-error-stack.js lib: optimize prepareStackTrace on builtin frames 2024-12-20 01:13:31 +01:00
simple-error-stack.ts lib: optimize prepareStackTrace on builtin frames 2024-12-20 01:13:31 +01:00
simple-http-server.js benchmark: use let and const instead of var 2020-01-28 19:59:41 -08:00
simple-https-server.js benchmark: add simple https benchmark 2020-12-25 18:11:44 +00:00
strip-types-benchmark.js benchmark: create benchmark for typescript 2024-09-25 17:25:18 +00:00
strip-types-benchmark.ts benchmark: create benchmark for typescript 2024-09-25 17:25:18 +00:00
transform-types-benchmark.js benchmark: create benchmark for typescript 2024-09-25 17:25:18 +00:00
transform-types-benchmark.ts benchmark: create benchmark for typescript 2024-09-25 17:25:18 +00:00
valid.env benchmark: add dotenv benchmark 2024-09-18 00:30:39 +00:00