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

@iarna/toml strigify() adds underscores as a thousands separator #39

Open
dsolanorush opened this issue Mar 28, 2023 · 0 comments
Open

Comments

@dsolanorush
Copy link

See known issue here: iarna/iarna-toml#34

In short, when parsing numeric values over 4 digits @iarna/toml stringify method is adding an underscore character as the thousands separator. Example: 4000 becomes 4_000, which causes the generated netlify.toml to have invalid values for things like port numbers.

Is it possible to add some cleanup processing to remove underscores for numeric values?

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

1 participant