Skip to content

Conversation

@yaroslav8765
Copy link
Contributor

…lTsProxy


for (const file of files) {
if (file.endsWith(".js") || file.endsWith(".ts")) {
const instance = await getInstance(file, currentDirectory);
Copy link
Contributor

Choose a reason for hiding this comment

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

@yaroslav8765 lets get rid of getInstance in codebase at all if it is not used in any other commands, exec( function should have instance

const columns = ${JSON.stringify(resource.columns)};
const typeName = "${typeName}";
function mapToTypeScriptType(type) {
const map = { "int": "number", "varchar": "string", "boolean": "boolean" };
Copy link
Contributor

Choose a reason for hiding this comment

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

@ivictbor ivictbor merged commit 09a40da into next Oct 15, 2025
1 check passed
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