aboutsummaryrefslogtreecommitdiffstats
path: root/packages/sol-cov/src/revert_trace_subprovider.ts
Commit message (Collapse)AuthorAgeFilesLines
* Fix tslint issuesLeonid Logvinov2018-07-171-2/+2
|
* Fix some bugs in sol-covAlex Browne2018-06-221-7/+11
|
* Include source code snippets in revert stack tracesAlex Browne2018-06-211-9/+54
|
* Fix linter errorsAlex Browne2018-06-151-0/+1
|
* De-duplicate code by refactoring subprovider classesAlex Browne2018-06-151-143/+15
|
* Remove unused variables and other small fixesAlex Browne2018-06-151-3/+3
|
* Reverse order of stack trace to match behavior of most other language stack ↵Alex Browne2018-06-151-1/+1
| | | | traces
* Fix a bug in revert_trace.tsAlex Browne2018-06-151-1/+5
|
* Introduce subprovider for printing revert stack tracesAlex Browne2018-06-151-0/+237