Skip to content

Conversation

@hentrymartin
Copy link
Collaborator

What's in this PR?

  • Created an external identity schema client which can be used in other repositories

@@ -0,0 +1 @@
export * from "./index" No newline at end of file

Choose a reason for hiding this comment

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

[💡 style]
Consider adding a newline at the end of the file. While this is not a correctness issue, it is a common convention that can help avoid unnecessary diffs in version control systems when lines are added in the future.

/* !!! This is code generated by Prisma. Do not edit directly. !!!
/* eslint-disable */
// biome-ignore-all lint: generated file
module.exports = { ...require('.') } No newline at end of file

Choose a reason for hiding this comment

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

[⚠️ maintainability]
The use of require('.') could potentially lead to unexpected behavior if the module resolution changes or if there are multiple index files in the directory. Consider specifying the exact file path for clarity and maintainability.

@@ -0,0 +1 @@
export * from "./index" No newline at end of file

Choose a reason for hiding this comment

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

[💡 style]
Consider adding a newline at the end of the file. While this is a minor style issue, it can prevent potential issues with certain tools or when concatenating files.

/* !!! This is code generated by Prisma. Do not edit directly. !!!
/* eslint-disable */
// biome-ignore-all lint: generated file
module.exports = { ...require('#main-entry-point') } No newline at end of file

Choose a reason for hiding this comment

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

[❗❗ correctness]
The use of require('#main-entry-point') with a dynamic path can lead to issues if the module resolution fails or if the path is incorrect. Consider verifying that the path is correct and that the module exists to prevent runtime errors.

@@ -0,0 +1 @@
export * from "./default" No newline at end of file

Choose a reason for hiding this comment

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

[💡 style]
Consider adding a newline at the end of the file. While this is not a correctness issue, it is a common convention that can help avoid unnecessary diffs in version control systems when lines are added in the future.

@kkartunov kkartunov merged commit 6ca5877 into develop Jan 29, 2026
5 of 6 checks 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