|
|
@ -56,7 +56,6 @@ export class ContractFlattener extends Plugin { |
|
|
|
let sorted |
|
|
|
let sorted |
|
|
|
let result |
|
|
|
let result |
|
|
|
let sources |
|
|
|
let sources |
|
|
|
console.log('flattenContract', source, filePath, data) |
|
|
|
|
|
|
|
try{ |
|
|
|
try{ |
|
|
|
dependencyGraph = getDependencyGraph(ast, filePath) |
|
|
|
dependencyGraph = getDependencyGraph(ast, filePath) |
|
|
|
sorted = dependencyGraph.isEmpty() |
|
|
|
sorted = dependencyGraph.isEmpty() |
|
|
|