Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-10-23src,lib: retrieve parsed source map url from v8legendecas
2022-09-25lib: don't match `sourceMappingURL` in stringsAlan Agius
2022-08-28lib: codify findSourceMap return value when not foundChengzhong Wu
2022-08-06src,lib: print prinstine source when source map source not foundlegendecas
2022-07-28src,lib: print source map error source on demandlegendecas
2022-07-11lib,src: add source map support for global evallegendecas
2022-06-27lib: refactor to avoid unsafe regex primordialsAntoine du Hamel
2022-04-03lib: source maps filter null prefixFabian Cook
2022-02-26errors: do not access .stack in debugBenjamin E. Coe
2022-02-06lib: refactor to use `validateObject()` validatorMohammed Keyvanzadeh
2022-01-30lib: refactor source map stack trace prepareMohammed Keyvanzadeh
2022-01-22lib: remove erroneous JSDoc entryRich Trott
2021-12-22lib: remove spurious JSDoc entryRich Trott
2021-11-29lib,test,tools: use consistent JSDoc typesRich Trott
2021-11-09test: add semicolons for linter updateRich Trott
2021-07-15process: add api to enable source-maps programmaticallylegendecas
2021-07-08errors: remove eager stack generation for node errorsGus Caplan
2021-06-22errors: don't rekey on primitive typebcoe
2021-06-22lib: remove semicolon in preparation for babel/eslint-parser updateRich Trott
2021-02-13errors: align source-map stacks with specbcoe
2021-01-13lib: refactor source_map to use more primordialsAntoine du Hamel
2021-01-13lib: refactor source_map to avoid unsafe array iterationAntoine du Hamel
2020-12-25lib: add primordials.SafeStringIteratorAntoine du Hamel
2020-12-15lib: make safe primordials safe to iterateAntoine du Hamel
2020-12-01errors: display original symbol namebcoe
2020-11-06module: refactor to use iterable-weak-mapbcoe
2020-11-06errors: refactor to use more primordialsAntoine du Hamel
2020-11-03errors: do not call resolve on URLs with schemesbcoe
2020-07-06lib: replace http to https of comment link urlssapics
2020-05-31lib: improve debuglog() performanceBrian White
2020-05-25errors: print original exception contextbcoe
2020-05-16tools: enable no-else-return lint ruleLuigi Pinca
2020-03-30lib: replace Array to ArrayIsArray by primordialshimself65
2020-02-28module: port source map sort logic from chromiumbcoe
2020-01-28lib: delete dead code in SourceMapJustin Ridgewell
2020-01-27process: fix two overflow cases in SourceMap VLQ decodingJustin Ridgewell
2020-01-14module: add API for interacting with source mapsbcoe
2020-01-05lib: replace Map global by the primordialsSebastien Ahkrin
2020-01-05lib: replace use of Error with primordialsSebastien Ahkrin
2020-01-04lib: replace WeakMap global by the primordialsSebastien Ahkrin
2020-01-03errors: support prepareSourceMap with source-mapsbcoe
2019-11-25lib: flatten access to primordialsMichaƫl Zasso
2019-11-05process: make source map getter resistant against prototype tamperingAnna Henningsen
2019-10-14process: add lineLength to source-map-cachebcoe
2019-10-06process: add source-map support to stack tracesbcoe