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 c4af72d commit b13c5b7Copy full SHA for b13c5b7
wrapper.js
@@ -196,10 +196,6 @@ function setupMethods (soljson) {
196
supportsMulti: compileJSONMulti !== null,
197
supportsImportCallback: compileJSONCallback !== null,
198
supportsStandard: compileStandard !== null,
199
- // Use the given version if available.
200
- useVersion: function (versionString) {
201
- return setupMethods(require('./bin/soljson-' + versionString + '.js'));
202
- },
203
// Loads the compiler of the given version from the github repository
204
// instead of from the local filesystem.
205
loadRemoteVersion: function (versionString, cb) {
0 commit comments