summaryrefslogtreecommitdiff
path: root/lib/internal/source_map
Commit message (Expand)AuthorAgeFilesLines
* 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
* process: make source map getter resistant against prototype tamperingAnna Henningsen2019-11-051-12/+51
* process: add lineLength to source-map-cachebcoe2019-10-132-51/+76
* process: add source-map support to stack tracesbcoe2019-10-052-0/+538