Skip to content
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

Improve toString #75

Open
JavierSegoviaCordoba opened this issue Oct 13, 2021 · 1 comment
Open

Improve toString #75

JavierSegoviaCordoba opened this issue Oct 13, 2021 · 1 comment
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers refactoring

Comments

@JavierSegoviaCordoba
Copy link

Supposing a node which is a key-value:

Current

node.content // blabla="blabla"

New feature

node.toString() // blabla = "blabla"

Can be more (arrays, and so on).

@akuleshov7 akuleshov7 self-assigned this Oct 13, 2021
@akuleshov7 akuleshov7 added enhancement New feature or request good first issue Good for newcomers labels Oct 13, 2021
@akuleshov7
Copy link
Owner

akuleshov7 commented Oct 13, 2021

We should also polish pretty-print under this issue. Good basis before supporting a serialization

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers refactoring
Projects
None yet
Development

No branches or pull requests

2 participants