Michael Manzinger
Michael Manzinger
The demo already uses the Angular CLI, but fails the [build system migration](https://angular.dev/tools/cli/build-system-migration) because it does not have a `tsconfig.json`. It might make sense to migrate over both the library...
I found a suspicious workaround in our code that looks like backslashes should probably be escaped as well. They do not cause errors like single quotes do, but we currently...
We have a related issue after an upgrade that `@swc-node/register` does not parse `.js` files as JSX, even through we declare `jsx: 'react'` in our `register()` call. The workaround for...