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
8253eb60
Commit
8253eb60
authored
Jun 08, 2021
by
aniket-engg
Committed by
Aniket
Jul 20, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
slither handle in ide
parent
4a1c86fe
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
0 deletions
+18
-0
slither-handle.js
apps/remix-ide/src/app/files/slither-handle.js
+18
-0
No files found.
apps/remix-ide/src/app/files/slither-handle.js
0 → 100644
View file @
8253eb60
import
{
WebsocketPlugin
}
from
'@remixproject/engine-web'
import
*
as
packageJson
from
'../../../../../package.json'
const
profile
=
{
name
:
'slither'
,
displayName
:
'Slither'
,
url
:
'ws://127.0.0.1:65523'
,
methods
:
[],
description
:
'Using Remixd daemon, run slither static analysis'
,
kind
:
'other'
,
version
:
packageJson
.
version
}
export
class
SlitherHandle
extends
WebsocketPlugin
{
constructor
()
{
super
(
profile
)
}
}
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