Skip to content

Conversation

@MLauraG
Copy link
Collaborator

@MLauraG MLauraG commented Oct 29, 2021

issue: 91180

@MLauraG MLauraG requested a review from ag-silva October 29, 2021 20:04
}

const options = JSON.parse(fs.readFileSync(absolutePath(parameters.options)));
const options = JSON.parse(fs.readFileSync(/* absolutePath( */parameters.options)/* ) */);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should avoid commented implementations (source control is a better to see changes)

}

const metadataFilePath = absolutePath(options["metadataFilePath"]);
const metadataFilePath = /* absolutePath( */options["metadataFilePath"]/* ) */;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should avoid commented implementations (source control is a better to see changes)


function generateOutput(outFileRelPath, generator, metadata) {
const outFilePath = absolutePath(outFileRelPath);
const outFilePath = /* absolutePath( */outFileRelPath/* ) */;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should avoid commented implementations (source control is a better to see changes)

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

Successfully merging this pull request may close these issues.

3 participants