mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
bytecode compare: Stop depending on solc-js internal structure and install it via npm from a local dir instead
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
const process = require('process')
|
||||
const fs = require('fs')
|
||||
|
||||
const compiler = require('./solc-js/wrapper.js')(require('./solc-js/soljson.js'))
|
||||
const compiler = require('solc')
|
||||
|
||||
|
||||
function loadSource(sourceFileName, stripSMTPragmas)
|
||||
|
||||
Reference in New Issue
Block a user