summaryrefslogtreecommitdiff
path: root/lib/internal/source_map/source_map_cache.js
Commit message (Expand)AuthorAgeFilesLines
* lib: add trailing commas to more internal filesAntoine du Hamel2023-02-261-3/+3
* lib: remove unnecessary ObjectGetValueSafeChengzhong Wu2023-01-301-18/+8
* lib: cache parsed source maps to reduce memory footprintChengzhong Wu2023-01-221-8/+18
* tools: add `prefer-proto` ruleJordan Harband2023-01-101-2/+1
* lib: lazy-load deps in source_map_cache.jsJoyee Cheung2022-12-161-8/+12
* modules: move modules/cjs/helpers.js to modules/helpers.jsJoyee Cheung2022-12-161-1/+1
* bootstrap: lazy load non-essential modulesJoyee Cheung2022-12-091-1/+1
* src,lib: retrieve parsed source map url from v8legendecas2022-10-231-42/+56
* lib: don't match `sourceMappingURL` in stringsAlan Agius2022-09-261-11/+22
* lib: codify findSourceMap return value when not foundChengzhong Wu2022-08-271-1/+1
* src,lib: print source map error source on demandlegendecas2022-07-281-37/+54
* lib,src: add source map support for global evallegendecas2022-07-111-14/+55
* lib: refactor to avoid unsafe regex primordialsAntoine du Hamel2022-06-271-6/+6
* errors: do not access .stack in debugBenjamin E. Coe2022-02-251-4/+4
* process: add api to enable source-maps programmaticallylegendecas2021-07-151-12/+27
* errors: don't rekey on primitive typebcoe2021-06-211-9/+0
* lib: refactor source_map to avoid unsafe array iterationAntoine du Hamel2021-01-131-1/+1
* lib: make safe primordials safe to iterateAntoine du Hamel2020-12-151-10/+1
* module: refactor to use iterable-weak-mapbcoe2020-11-061-50/+38
* errors: do not call resolve on URLs with schemesbcoe2020-11-021-19/+12
* lib: improve debuglog() performanceBrian White2020-05-301-1/+3
* errors: print original exception contextbcoe2020-05-241-5/+22
* tools: enable no-else-return lint ruleLuigi Pinca2020-05-161-4/+2
* module: add API for interacting with source mapsbcoe2020-01-141-1/+11
* lib: replace Map global by the primordialsSebastien Ahkrin2020-01-041-0/+1
* lib: replace WeakMap global by the primordialsSebastien Ahkrin2020-01-041-0/+1
* lib: flatten access to primordialsMichaƫl Zasso2019-11-251-19/+14
* process: make source map getter resistant against prototype tamperingAnna Henningsen2019-11-051-12/+51
* process: add lineLength to source-map-cachebcoe2019-10-131-51/+24
* process: add source-map support to stack tracesbcoe2019-10-051-0/+237