Skip to content

Commit 81c06b2

Browse files
committed
Add solc.features.legacySingleInput
1 parent ab2f003 commit 81c06b2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

wrapper.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,7 @@ function setupMethods (soljson) {
232232
compileStandard: compileStandard
233233
},
234234
features: {
235+
legacySingleInput: compileJSON !== null,
235236
multipleInputs: compileJSONMulti !== null || compileStandard !== null,
236237
importCallback: compileJSONCallback !== null || compileStandard !== null,
237238
nativeStandardJSON: compileStandard !== null

0 commit comments

Comments
 (0)