Conversation
|
Codecov Report
@@ Coverage Diff @@
## develop #1770 +/- ##
========================================
Coverage 71.81% 71.81%
========================================
Files 69 69
Lines 2303 2303
Branches 344 344
========================================
Hits 1654 1654
Misses 649 649
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
|
|
||
| /** | ||
| * Script for automatically generating a file which has a series of `require` statements for | ||
| * importing JSON contract artifacts. We do this to preserve browser compatibility. |
There was a problem hiding this comment.
This relies on fs so unsure what you mean by this statement of preserving browser compatibility
There was a problem hiding this comment.
This script generates a file and the generated file is designed to preserve browser compat
efa3e9b to
8d02466
Compare
Description
Simple PR, rewrites the
generate-artifacts.jsscript in TypeScript since we shouldn't have random JS files all over the place.