summaryrefslogtreecommitdiff
path: root/lib/internal/source_map
Commit message (Expand)AuthorAgeFilesLines
* lib: add trailing commas to more internal filesAntoine du Hamel2023-02-262-4/+4
* lib: enforce use of trailing commas for functionsAntoine du Hamel2023-02-142-5/+5
* 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-272-2/+2
* src,lib: print prinstine source when source map source not foundlegendecas2022-08-061-6/+7
* src,lib: print source map error source on demandlegendecas2022-07-282-55/+80
* lib,src: add source map support for global evallegendecas2022-07-112-16/+62
* lib: refactor to avoid unsafe regex primordialsAntoine du Hamel2022-06-272-8/+8
* lib: source maps filter null prefixFabian Cook2022-04-031-2/+3
* errors: do not access .stack in debugBenjamin E. Coe2022-02-252-5/+5
* lib: refactor to use `validateObject()` validatorMohammed Keyvanzadeh2022-02-061-6/+2
* lib: refactor source map stack trace prepareMohammed Keyvanzadeh2022-01-291-3/+3
* lib: remove erroneous JSDoc entryRich Trott2022-01-211-3/+0
* lib: remove spurious JSDoc entryRich Trott2021-12-211-3/+0
* lib,test,tools: use consistent JSDoc typesRich Trott2021-11-291-1/+1
* test: add semicolons for linter updateRich Trott2021-11-081-2/+2
* process: add api to enable source-maps programmaticallylegendecas2021-07-151-12/+27
* errors: remove eager stack generation for node errorsGus Caplan2021-07-071-2/+8
* errors: don't rekey on primitive typebcoe2021-06-211-9/+0
* lib: remove semicolon in preparation for babel/eslint-parser updateRich Trott2021-06-211-1/+1
* errors: align source-map stacks with specbcoe2021-02-121-9/+16
* lib: refactor source_map to use more primordialsAntoine du Hamel2021-01-131-11/+20
* lib: refactor source_map to avoid unsafe array iterationAntoine du Hamel2021-01-132-3/+3
* lib: add primordials.SafeStringIteratorAntoine du Hamel2020-12-251-1/+3
* lib: make safe primordials safe to iterateAntoine du Hamel2020-12-151-10/+1
* errors: display original symbol namebcoe2020-12-012-49/+91
* module: refactor to use iterable-weak-mapbcoe2020-11-062-51/+40
* errors: refactor to use more primordialsAntoine du Hamel2020-11-051-10/+14
* errors: do not call resolve on URLs with schemesbcoe2020-11-022-32/+47
* lib: replace http to https of comment link urlssapics2020-07-061-1/+2
* lib: improve debuglog() performanceBrian White2020-05-302-2/+6
* errors: print original exception contextbcoe2020-05-242-8/+76
* tools: enable no-else-return lint ruleLuigi Pinca2020-05-162-12/+9
* lib: replace Array to ArrayIsArray by primordialshimself652020-03-301-2/+2
* module: port source map sort logic from chromiumbcoe2020-02-271-2/+19
* lib: delete dead code in SourceMapJustin Ridgewell2020-01-281-14/+0
* process: fix two overflow cases in SourceMap VLQ decodingJustin Ridgewell2020-01-261-2/+13
* module: add API for interacting with source mapsbcoe2020-01-143-31/+71
* lib: replace Map global by the primordialsSebastien Ahkrin2020-01-041-0/+1
* lib: replace use of Error with primordialsSebastien Ahkrin2020-01-041-0/+4
* lib: replace WeakMap global by the primordialsSebastien Ahkrin2020-01-041-0/+1
* errors: support prepareSourceMap with source-mapsbcoe2020-01-021-1/+9
* lib: flatten access to primordialsMichaƫl Zasso2019-11-251-19/+14