fix: circular dependency breaking node.js 20.6 (#10344)

Closes: #10338
This commit is contained in:
Mohamed Akram 2023-09-30 13:47:07 +04:00 committed by GitHub
parent 8d0e7f98c3
commit ba7ad3c69b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,9 +6,9 @@ import {
Table,
TableColumn,
TableForeignKey,
TypeORMError,
} from "../.."
import { DriverPackageNotInstalledError } from "../../error/DriverPackageNotInstalledError"
import { TypeORMError } from "../../error/TypeORMError"
import { ColumnMetadata } from "../../metadata/ColumnMetadata"
import { PlatformTools } from "../../platform/PlatformTools"
import { RdbmsSchemaBuilder } from "../../schema-builder/RdbmsSchemaBuilder"