/**
* On product field edited
* TODO: Move to single service
*/
gets transformed to
/**
* On product field edited TODO: Move to single service
*/
public onVariationValueEdited(property: string | string[], data: string | string[] | number | number[]): void {
How can I preserve the lines that have been written?
Currently with this config:
gets transformed to
How can I preserve the lines that have been written?