GitHub / cspotcode/node-source-map-support / commits
Adds source map support to node.js (for stack traces)
| SHA | Message | Author | Date | Stats |
|---|---|---|---|---|
| 69baeb8c | merge Merge pull request #42 from cspotcode/promise-allsettled |
Andrew Bradley <c****e@g****m>
Committed by: GitHub <n****y@g****m> |
almost 4 years ago | |
| 32c3f7f6 | add tests for Promise.allSettled; we already supported it but had no way | Andrew Bradley <c****e@g****m> | almost 4 years ago | |
| 2e18ba5a | 0.8.1 | Andrew Bradley <c****e@g****m> | about 4 years ago | |
| f00e4ec3 | merge Merge pull request #39 from cspotcode/fix-error-colon |
Andrew Bradley <c****e@g****m>
Committed by: GitHub <n****y@g****m> |
about 4 years ago | |
| f4d757f3 | fix bug where errors without a message would still have colon in "Error: " | Andrew Bradley <c****e@g****m> | about 4 years ago | |
| 0e9079eb | 0.8.0 | Andrew Bradley <c****e@g****m> | about 4 years ago | |
| 24fe420b | Squash-merge #38 (branch name: trace-mapping) | Andrew Bradley <c****e@g****m> | about 4 years ago | |
| 817f84b2 | 0.7.0 | Andrew Bradley <c****e@g****m> | over 4 years ago | |
| 8531fe3e | volta pin node and npm versions | Andrew Bradley <c****e@g****m> | over 4 years ago | |
| 63248d0f | merge Merge pull request #30 from cspotcode/sourceMapSupportRedirect-followup |
Andrew Bradley <c****e@g****m>
Committed by: GitHub <n****y@g****m> |
over 4 years ago | |
| fc4fc9f8 | fix mistake in function signature of redirection callback | Andrew Bradley <c****e@g****m> | over 4 years ago | |
| c7db746b | merge Merge pull request #23 from ejose19/ej/sourceMapSupportRedirect |
Andrew Bradley <c****e@g****m>
Committed by: GitHub <n****y@g****m> |
over 4 years ago | |
| a4e16481 | ensure disabled hook fn remains disabled when subsequent hook is installed on... | Andrew Bradley <c****e@g****m> | over 4 years ago | |
| a0fdd9b9 | refactor: only apply redirect if the hook is enabled | ejose19 <8****9@u****m> | over 4 years ago | |
| 226b96a0 | refactor: add `onConflictingLibraryRedirect` array to notify all `install` of... | ejose19 <8****9@u****m> | over 4 years ago | |
| f5db8197 | refactor: adjust install & uninstall to use sharedData | ejose19 <8****9@u****m> | over 4 years ago | |
| 8ab8b7a7 | merge Merge remote-tracking branch 'origin/master' into ej/sourceMapSupportRedirect | Andrew Bradley <c****e@g****m> | over 4 years ago | |
| a1abb8c3 | merge Merge pull request #29 from cspotcode/uninstall |
Andrew Bradley <c****e@g****m>
Committed by: GitHub <n****y@g****m> |
over 4 years ago | |
| 50e4017e | merge Merge remote-tracking branch 'origin/master' into uninstall | Andrew Bradley <c****e@g****m> | over 4 years ago | |
| e865d190 | Correct types; add tests | Andrew Bradley <c****e@g****m> | over 4 years ago | |
| 94e55872 | merge Merge remote-tracking branch 'origin/master' into ej/sourceMapSupportRedirect | Andrew Bradley <c****e@g****m> | over 4 years ago | |
| 44c3bced | Several changes: | Andrew Bradley <c****e@g****m> | over 4 years ago | |
| c98a7596 | merge Merge pull request #28 from cspotcode/support-multiple-instances |
Andrew Bradley <c****e@g****m>
Committed by: GitHub <n****y@g****m> |
over 4 years ago | |
| 33161bbe | Add `uninstall()` which will remove hooks from the environment | Andrew Bradley <c****e@g****m> | over 4 years ago | |
| 2e086aad | merge Merge pull request #25 from cspotcode/add-register-hook-require |
Andrew Bradley <c****e@g****m>
Committed by: GitHub <n****y@g****m> |
over 4 years ago | |
| 10e95a90 | Create CONTRIBUTING.md |
Andrew Bradley <c****e@g****m>
Committed by: GitHub <n****y@g****m> |
over 4 years ago | |
| 9bfd4fe6 | add @cspotcode/register-hook-require entrypoint | Andrew Bradley <c****e@g****m> | over 4 years ago | |
| eb81879b | refactor: return full resolved path for this package proxy | ejose19 <8****9@u****m> | almost 5 years ago | |
| 1ebbd868 | refactor: list explicit arguments | ejose19 <8****9@u****m> | almost 5 years ago | |
| 48d7b0ad | refactor: change implementation to hook on Module._resolveFilename | ejose19 <8****9@u****m> | almost 5 years ago | |
| ce6eafeb | refactor: redirect subsequent imports of "source-map-support" to this package | ejose19 <8****9@u****m> | almost 5 years ago | |
| 84e8ce81 | 0.6.1 | Andrew Bradley <c****e@g****m> | almost 5 years ago | |
| b05e3384 | update package.json homepage to point to fork | Andrew Bradley <c****e@g****m> | almost 5 years ago | |
| 797e4f3c | 0.6.0 | Andrew Bradley <c****e@g****m> | almost 5 years ago | |
| 00b478fb | tweak test assertion logging | Andrew Bradley <c****e@g****m> | almost 5 years ago | |
| 45c7e086 | merge Merge pull request #9 from cspotcode/ab/upgrade-source-map-dep |
Andrew Bradley <c****e@g****m>
Committed by: GitHub <n****y@g****m> |
almost 5 years ago | |
| 9874c49f | switch to stable release of dep | Andrew Bradley <c****e@g****m> | almost 5 years ago | |
| 421cdd6a | update package-lock | Andrew Bradley <c****e@g****m> | almost 5 years ago | |
| 11fb505d | merge Merge remote-tracking branch 'origin/master' into ab/upgrade-source-map-dep | Andrew Bradley <c****e@g****m> | almost 5 years ago | |
| 6bdf2118 | merge Merge pull request #20 from cspotcode/ab/fix-async-stack-frames |
Andrew Bradley <c****e@g****m>
Committed by: GitHub <n****y@g****m> |
almost 5 years ago | |
| 2f6e3daa | Add rendering for async stack frames | Andrew Bradley <c****e@g****m> | almost 5 years ago | |
| 48203680 | merge Merge pull request #16 from cspotcode/ab/fix-exit-logging-order |
Andrew Bradley <c****e@g****m>
Committed by: GitHub <n****y@g****m> |
almost 5 years ago | |
| df10eae5 | fix | Andrew Bradley <c****e@g****m> | almost 5 years ago | |
| 636c7e0a | fix | Andrew Bradley <c****e@g****m> | almost 5 years ago | |
| 3ae16ee9 | merge Merge remote-tracking branch 'origin/master' into ab/fix-exit-logging-order | Andrew Bradley <c****e@g****m> | almost 5 years ago | |
| e9c6c847 | merge Merge pull request #17 from cspotcode/ab/fix-263 |
Andrew Bradley <c****e@g****m>
Committed by: GitHub <n****y@g****m> |
almost 5 years ago | |
| 2e5eccf6 | merge Merge pull request #18 from cspotcode/ab/bundle-types |
Andrew Bradley <c****e@g****m>
Committed by: GitHub <n****y@g****m> |
almost 5 years ago | |
| 48706d17 | bundle type declarations | Andrew Bradley <c****e@g****m> | almost 5 years ago | |
| d145a924 | Fix #15 | Andrew Bradley <c****e@g****m> | almost 5 years ago | |
| 07525725 | fix colorized output | Andrew Bradley <c****e@g****m> | almost 5 years ago | |
| eac5011b | WIP | Andrew Bradley <c****e@g****m> | almost 5 years ago | |
| 4f956975 | wip | Andrew Bradley <c****e@g****m> | almost 5 years ago | |
| b5b2b166 | merge Merge remote-tracking branch 'origin/master' into ab/upgrade-source-map-dep | Andrew Bradley <c****e@g****m> | almost 5 years ago | |
| d354453c | merge Merge pull request #5 from cspotcode/ab/fork |
Andrew Bradley <c****e@g****m>
Committed by: GitHub <n****y@g****m> |
almost 5 years ago | |
| 1d62fa47 | merge Merge pull request #2 from cspotcode/ab/fix-263 |
Andrew Bradley <c****e@g****m>
Committed by: GitHub <n****y@g****m> |
almost 5 years ago | |
| a7e38944 | merge Merge pull request #3 from cspotcode/ab/fix-291 |
Andrew Bradley <c****e@g****m>
Committed by: GitHub <n****y@g****m> |
almost 5 years ago | |
| 241fcc2e | merge Merge remote-tracking branch 'origin/master' into ab/fix-291 | Andrew Bradley <c****e@g****m> | almost 5 years ago | |
| 8b642e73 | merge Merge remote-tracking branch 'origin/master' into ab/fix-263 | Andrew Bradley <c****e@g****m> | almost 5 years ago | |
| bf21f621 | merge Merge pull request #6 from cspotcode/ab/exclude-browser-version |
Andrew Bradley <c****e@g****m>
Committed by: GitHub <n****y@g****m> |
almost 5 years ago | |
| 2b2ff34f | merge Merge pull request #8 from cspotcode/ab/only-supported-node-version |
Andrew Bradley <c****e@g****m>
Committed by: GitHub <n****y@g****m> |
almost 5 years ago | |
| b52b5226 | remove buffer-from | Andrew Bradley <c****e@g****m> | almost 5 years ago | |
| a847b998 | merge Merge remote-tracking branch 'origin/master' into ab/only-supported-node-version | Andrew Bradley <c****e@g****m> | almost 5 years ago | |
| fc7475da | upgrade source-map dep | Andrew Bradley <c****e@g****m> | almost 5 years ago | |
| 85e79ed1 | remove buffer-from | Andrew Bradley <c****e@g****m> | almost 5 years ago | |
| 458474df | merge Merge pull request #7 from cspotcode/ab/only-supported-node-version |
Andrew Bradley <c****e@g****m>
Committed by: GitHub <n****y@g****m> |
almost 5 years ago | |
| e2891022 | only test against and support supported node versions | Andrew Bradley <c****e@g****m> | almost 5 years ago | |
| 91b82506 | trim down package size | Andrew Bradley <c****e@g****m> | almost 5 years ago | |
| 5b51d77a | merge Merge remote-tracking branch 'origin/master' into ab/fix-263 | Andrew Bradley <c****e@g****m> | almost 5 years ago | |
| e7deac0b | merge Merge remote-tracking branch 'origin/master' into ab/fix-291 | Andrew Bradley <c****e@g****m> | almost 5 years ago | |
| e5b708a5 | merge Merge pull request #1 from cspotcode/ab/ci |
Andrew Bradley <c****e@g****m>
Committed by: GitHub <n****y@g****m> |
almost 5 years ago | |
| d799caf4 | fix | Andrew Bradley <c****e@g****m> | almost 5 years ago | |
| 794bdb06 | fix | Andrew Bradley <c****e@g****m> | almost 5 years ago | |
| db624a37 | add missing primordial | Andrew Bradley <c****e@g****m> | almost 5 years ago | |
| b731e026 | fix | Andrew Bradley <c****e@g****m> | almost 5 years ago | |
| 9b7cfe16 | fork it to @cspotcode/source-map-support | Andrew Bradley <c****e@g****m> | almost 5 years ago | |
| 98ac22f9 | disable node 0.10 tests | Andrew Bradley <c****e@g****m> | almost 5 years ago | |
| c61afc52 | fix | Andrew Bradley <c****e@g****m> | almost 5 years ago | |
| 4aa14556 | fix | Andrew Bradley <c****e@g****m> | almost 5 years ago | |
| 0fbbb8b2 | npm install to support old npm | Andrew Bradley <c****e@g****m> | almost 5 years ago | |
| b3b71f9f | fix | Andrew Bradley <c****e@g****m> | almost 5 years ago | |
| 9ea5e6b2 | try to fix tests | Andrew Bradley <c****e@g****m> | almost 5 years ago | |
| c581e2f1 | add gh actions ci | Andrew Bradley <c****e@g****m> | almost 5 years ago | |
| 381fdd18 | implement #263 | Andrew Bradley <c****e@g****m> | almost 5 years ago | |
| 8a2a0e96 | Initial implementation for review | Andrew Bradley <c****e@g****m> | almost 5 years ago | |
| d0587453 | merge Merge pull request #282 from evanw/dependabot/npm_and_yarn/http-proxy-1.18.1 |
Linus Unnebäck <l****s@f****e>
Committed by: GitHub <n****y@g****m> |
over 5 years ago | |
| e7b54668 |
Bump http-proxy from 1.17.0 to 1.18.1
Signed-off-by: dependabot[bot] <s****t@g****m> |
dependabot[bot] <4****]@u****m>
Committed by: GitHub <n****y@g****m> |
over 5 years ago | |
| d29e9c81 | 0.5.19 | Linus Unnebäck <l****s@f****e> | about 6 years ago | |
| 86ba3984 | Update built files | Linus Unnebäck <l****s@f****e> | about 6 years ago | |
| 50642d69 | merge Merge pull request #259 from evanw/dependabot/npm_and_yarn/ecstatic-3.3.2 |
Linus Unnebäck <l****s@f****e>
Committed by: GitHub <n****y@g****m> |
about 6 years ago | |
| d630e436 | merge Merge pull request #273 from evanw/dynamic-require-module |
Linus Unnebäck <l****s@f****e>
Committed by: GitHub <n****y@g****m> |
about 6 years ago | |
| 619bcc0f | Use dynamicRequire to import 'module' |
Linus Unnebäck <l****s@f****e>
Committed by: GitHub <n****y@g****m> |
about 6 years ago | |
| 282a3f8c | 0.5.18 | Linus Unnebäck <l****s@f****e> | about 6 years ago | |
| d3dfdc00 | Update built files | Linus Unnebäck <l****s@f****e> | about 6 years ago | |
| 19257f61 | merge Merge pull request #271 from evanw/dynamic-require |
Linus Unnebäck <l****s@f****e>
Committed by: GitHub <n****y@g****m> |
about 6 years ago | |
| e92f20cf | Fix WebPack compatibility by using dynamic require | Linus Unnebäck <l****s@f****e> | about 6 years ago | |
| 4cba532f | 0.5.17 | Linus Unnebäck <l****s@f****e> | about 6 years ago | |
| c71c5d18 | Update built files | Linus Unnebäck <l****s@f****e> | about 6 years ago | |
| 2a08b931 | merge Merge pull request #269 from addaleax/fix-workers |
Linus Unnebäck <l****s@f****e>
Committed by: GitHub <n****y@g****m> |
about 6 years ago | |
| 59b442f7 | Use braces around if body |
Linus Unnebäck <l****s@f****e>
Committed by: GitHub <n****y@g****m> |
about 6 years ago | |
| 1db97ff2 | Fix Node.js Worker support by not shimming uncaughtException | Anna Henningsen <a****a@a****t> | about 6 years ago |