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
aa5d097e
Commit
aa5d097e
authored
Jan 21, 2021
by
lianahus
Committed by
Liana Husikyan
Jan 25, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added bleach to the lib
parent
b765ff38
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
debugger-api.ts
apps/debugger/src/app/debugger-api.ts
+2
-2
debugger-tab.js
apps/remix-ide/src/app/tabs/debugger-tab.js
+1
-1
No files found.
apps/debugger/src/app/debugger-api.ts
View file @
aa5d097e
...
...
@@ -6,10 +6,10 @@ import type { CompilationResult } from '@remix-project/remix-solidity-ts'
export
const
DebuggerApiMixin
=
(
Base
)
=>
class
extends
Base
{
initDebuggerApi
()
{
this
.
debugHash
=
null
const
self
=
this
this
.
web3Provider
=
{
sendAsync
(
payload
,
callback
)
{
sendAsync
(
payload
,
callback
)
{
self
.
call
(
'web3Provider'
,
'sendAsync'
,
payload
)
.
then
(
result
=>
callback
(
null
,
result
))
.
catch
(
e
=>
callback
(
e
))
...
...
apps/remix-ide/src/app/tabs/debugger-tab.js
View file @
aa5d097e
...
...
@@ -8,7 +8,7 @@ import ReactDOM from 'react-dom'
import
modalDialogCustom
from
'../ui/modal-dialog-custom'
const
yo
=
require
(
'yo-yo'
)
const
css
=
require
(
'./styles/debugger-tab-styles'
)
const
bleach
=
require
(
'bleach'
);
import
bleach
from
'../../lib/bleach'
const
profile
=
{
name
:
'debugger'
,
...
...
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