index
:
dexon-sol-tools
development
master
DEXON fork of Solidity development tools originated from 0x-monorepo (https://github.com/dexon-foundation/sol-tools)
LAN-TW
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
packages
/
sol-cov
/
src
/
ast_visitor.ts
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refactor out sol-cov, sol-profiler and sol-trace into their separate packages
Leonid Logvinov
2019-01-08
1
-168
/
+0
*
Fix tslint issues
Leonid Logvinov
2018-07-17
1
-7
/
+7
*
rename function
perissology
2018-06-27
1
-6
/
+6
*
support ignoring entire contracts
perissology
2018-06-25
1
-7
/
+11
*
add ability to ignore covering specific code blocks
perissology
2018-06-23
1
-1
/
+28
*
Update to match latest type definitions and other small changes
Alex Browne
2018-06-21
1
-2
/
+3
*
Add EmitStatement to ASTVisitor
Leonid Logvinov
2018-06-12
1
-0
/
+3
*
Add tests for sol-cov
Leonid Logvinov
2018-03-15
1
-2
/
+2
*
Add other statement types
Leonid Logvinov
2018-03-13
1
-0
/
+24
*
Start using solidity-parser-antlr
Leonid Logvinov
2018-03-13
1
-53
/
+37
*
Add a HACK to detect coverage of the modifiers with no parameters
Leonid Logvinov
2018-03-12
1
-0
/
+4
*
Add builtin modifier 'constant'
Leonid Logvinov
2018-03-12
1
-1
/
+1
*
Use string enum for branch types
Leonid Logvinov
2018-03-12
1
-4
/
+10
*
Add sol-cover implementation
Leonid Logvinov
2018-03-12
1
-0
/
+115