Mitch J.
Mitch J.
**Describe the bug** I created an overlay port to use [srcML](https://github.com/srcML/srcML) as a dependency in a project. The configuration and build apparently succeed; however, when installing it, conflicts are reported...
**Is your feature request related to a problem? Please describe.** Currently, if I have an entity that looks like this: ```typescript @Entity('tasks', { allowApiCrud: true }) export class Task {...
The file sizes shown in the visualizer are larger than the ones reported by Vite on the command line or that show up on disk after building. To see this,...