Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Mermaid version 10.0.0 is the latest, but it has some breaking API changes.
I had to change the
mermaid.render
call as it no longer accepts a callback.see https://github.com/mermaid-js/mermaid/blob/master/CHANGELOG.md#1000
N.B. I tested the rendering and it works for correct graph, but it does not render parsing errors.
I'm very new to node.js, so not sure if my changes are correct.
Any pointers on how to fix this would be appreciated.
Also:
css-loader
to resolve the major version conflict with webpack.npm-run-all
as a dev dependency to makevscode:prepublish
task run on Windows correctly. (Powershell does not recognize;
as a command delimiter )