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
2aaa47b2
Commit
2aaa47b2
authored
Jun 30, 2020
by
aniket-engg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
build working for remix-analyzer
parent
8cd8a008
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
package.json
libs/remix-analyzer/package.json
+1
-1
package.json
libs/remix-astwalker/package.json
+1
-1
tsconfig.json
tsconfig.json
+1
-1
No files found.
libs/remix-analyzer/package.json
View file @
2aaa47b2
...
@@ -25,7 +25,7 @@
...
@@ -25,7 +25,7 @@
"scripts"
:
{
"scripts"
:
{
"build"
:
"tsc"
,
"build"
:
"tsc"
,
"lint"
:
"standard"
,
"lint"
:
"standard"
,
"test"
:
"
tsc && npm run lint && ts-node node_modules/tape/
bin/tape ./test/tests.ts"
"test"
:
"
./../../node_modules/.bin/ts-node --require tsconfig-paths/register ./../../node_modules/.
bin/tape ./test/tests.ts"
},
},
"standard"
:
{
"standard"
:
{
"ignore"
:
[
"ignore"
:
[
...
...
libs/remix-astwalker/package.json
View file @
2aaa47b2
{
{
"name"
:
"remix-astwalker"
,
"name"
:
"
@remix-project/
remix-astwalker"
,
"version"
:
"0.0.24"
,
"version"
:
"0.0.24"
,
"description"
:
"Remix sub-module for walking through AST"
,
"description"
:
"Remix sub-module for walking through AST"
,
"main"
:
"dist/index.js"
,
"main"
:
"dist/index.js"
,
...
...
tsconfig.json
View file @
2aaa47b2
...
@@ -17,7 +17,7 @@
...
@@ -17,7 +17,7 @@
"baseUrl"
:
"."
,
"baseUrl"
:
"."
,
"paths"
:
{
"paths"
:
{
"@remix-project/remix-analyzer"
:
[
"libs/remix-analyzer/index.ts"
],
"@remix-project/remix-analyzer"
:
[
"libs/remix-analyzer/index.ts"
],
"@remix-project/remix-astwalker"
:
[
"libs/remix-astwalker/src/index.ts"
],
"@remix-project/remix-astwalker"
:
[
"
dist/
libs/remix-astwalker/src/index.ts"
],
"@remix-project/remix-debug"
:
[
"libs/remix-debug/index.js"
],
"@remix-project/remix-debug"
:
[
"libs/remix-debug/index.js"
],
"@remix-project/remix-lib"
:
[
"libs/remix-lib/index.js"
],
"@remix-project/remix-lib"
:
[
"libs/remix-lib/index.js"
],
"@remix-project/remix-simulator"
:
[
"libs/remix-simulator/index.js"
],
"@remix-project/remix-simulator"
:
[
"libs/remix-simulator/index.js"
],
...
...
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