-
### Which scope/s are relevant/related to the feature request?
vite-plugin-angular
### Information
Because Angular wraps the TypeScript compiler, being able to transform source code is usually done…
-
Example
```typescript
class FullName {
forename: string = '';
surname: string = '';
}
class Something {
name: FullName = new FullName();
}
database.query(Something)
.fi…
-
#321 didn't manage to fix this bug completely.
This is the failing version of [the current unit test](https://github.com/deepkit/deepkit-framework/blob/c1d6c415199804d966ce17ceb235a050de011da3/pack…
-
Hello,
Thank you very much, this library is very nice and very useful.
I have a request feature, I would like to have the possibility to also generate "cast" functions that would take in income …
-
> AFAIK the problem with overriding Nx's own ts-loader transformer is that it'll then no longer support Nx's build cache
Here are some examples how to merge getCustomTransformers:
- https://gith…
-
Dependency injection doesn't work when _Database_ is used in constructor.
When using the type of the implementation class, like _SQLiteDatabase_, it's working.
I think that isn't intentional. An …
-
I've figured out an alternative solution that doesn't cause issues, but still wanted to bring this to your attention:
I've found a type that TS interprets one way, but the runtime types interpret d…
-
**Code**
The code causing the error.
TypeScript version: 4.8.4
Compile error:
```
TSError: ⨯ Unable to compile TypeScript:
src/edgedb/generated/edgeql-js/cardinality.ts:167:62 - error TS2345…
-
Pretty much the title and in particular with Mongo, where I use `db` as a namespace for tenants on the fly and without initiating new ORM or driver instances. All tenants share the same schema, so all…
-
The idea behind this is to be able to start a project with all the files configured for the deepkit.
Some issues that arise with the implementation approach:
- How should this cli be integrated …