Open lsarrazi opened 2 years ago
Hi @lsarrazi,
the issue with _ßr is not defined
is a known issue, fixed in new upcoming major version.
You can hotfix it by adding this to some main TS file:
import { Type, getType } from "tst-reflect";
(window as any)._ßr = { Type, getType };
But I have to check that
(node:2824) Warning: Accessing non-existent property 'tracing' of module exports inside circular dependency
,
that's new for me.
Describe the bug Running tst-reflect in watch mode cause an infinite loop and other weirds errors at runtime
the first compilation in watch mode do actually work, but all the next ones (when we save our files) throw this error at runtime:
To Reproduce Steps to reproduce the behavior:
ttsc --watch
Runtime
Additional context tsconfig.json
If your're wondering, I just made a getType call on a trivial type to get those errors