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