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
8b521cef
Commit
8b521cef
authored
Dec 02, 2020
by
aniket-engg
Committed by
Aniket
Dec 05, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
build for all libs working fine
parent
21e7ff4b
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
6 additions
and
8 deletions
+6
-8
package.json
libs/remix-lib/package.json
+2
-2
index.ts
libs/remix-lib/src/index.ts
+1
-3
tsconfig.lib.json
libs/remix-lib/tsconfig.lib.json
+1
-1
tsconfig.json
tsconfig.json
+1
-1
workspace.json
workspace.json
+1
-1
No files found.
libs/remix-lib/package.json
View file @
8b521cef
...
...
@@ -12,7 +12,7 @@
"email"
:
"liana@ethdev.com"
}
],
"main"
:
"index.js"
,
"main"
:
"
src/
index.js"
,
"dependencies"
:
{
"async"
:
"^2.1.2"
,
"ethereumjs-block"
:
"^2.2.2"
,
...
...
@@ -36,7 +36,7 @@
"tape"
:
"^4.6.0"
},
"scripts"
:
{
"test"
:
"./../../node_modules/.bin/t
ape ./test/tests.j
s"
"test"
:
"./../../node_modules/.bin/t
s-node --require tsconfig-paths/register ./../../node_modules/.bin/tape ./test/tests.t
s"
},
"publishConfig"
:
{
"access"
:
"public"
...
...
libs/remix-lib/src/index.ts
View file @
8b521cef
...
...
@@ -16,9 +16,7 @@ import { ExecutionContext } from './execution/execution-context'
import
*
as
typeConversion
from
'./execution/typeConversion'
import
{
UniversalDApp
}
from
'./universalDapp'
if
(
typeof
(
module
)
!==
'undefined'
&&
typeof
(
module
.
exports
)
!==
'undefined'
)
{
module
.
exports
=
modules
()
}
export
=
modules
()
function
modules
()
{
return
{
...
...
libs/remix-lib/tsconfig.lib.json
View file @
8b521cef
...
...
@@ -5,7 +5,7 @@
"outDir"
:
"../../dist/out-tsc"
,
"declaration"
:
true
,
"rootDir"
:
"./"
,
"types"
:
[
"node"
]
"types"
:
[
"node"
,
"tape"
]
},
"exclude"
:
[
"**/*.spec.js"
,
...
...
tsconfig.json
View file @
8b521cef
...
...
@@ -19,7 +19,7 @@
"@remix-project/remix-analyzer"
:
[
"dist/libs/remix-analyzer/index.js"
],
"@remix-project/remix-astwalker"
:
[
"dist/libs/remix-astwalker/index.js"
],
"@remix-project/remix-debug"
:
[
"dist/libs/remix-debug/index.js"
],
"@remix-project/remix-lib"
:
[
"dist/libs/remix-lib/index.js"
],
"@remix-project/remix-lib"
:
[
"dist/libs/remix-lib/
src/
index.js"
],
"@remix-project/remix-simulator"
:
[
"dist/libs/remix-simulator/src/index.js"
],
"@remix-project/remix-solidity"
:
[
"dist/libs/remix-solidity/index.js"
],
"@remix-project/remix-tests"
:
[
"dist/libs/remix-tests/src/index.js"
],
...
...
workspace.json
View file @
8b521cef
...
...
@@ -251,7 +251,7 @@
"outputPath"
:
"dist/libs/remix-lib"
,
"tsConfig"
:
"libs/remix-lib/tsconfig.lib.json"
,
"packageJson"
:
"libs/remix-lib/package.json"
,
"main"
:
"libs/remix-lib/src/index.
j
s"
,
"main"
:
"libs/remix-lib/src/index.
t
s"
,
"assets"
:
[
"libs/remix-lib/*.md"
]
}
}
...
...
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