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
14be170c
Commit
14be170c
authored
Jul 19, 2021
by
filip mertens
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'fixexports' of
https://github.com/ethereum/remix-project
into closeTabs
parents
f765951e
b035775f
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
index.ts
libs/remix-solidity/src/index.ts
+1
-1
compiler-container.tsx
...remix-ui/solidity-compiler/src/lib/compiler-container.tsx
+1
-1
No files found.
libs/remix-solidity/src/index.ts
View file @
14be170c
...
...
@@ -3,4 +3,4 @@ export { compile } from './compiler/compiler-helpers'
export
{
default
as
CompilerInput
}
from
'./compiler/compiler-input'
export
{
CompilerAbstract
}
from
'./compiler/compiler-abstract'
export
*
from
'./compiler/types'
export
*
from
'./compiler/compiler-utils'
export
{
promisedMiniXhr
,
pathToURL
,
baseURLBin
,
baseURLWasm
,
canUseWorker
,
urlFromVersion
}
from
'./compiler/compiler-utils'
libs/remix-ui/solidity-compiler/src/lib/compiler-container.tsx
View file @
14be170c
...
...
@@ -2,7 +2,7 @@ import React, { useEffect, useState, useRef, useReducer } from 'react' // eslint
import
semver
from
'semver'
import
{
CompilerContainerProps
,
ConfigurationSettings
}
from
'./types'
import
*
as
helper
from
'../../../../../apps/remix-ide/src/lib/helper'
import
{
canUseWorker
,
baseURLBin
,
baseURLWasm
,
urlFromVersion
,
pathToURL
,
promisedMiniXhr
}
from
'@remix-project/remix-solidity'
// @ts-ignore
import
{
canUseWorker
,
baseURLBin
,
baseURLWasm
,
urlFromVersion
,
pathToURL
,
promisedMiniXhr
}
from
'@remix-project/remix-solidity'
import
{
compilerReducer
,
compilerInitialState
}
from
'./reducers/compiler'
import
{
resetEditorMode
,
listenToEvents
}
from
'./actions/compiler'
...
...
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