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

Is there any way to preserve comments and line breaks when loading yaml files #549

Closed
akprgm opened this issue May 20, 2020 · 3 comments
Closed

Comments

@akprgm
Copy link

akprgm commented May 20, 2020

const fileContents = fs.readFileSync('conf.yaml');
yaml.safeLoad(fileContents)) ; // comments and line breaks getting removed
@puzrin
Copy link
Member

puzrin commented May 20, 2020

No. This parser has no AST and works with data only.

@puzrin puzrin closed this as completed May 20, 2020
@akprgm
Copy link
Author

akprgm commented May 20, 2020

Is there any thought on adding support for the same?

@puzrin
Copy link
Member

puzrin commented May 20, 2020

That means full rewrite of everything. I would not hope on this in nearest future.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants