We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab2f003 commit 81c06b2Copy full SHA for 81c06b2
wrapper.js
@@ -232,6 +232,7 @@ function setupMethods (soljson) {
232
compileStandard: compileStandard
233
},
234
features: {
235
+ legacySingleInput: compileJSON !== null,
236
multipleInputs: compileJSONMulti !== null || compileStandard !== null,
237
importCallback: compileJSONCallback !== null || compileStandard !== null,
238
nativeStandardJSON: compileStandard !== null
0 commit comments