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 5e938f2 commit 3a296d3Copy full SHA for 3a296d3
wrapper.js
@@ -230,6 +230,11 @@ function setupMethods (soljson) {
230
compileCallback: compileJSONCallback,
231
compileStandard: compileStandard
232
},
233
+ features: {
234
+ multipleInputs: compileJSONMulti !== null || compileStandard !== null,
235
+ importCallback: compileJSONCallback !== null || compileStandard !== null,
236
+ nativeStandardJSON: compileStandard !== null
237
+ },
238
compile: compile,
239
compileStandard: compileStandard,
240
compileStandardWrapper: compileStandardWrapper,
0 commit comments