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
08bb4ba6
Commit
08bb4ba6
authored
Jul 01, 2020
by
aniket-engg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update for remix-analyzer tests
parent
2aaa47b2
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
6 additions
and
5 deletions
+6
-5
staticAnalysisIntegration-test-0.4.24.ts
...er/test/analysis/staticAnalysisIntegration-test-0.4.24.ts
+1
-1
staticAnalysisIntegration-test-0.5.0.ts
...zer/test/analysis/staticAnalysisIntegration-test-0.5.0.ts
+1
-1
tsconfig.json
libs/remix-analyzer/tsconfig.json
+1
-0
tsconfig.json
libs/remix-astwalker/tsconfig.json
+1
-1
tsconfig.json
tsconfig.json
+2
-2
No files found.
libs/remix-analyzer/test/analysis/staticAnalysisIntegration-test-0.4.24.ts
View file @
08bb4ba6
import
*
as
test
from
"tape"
import
{
default
as
test
}
from
"tape"
import
{
helpers
}
from
'@remix-project/remix-lib'
import
{
readFileSync
}
from
'fs'
import
{
join
}
from
'path'
...
...
libs/remix-analyzer/test/analysis/staticAnalysisIntegration-test-0.5.0.ts
View file @
08bb4ba6
import
*
as
test
from
"tape"
import
{
default
as
test
}
from
"tape"
import
{
helpers
}
from
'@remix-project/remix-lib'
import
{
readFileSync
}
from
'fs'
import
{
join
}
from
'path'
...
...
libs/remix-analyzer/tsconfig.json
View file @
08bb4ba6
...
...
@@ -2,6 +2,7 @@
"extends"
:
"../../tsconfig.json"
,
"compilerOptions"
:
{
"types"
:
[
"node"
],
"esModuleInterop"
:
true
},
"include"
:
[
"**/*.ts"
]
}
libs/remix-astwalker/tsconfig.json
View file @
08bb4ba6
...
...
@@ -3,7 +3,7 @@
"compilerOptions"
:
{
"types"
:
[
"node"
],
"module"
:
"commonjs"
,
"esModuleInterop"
:
true
,
"esModuleInterop"
:
true
},
"include"
:
[
"**/*.ts"
]
}
tsconfig.json
View file @
08bb4ba6
...
...
@@ -9,7 +9,7 @@
"experimentalDecorators"
:
true
,
"importHelpers"
:
true
,
"target"
:
"es2015"
,
"module"
:
"
esnext
"
,
"module"
:
"
commonjs
"
,
"typeRoots"
:
[
"node_modules/@types"
],
"lib"
:
[
"es2017"
,
"dom"
],
"skipLibCheck"
:
true
,
...
...
@@ -17,7 +17,7 @@
"baseUrl"
:
"."
,
"paths"
:
{
"@remix-project/remix-analyzer"
:
[
"libs/remix-analyzer/index.ts"
],
"@remix-project/remix-astwalker"
:
[
"
dist/
libs/remix-astwalker/src/index.ts"
],
"@remix-project/remix-astwalker"
:
[
"libs/remix-astwalker/src/index.ts"
],
"@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"
],
...
...
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