You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the first compilation in watch mode do actually work, but all the next ones (when we save our files) throw this error at runtime:
_ßr.Type.store.set(2839, { k: 0, isg: false, n: "AnotherOne", fn: "my-webpack-project/src/schemas/schemas.ts:AnotherOne#2839", props: [], indxs: [], args: [] });
^
ReferenceError: _ßr is not defined
at Object.<anonymous> (C:\Users\leo\Documents\enhanced-rest\dist\index.js:10:1)
at Module._compile (node:internal/modules/cjs/loader:1155:14)
at Object.Module._extensions..js (node:internal/modules/cjs/loader:1209:10)
at Module.load (node:internal/modules/cjs/loader:1033:32)
at Function.Module._load (node:internal/modules/cjs/loader:868:12)
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:81:12)
at node:internal/main/run_main_module:22:47
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
The text was updated successfully, but these errors were encountered: