node/benchmark/es
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
..
defaultparams-bench.js lib: prefer logical assignment 2024-10-09 06:42:16 +00:00
destructuring-bench.js benchmark: add trailing commas 2023-01-29 19:13:35 +01:00
destructuring-object-bench.js benchmark: add trailing commas 2023-01-29 19:13:35 +01:00
error-stack.js lib: allow skipping source maps in node_modules 2025-01-23 22:44:10 +00:00
eval.js
foreach-bench.js benchmark: add trailing commas 2023-01-29 19:13:35 +01:00
map-bench.js benchmark: add trailing commas 2023-01-29 19:13:35 +01:00
restparams-bench.js benchmark: add trailing commas 2023-01-29 19:13:35 +01:00
spread-assign.js Revert "util: move util._extend to eol" 2024-06-14 13:07:58 +00:00
spread-bench.js benchmark: add trailing commas 2023-01-29 19:13:35 +01:00
string-concatenations.js benchmark: change iterations in benchmark/es/string-concatenations.js 2023-11-09 05:45:33 +00:00
string-repeat.js