Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
baas-ide
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
guxukai
baas-ide
Commits
cf7d86fa
Commit
cf7d86fa
authored
Jul 10, 2020
by
ioedeveloper
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use remix-solidity build for remix-ide
parent
f8701a52
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
compiler-worker.ts
libs/remix-solidity/src/compiler/compiler-worker.ts
+1
-1
compiler.ts
libs/remix-solidity/src/compiler/compiler.ts
+1
-1
tsconfig.json
tsconfig.json
+1
-1
No files found.
libs/remix-solidity/src/compiler/compiler-worker.ts
View file @
cf7d86fa
'use strict'
import
solc
from
'solc/wrapper'
import
*
as
solc
from
'solc/wrapper'
import
{
CompilerInput
,
MessageToWorker
}
from
'./types'
let
compileJSON
:
((
input
:
CompilerInput
)
=>
string
)
|
null
=
(
input
)
=>
{
return
''
}
const
missingInputs
:
string
[]
=
[]
...
...
libs/remix-solidity/src/compiler/compiler.ts
View file @
cf7d86fa
'use strict'
import
{
update
}
from
'solc/abi'
import
webworkify
from
'webworkify-webpack'
import
*
as
webworkify
from
'webworkify-webpack'
import
compilerInput
from
'./compiler-input'
import
{
EventManager
}
from
'@remix-project/remix-lib'
import
{
default
as
txHelper
}
from
'./txHelper'
;
...
...
tsconfig.json
View file @
cf7d86fa
...
...
@@ -21,7 +21,7 @@
"@remix-project/remix-debug"
:
[
"libs/remix-debug/index.js"
],
"@remix-project/remix-lib"
:
[
"libs/remix-lib/index.js"
],
"@remix-project/remix-simulator"
:
[
"libs/remix-simulator/index.js"
],
"@remix-project/remix-solidity"
:
[
"
libs/remix-solidity/src/index.t
s"
],
"@remix-project/remix-solidity"
:
[
"
dist/libs/remix-solidity/index.j
s"
],
"@remix-project/remix-tests"
:
[
"libs/remix-tests/src/index.ts"
],
"@remix-project/remix-url-resolver"
:
[
"libs/remix-url-resolver/src/index.ts"
]
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment