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 3b9f154 commit 220170fCopy full SHA for 220170f
apps/remix-ide/src/remixAppManager.js
@@ -12,6 +12,7 @@ let requiredModules = [ // services + layout views + system views
12
'config',
13
'compilerArtefacts',
14
'compilerMetadata',
15
+ 'compilerloader',
16
'contextualListener',
17
'editor',
18
'offsetToLineColumnConverter',
@@ -108,6 +109,7 @@ export function isNative(name) {
108
109
'solidity',
110
'solidity-logic',
111
'solidityStaticAnalysis',
112
+ 'solhint',
113
'solidityUnitTesting',
114
'layout',
115
'notification',
0 commit comments