Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Visualize to_son (sea of nodes) using mermaid.js already added #9

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

Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fix comment in "seaOfNodes" function
  • Loading branch information
wenderjean committed Mar 30, 2023
commit 62ba5d9e1595bd4440d8f8c66a88bea5f339d6fd
2 changes: 1 addition & 1 deletion src/createRuby.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export default async function createRuby() {

return vm.eval(rubySource).toString();
},
// A function to print the current YARV execution
// A function to print the current sea of nodes
seaOfNodes(source) {
const jsonSource = JSON.stringify(JSON.stringify(source));
const rubySource = `
Expand Down