-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update dev environment #15
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just some commented code to be remove
src/render/diff/TestDifference.ts
Outdated
outputFormat: "side-by-side", | ||
matching: "lines" | ||
} | ||
); | ||
// const diffHtml = diff2html.Diff2Html.getPrettyHtml( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove commented code
web/template-parcel.html
Outdated
</div> | ||
</li> | ||
</ul> | ||
<!-- <form class="form-inline mt-2 mt-md-0"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove commented code
src/utils/GenerateInlineReport.ts
Outdated
// tslint:disable-next-line:no-implicit-dependencies | ||
import * as plugin from "parcel-plugin-inliner"; | ||
// import * as plugin from "parcel-plugin-inliner"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove commented code
src/render/diff/TestDifference.ts
Outdated
jestDiff, | ||
{ | ||
inputFormat: "diff", | ||
showFiles: false, | ||
// inputFormat: "diff", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove commented code
No description provided.