When attempting to compile the NestJS example provided in this repository with Perry 0.5.465 I get the following error:
Error: TypeScript decorators are not supported (found `@Module` on class `AppModule`).
See docs/src/language/limitations.md#no-decorators. Rewrite as an explicit wrapper function or remove the annotation.
Does this mean this example is broken?
When attempting to compile the NestJS example provided in this repository with Perry
0.5.465I get the following error:Does this mean this example is broken?