chore(client): Merge client and engines-core packages
Moves most of `engine-core` package into `core/runtime/engine`
subdirectory of the client.
Moves some utitlites from the `engine-core` into various `internals` sub
modules.
This allows us to use `internals` helpers within what used to be
`engines-core` code. In the future, it would also allow us to simplify
the code by reusing some of the client-side abstractions.
Fix prisma/client-plannig#358
Unblock prisma/client-plannig#340
3199bae
1 year ago
by SevInf
-938%
chore(client): Merge client and engines-core packages
Moves most of `engine-core` package into `core/runtime/engine`
subdirectory of the client.
Moves some utitlites from the `engine-core` into various `internals` sub
modules.
This allows us to use `internals` helpers within what used to be
`engines-core` code. In the future, it would also allow us to simplify
the code by reusing some of the client-side abstractions.
Fix prisma/client-planning#358
Unblock prisma/client-planning#340
f010005
1 year ago
by SevInf
+834%
Fix couple of test failures
35ec469
1 year ago
by SevInf
-766%
Move tracing uitls and errors to top level of core/