Oracle Cloud parser by avijain09 · Pull Request #158 · leopardslab/nodecloud

Comment on lines +25 to +26

const dummyFile = process.cwd() + "/dummyClasses/do.js";

Choose a reason for hiding this comment

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

Why you are using the dummy class of digital ocean here.Is the dummy class for Oracle same as the class of digital ocean?

if (/^[A-Z]*$/.test(serviceName)) {
filePath =
process.cwd() +
"/generatedClasses/DO/" +

Choose a reason for hiding this comment

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

Why saving the generated classes in the DO folder?

process.cwd() +
"/generatedClasses/DO/" +
dir +
"/do-" +

Choose a reason for hiding this comment

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

??

} else {
filePath =
process.cwd() +
"/generatedClasses/DO/" +

Choose a reason for hiding this comment

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

Here also.

Choose a reason for hiding this comment

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

I did not have any prior experience with the dummy classes for Oracle cloud at the time of my earlier response. However, I have since worked on them, made necessary corrections, and currently, I am working on the transformer component.

Choose a reason for hiding this comment

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

Dummy class for oracle #161

And I am currently working on building the transformer for Oracle Cloud.