DevUtils-app
DevUtils-app copied to clipboard
[feature] option to remove comments for output
For example:
Input
{
// "incremental": true /* Enable incremental compilation */
}
Output
{
"incremental": true
}
I think this feature can be added for other formatters too.
Hi there! Thanks for the suggestion, I think this will be a nice addition. Noted.
This is now available as of version 1.11, please give it a try! 😄